-
AuthorPosts
-
December 3, 2019 at 5:33 pm #1162278
Mobile View – not working
I have two sites, one running enfold (4.5.2) and all is ok.
And one using the latest enfold
(Both sites are using the latest version of WordPress and plugin versions are the same)
On the other site, when I view the site on the mobile, it does not render properly
(The icon list box appears strange and the image is pushed smaller.
Have there been any changes to the css in the latest enfold to account for this error?
Keith
December 6, 2019 at 10:18 pm #1163470Hey roamingk,
What do you have differences between the 2 web sites? So we can be able to help you define it.
Best regards,
BasilisDecember 7, 2019 at 7:10 pm #1163675Here is an image of the mobile view not working properly
Here is a view of it working ok
As you can see the image shrinks and the icon list appears over the text.
The only difference is the version. The plugins are the same.
December 7, 2019 at 7:32 pm #1163676Also, I have checked the settings on each and they appear to be the same in the enfold panels
- This reply was modified 4 years, 11 months ago by roamingk.
December 8, 2019 at 7:48 pm #1163858Hi roamingk,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaDecember 10, 2019 at 3:41 pm #1164463Hey
- This reply was modified 4 years, 11 months ago by Victoria.
December 10, 2019 at 8:31 pm #1164605Hi roamingk,
Can you disable caching and minification for now?
Could you please clear the cache, check again and get back to us.
Best regards,
VictoriaDecember 12, 2019 at 7:14 pm #1165294Disabled the cache plugin … turned on the merge css options… still no result..
I also disabled all the performance enhancements within enfold.
December 15, 2019 at 1:00 pm #1166041Hi roamingk,
Best regards,
VictoriaDecember 15, 2019 at 7:24 pm #1166121December 17, 2019 at 6:55 am #1166715Hi,
Thank you for the update.
The sections are being rendered outside the main wrapper, which causes the elements to not respond or resize properly. Did you include the custom post types in the list of supported post types by the advance layout builder? If not, please check the documentation below.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type
Best regards,
IsmaelDecember 20, 2019 at 5:38 pm #1168226Ok, thanks..that resolved the problem.
FYI .. for several years I had been using this code which was shown in one of the help videos, but I guess its no longer functioning… just in case someone else has the same issue.
function add_builder_to_posttype($metabox) { foreach($metabox as &$meta) { if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout') { $meta['page'][] = 'bars'; /*instead add the name of the custom post type here*/ } { $meta['page'][] = 'event'; /*instead add the name of the custom post type here*/ } { $meta['page'][] = 'restaurants'; /*instead add the name of the custom post type here*/ } { $meta['page'][] = 'saunas'; /*instead add the name of the custom post type here*/ } } return $metabox; }
December 21, 2019 at 3:35 pm #1168444Hi roamingk,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.