Fraser.Dk
Forum Replies Created
-
Forum: Plugins
In reply to: [Turbo Widgets] doesn’t work with DiviIt looks like this is an issue with using the editor, as the previous plugin Widgets on Pages worked fine. Turbo Widgets tries to add html parameters to shortcodes and either Divi or the WordPress editor is converting those html parameters (eg. the URL in the RSS widget) to html entities.
We’ve moved back to Widgets on Pages and its shortcodes avoid this problem.
Forum: Plugins
In reply to: [Turbo Widgets] doesn’t work with DiviThe code tag didn’t preserve most of the problem as it converts html entities.
Forum: Plugins
In reply to: [Widgets on Pages] All widgets gone, can’t create new onesMarked as solved.
Forum: Plugins
In reply to: [Widgets on Pages] All widgets gone, can’t create new onesGot it, thanks. It wasn’t obvious that a turbo sidebar was needed to create a widget area.
Forum: Plugins
In reply to: [Pootle Pagebuilder - WordPress Page builder] Not a front-end page builderFixed the Divi problem with this custom css added in Divi’s CSS editor:
#pootlepb-modules-wrap{ z-index:999999; }Forum: Plugins
In reply to: [Pootle Pagebuilder - WordPress Page builder] Not a front-end page builderOK I get it. It doesn’t work with pre-existing pages and there’s a conflict with Divi that hides the top-left icon behind a full-width header.
#main-header {  position: relative;  z-index: 99999;Forum: Plugins
In reply to: [W3 Total Cache] CSS minify is broken in 0.9.5.2I was using auto minify. As soon as I disabled it my site was back to normal (all stylesheets worked) so I triaged by enabling manual minify and testing one feature at a time until it broke. The CSS minify tickbox causes site breakage. Everything else seems OK.
- This reply was modified 9 years, 4 months ago by Fraser.Dk.
If you include link(s) to the page(s) affected you’ll get more useful responses.
Forum: Plugins
In reply to: [W3 Total Cache] So should I update or not?@wpuser3 never update without backups, and a test site always helps. If your WP site is a money maker then backup, test on a duplicate site, ensure everything works, then maybe think about updating.
But if it ain’t broke don’t fix it.
This worked great for me too. Thanks kgagne!