S3nd41
Forum Replies Created
-
Forum: Plugins
In reply to: [DsgnWrks Importer for Instagram] Fatal error?Removed dsgnwrks_insta_users and dsgnwrks_insta_options from my site’s database and tried to authenticate again with Instagram but I get the fatal error anyway.
Forum: Themes and Templates
In reply to: Changing "Page X of Y" on pagination titleThanks for your reply.
I actually found out that this particular title structure was getting output by WordPress Yoast SEO and there’s even no way to customize it. I had to hack one of the plug-ins core files.Such a bummer because now everytime I update it I’ll have to hack it again.
Do you know how to override it from your theme’s header?
Forum: Plugins
In reply to: [Post Duplicator] Support for Magic FieldsThank you very much for considering it!
I believe a great number of users will be thankful for it because many people use Magic Fields to customize their custom fields.Forum: Plugins
In reply to: [Infinite-Scroll] Infinite Scroll on home page with multiple loops@moncsoka: I ended up not trying it since the developer said that it was “quite complicated to implement”, I thought it would be too time consuming so I went for a normal pagination approach.
Forum: Plugins
In reply to: [GD Star Rating] [Plugin: GD Star Rating] Rich Snippet not showing in GoogleOk, the problem in my case was that I was outputting Star Ratings like this:
<?php wp_gdsr_render_article(10, false, ‘crystal’, 30); ?>
and you need to render it through automatic output through:
<?php the_content(”); ?>
Since I was using Magic Fields to output the content I didn’t have it at all. Hope this helps someone else!
EDIT: I didn’t want the ratings to get automatically positioned on my content div so I ended up using:
<?php wp_gdsr_render_article(10, false, ‘crystal’, 30); ?>
<?php do_action( ‘gdsr_gsr_insert_snippet’); ?>To display the ratings and the necessary snippet for Google. Disabled auto insertion of rating on individual posts and then the content output stopped displaying the ratings. (You should replace the render_article definitions with your custom style.)
I tried your fix but nothing shows up on Rich Snippets Testing Tool anyway… did you manage to find a solution?
Forum: Plugins
In reply to: [GD Star Rating] [Plugin: GD Star Rating] Stars not showing upDid you go to “Graphics” and make sure that the style of stars you selected there matches the style you selected on your “Post Rating” section? If the stars are not displaying you’re not injecting the necessary CSS to take care of it.
Forum: Plugins
In reply to: [GD Star Rating] [Plugin: GD Star Rating] Rich Snippet not showing in GoogleTried the uninstall/reinstall solution posted by Pattaya_Web but it’s still not working :\
Forum: Plugins
In reply to: [GD Star Rating] [Plugin: GD Star Rating] Rich Snippet not showing in GoogleHello,
I disabled that option but my ratings still don’t show on the Rich Snippet Testing Tool.
What can I do to fix this besides messing around with the mysql tables?
Thanks!
Oops, sorry, I didn’t even remember I had already posted this bug.
Thank you, it works perfectly.
Can the owner of the plug-in please release a new version with this fix?On the other hand when you click the language button on WPML it takes you to the root page of your website, it doesn’t immediately redirects you to the current page in the alternate language, does it?
Any updates?
My bad, was using a version of the plug-in not suited for the version of WP.
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Permalink TranslationHi, I managed to achieve this by using this plug-in:
https://www.ads-software.com/extend/plugins/qtranslate-slug-with-widget/
Give it a go.