slomeli79
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Yoast Seo tabs are not loading correctly after updatingIt’s the same issue (disregard note about the Visual Editor tab; I can’t edit that comment anymore.)
My screenshot matches @alexanderkoch096 : https://cl.ly/77d97224ba1f
Still happens with ALL other plugins disabled.
What fixes it?
#1 changing theme to TwentyNineteen or TwentySeventeen
OR
#2 rolling back Yoast to 9.3 – EVEN WITH all plugins active and the CURRENT THEME – fixes the issue. (so don’t just blame the theme, Yoast team.)So there is some conflict with Yoast 9.4 and *some* themes.
Forum: Plugins
In reply to: [Sticky Side Buttons] Icons no longer appear@enigmaweb It looks like going back and re-building all the icons worked here, too.
What I found was that the icon classes ALL changed from the old
fas fa-[whatever]
tofab fa-[whatever]
. Basically, the latest version isn’t backwards-compatible with the older one’s CSS settings?fab
class (latest version) sets the font-family ='Font Awesome 5 Brands'
while
fas
class (prior versions) had the font family ='Font Awesome 5 Free'
(Ensured no caching in play on this site.)
Forum: Plugins
In reply to: [Yoast SEO] Conflict With WP 5.0.3 and Classic EditorSeeing the exact same thing here, very likely same issue as https://www.ads-software.com/support/topic/yoast-fs-up-the-editor/
Forum: Plugins
In reply to: [Yoast SEO] Yoast Seo tabs are not loading correctly after updatingSame problem here with v9.4 on WP 5.0.3.
Also, the Visual editor tab is no longer working until/unless I disable Yoast.
Forum: Fixing WordPress
In reply to: PHP Notice: Undefined index: hook_suffix@lkerbs , did you figure it out? I’m seeing the same error for the exact same line number, too.
Forum: Plugins
In reply to: [Sticky Side Buttons] Icons no longer appearFound a workaround –
Noticed in browser dev console that the font-face declaration has changed from ‘FontAwesome’ to ‘Font Awesome 5 Free’, and broke everything.
Adding the following CSS (I use the Simple CSS plugin) fixed the issue, at least for me. YMMV depending on your theme and if FontAwesome is used by other plugins on your site, but this will help some of you out.
.fa, .fas { font-family: 'FontAwesome' !important; }
- This reply was modified 6 years, 3 months ago by slomeli79.
Same problem here, specifically when going to Appearance > Menus.
This theme does not have a mega menu, and If Menu was working on it for years. Menus haven’t changed in some time, so I have not attempted to customize menus recently and therefore have no idea when the problem first appeared.
Looks like quite a few others are having this same issue, with first reports (that I can find) around March 2018:
- https://www.ads-software.com/support/topic/wp-admin-nav-menus-php-is-blank/
- https://www.ads-software.com/support/topic/cant-open-the-menu-preferences-after-activating-if-menu/
- https://www.ads-software.com/support/topic/i-cant-see-aparence-menu-after-update/
Any answers?
- This reply was modified 6 years, 9 months ago by slomeli79.
Forum: Plugins
In reply to: [Elementor Website Builder - More Than Just a Page Builder] Tab Link OffsetDid you find an answer to this? I’m astonished support didn’t bother trying to help with this basic feature – linking to a specific tab.
Forum: Plugins
In reply to: [Code Snippets] ‘PHP Deprecated’ MessagesGot it. I had to change one of my go-to snippets.
add_filter( 'jpeg_quality', create_function( '', 'return 100;' ) );
into
function custom_jpeg_quality() { return 100; } add_filter( 'jpeg_quality', 'custom_jpeg_quality', 10, 2 );
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Fatal error after upgradeSame here. Update broke several sites. Logging in via FTP to rename the /updraftplus folder under /wp-content/plugins allowed me back into the dashboard where the plugin is now disabled. It will remain deactivated until an updated version is released.
Same here. Commenting out lines 57 and 111 (via FTP) got my affected sites back up and running. Thanks to those here who shared that tip!
Awaiting a fix.
The problem is what LogoLogics identified – the image which was hard-set in your design to https:// instead of https://. Follow their advice and you’ll have it fixed.
Ignore Naweed. Cloudflare Free and SSL play together just fine.
Forum: Plugins
In reply to: [Sticky Side Buttons] Error in front endForum: Plugins
In reply to: [KC Tools] What password is being requested?Yep, just found it. Got it working. Thank you for the same-day reply!
Forum: Plugins
In reply to: [TAO Schedule Update] Schedule every dayI’ve been searching for what ‘Recursive Scheduling’ does, too.