jinsley8
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Facebook not loading URL open graph previewNo it’s not resolved.
Most links work in the Facebook debugger, thats not the issue.
When you add the link to create a Post it’s supposed to automatically populate the preview but it loads for a moment and doesn’t. You have to delete the URL and add a second time.
This only happens for links from this site. I’ve disabled everything except Yoast and it continues to happen.
- This reply was modified 5 years ago by jinsley8.
Forum: Plugins
In reply to: [a3 Lazy Load] When video option is turned on, the lazy load image is too bigThanks for you time checking this out. I can send this thread to Divi support now and see what they say about the issue.
Forum: Plugins
In reply to: [a3 Lazy Load] When video option is turned on, the lazy load image is too bigThis is the iframe code when A3 Lazy Load is active:
<div class="et_pb_video_box"> <iframe class="lazy-loaded" title="Computer Guided Bone Augmentation" width="1080" height="608" data-lazy-type="iframe" data-src="https://www.youtube.com/embed/Ho9bESMNmts?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" src="https://www.youtube.com/embed/Ho9bESMNmts?feature=oembed"></iframe> <noscript><iframe title="Computer Guided Bone Augmentation" width="1080" height="608" src="https://www.youtube.com/embed/Ho9bESMNmts?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></noscript> </div>
Now this is the video module code when lazy load is turned off:
<div class="et_pb_video_box"> <div class="fluid-width-video-wrapper" style="padding-top: 56.2963%;"> <iframe title="Computer Guided Bone Augmentation" src="https://www.youtube.com/embed/Ho9bESMNmts?feature=oembed" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="" name="fitvid0"></iframe> </div> </div>
Lazy Load strips that fluid-width-video-wrapper div and adds width/height.
Forum: Plugins
In reply to: [a3 Lazy Load] When video option is turned on, the lazy load image is too big@a3rev This page is going live in 24 hours but video is on this page.
Forum: Plugins
In reply to: [a3 Lazy Load] When video option is turned on, the lazy load image is too bigI have the same issue with the Divi theme video module.
It adds height and width to iframe that is huge.
I’m experiencing the same issue.
I have only Products selected in the settings.
Pressing ENTER gives the following URL pattern for the search page (styled like theme):
?s=searchterm&search_id=1&post_type=productClicking on View All gives the following which is not styled like my theme:
?s=searchterm&search_id=1How can we get &post_type=product added to the end of the query for View All?
Forum: Plugins
In reply to: [Elementor Inline SVG] Fatal Page ErrorThanks!
Forum: Plugins
In reply to: [Fancy Admin UI] Debug warnings with PHP7Same issue:
[16-Oct-2017 17:04:36 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; fau_color_settings has a deprecated constructor in /home/domain.com/public_html/wp-content/plugins/fancy-admin-ui/inc/fau_settings.php on line 11
[16-Oct-2017 17:04:36 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; fau_secondary_color_settings has a deprecated constructor in /home/domain.com/public_html/wp-content/plugins/fancy-admin-ui/inc/fau_settings.php on line 33
That makes it even worse.
Before it was mostly wp-admin pages that had the issue. This new update causes every page front- and back-end to show the redirect error.
It works now! Thank you for the quick response to the issue.
Forum: Plugins
In reply to: [Autoptimize] Slow page loads and no cache buildIt looks like it’s all working fine now after I reset everything.
Forum: Plugins
In reply to: [Autoptimize] Slow page loads and no cache buildHi Frank,
I deactivated the plugin and reactivated, tested all options separately and together and I’m not getting the long wait times on asset downloads during page load.
I went from 74 requests to 55 but my cache size is still 0.00B / 0 files.
Forum: Plugins
In reply to: [Yoast SEO] Conflict with Visual ComposerAt first, I was running VC 4.7.4 and Yoast 2.3.5 – no issues
I upgraded Yoast SEO 2.3.5 to 3.3.2 and the conflict occurred. I tried update VC to v4.12 and the issue still remains.
I deactivated all plugins except VC – the on-page editor started working again. As soon as I activate Yoast it breaks. Only these 2 plugins are activated when this occurs.
Forum: Plugins
In reply to: [Yoast SEO] Conflict with Visual Composer@askkim – Open graph was already enabled and it does not fix the issue. It’s a relatively reset issue within the last few weeks.
If I disable Yoast SEO then VC works fine.
I’ve been using both together on many sites for over 2 years and this is the first time I’ve experienced this issue.
Forum: Plugins
In reply to: [Theme My Login] Password Reset IssuesJeff,
I solved my password reset issue.
It was because of my SMTP email relay rewriting the URL to track clicks. I disabled click tracking and it worked again.