rayorlana
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Yoast adds duplicate meta robots on Web StoriesTurns out it’s conflicting with my custom theme.
Decided to add
add_action( 'template_redirect', 'remove_robots_webstories' ); function remove_robots_webstories() { if ( is_singular( 'web-story' ) && function_exists( '\wp_robots' ) ) { remove_action( 'web_stories_story_head', 'wp_robots', 1 ); } }
on functions.php instead to remove the duplicate robots meta.
Thanks!
Forum: Plugins
In reply to: [Yoast SEO] Yoast adds duplicate meta robots on Web StoriesHi, here is the DOM on a web-story page with Yoast activated.
https://pasteboard.co/K4SRmqb.png
(image alt: Duplicate Meta Robots Tag)I think it is conflicting with Web Stories plugin on this part
https://github.com/google/web-stories-wp/blob/main/includes/Discovery.php#L72-L76Not sure if this is supposed to be fixed on Web Stories or Yoast.
Tested with another SEO plugin and it seems to work fine for Web Stories.Forum: Plugins
In reply to: [AMP] YOAST meta box ‘blank’ after update 1.2.0Hi! I’ve tested the the plugin with the updated files. It’s working fine now on v.1.2.
Thanks for the quick fix!
Forum: Plugins
In reply to: [AMP] YOAST meta box ‘blank’ after update 1.2.0Experiencing the same here,
Yoast v11.4
PHP 7
WP version 4.9.5Only contents on the ‘Content Optimization’ tab is blanked.
Forum: Plugins
In reply to: [Site Reviews] Link to reviewer’s profileI see. Thanks for the awesome support! Looking forward to the new released version later.
Forum: Plugins
In reply to: [Site Reviews] Link to reviewer’s profileHi, I was wondering if it’s possible to wrap the review avatar also inside a link to reviewers profile as above?
The structure will probably be like
<div class="glsr-review-avatar"><a href=""></a><img src=""></a></div>
- This reply was modified 6 years ago by rayorlana.
Forum: Fixing WordPress
In reply to: How to disable wordpress 4.9 Syntax Highlighter by default?error fixing is still applied by wordpress even after disabling syntax highlighter. any solutions?
Forum: Plugins
In reply to: [Site Reviews] Use profile image instead of gravatarI want to use ultimate member profile image instead of gravatar for site reviews. Is it possible to replace it using your provided hook?
Forum: Fixing WordPress
In reply to: How to disable wordpress 4.9 Syntax Highlighter by default?actually syntax highlighting might be fine. I just don’t need the auto fix feature. any ways to disable it?
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Custom HTML Widget Input field not showingsearched around and found that this is a known bug. Hope it’s fixed soon enough
Forum: Plugins
In reply to: [Site Reviews] Show total count of user who rated?Hey, thanks for the reply geminilabs. saw the link and tried the function. works great there.
I need help on one more thing though. I wanted to change the order for objects in glsr-review in site reviews. currently its
glsr-review-meta(glsr-review-rating and glsr-review-date)
glsr-review-excerpt
glsr-review-avatar
glsr-review-authorany ways I can change the order to avatar – author – meta – excerpt ?
Thanks,
RaymondForum: Plugins
In reply to: [Site Reviews] Show total count of user who rated?Edited : Figured question 1 out, by using site review summary shortcode. still cant figure out question 2.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table ID suddenly changed itselfThanks for the response Tobias!
I’m still not sure what’s causing it but I decided to remove the -no-3 with Search/Replace Script.