Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • suhlaing2014 Friend
    #196895

    Hi,

    On your template demo, the arrow( Prev/Next) navigation on home page slideshow disappear when I switch to other color theme.

    How to get it work ?

    http://ja-biz.demo.joomlart.com/index.php/en/explore/colors/default-color ( can see arrows navigation )
    http://ja-biz.demo.joomlart.com/index.php/en/explore/colors/red-color (cannot )

    Pankaj Sharma Moderator
    #531571

    <em>@suhlaing2014 422552 wrote:</em><blockquote>Hi,

    On your template demo, the arrow( Prev/Next) navigation on home page slideshow disappear when I switch to other color theme.

    How to get it work ?

    http://ja-biz.demo.joomlart.com/index.php/en/explore/colors/default-color ( can see arrows navigation )
    http://ja-biz.demo.joomlart.com/index.php/en/explore/colors/red-color (cannot )</blockquote>

    Hello ..
    Thank you for writing .
    As i checked the navigation buttons are present but they are not visible .
    I reported the issue to the Dev Team , We will update it as soon as possible .
    Thank You:)

    Arvind Chauhan Moderator
    #531592

    Hi,

    Thanks for highlighting this probable bug. The button icon path is wrong for the color themes :

    Default : url(“/templates/ja_biz/images/ctrl-btns.png”)

    Red theme : url(“/templates/ja_biz/css/themes/images/ctrl-btns.png”)

    Let me get this fixed on monday.

    Regards

    Arvind

    suhlaing2014 Friend
    #531616

    Thanks for your quick reply.

    Ninja Lead Moderator
    #531930

    @suhlaing2014: This problem is fixed in the github repo and it will be released next T3 version.

    For now, you can fix this bug directly on your site

    Open plugins/system/t3/includes/lessphp/less.php file

    Change


    if(defined('T3_DEV_MODE') && T3_DEV_MODE){
    $output = T3Path::updateUrl($output, $topath ? T3Path::relativePath(dirname($topath), dirname($path) . ($theme? '/themes/' . $theme : '')) : T3_TEMPLATE_URL . '/css/');
    }

    To

    $output = T3Path::updateUrl($output, $topath ? T3Path::relativePath(dirname($topath), dirname($path)) : T3_TEMPLATE_URL . '/css/');

    Once done, click Compile LESS to CSS button in JA Biz Template and re-check your site again. Let me know if it helps.

    suhlaing2014 Friend
    #532837

    It worked . Thanks.

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

This topic contains 6 replies, has 4 voices, and was last updated by  suhlaing2014 10 years, 5 months ago.

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