szymonnt
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Great! Thank you!
Forum: Fixing WordPress
In reply to: Disabeling Woo on non WC pagesThanks for help! I did something like this
function conditionally_remove_wc_assets() { // if this is a WC page, abort. if ( is_wc_page() ) { return; } if ( is_page(295) ) { return; }It seems to work. I have no idea about php, so I hope this code won’t break aanything.
Forum: Plugins
In reply to: [Estatik Real Estate Plugin] Fatal Error | Author ArchivesHi!
Sorry for late answer! It was not your fault either Kadence fault. When I reinstalled Local By Flywheel and took fresh plugins form repository errors disappear! Thank you for replay!
Forum: Plugins
In reply to: [Code Snippets] Download snippetsForum: Plugins
In reply to: [Essential Real Estate] Gutenberg Blocks SupportBut I do use ERE shortcode in Gutenberg. Property -> Add New -> Add ERE Real Estate Shortcodes. Then I copy chosen short code and paste it in Gutenberg. You thnik it will generate problems?
- This reply was modified 4 years ago by szymonnt.
Viewing 6 replies - 1 through 6 (of 6 total)