Archived topic
Update breaks page + mobile view problem
3 replies · Started by datafix on May 19, 2016
Hi,
my site is datafix.fi
If I update GP from version 1.3.28 to version 1.3.29 the site logo disappears. I found that disabling Generate Simple PHP addon brings it back but it's in a wrong position. It should be on top of the site tagline but when the addon is disabled it is under the tagline.
This is my custom PHP
Another problem is in mobile view. On contact page those small icons are missing in mobile view. No matter which browser you use.
Thanks in advance!
Hi there,
The generate_header_items() function has been simplified: https://gist.github.com/generatepress/4cfa628cec96088dcbf8dd8cf399b83e
Simply rearrange the order as you need it.
The icon thing is most likely because you're using tables to display images and content. Tables should only be used to display tabular data.
Instead, try using a plugin like this: https://wordpress.org/plugins/lightweight-grid-columns/
Huge thanks Tom! Works like a charm! :)
You're welcome :)
