edse83
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: "An error occurred in the upload" – Have tried everythingBlood sacrifice jaja…
You can try to increment PHP Memory Cache from your WP-Settings.php
Verify your upload folder.Try to go to permalinks and resave your preferred permalink style.
Hope this helps.
Forum: Plugins
In reply to: [WooCommerce] Will the order status change after Paypal payment?This took me too long to figure out…
My problem… after a customer made a purchase via PayPal, the order was marked as pending, and I wanted to mark it as “processing”.
What I did:
1. Copy content/plugins/woocommerce/templates/checkout/thankyou.php
2. Paste it on my theme/woocommerce/templates/checkout folder
3. I open the thankyou.php file, and just below the first else if I added the following code<?php else : ?>
<?phpif ( $order->payment_method_title == “Tarjeta de Crédito o Débito” ) :
$order->payment_complete();
endif;?>
Change the “Tarjeta de Crédito o Débito”, to the title you wrote on your admin dashboard ->woocommerce->settings->gateways->paypal. And just write what ever your gateway title is. I understand this is not the best practice, but is for you too get an idea on how to solve this.
Now only orders coming from paypal are marked as “processing”. And wire-transfer and check gateways are marked as “on-hold”.
Forum: Fixing WordPress
In reply to: Facebook like buttonFor what I understand you will have to create a different button for each post/page if you want to add buttons manually.
So you have to create them in Facebook or you can use the code and change the permanlink of each Like Button code as shown in this post
https://www.ducttapemarketing.com/blog/2010/04/23/adding-the-facebook-like-button-to-your-site/
Hope this helps
Forum: Fixing WordPress
In reply to: Facebook like buttonHi Mujat,
I will recommend you to use simple plugin like share this
Or use something more advanced solution like
Wordbooker for Facebook and Twitter Tools for Twitter.
Hope this serves
Forum: Fixing WordPress
In reply to: How to post video??Hi,
There are several ways to do this, I’ll recommend you to install and activateViper’s Video Quicktags.Not all plugins support AVI files. Try using this or other wordpress plugin that supports AVI files.
Hope this is useful
Forum: Fixing WordPress
In reply to: Moving WordPress blog to new host – please help!Having different versions may be the problem.
Anyway, if you are having too much trouble and wont get any answers from hosting support, my recommendation is that you make the clean install again. And use or install wp backup plugin or use the default export/import tool from WordPress and pass your themes and plugins from one hosting to another.
I recommend you use wptwin, or some free version of something like wptwin. It has worked great for me when I need to pass one wp installation to another hosting.