-
AuthorPosts
-
Ing. Ervin Zatko EASY Friend
Ing. Ervin Zatko EASY
- Join date:
- September 2014
- Posts:
- 127
- Downloads:
- 406
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
September 9, 2015 at 11:57 am #682653Hi
I use template JA Charity. I have problems in mobile views (less then 800px):
1. on home page bellow slider is a JoomlArt Advanced Custom Module, Features Intro : style-1.
The Feature Intro Text is not displayed in mobile view2. in mobile view menu change to the off canvas menu. On home page it work good, but in other pages the off-canvas menu is blank. No menu items.
3. on the bottom of page is a JoomlArt Advanced Custom Module, News Featured : carousel.
In mobile view the pagination changer is not visible.Please send me a solution ASAP.
Ervin
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 10, 2015 at 6:21 am #682806Hi Ervin
<blockquote>1. on home page bellow slider is a JoomlArt Advanced Custom Module, Features Intro : style-1.
The Feature Intro Text is not displayed in mobile view</blockquote>
1. Hi i can see it in the mobile view here > http://prntscr.com/8en570
<blockquote>2. in mobile view menu change to the off canvas menu. On home page it work good, but in other pages the off-canvas menu is blank. No menu items.
</blockquote>2. Kindly open the Module manager > Position > Off-canvas and check the page assignment of this module , set it for All Pages.
3. To show it add this code in custom.css File
<blockquote> @media screen and (max-width: 991px) {
.owl-carousel .owl-pagination {
display: block!important;
}
}</blockquote>Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 10, 2015 at 6:21 am #748049Hi Ervin
<blockquote>1. on home page bellow slider is a JoomlArt Advanced Custom Module, Features Intro : style-1.
The Feature Intro Text is not displayed in mobile view</blockquote>
1. Hi i can see it in the mobile view here > http://prntscr.com/8en570
<blockquote>2. in mobile view menu change to the off canvas menu. On home page it work good, but in other pages the off-canvas menu is blank. No menu items.
</blockquote>2. Kindly open the Module manager > Position > Off-canvas and check the page assignment of this module , set it for All Pages.
3. To show it add this code in custom.css File
<blockquote> @media screen and (max-width: 991px) {
.owl-carousel .owl-pagination {
display: block!important;
}
}</blockquote>Ing. Ervin Zatko EASY FriendIng. Ervin Zatko EASY
- Join date:
- September 2014
- Posts:
- 127
- Downloads:
- 406
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
September 10, 2015 at 6:30 am #682808Thank you for your reply. It works…
The problem is only with the 1. point1. on home page bellow slider is a JoomlArt Advanced Custom Module, Features Intro : style-1.
The Feature Intro Text is not displayed in mobile viewOn a picture what you send me the intro text missing too. After slideshow is a piture, but in original website is a text.
Do you understand me?
Ing. Ervin Zatko EASY FriendIng. Ervin Zatko EASY
- Join date:
- September 2014
- Posts:
- 127
- Downloads:
- 406
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
September 10, 2015 at 6:30 am #748051Thank you for your reply. It works…
The problem is only with the 1. point1. on home page bellow slider is a JoomlArt Advanced Custom Module, Features Intro : style-1.
The Feature Intro Text is not displayed in mobile viewOn a picture what you send me the intro text missing too. After slideshow is a piture, but in original website is a text.
Do you understand me?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 10, 2015 at 6:50 am #682812Hi
Kindly share a screenshot of the issue and illustrate the problem inside screenshot , so i can assist you better .Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 10, 2015 at 6:50 am #748055Hi
Kindly share a screenshot of the issue and illustrate the problem inside screenshot , so i can assist you better .Ing. Ervin Zatko EASY FriendIng. Ervin Zatko EASY
- Join date:
- September 2014
- Posts:
- 127
- Downloads:
- 406
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
September 10, 2015 at 7:17 am #682813See this screenshots:
Ing. Ervin Zatko EASY FriendIng. Ervin Zatko EASY
- Join date:
- September 2014
- Posts:
- 127
- Downloads:
- 406
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
September 10, 2015 at 7:17 am #748056See this screenshots:
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 10, 2015 at 7:39 am #682826Hi @easypc
Go to “/acm/features-intro/tmpl/style-1.php” in template “ja_charity”.
Find this code<p class="container-sm section-intro hidden-xs"><?php echo $helper->get('block-intro'); ?></p>
replace it with
<p class="container-sm section-intro"><?php echo $helper->get('block-intro'); ?></p>
Save and check .1 user says Thank You to Pankaj Sharma for this useful post
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 10, 2015 at 7:39 am #748069Hi @easypc
Go to “/acm/features-intro/tmpl/style-1.php” in template “ja_charity”.
Find this code<p class="container-sm section-intro hidden-xs"><?php echo $helper->get('block-intro'); ?></p>
replace it with
<p class="container-sm section-intro"><?php echo $helper->get('block-intro'); ?></p>
Save and check .1 user says Thank You to Pankaj Sharma for this useful post
Ing. Ervin Zatko EASY FriendIng. Ervin Zatko EASY
- Join date:
- September 2014
- Posts:
- 127
- Downloads:
- 406
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
September 10, 2015 at 9:55 am #682857Thank you. It work…
Ing. Ervin Zatko EASY FriendIng. Ervin Zatko EASY
- Join date:
- September 2014
- Posts:
- 127
- Downloads:
- 406
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 6 times in 1 posts
September 10, 2015 at 9:55 am #748100Thank you. It work…
-
AuthorPosts
This topic contains 13 replies, has 2 voices, and was last updated by Ing. Ervin Zatko EASY 9 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum