-
AuthorPosts
-
Radonja Djurisic Friend
Radonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
November 30, 2014 at 12:30 pm #203170when i remove responsive Menu and footer went full with left to right
i saw that problem is on .wrap auto but not sure is this right way for fix
any suggestion ?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
November 30, 2014 at 3:04 pm #557054Hello Tolja
Did you tried compile Less to Css from template options ?
You need to compile Less to css when you enable or Disable Responsive Mode and Clear cache .
Take a full backup of your site before compile less to css .It will override all custom changes in css files .Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
November 30, 2014 at 5:38 pm #557070Hay Pankaj
i just did full less to css and still menu and footer are not aligned
also i clear the cachePankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 2, 2014 at 4:37 am #557318HI tolja
Can you PM me your working site admin details , I will have a closer look on it.Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
December 10, 2014 at 6:23 pm #558200sorry for delay
i sent u a login detailsfor test i add .wrap to 980 px in custom css
and on desktop he centered menu and footer
but on mobile he is still using some mobile stylei just want to display full website on mobile and not responsive
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 11, 2014 at 4:38 am #558266Please take a backup of your site . I need to compile less to css and it will override your custom changes in css files .
Or give me details of your test site .
RegardsPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 11, 2014 at 5:41 am #558274HI Tolja it seems like there is bug in this . wrap class is effecting the menu bar and footer .
I am forwarding this issue to our Dev. team . they will check it for further investigation .
Thanks in advance for your patience1 user says Thank You to Pankaj Sharma for this useful post
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
December 11, 2014 at 9:47 pm #558426its ok 🙂
waiting some fixNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 12, 2014 at 4:36 am #558475<em>@tolja 457252 wrote:</em><blockquote>its ok 🙂
waiting some fix</blockquote>
@tolja: you can apply my solution to fix the problem on your siteOpen templates/ja_teline_iv_t3/tpls/blocks/mainnav.php file
Find and change
<nav id="t3-mainnav" class="wrap t3-mainnav container navbar navbar-collapse-fixed-top">
To
<nav id="t3-mainnav" class="<?php if ($this->getParam('responsive', 1)): echo "wrap"; endif; ?> t3-mainnav container navbar navbar-collapse-fixed-top">
Open templates/ja_teline_iv_t3/tpls/blocks/footer.php file
Find and change
<footer id="t3-footer" class="wrap container">
To
<footer id="t3-footer" class="<?php if ($this->getParam('responsive', 1)): echo "wrap"; endif; ?> container">
Let me know if it helps
1 user says Thank You to Ninja Lead for this useful post
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
December 12, 2014 at 6:21 pm #558545Hi Ninja
This one did the trick !can u see one more thing when accesing website with mobile firefox i am geting page like this
and on other browsers are ok
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 15, 2014 at 3:13 am #558652@tolja: Try to use this way
Open templates/ja_teline_iv_t3/tpls/blocks/head.php file
Find and change
<?php if($this->getParam('responsive', 1)): ?>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<?php endif ?>
To
<meta name="viewport" content="user-scalable = yes">
Hope it helps
1 user says Thank You to Ninja Lead for this useful post
Radonja Djurisic FriendRadonja Djurisic
- Join date:
- September 2014
- Posts:
- 316
- Downloads:
- 180
- Uploads:
- 113
- Thanks:
- 66
- Thanked:
- 72 times in 15 posts
December 19, 2014 at 1:27 am #559115Thanks Ninja
all done -
AuthorPosts
Viewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 3 voices, and was last updated by Radonja Djurisic 9 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum