werdpres
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: troubleshooting database: utf8mb4, utf8thanks for the linking the guide a2
all db tables check out ‘ok’, which i suspected they would since i don’t think there’s an error with the tables
the problem, i think, is that some of the post tables are utf8mb4 while others are utf8 and i’m wondering how i can diagnose and fix the problem (i.e. convert whatever utf8 tables that are supposed to be utf8mb4 to utf8mb4)
Forum: Fixing WordPress
In reply to: YouTube embed in visual editor broken in 5.3i never found the problem, but the issue resolved itself at some point – sorry i can’t help more
Forum: Fixing WordPress
In reply to: YouTube embed in visual editor broken in 5.3after removing the fancy quotes from your sample…
<object data="https://www.youtube.com/watch?v=Ue7TfmQNBQA" width="400" height="315"></object>
… the result is a generic gray object box in the TinyMCE visual editor – if i publish the post, the media is there and there’s a lot of HTML when i look at the source code for the media, but there’s no video in my browser, nor is there an HTML frame (iframe) from youtube
Forum: Fixing WordPress
In reply to: YouTube embed in visual editor broken in 5.3as i said in my opening post, i’ve tried that
Forum: Reviews
In reply to: [LuckyWP Table of Contents] works well, needs a little polishsmooth scrolling is enabled – the problem is LiteSpeed cache plugin which i’ve detailed in my support thread
Forum: Plugins
In reply to: [LuckyWP Table of Contents] incorrect scroll position (lazy load)is this something that can be fixed?
i should also mention that the scroll problem exists whether smooth scrolling is enabled or not
Forum: Plugins
In reply to: [LuckyWP Table of Contents] incorrect scroll position (lazy load)hello!
i did some testing and found that the problem was not lazy loading of images/iframes (LiteSpeed cache uses an image placeholder of the same size as the original image)
the problem is with the LiteSpeed cache ‘Load CSS Asynchronously’ setting – when disabled, Lucky ToC scrolls to the correct page position from an external link
this setting is found on the Settings > Optimize tab
i don’t know if you can install this plugin for testing purposes unless your web server runs LiteSpeed
Forum: Plugins
In reply to: [Fix Media Library] bulk attach unattachedi’ve found several code samples i can share if interested
thanks for looking into this
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] unregistered unsubscribethe other problem with not providing unique, random generated links for non-registered users is that anyone can subscribe or unsubscribe anyone else
the thinking here baffles me
i prefer openness and ease – i have no sign-ups on my site because i don’t wish to make people jump through hoops to leave a comment or subscribe to content they like
I really liked this plugin for specific DB optimization
actually it’s not even great at that – after dumping WP-O i installed Plugins Garbage Collector and it found a bunch of db tables that were left by 4 plugins i uninstalled long ago
in /wp-content see if there are 2 advanced-cache.php files, one with a .bak extension – if so, rename the current one (add .old or whatever) and then remove .bak from the other and see if that works
if you did not have a caching plugin installed, there may not be an advanced-cache.php.bak – in that case i think you can just delete the
// WP-Optimize: page cache disabled
string from the one you named .old, then just remove the .old extension and you should be goodappears the developers never bothered to test this very well which is another reason i removed this plugin
2016
> Are there any console errors present?
nope … well, yeah, but unrelated
i didn’t check the console and i don’t have the plugin installed at the moment
regarding formatting, i essentially entered exactly this…
<a href="https://example.com/this">Subscribe</a> to be notified of updates.
i did not use ‘p’ tags
if i have time i’ll try to do some more testing
- This reply was modified 5 years, 8 months ago by werdpres.