-
AuthorPosts
-
March 18, 2015 at 10:57 am #413502
When resizing the UA window to a small width like a smartphone size, the columns (I use four of them) doesn’t slip one below the other. In tablet-size everything is ok. BTW the MegaMenu is much to big now.
(click Avatar to see my site)March 18, 2015 at 8:29 pm #413945Hey Zeilenschreiber!
I checked your link but I see 3 columns instead of 4 and they are resizing properly to 100% on small screens. Did you get this sorted?
The mega menu looks fine for me as well. If you want to change it’s width then add this to your custom CSS.
#header .twelve.units { max-width: 800px; }
Cheers!
ElliottMarch 18, 2015 at 9:01 pm #413974The menu looks good again – after upgrading to 3.1.1
but the footer still doesn’t.
Have a look
– picture footer-1.jpg shoes the footer on my usual sreen – everything is fine
– picture footer-2.jpg shoes a sreenshot taken by my android smartphone – terrible
– picture footer-3.jpg shoes how it should look likeMarch 19, 2015 at 4:32 pm #414590Hi!
Thank you for the info.
I think the minify settings is breaking the layout of the footer columns. Please deactivate the minify plugin. What is name of the minify plugin?
Cheers!
IsmaelMarch 19, 2015 at 5:16 pm #414648I checked it and no – it still doesn’t work. The Plugin is named W3 total cache.
Further one thing is curious – on post-pages the footer works as it should.March 20, 2015 at 6:10 am #415040Hey!
Did you try to disable caching and minify? Did you have any luck with it?
Best regards,
RikardMarch 20, 2015 at 11:08 am #415198The following steps I took so far:
– deleted my own css in the child theme (no other custom css used by me), cleared cache and browser-cache: no improvement
– deactvated the whole W3 total cache plugin, cleared cache and browser-cache: no improvementCould it be a template issue? Should I try to upload files per ftp? Again, on post-sites the footer works like a charm – not on page-sites.
March 21, 2015 at 9:19 am #415685Hi!
The footer container is outside the #wrap_all and #main container. It should be inside those containers. Did you add any html tags inside the page? Please make sure that all tags are closed properly.
Best regards,
IsmaelMarch 27, 2015 at 11:41 pm #419672Now I updated to 3.1.2
The issue with the footer still exits. By now I have no idea, what this causes. I checked everything you suggested, loaded the files up per ftp, deactivated several plugins and at last I build up some pages completely new – but nothing works. I don’t get …March 30, 2015 at 4:43 am #420168Hey!
Do you have a footer.php in you child theme? Could you try to update that as well if there is one?
Best regards,
RikardMarch 30, 2015 at 10:04 am #420298I don’t use a footer.php file in the child theme – perhaps I should? ;-)
March 31, 2015 at 5:15 am #420949Hi!
I don’t think there is any point to that if you are not going to do customisations, could you try my recommendation but in the parent theme instead? Download a fresh copy of the theme from Themeforest and update footer.php via FTP: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
RikardMarch 31, 2015 at 7:58 am #420978Hello Rikard, I did this a few hours before – manually updated to Ver. 3.1.3.
What I did, was:
– deleting the old files from the server
– uploading the new ones to the server per ftp
– flushed all cachesThe result is, no improvement. There are still places, where the footer doesn’t float as it should.
April 1, 2015 at 5:19 am #421735Hi!
Ok, so it’s only on some pages? Could you link to one where the problem occurs please?
Best regards,
RikardApril 1, 2015 at 9:00 am #421791The both below are working:
(portfolio) https://goldschmiede-bender.de/schmuck/
(blog) https://goldschmiede-bender.de/blog/For example the two below – footers are not working:
https://goldschmiede-bender.de/ueber/geschichte/
https://goldschmiede-bender.de/informative-websites/I used the Advanced Layout Builder with the following settings:
sidebar settings:
No sidebar
Footer settings:
Standard-LayoutAs I said before – no custom html in there, all was build with the Advanced Layout Builder.
April 2, 2015 at 7:20 am #422299Hey!
It has the same problem. The footer and socket container are floating outside the wrap_all container. Please post wp login details as well as the ftp credentials. We would like to check it.
Cheers!
IsmaelApril 2, 2015 at 12:37 pm #422429This reply has been marked as private.April 4, 2015 at 6:56 am #423372Hey!
I’m not sure why the footer container is outside the wrap_all container but we fixed the footer columns with this code on style.css:
@media only screen and (max-width: 767px) { .responsive #top .container .av-content-small, .responsive #top #footer .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { margin: 0; margin-bottom: 20px; width: 100%; }}
Cheers!
IsmaelApril 4, 2015 at 2:09 pm #423446Hi Ismael – thank you for fixing this – works at all. But … what could this issue cause?
April 5, 2015 at 1:28 pm #423620Hi!
Since the footer is outside the wrap_all container, the css style for footer columns on mobile screen are not being applied. I’m not sure what’s causing the issue but there are reported issues regarding horizontal rule / separator elements breaking the layout of the site. Try to create a test page then remove all hr shortcodes, see if anything is different.
Cheers!
IsmaelApril 5, 2015 at 6:14 pm #423682> but there are reported issues regarding horizontal rule / separator elements breaking the layout of the site …
I confirm that! I remember, on my homepage I played around with whitespace/separators. At one point the footer works as expected (before you fixed the whole thing). Unfortunately I don’t have the time for try and error – but thank you approving my gut feeling.There is one more issue with having a sidebar on pages, that uses a slider at the top – the whole design breaks …
… I’ll come back later for this with an example page under a new topic.Thank you by now!
-
AuthorPosts
- The topic ‘floating issue with Footer Columns in Vers. 3.1’ is closed to new replies.