Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • vsjeff Friend
    #186013

    Hi guys,

    Im using Joomla 3.0 (lots of problems with it…) I dont have Apply button in themes settings. See screens

    Solved it later, problem is that the list is too ong and does not fit in page, only 2px high apply button…


    1. themes_bug
    phong nam Friend
    #487155

    Hi vsjeff,

    Thank you for your feedbaks & contribution. Yes. It’s a bug of T3v2 framework on J.3.0. I did contacted our dev team for it. Here is my guide on your concern: On your server, open pluginssystemjat3jat3coreadminassetscssjat3.ex.css. Then insert below codes to the end of file:


    /*Fix http://pm.joomlart.com/browse/JATCTIRISJ17-237 */
    div.ja-popup-blocks,
    div.ja-popup-positions,
    div.ja-popup-profiles,
    div.ja-popup-themes,
    div.ja-popup-pageids,
    body div.ja-popup-blocks,
    body div.ja-popup-positions,
    body div.ja-popup-profiles,
    body div.ja-popup-themes,
    body div.ja-popup-pageids {
    {
    position: absolute;
    z-index: 1000;
    display: none;
    border: none;
    background: none;
    }

    div.ja-popup-blocks .jp-inner,
    div.ja-popup-positions .jp-inner,
    div.ja-popup-profiles .jp-inner,
    div.ja-popup-themes .jp-inner,
    div.ja-popup-pageids .jp-inner {
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 50px;
    overflow: hidden;
    padding: 0;
    }

    div.ja-popup-positions, div.ja-popup-themes, div.ja-popup-pageids {
    border: none !important;
    }

    ul.ja-popup-themes li.parent {
    width: 194px !important;

    }

    div.ja-popup-themes .jp-inner {
    margin-bottom: 50px !important;
    border: solid 1px #ddd !important;
    }

    Then Clean T3 cache, refresh your page. The next version of T3v2 framework on J.3.0 will include this fixed bug.
    Again, thank you !

    Regards,

    Leo

    sx06050 Friend
    #492485

    I’ve the same problem but this code doesn’t help.
    What should i do?

    phong nam Friend
    #492488

    Hi sx06050,

    Do you use Joomla 3.0 or 3.1.1 on your website ?

    Leo

    tamim Friend
    #493216

    I have fix the issue for Joomla v 3.1.x series.

    Here is the fix:
    open file:
    joomla/plugins/system/jat3/jat3/core/element/assets/css/jathemesettings.css

    Add following lines at end of the file:


    /* Fix by Azraf*/
    div.jp-inner {
    margin: 0 0 15px !important;
    padding: 0 0 30px !important;
    z-index: 99999 !important;
    }

    .ja-themes-action {
    padding: 5px 5px 10px 0px !important;
    }

    Save it. Clear the JAT3 Cache from the menu at top right JAT3 Clean Cache and reload the browser with Ctrl+F5.
    You will find the Apply menu there. It works for me.

    tamim Friend
    #493218

    Above fix worked for me with FireFox browser.

    Cristian Friend
    #510817

    You can also scroll down with the cursor on top of the theme list. Not very technical, but it worked for me.

    Cristian
    Digital Marketing Consultant

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 5 voices, and was last updated by  Cristian 11 years ago.

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