electrolinks
Forum Replies Created
-
This worked to fix for me too.
Thank you David.
And some details on Paypal international (restrictions ?)
The link that describes how to change the payment type in the plugin…
https://ww.wp.xz.cn/support/topic/pay-now-vs-donate-button-international-issue?replies=7
I’m not sure, may be one of Paypal Thailand’s global restrictions?
It’s strange because it can take normal payments through a paypal form using basic settings. Once I use Seamless donations I get the error message from Paypal.
I have to assume it’s two different payment types and one (donations) isn’t allowed.
“Currently PayPal accounts in Thailand are only able to send payments. This recipient is not eligible to receive funds.”
I tried changing the cmd from _donations to _xclick / _cart and it didnt appear to work.
Forum: Plugins
In reply to: [Polylang] redirect_to from change language linksI think it was a plugin called “Restricted Site Access”
To fix my issues I followed your advice Chouby.
1. Deactivated all plugins:
I used this SQL statement on my WordPress database.
UPDATE wp_options SET option_value = ‘a:0:{}’ WHERE option_name = ‘active_plugins’;
to deactivate all plugins and you were correct. My site started to work properly.Thank you for your kind help.
Forum: Plugins
In reply to: [Polylang] redirect_to from change language linksSite is: http://bit.ly/1SkPeRk
See the second language link on the top right (Thai)
Could it be something Ive overlooked?Thank you Chouby
Forum: Plugins
In reply to: [Polylang] redirect_to from change language linksCorrection: I have WordPress 4.4.2
1. Started with version 1.8.1
2. then upgraded to version 1.8.2 and I think that broke the language changer.
3. Then I further upgraded to 1.8.2.1 looking for a possible bug fix.
4. Then I manually downgraded the plugin and deactivated and reactivated it.
My plugin version now incorrectly says Version 1.8.2.1 (version 1.8.1 manually ftp’d up to plugins)I’m not sure if I did the manual install properly. I believe its some kind of polylang / content / database corruption.
I also suspect my .htaccess file but chaging that didnt fix it either.
Forum: Plugins
In reply to: [Polylang] redirect_to from change language linksApologies. Let me write this properly
I have WordPress 4.22.
Yesterday I upgraded Polylang to 1.8.2I have language switcher links in my header.
3 of my language swicthers work.
One language switcher for the Thai language redirects to a post and sets the language to english.I tried upgrading polylang and then I downgraded to 1.8.1
No luck.
When I am logged in it works. But logged out it doesnt work.
Ive tried:
Changing polylang settings
Deleting cookies
Turning off cookies for polylang
Upgrading and downgrading the pluginThanks for helping! I appreciate it.
Forum: Plugins
In reply to: [Polylang] redirect_to from change language linksIt redirects to the wrong language and wrong page
Forum: Plugins
In reply to: [Social Stickers] Social Sticker plugin: Linked-in URLApologies. Duplicate.
Forum: Fixing WordPress
In reply to: How to make a website live??A few things make a wordpress site live:
1. Domain name that points to your server IP
2. WordPress install and database that is set to the same URL or domain name e.g. http://www.yoursite.comIf you hanged the URL in you control panel incorrectly that is why you cant login anymore. A fix is available directly in your wordpress database.
This can usually be accessed from your hosting control panel.
What is your doamin name/URL?
You need to check in the wordpress database that it matches.See here for a similar discussion:
http://ww.wp.xz.cn/support/topic/change-url-in-existing-database?replies=4Forum: Fixing WordPress
In reply to: Blog Post within BlogIt depends what you would like to do
1. Copy and paste (I guess that’s not what you want)
2. You could add a menu item/link to a page and embed their blog as an RSS feed?Some hosting providers cause issues with email being sent from plugins like Contact Form 7 via PHP. It can be a difficult issue to track down.
Who is your hosting provider? You could look for other wordpress users with the same issue and seek a solution that way
Forum: Fixing WordPress
In reply to: Changing My BlogYou could try this? A new page template.
http://ww.wp.xz.cn/support/topic/menu-link-to-list-all-recent-posts-from-all-categories?replies=3
or
http://www.wprecipes.com/fahirsch-asked-how-to-list-all-posts-on-a-page
>> Then link to that page from the menu.