jennsweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Translator code appears twice on pagesUpdate: Tried to test the shortcode version of the widget in a text module. It’s displaying the widget twice. I’m guessing it’s because the code from the header template is also being triggered from the backend?
Here’s the code that we have in the header now. It wasn’t causing any issues until very recently:
<div class="gtranslate_wrapper"></div> <script>window.gtranslateSettings = {"default_language":"en","native_language_names":true,"url_structure":"sub_domain","languages":["en","es"],"wrapper_selector":".gtranslate_wrapper"}</script>Since the shortcode displays the widget the way we want it to appear (minus the repetition of course), should we simply replace the code widget in the site’s header with a text module that has the shortcode?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Don’t get the option to saveHello! I just wanted to add that what worked for me was going into Plugin Options > Modules and just re-saving the options set up there. That seemed to “jump start” our site’s tables into showing a Save option at the top!
Forum: Fixing WordPress
In reply to: Wp-config-sample-php@court128 Sorry but it was taken care of internally by their hosting company (Bluehost). I don’t know what they did to fix it.
Forum: Fixing WordPress
In reply to: Wp-config-sample-php@court128 Hasn’t been resolved yet. My client notified Bluehost and they told her it was “fixed” but when you go to the site, it just shows the error message. I am wondering if they did an automatice WP update and screwed it up somehow.
Forum: Fixing WordPress
In reply to: Wp-config-sample-phpA client of mine just had this happen on their website Dec. 23. they are hosted with Bluehost. I am wondering if they did some sort of update that triggered this message?
Sorry, I need a
wp-config-sample.phpfile to work from. Please re-upload this file to your WordPress installation.That’s the ticket! Thank you!
Forum: Plugins
In reply to: [WP eCommerce] shipping at checkout requested for twice losing c.card detailsI am having this exact issue as well. Using WP 4.3.1. Goldcart for WP Ecommerce 2.9.7.3, WP E-commerce 3.10.1
Also seeing this error as well: Some of your cart items are targeted specifically to certain markets. As a result, you can only select those countries as your shipping destination.
Store is already specified for USA customers, but it still shows this with a US address.
for what it’s worth, the re-direct did not work for me until I used the full url for both the original landing page and the new destination page like so:
http://www.promerasports.com/whey-landing-page/ redirect to: http://www.promerasports.com/product/con-cret-whey-protein/
Forum: Plugins
In reply to: Woocommerce admin-ajax.php causing 500 Internal Server ErrorThe site is working again! Since a few others are bound to have similar issues with doing updates to Woocommerce 2.3.8 and WordPress 4.2.2 I will summarize what happened.
Updated Woocommerce and WordPress to latest versions as well as plugins. Usually when we do an update to Woocommerce we have to re-set our Authorize.net API and Transaction Key. So, that was the first thing we did.
Internal 500 Error at initial checkout. First issue apparent was the WP-Affiliates Platform plugin by Tips & Tricks HQ. They were notified and recommended a re-install. (it doesn’t wipe out your affiliates data to do so BTW)
After that, I tested checkout on our test site, naturally. It worked. Happy dance. Then, I went to our live site. I got this message after clicking “Place My Order”:
“An error occured. Please seek alternate payment.”Very cryptic. So, I enabled the Debug messages function on our WooCommerce Authorize.net AIM Gateway plugin’s settings. Then, I tried to checkout again. Went to the server via ftp and downloaded the debug.log file. It came up with an error code of E00007 which said “invalid transaction key”.
Turns out that one cannot use the same Authorize.net API and Transaction Key on a test and a live site. So, I signed up for a developer/sandbox key at authorize.net. Installed that on the sandbox set (do NOT enable test mode in your authorize.net plugin’s settings, a sandbox key already lets them know it’s only a test).
THEN, had to request a new Transaction Key for the live site from Authorize.net. Installed that key on the live site’s plugin settings and now credit card payments seem to be working again.
Helpful links:
http://stackoverflow.com/questions/28070748/how-to-get-authorize-net-response-in-woocommerce-authorize-net-aim-gatewayhttp://developer.authorize.net/tools/arberrorcodes/
Forum: Plugins
In reply to: Woocommerce admin-ajax.php causing 500 Internal Server ErrorUpdate! I found out that the WP Affiliate Platform plugin is causing the issue. Affiliate WooCommerce Coupons Addon is also an issue. Only when both are de-activated does the checkout process work. Both are by Tips & Tricks HQ and their support has been notified. If anyone else is having this issue, your feedback would be a big help!
Forum: Plugins
In reply to: [WooCommerce] Checkout ErrorsYou are not alone Nalessandro! I am experiencing the exact same issue. Someone from Woocommerce support is (hopefully!) working on a test site that I have and will have some insight soon!
Forum: Plugins
In reply to: [WooCommerce] Order confirmation page not foundJust tried Pandosia’s fix, still get this message when I click “Place my order”
POST https://www.promerasports.com/geraldo/wp-admin/admin-ajax.php?action=woocommerce_checkout 500 (Internal Server Error)Forum: Plugins
In reply to: Woocommerce admin-ajax.php causing 500 Internal Server Errorwell-to be honest, woocommerce did just reply.
From over 2 days ago.
AFter I’ve already tried pretty much every fix I could find. Is it a big PITA to revert to a previous release of WC?
Forum: Plugins
In reply to: [WooCommerce] WooCommece Payment Stage Endless LoadingI tried the trick of installing the 2015 WP theme and then going through checkout but still having the same issue.
Forum: Fixing WordPress
In reply to: WordPress seems to ignore WP_MEMORY_LIMIT / admin-ajax.php 500 errorJust wanted to add, we have ours set at 800mb and we are still getting the endless scrolling when folks click on the “place your order” button.
WP version 4.2.2
WOO 2.3.8