Viewing 15 posts - 16 through 30 (of 32 total)
  • Author
    Posts
  • eagledk Friend
    #738532

    First of all, thanks for chang?ng to TinyMCE, whitout changing it back!!!

    Why do you switch to TinyMCE editor, when the problem is in the Ark Editor?

    FOR THE SECOND TIME: I allready sent this error to Ark Extension, and they said that it is not their problem, and after testing I agree with them, because it is working, when I’m not using the template Teline V.

    So please fix the problem!!!

    Image 1 with out Class=modal

    Image 2 with Class=modal

    AND THIS IS YET ANOTHER DAY WASTED WITH ALOT OF BLABLA.

    HOW MANY DAYS DO I HAVE TO WAST ON THIS BEFORE IT IS FIXED???????????

    Ninja Lead Moderator
    #573536

    I have been trying to help you to detect the problem on your site, but it regards to 3rd party extension on your site and if you ask Editor – ARKEditor to give us the bug in our template, we will be able to help you out

    I checked the problem on your site with the following steps

    + From Template Manager of your site set protostar – Default by default

    + Go back to Content Manager -> Add new Article and Image with class=”modal”

    I do not see image view in design view

    and source view


    1. Screen-Shot-2015-06-10-at-12.03.48
    2. Screen-Shot-2015-06-10-at-12.02.08
    Ninja Lead Moderator
    #738561

    I have been trying to help you to detect the problem on your site, but it regards to 3rd party extension on your site and if you ask Editor – ARKEditor to give us the bug in our template, we will be able to help you out

    I checked the problem on your site with the following steps

    + From Template Manager of your site set protostar – Default by default

    + Go back to Content Manager -> Add new Article and Image with class=”modal”

    I do not see image view in design view

    and source view

    eagledk Friend
    #573858

    <em>@Ninja Lead 477377 wrote:</em><blockquote>I have been trying to help you to detect the problem on your site, but it regards to 3rd party extension on your site and if you ask Editor – ARKEditor to give us the bug in our template, we will be able to help you out

    I checked the problem on your site with the following steps

    + From Template Manager of your site set protostar – Default by default

    + Go back to Content Manager -> Add new Article and Image with class=”modal”

    I do not see image view in design view

    and source view

    </blockquote>

    Well Ninja Lead, now I’m really angry.
    Please do your work properly and make a proper TEST!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    This image is from a clean joomla Ver. 3.4.1 with protostar set as default and only Ark Editor installed made just 10 min ago:

    And this is the same installation but with the latest Teline V template installed:

    And as you can see now even the text is disappeared.
    If I set the template back to protostar, then the image and text shows up again

    So tell me once more that the error is not in the Teline V template!!!!!!!!!!!!!>:(>:(>:(>:(>:(>:(>:(>:(>:(>:(>:(>:(>:(>:(>:(>:(>:(

    Update: I have sent logon info for this test site in aPM.


    1. Clean-install
    2. Installed-with-teline-v
    eagledk Friend
    #738872

    <em>@Ninja Lead 477377 wrote:</em><blockquote>I have been trying to help you to detect the problem on your site, but it regards to 3rd party extension on your site and if you ask Editor – ARKEditor to give us the bug in our template, we will be able to help you out

    I checked the problem on your site with the following steps

    + From Template Manager of your site set protostar – Default by default

    + Go back to Content Manager -> Add new Article and Image with class=”modal”

    I do not see image view in design view

    and source view

    </blockquote>

    Well Ninja Lead, now I’m really angry.
    Please do your work properly and make a proper TEST!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    This image is from a clean joomla Ver. 3.4.1 with protostar set as default and only Ark Editor installed made just 10 min ago:

    And this is the same installation but with the latest Teline V template installed:

    And as you can see now even the text is disappeared.
    If I set the template back to protostar, then the image and text shows up again

    So tell me once more that the error is not in the Teline V template!!!!!!!!!!!!!>:(>:(>:(>:(>:(>:(>:(>:(>:(>:(>:(>:(>:(>:(>:(>:(>:(

    Update: I have sent logon info for this test site in aPM.

    Thanh Nguyen Viet Friend
    #574351

    Hello eagledk,

    This issue occurred because Teline V template use bootstrap 3, and in BS3 it has a css code to hide element with class modal
    plugins/system/t3/base-bs3/bootstrap/less/modals.less

    // Container that the modal scrolls within
    .modal {
    display: none;
    overflow: hidden;
    ...
    }

    To resolve this issue, please open the file
    plugins/ajax/arkbootstrap/bootstrap.css

    And add the code below at the end of file

    p.ark_noblock , img.modal {
    display: block !important;
    }

    Thanh Nguyen Viet Friend
    #640690

    Hello eagledk,

    This issue occurred because Teline V template use bootstrap 3, and in BS3 it has a css code to hide element with class modal
    plugins/system/t3/base-bs3/bootstrap/less/modals.less

    // Container that the modal scrolls within
    .modal {
    display: none;
    overflow: hidden;
    ...
    }

    To resolve this issue, please open the file
    plugins/ajax/arkbootstrap/bootstrap.css

    And add the code below at the end of file

    p.ark_noblock , img.modal {
    display: block !important;
    }

    Thanh Nguyen Viet Friend
    #739360

    Hello eagledk,

    This issue occurred because Teline V template use bootstrap 3, and in BS3 it has a css code to hide element with class modal
    plugins/system/t3/base-bs3/bootstrap/less/modals.less

    // Container that the modal scrolls within
    .modal {
    display: none;
    overflow: hidden;
    ...
    }

    To resolve this issue, please open the file
    plugins/ajax/arkbootstrap/bootstrap.css

    And add the code below at the end of file

    p.ark_noblock , img.modal {
    display: block !important;
    }

    eagledk Friend
    #574506

    <em>@Dead Code 478536 wrote:</em><blockquote>Hello eagledk,

    This issue occurred because Teline V template use bootstrap 3, and in BS3 it has a css code to hide element with class modal
    plugins/system/t3/base-bs3/bootstrap/less/modals.less

    // Container that the modal scrolls within
    .modal {
    display: none;
    overflow: hidden;
    ...
    }

    To resolve this issue, please open the file
    plugins/ajax/arkbootstrap/bootstrap.css

    And add the code below at the end of file

    p.ark_noblock , img.modal {
    display: block !important;
    }

    </blockquote>

    Thanks for this update and it did fix the problem.

    But if I’m not mistaken the fix is applied to the Ark extension.
    So next time I get an update for the Ark Extension I need to reapply this fix?

    Regards

    Morten

    eagledk Friend
    #640851

    <em>@Dead Code 478536 wrote:</em><blockquote>Hello eagledk,

    This issue occurred because Teline V template use bootstrap 3, and in BS3 it has a css code to hide element with class modal
    plugins/system/t3/base-bs3/bootstrap/less/modals.less

    // Container that the modal scrolls within
    .modal {
    display: none;
    overflow: hidden;
    ...
    }

    To resolve this issue, please open the file
    plugins/ajax/arkbootstrap/bootstrap.css

    And add the code below at the end of file

    p.ark_noblock , img.modal {
    display: block !important;
    }

    </blockquote>

    Thanks for this update and it did fix the problem.

    But if I’m not mistaken the fix is applied to the Ark extension.
    So next time I get an update for the Ark Extension I need to reapply this fix?

    Regards

    Morten

    eagledk Friend
    #739515

    <em>@Dead Code 478536 wrote:</em><blockquote>Hello eagledk,

    This issue occurred because Teline V template use bootstrap 3, and in BS3 it has a css code to hide element with class modal
    plugins/system/t3/base-bs3/bootstrap/less/modals.less

    // Container that the modal scrolls within
    .modal {
    display: none;
    overflow: hidden;
    ...
    }

    To resolve this issue, please open the file
    plugins/ajax/arkbootstrap/bootstrap.css

    And add the code below at the end of file

    p.ark_noblock , img.modal {
    display: block !important;
    }

    </blockquote>

    Thanks for this update and it did fix the problem.

    But if I’m not mistaken the fix is applied to the Ark extension.
    So next time I get an update for the Ark Extension I need to reapply this fix?

    Regards

    Morten

    Thanh Nguyen Viet Friend
    #574512

    Hello,
    <blockquote>
    But if I’m not mistaken the fix is applied to the Ark extension.
    So next time I get an update for the Ark Extension I need to reapply this fix?</blockquote>

    You can add above css into this css file: root/templates/ja_teline_v/css/custom.css which will keep your custom css code when you update extensions/templates.

    If you don’t have this file now, just create it.

    Thanh Nguyen Viet Friend
    #640857

    Hello,
    <blockquote>
    But if I’m not mistaken the fix is applied to the Ark extension.
    So next time I get an update for the Ark Extension I need to reapply this fix?</blockquote>

    You can add above css into this css file: root/templates/ja_teline_v/css/custom.css which will keep your custom css code when you update extensions/templates.

    If you don’t have this file now, just create it.

    Thanh Nguyen Viet Friend
    #739521

    Hello,
    <blockquote>
    But if I’m not mistaken the fix is applied to the Ark extension.
    So next time I get an update for the Ark Extension I need to reapply this fix?</blockquote>

    You can add above css into this css file: root/templates/ja_teline_v/css/custom.css which will keep your custom css code when you update extensions/templates.

    If you don’t have this file now, just create it.

    eagledk Friend
    #576148

    Thanks just what I needed.

Viewing 15 posts - 16 through 30 (of 32 total)

This topic contains 32 replies, has 3 voices, and was last updated by  eagledk 8 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum