one3rdnerd
Forum Replies Created
-
Does adding
remove_all_filters('wpseo_metadesc');to your functions.php fix it?
It worked for me, following the ticket I opened at https://github.com/Yoast/wordpress-seo/issues/3550#issuecomment-163094676
A lot of people seem to be having this issue. Me too! no help yet!
Forum: Plugins
In reply to: [Ultimate Responsive Image Slider] font-size description and tittleI have this same issue. I am using the right css to change it.
Use this for example…
#example3_2294 .title-in-bg {
font-size: 34px !important;
}If I add to custom css in your plugin it fires my custom css before the default css and the default css also has the !important tag, therefore no custom css is going to work nicely.
I also tried to add to my theme css as that is preferred however this plugin loads its css file too late on for my themes custom.css file to trigger the custom css afterwards.
Can this be corrected?
Is there a way to load them Asynchronously?
Forum: Plugins
In reply to: [Easy Google Fonts] Google Page Insights requirementSo this is solved – http://www.lockedowndesign.com/load-google-fonts-asynchronously-for-page-speed/
Forum: Plugins
In reply to: [Easy Google Fonts] Google Page Insights requirementThe same issue applies with where the fonts are loaded. Can they be set so they are loaded at the end of the html file? so after the <body> ?
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Add custom buttonAre you aware whether your plugin conflicts with trying to add a custom button?
I tried http://code.tutsplus.com/tutorials/guide-to-creating-your-own-wordpress-editor-buttons–wp-30182 and noticed it wasn’t working.
Thanks Marcin. I will do that in a moment. It was there one moment, I upgraded Types and then gone. I have tried the usual debugging like deactivating and reactivating the plugin to see if that registers something and saving permalinks etc. I will leave a message on there to see if they can advise.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce bulk merging categories into oneYes so you merge it instead of deleting it right? Using bulk actions? And as a result those products are then inherited by the product category you merged into? I am certain I did this to like 100 product categories just this week.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce bulk merging categories into oneMaybe consider a tool like WP All Import where you can translate categories during import. To merge existing categories you can do so via the categories screen the same way you merge post categories in WordPress.
Forum: Plugins
In reply to: [Cloak Affiliate Links for WooCommerce] Cool plugin feature ideaSo in the end I achieved this another way, by taking the woocommerce templates and putting them in my active theme then using “Custom Content By Country” plugin and its shortcodes to show affiliate link a) to all apart from people in the USA, and affiliate link b) to those in the USA. The issue is that my American link is of course stored in a new custom field, and thus the redirect plugin does not apply. Could there be a way in the plugin settings for you to insert the name of another custom field and have this plugin allow it to work on secondary affiliate links?
Thanks
Does this also work to track WooCommerce external links? When the product is an affiliate product and the buy now button goes to an external site?
^ Up vote!! This would be awesome, as would php template tag support without having to echo shortcodes.
Forum: Plugins
In reply to: [Custom Content by Country (by Shield Security)] Template and PHP CodeAny update on this feature? Sometimes when I have only access to hooks to add custom meta data and want to be able to control geo access. Would be cool as I could maybe use this and have two buy now links in an affiliate product in WooCommerce and serve one to US and one to the rest of the world.
Any idea on an ETA yet?
Thanks ๐ Keep up the good work.
Forum: Fixing WordPress
In reply to: Wrong Facebook Preview PhotoOkay so I have also come across this, and it has also been on WP Engine but I think what you need to do is use the facebook debug tool when this happens, put the permalink into the tool, click the button to fetch existing OG data for that URL. It will grab the info and show you the wrong preview as you expect, then go up and tell it to fetch new data and if you have configured wordpress SEO and using their custom facebook image option it should work.
https://developers.facebook.com/tools/debug/
Does that help?
Use WordPress SEO the plugin by Yoast and try the above.