-
AuthorPosts
-
April 19, 2014 at 7:07 am #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 ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 19, 2014 at 9:09 am #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:)1 user says Thank You to Pankaj Sharma for this useful post
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
April 19, 2014 at 12:06 pm #531592Hi,
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
2 users say Thank You to Arvind Chauhan for this useful post
April 20, 2014 at 2:00 am #531616Thanks for your quick reply.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 22, 2014 at 10:48 am #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.
April 29, 2014 at 8:17 am #532837It worked . Thanks.
-
AuthorPosts
This topic contains 6 replies, has 4 voices, and was last updated by suhlaing2014 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum