-
AuthorPosts
-
gringo211985 Friend
gringo211985
- Join date:
- May 2012
- Posts:
- 678
- Downloads:
- 197
- Uploads:
- 121
- Thanks:
- 77
- Thanked:
- 123 times in 27 posts
September 25, 2015 at 10:18 am #692467<em>@Ninja Lead 494068 wrote:</em><blockquote>Yes, I also raised that bug to development team here. They will check it.</blockquote>
Thanks Ninja 🙂 I would also like to point out that this happens to all JA templates, perhaps this needs a new post in the “requests and wishlist” forum.
gringo211985 Friendgringo211985
- Join date:
- May 2012
- Posts:
- 678
- Downloads:
- 197
- Uploads:
- 121
- Thanks:
- 77
- Thanked:
- 123 times in 27 posts
September 25, 2015 at 10:18 am #749704<em>@Ninja Lead 494068 wrote:</em><blockquote>Yes, I also raised that bug to development team here. They will check it.</blockquote>
Thanks Ninja 🙂 I would also like to point out that this happens to all JA templates, perhaps this needs a new post in the “requests and wishlist” forum.
gringo211985 Friendgringo211985
- Join date:
- May 2012
- Posts:
- 678
- Downloads:
- 197
- Uploads:
- 121
- Thanks:
- 77
- Thanked:
- 123 times in 27 posts
October 23, 2015 at 9:29 am #706723<em>@Ninja Lead 494068 wrote:</em><blockquote>Yes, I also raised that bug to development team here. They will check it.</blockquote>
Hi @ninja Lead
I don’t mean to be a pain, but can we chase this up please? It was 1 month ago that I raised this issue and nothing has been updated in the tracker you posted.
This is literally a 10 minute fix, so it’s beyond me why it’s not fixed yet.
Thanks,
Richardgringo211985 Friendgringo211985
- Join date:
- May 2012
- Posts:
- 678
- Downloads:
- 197
- Uploads:
- 121
- Thanks:
- 77
- Thanked:
- 123 times in 27 posts
October 23, 2015 at 9:29 am #752619<em>@Ninja Lead 494068 wrote:</em><blockquote>Yes, I also raised that bug to development team here. They will check it.</blockquote>
Hi @ninja Lead
I don’t mean to be a pain, but can we chase this up please? It was 1 month ago that I raised this issue and nothing has been updated in the tracker you posted.
This is literally a 10 minute fix, so it’s beyond me why it’s not fixed yet.
Thanks,
RichardNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 26, 2015 at 3:37 am #752747Hi Richard,
You can try with the hot fix below:
+ Backup all css files on your site first
+ Open templates/ja_sugite/less/variables.less file
find and change
// Medium screen / desktop
// Note: Deprecated @screen-md and @screen-desktop as of v3.0.1
@screen-md: 992px;// Large screen / wide desktop
// Note: Deprecated @screen-lg and @screen-lg-desktop as of v3.0.1
@screen-lg: 1200px;
to
// Medium screen / desktop
// Note: Deprecated @screen-md and @screen-desktop as of v3.0.1
@screen-md: 1024px;// Large screen / wide desktop
// Note: Deprecated @screen-lg and @screen-lg-desktop as of v3.0.1
@screen-lg: 1280px;
Once done, click compile LESS to CSS button from JA Sugite template of template manager.
Hope it helps
Regards
gringo211985 Friendgringo211985
- Join date:
- May 2012
- Posts:
- 678
- Downloads:
- 197
- Uploads:
- 121
- Thanks:
- 77
- Thanked:
- 123 times in 27 posts
October 26, 2015 at 12:29 pm #718969<em>@Ninja Lead 499275 wrote:</em><blockquote>Hi Richard,
You can try with the hot fix below:
+ Backup all css files on your site first
+ Open templates/ja_sugite/less/variables.less file
find and change
// Medium screen / desktop
// Note: Deprecated @screen-md and @screen-desktop as of v3.0.1
@screen-md: 992px;// Large screen / wide desktop
// Note: Deprecated @screen-lg and @screen-lg-desktop as of v3.0.1
@screen-lg: 1200px;
to
// Medium screen / desktop
// Note: Deprecated @screen-md and @screen-desktop as of v3.0.1
@screen-md: 1024px;// Large screen / wide desktop
// Note: Deprecated @screen-lg and @screen-lg-desktop as of v3.0.1
@screen-lg: 1280px;
Once done, click compile LESS to CSS button from JA Sugite template of template manager.
Hope it helps
Regards</blockquote>
Hi @ninja Lead
Thanks for getting back to me, I tried to compile the less to css and I got the following error.
Could you let me know how to fix, or should I just open the template.css file and change all 992px and 1200px to 1024px and 1280px?
Thanks,
Richardgringo211985 Friendgringo211985
- Join date:
- May 2012
- Posts:
- 678
- Downloads:
- 197
- Uploads:
- 121
- Thanks:
- 77
- Thanked:
- 123 times in 27 posts
October 26, 2015 at 12:29 pm #752806<em>@Ninja Lead 499275 wrote:</em><blockquote>Hi Richard,
You can try with the hot fix below:
+ Backup all css files on your site first
+ Open templates/ja_sugite/less/variables.less file
find and change
// Medium screen / desktop
// Note: Deprecated @screen-md and @screen-desktop as of v3.0.1
@screen-md: 992px;// Large screen / wide desktop
// Note: Deprecated @screen-lg and @screen-lg-desktop as of v3.0.1
@screen-lg: 1200px;
to
// Medium screen / desktop
// Note: Deprecated @screen-md and @screen-desktop as of v3.0.1
@screen-md: 1024px;// Large screen / wide desktop
// Note: Deprecated @screen-lg and @screen-lg-desktop as of v3.0.1
@screen-lg: 1280px;
Once done, click compile LESS to CSS button from JA Sugite template of template manager.
Hope it helps
Regards</blockquote>
Hi @ninja Lead
Thanks for getting back to me, I tried to compile the less to css and I got the following error.
Could you let me know how to fix, or should I just open the template.css file and change all 992px and 1200px to 1024px and 1280px?
Thanks,
RichardNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 27, 2015 at 1:53 am #719041You can try to do this way
+ Make a backup version with templates/ja_sugite/acm folder
+ Remove acm folder on your site
+ Process to click compile LESS to CSS button from JA Sugite template of template manager
+ Copy a backup acm version back into templates/ja_sugite/ folder
If you could not solve it, you can pm me the URL, admin login backend of your site and FTP account. I will help you check the problem directly on your site.
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 27, 2015 at 1:53 am #752878You can try to do this way
+ Make a backup version with templates/ja_sugite/acm folder
+ Remove acm folder on your site
+ Process to click compile LESS to CSS button from JA Sugite template of template manager
+ Copy a backup acm version back into templates/ja_sugite/ folder
If you could not solve it, you can pm me the URL, admin login backend of your site and FTP account. I will help you check the problem directly on your site.
1 user says Thank You to Ninja Lead for this useful post
gringo211985 Friendgringo211985
- Join date:
- May 2012
- Posts:
- 678
- Downloads:
- 197
- Uploads:
- 121
- Thanks:
- 77
- Thanked:
- 123 times in 27 posts
gringo211985 Friendgringo211985
- Join date:
- May 2012
- Posts:
- 678
- Downloads:
- 197
- Uploads:
- 121
- Thanks:
- 77
- Thanked:
- 123 times in 27 posts
-
AuthorPosts
This topic contains 26 replies, has 3 voices, and was last updated by gringo211985 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum