Tij
Forum Replies Created
-
The plugin works nice, but I also want the editor to start in WYSIWYG and not in HTML mode.
Do you have a quick fix for this? So I can manually change it via PHP code. Because I have this website that will be used for a short amount of time.
@sfrangos, thanks for the update, really helped me.
I saw that the filter: ‘thematic_create_stylesheet’ was removed, so I had to adjust some things in my child theme.wp_dequeue_script was actually the problem, because when I hooked into this action, the script didn’t get removed. With wp_print_scripts it did got removed but would result in the above notice.
In the end is doesn’t matter, because the script I wanted to remove was enabled by a plugin and I’m not going to use the plugin anymore.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] [Plugin: BackWPup] Thank youMe too, it works amazing! Lots of kudos to you! ??
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] undefined variablesI found a workaround for the Undefined index. Go to ‘SEO > Titles’ (admin area) and fill in the template for Page. Something like this: %%title%%
Forum: Plugins
In reply to: WPML and diamond multisite plugin merge two queries to oneI’m having the same problem. I use switch_to_blog(), to query posts from a subdomain, but I also get the translated posts.
I will give it a try. Thanks.
Maybe this will help:
“Relevanssi is a network plugin, so it only needs to be installed once on network level. However, you need to activate the plugin and build the index for each site. On the other hand, you can adjust the settings for each blog.” – source: https://www.relevanssi.com/knowledge-base/multisite-search/
Okay, thnx. I will apply your first solution.