WillOfTheWeb
Forum Replies Created
-
Forum: Plugins
In reply to: [WPC Smart Quick View for WooCommerce] Having an issueIt’s okay, I used another Quick View plugin.
Forum: Reviews
In reply to: [Gutenberg] Not liking itI get the feeling that it’s trying to be a ‘page builder’ but failing. There are a multitude of builder plugins available that have stood the test of time and they work well. If you are trying to create a page builder then please follow through and add all the extra features e.g. drag and drop, options for image padding, margins , Front and Backend Editors and different modules etc.
Gutenberg is basically doing what TinyMce is currently doing but it isn’t making it easier, there is absolutely no advantage. In its current state I think it’s a step backwards. If it isn’t making it easier then please leave things as they are. I really do dislike it.
Forum: Plugins
In reply to: [Tabs & Accordion] Doesnt work with DiviHi
I can create the tabs but when I embed them on any of my pages in Divi all I get is a thin horizontal line. I disabled Divi and used 2018 and it worked fine there so I’m assuming there is some conflict there. I also disabled all the plugins but it still wouldn’t embed on any page.
Forum: Plugins
In reply to: [Advanced Editor Tools] Conflict with Divi ThemeYou can import page styles and layouts which are .json files. Not sure if this has been fixed but I reported it to Elegant Themes.
Forum: Plugins
In reply to: [WooCommerce] Problem with VariationsProblem solved, Memory issue!
Many thanks, had me puzzled for an hour.
Forum: Plugins
In reply to: [Lazy Loader] Problem with RevSliderIt’s the premium one I am using, thanks.
Forum: Plugins
In reply to: [Lazy Loader] Problem with RevSliderHi
I had to disable the plugin as it’s on a busy site.
Thanks anyway.
Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Divi BuilderYou can but you need to go playing around with your theme.
In your child theme create a functions.php file and added the below snippet:function my_et_builder_post_types( $post_types ) { $post_types[] = 'properties'; return $post_types; } add_filter( 'et_builder_post_types', 'my_et_builder_post_types' );And thats it, the builder should load on the property pages now.
Forum: Plugins
In reply to: [Quick Interest Slider] TypoSorry, I see the admin area for it now.! Thanks!
Havent time, I just disabled it.
Forum: Plugins
In reply to: [Simple Job Board] Where are the uploaded docsIt’s okay, found them.
Forum: Plugins
In reply to: [LiteSpeed Cache] Problems with Divi ThemeHi
I’m having the same problem with divi across multiple sites. When I disable Litespeed cache everything is back to normal. It only seems to affect Divis admin menu layout. Screenshot here https://prnt.sc/g1g7ww
It’s working fine because I added the below css
.loader{ display: none; }Thanks for the information, much appreciated!