-
AuthorPosts
-
November 12, 2017 at 11:40 am #875702
Hi guys,
I was busy with an website but i habe 2 pages the blog and portfolio who arent resppnsive on mobile.
Normally you see the sidebar for example at the bottom and everything is under eachother but i cant find what is wrong.
Maybe yall can help me out
It is about webadmin.lt
November 12, 2017 at 10:30 pm #875857Hey Angelo,
You are not using a sidebar, but a column of the grid.
What is the problem exactly, can you define for us?Best regards,
BasilisNovember 13, 2017 at 4:13 pm #876147If you go to; http://webadmin.lt/blog/ on mobile
You see the content of the content section isnt in the middle.
Also the gridrow 3/4 and 1/4 ar shown next to eachother on mobile wich should not be the case because now you see a half widget erea display on mobile see screenshotsNovember 15, 2017 at 7:23 am #876947Hi,
Normally you see the sidebar for example at the bottom and everything is under eachother but i cant find what is wrong.
It’s not responsive because some of the grids and sections are outside the wrap_all container. Please add this script in the functions.php file.
function ava_custom_script_fix(){ ?> <script> (function($){ function a1() { var grid = $('body').children('.av-submenu-container, .avia-section, .av-layout-grid-container, .av-tab-section-container, #footer'); $(grid).appendTo('#wrap_all #main'); } a1(); function a2() { var child = $('.avia-section, .av-layout-grid-container').find('.avia-section, .av-layout-grid-container, #footer, .av-submenu-container'), parent = child.parents('.avia-section, .av-layout-grid-container'); child.insertAfter(parent); } a2(); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_fix');
Best regards,
IsmaelNovember 16, 2017 at 10:56 am #877436Thanks! this works on those two pages blog and portfolio, but i still got one page http://webadmin.lt/our-story/ wich should be like https://kriesi.at/themes/enfold-startup/our-story/
How can we fix this?
November 16, 2017 at 12:25 pm #877471Hi,
I have checked the page you mentioned but I don’t see anything wrong, as you have described above. Can you post a screenshot?
Best regards,
NikkoNovember 18, 2017 at 10:18 am #878442Here u go: https://imgur.com/a/dy3YM ?
November 20, 2017 at 6:11 pm #879263Hi,
I’ve compared both and your site has the masonry gallery inside the color section while https://kriesi.at/themes/enfold-startup/our-story/ has the masonry gallery after the color section.
Best regards,
NikkoNovember 21, 2017 at 9:43 pm #879941That’s the point.. it is not in the color section as it should be.
November 22, 2017 at 4:07 am #880004Hi,
Can you give us temporary admin access? so we can check further.
Best regards,
NikkoNovember 22, 2017 at 9:29 am #880126Yes offcourse!
November 22, 2017 at 10:33 am #880139Hi,
Thanks for giving us admin access, I’m not really sure why it’s going inside color section but I have inserted the masonry gallery to a gridrow and remove the paddings and it should look like the demo. Let us know if you need further assistance :)
Best regards,
NikkoNovember 22, 2017 at 10:57 am #880154Thanks nikko!
One gallery looks the same. But other has green space and menu on mobile is at the bottom of the page.
I never have experienced this with enfold before to me it looks like a wrong instalation or something.
November 23, 2017 at 6:55 pm #880861Hi,
Are you referring to the image in private content? also for the menu, you can add this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #sub_menu2 { display: none; } }
Best regards,
NikkoNovember 25, 2017 at 6:33 pm #881693See PM
November 26, 2017 at 1:01 am #881816 -
AuthorPosts
- You must be logged in to reply to this topic.