travelnitch
Forum Replies Created
-
Thank you, I rolled back and that did seem to fix the issue for now.
Forum: Fixing WordPress
In reply to: Can’t apply new category to posts as adminAppreciate your willingness to help! Thankfully the problem self-corrected overnight. Maybe the WordPress gods heard me complaining. Thank you!
Forum: Fixing WordPress
In reply to: Can’t apply new category to posts as adminThanks Lowell, I did all of that. No luck. I tried creating a new .htaccess file, I tried using a backup file, nothing seems to be working.
Forum: Plugins
In reply to: [Yoast SEO] nofollow on outbound linksUpdate: Problem solved. Turns out another plugin we were using was adding the nofollow links (WP External Links)
___
I’m running into this same issue except I’m using Gutenberg. I have untoggled the nofollow feature on the edit page under each link, but they still show on the published page as nofollow links.
This is the post where I need dofollow links: https://travelnitch.org/hawaii-a-magical-island-adventure/
- This reply was modified 1 year, 7 months ago by travelnitch.
Forum: Plugins
In reply to: [Spreadconnect] elementor fails to load with SPOD plugin activeI’m running into the same issue. Everything was working fine until a week ago. Now anytime I have SPOD activated, it breaks several other plugins. This is unfortunate because I really like SPOD but, if it won’t play nice with others, I’m going to have to find a new print-on-demand service.
That’s really unfortunate. It’s one of the only reasons we were paying for Otter Pro.
Forum: Plugins
In reply to: [Strong Testimonials] Submit form just keeps spinningIt turns out this happens only in Google Chrome, just FYI.
I added the script below to the header (and then the footer), and tried several different classes but it still isn’t working. Any other suggestions? I appreciate your time!
<script>
jQuery(window).on(‘load’,function(){
jQuery( “.vc-tabs-li” ).click(function() {
setTimeout(function() {jQuery(“.masonry”).masonry(“layout”);}, 200);}
});
});
</script>