somePaulo
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce ProductPrint] Can I deactivate "open in new window"?Why not use the Magnific Popup script to load up the printing page?
Forum: Plugins
In reply to: [Featured Authors Widget] Manual sortingAnd reverse ordering would be cool too…
Forum: Plugins
In reply to: [Featured Authors Widget] Manual sortingThis might be of help – http://wordpress.stackexchange.com/questions/67357/sort-users-in-get-users-in-custom-order
Forum: Plugins
In reply to: [Featured Authors Widget] Limit authors by rolePerhaps adding an option that would filter the get_users query using role__in and/or role__not__in would do it.
Forum: Plugins
In reply to: [Polylang] Static front page pagination issueActually, what seems to be breaking the pagination is the feature that swaps the page name or ID for the language code on the front page. But that is an essential feature that my client absolutely needs, as well as the pagination.
Please help.- This reply was modified 9 years, 7 months ago by somePaulo.
Forum: Plugins
In reply to: [Polylang] permalinks problem with two domainsHi @tegonikos,
Did you find solution for this by any chance?
Having exactly the same problem…- This reply was modified 9 years, 7 months ago by somePaulo.
Forum: Plugins
In reply to: [Advanced Ads – Ad Manager & AdSense] Disabling plugin breaks siteHi Thomas,
Thank you for the suggestion.
Unfortunately, debug.log was not created.
Server logs show no error records either.
Mystery…Which php function are you referring to?
Will try to recreate the website on another server, if I have the time, to check things out.
Forum: Plugins
In reply to: [WP-Sweep] Word to the Wise – Polylang LanguageI can confirm that.
I guess Polylang uses term relationships to relate translations to originals. It affects everything – posts, pages, taxonomies, terms, slugs, options, you name it.
Is there any way to make Sweep aware of Polylang insertions?
Maybe a check for Polylang presence, or even a more generic check for metas and relationships registered by other plugins?Forum: Plugins
In reply to: [WP Pipes] WP Pipes no longer free to use?@richcorner – you can still find v1.20 on the WayBack archive: https://web.archive.org/web/20150623040007/https://ww.wp.xz.cn/plugins/wp-pipes/
Just click on the Download button there.Forum: Plugins
In reply to: [WP Spider Cache] The plugin does not have a valid header.Activation straight after install returns this error, but activating after this from the installed plugins page does work.
Forum: Plugins
In reply to: [WP Spider Cache] The plugin does not have a valid header.+1 on 4.4.2
Forum: Plugins
In reply to: [Polylang] Polylang and WordPress SEO meta translations for custom post typeThanks for the amazing work, Chouby!
I can confirm that this solution works perfectly with the latest versions of all the involved plugins and WordPress.
Here’s a small wpml-config.xml to put in wp-content/poylang in order to get the shop archive page title and meta description translated in Polylang strings:
<wpml-config> <admin-texts> <key name="wpseo_titles"> <key name="title-ptarchive-product" /> <key name="metadesc-ptarchive-product" /> </key> </admin-texts> </wpml-config>These titles and descriptions override whatever I set in the Yoast SEO metabox in the pages for the shop archives.
Moreover, in the translated version, the original structure prevails and Facebook shows ‘Products Archive’ for title and no meta description at all.When trying to debug the link through the Facebook Devs service it shows a 404 for the translated page’s permalink, but does show the input from the strings translation if I change the slug to the main language one, but keep the translated language in the URL. Like so:
wonderwhite.ru/butik (main language, ru) – works as expected
wonderwhite.ru/en/boutique shows ‘Products Archive’ and no meta when sharing on FB, and throws a 404 in FB Devs
wonderwhite.ru/en/butik shows original version when sharing on FB, and shows translated version in FB DevsCould be a Polylang or Yoast SEO thing.
I would appreciate it if you had any hints on a possible solution for this strange behaviour.
Cheers!
Forum: Plugins
In reply to: [YITH WooCommerce Brands Add-On] Brand slugsHi Yithemes,
Thanks for the suggestion.
The code removed the default post prefix from the slug.
However, I was actually willing to replace it with the default shop prefix automatically. Or have the option in the Pretty Permalinks page to set a slug base for brands.
I was able to modify things now to suit my configuration, but that is a manual hack. Will the next version of your plugin have a ‘base slug’ setting for the pretty permalinks page?Thank you
Forum: Plugins
In reply to: [Standard Widget Extensions] Widget area IDs in which AW is effectiveIf anyone stumbles across this and finds this useful, here’s a css snippet to use FontAwesome icons instead of image ones. Just choose none in the Header Icons option and this snippet to your theme’s custom CSS (This example assumes you already have FontAwesome enqueued):
.hm-swe-collapsed:after { font-family: FontAwesome; font-size: 16px; float: right; content: "";} .hm-swe-expanded:after { font-family: FontAwesome; font-size: 16px; float: right; content: "";}If you want to use ASCII instead of unicode characters, you can find the respective codes on the FontAwesome icon page for your chosen icon and use it with a backslash like so (as above, but in ASCII):
.hm-swe-collapsed:after { font-family: FontAwesome; font-size: 16px; float: right; content: "\f196";} .hm-swe-expanded:after { font-family: FontAwesome; font-size: 16px; float: right; content: "\f147";}Enjoy!
Forum: Plugins
In reply to: [Codestyling Localization] Is this gone?Any news on this?
There was a companion plugin to keep your translations over updates. That one seems gone too.