asderbase
Forum Replies Created
-
Hello @petredobrescu,
Updated the plugin to version 5.0.9.
Automatic conversion is now working.
But when converting png to jpg, the format in the post does not change and broken links appear.
Screenshots:
https://ibb.co/B6xvwmY
https://ibb.co/k9CNT8s- This reply was modified 3 years, 8 months ago by asderbase.
Yes, the problems started after updating to version 5.0.4.
Forum: Plugins
In reply to: [WP Video Lightbox] How to find broken YouTube video linksAsked a similar question to team Broken Link Checker.
https://ww.wp.xz.cn/support/topic/how-to-find-broken-videos-in-shortcodes/#post-14887988Forum: Plugins
In reply to: [Broken Link Checker] How to find broken videos in shortcodesThanks!
Forum: Plugins
In reply to: [WP Video Lightbox] How to find broken YouTube video linksThe problem is that WP Video Lightbox uses the video id, not the entire link. Therefore, services and plugins for finding broken links cannot find these links.
Forum: Plugins
In reply to: [WP Video Lightbox] Close button is not fully visible on mobileThanks.
I solved the problem like this:
@media only screen and (max-width: 767px) {
.pp_details {width: 100%! important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 40px; background-color: #fff; margin-top: -2px! important; }
}Forum: Plugins
In reply to: [Better Recent Comments] Wrap long words on a new lineThanks!
Can I use this custom CSS?:.comment-excerpt { word-break: break-word; }