BoxerBerlin
Forum Replies Created
-
@moixo Unfortunately, no. I applied a 301 redirect as a quick fix to prevent 404 errors.
Thanks @optimole. Yes, understood, they should be replaced.
But in my case they’re not. Otherwise I wouldn’t have reached out here in the first place.Hi @anghelemanuel99,
thanks for looking into this.
No, I have so far not tried the Exclude functions. However, after reading your response, I added/en/1/to the “Exclude Paths From Translation” box but it won’t do the trick, unfortunately.I assumed that here I’ would’d have to add the original path (which does not exist in the native language as mentioned in my initial question).
Best regards
Keep in mind that the language code needs to be part of Facebooks set of codes:
'ca_ES', 'cs_CZ', 'cy_GB', 'da_DK', 'de_DE', 'eu_ES', 'en_PI', 'en_UD', 'ck_US', 'en_US', 'es_LA', 'es_CL', 'es_CO', 'es_ES', 'es_MX', 'es_VE', 'fb_FI', 'fi_FI', 'fr_FR', 'gl_ES', 'hu_HU', 'it_IT', 'ja_JP', 'ko_KR', 'nb_NO', 'nn_NO', 'nl_NL', 'pl_PL', 'pt_BR', 'pt_PT', 'ro_RO', 'ru_RU', 'sk_SK', 'sl_SI', 'sv_SE', 'th_TH', 'tr_TR', 'ku_TR', 'zh_CN', 'zh_HK', 'zh_TW', 'fb_LT', 'af_ZA', 'sq_AL', 'hy_AM', 'az_AZ', 'be_BY', 'bn_IN', 'bs_BA', 'bg_BG', 'hr_HR', 'nl_BE', 'en_GB', 'eo_EO', 'et_EE', 'fo_FO', 'fr_CA', 'ka_GE', 'el_GR', 'gu_IN', 'hi_IN', 'is_IS', 'id_ID', 'ga_IE', 'jv_ID', 'kn_IN', 'kk_KZ', 'la_VA', 'lv_LV', 'li_NL', 'lt_LT', 'mk_MK', 'mg_MG', 'ms_MY', 'mt_MT', 'mr_IN', 'mn_MN', 'ne_NP', 'pa_IN', 'rm_CH', 'sa_IN', 'sr_RS', 'so_SO', 'sw_KE', 'tl_PH', 'ta_IN', 'tt_RU', 'te_IN', 'ml_IN', 'uk_UA', 'uz_UZ', 'vi_VN', 'xh_ZA', 'zu_ZA', 'km_KH', 'tg_TJ', 'ar_AR', 'he_IL', 'ur_PK', 'fa_IR', 'sy_SY', 'yi_DE', 'gn_PY', 'qu_PE', 'ay_BO', 'se_NO', 'ps_AF', 'tl_ST'Example: en_CA won’t work as it’s not part of the list. In this case Yoast’s plugin would use the default WP lang, e.g. en_US
I have a site which has exactly one page per language. So I adopted this function here, just in case someone needs it:
add_filter('wpseo_locale', 'override_og_locale'); function override_og_locale($locale) { if ( is_page( 781 ) ) { return "de_DE"; } elseif ( is_page( 783 ) ) { return "sv_SE"; } elseif ( is_page( '566' ) ) { return "pl_PL"; } elseif ( is_page( '567' ) ) { return "it_IT"; } elseif ( is_page( '234' ) ) { return "es_ES"; } elseif ( is_page( '345' ) ) { return "fr_FR"; } elseif ( is_page( '456' ) ) { return "fi_FI"; } elseif ( is_page( '567' ) ) { return "no_NO)"; } elseif ( is_page( '678' ) ) { return "dk_DK"; } else { return "en_GB"; } }Forum: Fixing WordPress
In reply to: Help required: Cannot update/publish posts anymoreHi tmollai,
you can always easily deactivate plugins by renaming their respective folders:
Log into your hosting account, go to your public_html folder, go further down to the folder.../wp-content/plugins/and rename the plugin you wish to temporarily disable.
Once you wish to reactivate it (or them), just to the same and rename it back to the original folder name. Now log into your WP site, go to “Plugins” and click the “Activate” button. I hope this helps πForum: Fixing WordPress
In reply to: Help required: Cannot update/publish posts anymoreSOLVED! I am using the CloudFlare(R) Cache Purge plugin. Once it’s deactivated, post updates work again.
Forum: Fixing WordPress
In reply to: Help required: Cannot update/publish posts anymoreEinkoro, try to disable ALL plugins and then update a post. Does it work for you?
Forum: Fixing WordPress
In reply to: Help required: Cannot update/publish posts anymoreHi,
for me problem also exists when I publish a new post. The same error message appears – however the post itself is published. When I would try to update this new post again, the error message comes again and the post changes are not applied.
Strangely, this all does not apply to pages. They still work fine.
Forum: Plugins
In reply to: [nrelate Related Content] Problem with Nrelate Thumbnail displayHi Katrina,
thanks for taking care so seriously about the issue on our site. In order to get in touch personally, please leave your details here: i n f o (at) finanztreff.org
Thanks!
bauhauswebForum: Plugins
In reply to: [nrelate Related Content] Problem with Nrelate Thumbnail displayHi Katrina,
do you have an update regarding the missing excerpts? Unfortunately they still donΒ΄t show up, e.g. here http://www.finanztreff.org/banc-de-swiss (see footer) although each post has a dedicated excerpt.
Thanks,
bauhauswebForum: Plugins
In reply to: [nrelate Related Content] Problem with Nrelate Thumbnail displayHi Katrina,
the thumbs look very nice indeed! Thanks for fixing it, and thanks for taking a look at the still missing excerpts.
Forum: Plugins
In reply to: [nrelate Related Content] Problem with Nrelate Thumbnail displayHi Katrina,
thanks for the quick response. I’ve sent the email with all required details to support@ (and to katrina@…).
Thanks and Merry Christmas!
bauhauswebForum: Plugins
In reply to: [nrelate Related Content] Problem with Nrelate Thumbnail displayHi Katrina,
thanks again for the quick response and spending time looking into this.
I have to report that I dont see updated images, still the defaults. Please take a look at the footer here: http://www.finanztreff.org/banc-de-swissP.S.: The image URL is http://imgcdn.nrelate.com/image_cache/www.finanztreff.org/1cba8f33320b554dd2e8ae52e97a13ac_thumb_finanztreff.png which makes me wonder: do you need to flush the cache on your end maybe?
Thanks
bauhauswebForum: Plugins
In reply to: [nrelate Related Content] Problem with Nrelate Thumbnail displayP.S.: The custom field inside the post displays the correct URL to the image: http://static.finanztreff.org/uploads/optionfair_home_small.jpg
Forum: Plugins
In reply to: [nrelate Related Content] Problem with Nrelate Thumbnail displayHi Katrina,
thanks for getting back so quickly.
The URL to the path I removed was http://static.finanztreff.org/uploads/. I can only assume that the messy URL you saw in your system must have been related to a flaw in my db when changing the URL structure for uploads (after I set up the “static” subdomain).
So yes, you are correct: You should have seen http://static.finanztreff.org/uploads/optionfair_home_small.jpg instead of the long and messy link.
But what do we do now? Currently the “URL to uploads path” is empty as you suggested but still no images are being displayed..
Thanks,
bauhausweb