eddiesutton
Forum Replies Created
-
Fixed it! At least, fixed it for my custom child theme built on the Twenty Thirteen theme. Here’s what I found
Found the culprit on line 912 inside the styles.css file (not inside the ‘css’ directory). Note that, for me, the nefarious style is the clip-path. I created a style to override that inside my child theme and it’s working. The change from prior versions of ’twenty thirteen’ is from a style for ‘clip’ and changing that to a style for ‘clip-path’. That killed my sub-menu behavior. In more detail, the complete old style looks like:
clip: rect(1px, 1px, 1px, 1px);
…and this was replaced with:
clip-path: inset(50%);
So I created a style in my child theme that goes like:
clip-path: none;
That fixed it.
Even so, this was incredibly annoying and time-consuming and that was a bunch of hours for which I will not be compensated. So I guess that’s part of my contribution to the world of ‘open source’.
Hope this helps someone else.
Forum: Plugins
In reply to: [CM Tooltip Glossary] Odd ErrorMe, too! After updating the plugin the site disappeared (white screen) so I removed the plugin and the site came back to life. Then I attempted to freshly install the plugin and activate it when I saw this error message:
Plugin could not be activated because it triggered a fatal error.
Fatal error: Class ‘com\cminds\package\free\v1_0_4\CmindsLicensingAPI’ not found in /home/drinksko/public_html/wp-content/plugins/enhanced-tooltipglossary/package/cminds-free.php on line 59My hope is this to be a simple solution that doesn’t require much of your time and thank you, in advance, for supporting this plugin!
– eddie
Forum: Plugins
In reply to: [Semalt Blocker] Everything redirecting to GoogleWell done! Looks like that fixed it. I will be testing in other websites and will post any news of problems. Thank you for fixing this!
Forum: Plugins
In reply to: [Semalt Blocker] Everything redirecting to GoogleWe have a dozen-or-so websites that are experiencing the same behavior — links from other websites are redirected to Google. My guys are now deactivating the Semalt Blocker plugin. Please let me know if I can be of any assistance!