Wow Digital
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast Duplicate Post] Duplicate post not visibleWe’ve had a similar issue. I think it happens when there’s a rewrite version of a page and then the original page is updated/edited.
It’s annoying, for sure!
It would be great if it would prevent you from editing the original until the rewrite version is published.Forum: Plugins
In reply to: [Yoast Duplicate Post] Rewrite & Republish makes 3 copies and none workDoes anyone have any insight?
This issue is affecting just a couple of pages in a site with over 200 pages.Forum: Plugins
In reply to: [Yoast Duplicate Post] Rewrite & Republish makes 3 copies and none workJust following up on this. Any thoughts about it?
Forum: Plugins
In reply to: [Yoast Duplicate Post] Rewrite & Republish makes 3 copies and none workI should also add this. When I did the “rewrite and republish” after I deleted the 3 copies the plugin created, the “rewrite and republish” isn’t available.
Forum: Plugins
In reply to: [Media Library Assistant] Some files are readonly for date changes@dglingren that did the trick. I missed the Assistant option. Thank you!
Forum: Plugins
In reply to: [Media Library Assistant] Some files are readonly for date changesUnder bulk actions, I only see delete permanently.
When I roll over media items, I see the options but not Quick Edit.
I see both the edit and quick edit when I go to pages and posts though.
Forum: Plugins
In reply to: [Media Library Assistant] Some files are readonly for date changesI’m going in to edit the media file, and then using the right-column details to adjust it.
I don’t see a quick edit for media or a bulk edit for media – the only option for bulk is to delete.
Sure. I installed wordpress, then installed the ultimate member plugin from the WP repo.
When I run a check using achecker.ca it identifies the issue with <i class=”um-faicon-times”></i>
This is the code that’s output on every page in the site.
<div id="um_upload_single" style="display:none"></div> <div id="um_view_photo" style="display:none"> <a href="javascript:void(0);" data-action="um_remove_modal" class="um-modal-close" aria-label="Close view photo modal"> <i class="um-faicon-times"></i> </a> <div class="um-modal-body photo"> <div class="um-modal-photo"></div> </div> </div>
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Issue with default search queryAnyone?
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Issue with default search queryAnd, I’m not sure if this matters, but I have
define('PODS_SHORTCODE_ALLOW_EVALUATE_TAGS',true);
in the wp-config.php fileForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Issue with default search queryWorks fine in 2.7.15, but going to 2.7.16.1 broke it – I just downgraded and upgraded version by version to test.
Forum: Plugins
In reply to: [Yoast SEO] How To Remove JSON-LD Yoast on Single Pages Only?Thank you for the quick reply!
Yes, I realize that now. All fixed!!
remove_action( 'wp_head', 'wp_oembed_add_discovery_links', 10 );
did the trickForum: Plugins
In reply to: [Yoast SEO] How To Remove JSON-LD Yoast on Single Pages Only?I think I’m having a similar issue. I’ve used the code you posted on github
add_filter( 'wpseo_json_ld_output', 'yoast_seo_json_remove_partial' ); function yoast_seo_json_remove_partial() { if ( is_page ( 3285 ) ) { return false; } }
However, on that page, I still see these tags:
<link rel="alternate" type="application/json+oembed" href="https://domain.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdomain.com%2Fjob%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://domain.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdomain.com%2Fjob%2F&format=xml" />
I need to remove those two links – LinkedIn is uses these links instead of the opengraph data.
Alternatively, is there a way to change the URL to include variables in it? such as
https://domain.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdomain.com%2Fjob%2F?title=ceo&year=2020
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] nonce error messagesI didn’t notice an nonce setting. I’ll look into that! I’m going to be super annoyed if that fixes it… lol
I changed over to another system for it, so I’ll do some testing and get back to you
- This reply was modified 5 years ago by Wow Digital. Reason: added more info
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Multiple “profile updated” messagesThanks, but for now I had to go a different route due to the nonce issue that I was having.