wpmhweb
Forum Replies Created
-
I understand that they have to make money, but adding ads at the editor (mind creation area) is way out of line!!!
Yoast needs to stop this behavior.
I’m already looking for a plugin replacement.
Thank you again.
Forum: Fixing WordPress
In reply to: After installing WordPress 5.3 can’t activate or deactivate pluginsI was able to reinstall w3tc and now it seems that everything is working again.
thanks,
Hi,
I contacted W3 total cache, and they walked me through the process to reinstall the plugin. Apparently everything is working again.Thank you for your help.
Thanks for the solution. I followed the steps, and it appears that everything is working again.
I had a backup of the config, and restored it after reinstall the plugin. So that should restore all the settings and connection to the CDN, right?
Thank you.
OK, it now appears that the problems is the W3 Total Cache plugin. I clear the cache, but the problem persisted, then I disabled the W3 Total Cache and plugins starts working.
Forum: Fixing WordPress
In reply to: After installing WordPress 5.3 can’t activate or deactivate pluginsYou’re in the right track. I clear the cache, but the problem persisted, then I disabled the W3 Total Cache and plugins starts working.
Now, I don’t know how to fix the cache plugin.
Thanks,- This reply was modified 6 years, 8 months ago by wpmhweb.
I’m thinking that it could be a problem with WordPress 5.3, I had other plugins disabled, and I tried to enable another, it did enabled, but clicking the disable button now will not deactivate the plugin.
Thanks,Yes, I’ve tried reinstalling it, but it doesn’t activate anymore. Before WordPress 5.3, the plugin worked perfectly.
Thanks,
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ad insertion within list of stepsThank you.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ad insertion within list of stepsI guess what I was trying to get is a way to mimic and if/then situation. For example, scan for OL if not present, then count 3 paragraph and insert the ad.
Can this be done?
Thank you again for your help.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ad insertion within list of stepsHow about inserter ads if html tag is NOT present?
For example, I need to insert an add if within the article content doesn’t contain a ol list or if the .css-class is not present.Thanks for all your help!!!!
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ad insertion within list of stepsAbsolutely.
One more question, does the plugin has a fallback option if the condition isn’t met?
For example, I’ve been trying to insert an ad after the first step on a list, but not every tutorial has a list of steps. In those case, I would like to fallback to another ad block that uses paragraph count instead. Is there any way to do this?Thanks,
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ad insertion within list of stepsI figured out, I think.
The selector that is currently working is:.entry-content ol:first-of-type li:first-child p
the trick is the first-of-type to select the ol in the content, and then first-of-child to capture the first step.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ad insertion within list of stepsUpdate: I managed to avoid the loop using “:first-child”, like this “.entry-content ol li:first-child p”. Now the only problem is that I need to run this only once post and only in the first set of steps. How do I specify to insert an ad only after the first step under an h2, when the post has multiple sets of h2 with number lists under them?
Thanks,