Frodde
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] We can only display text in the short description.The problem remains, however. What can the typical reason be?
Forum: Themes and Templates
In reply to: [Storefront] We can only display text in the short description.Link works now!
Forum: Plugins
In reply to: [WooCommerce Geolocation Based Products] Fatal ErrorI just replaced the old plugin-folder with the updated version via ftp. But have not activated it yet. Will the latest update fix my issue? Do I dare to turn it on?
Forum: Plugins
In reply to: [WooCommerce Geolocation Based Products] Fatal ErrorHi Again Rohyo,
I’m back again.
Should I continue with the dump according to your instruction, or has anything changed during the passed 2 months?
I’m afraid with experimenting to much since the e-shop has customers in it, except from nighttime.
Forum: Plugins
In reply to: [WooCommerce Geolocation Based Products] Fatal ErrorHere it is:
$response = wp_remote_get( $url, $args );
$response_body = wp_remote_retrieve_body( $response );
var_dump($response);
if ( isset( $response[‘response’][‘message’] ) && $response[‘response’][‘message’] == ‘OK’ ) {
return json_decode( $response_body );Forum: Plugins
In reply to: [WooCommerce Geolocation Based Products] Fatal ErrorHi,
It’s the 1.3.0
+
I have prepared a local copy according to your instructions, does it look ok?:if ( $posts ) {
foreach ( $posts as $post ) {
var_dump($response);
$product = get_product( $post );And now I put the whole folder back to the remote server, reload the page and screendump the message?
And I just remove the folder again direct after?Best regards,
FredrikI wonder if I could have done something wrong when setting up woocommerce for international payments. Can that cause this fatal error?
Forum: Plugins
In reply to: [WP Category Permalink] Can we do this with your PRO plugin?Hi Yaniv,
Wonderful news π
Great Saturday Regards.By the way,
Do you folks, know if Google care about the dissapeared .php in the end of the new url.s?Hi, thank you JRF,
When i inserted that, It changed, now the server distributes fatal error messages from the all those directories.
I expected 404-messages, like rest of the site. Guess i can have misunderstood this, maybe it SHOULD look like that if something hits exactly those sub-directory adresses?
Forum: Installing WordPress
In reply to: Install WP beside another cms.Thank you Brandon and Eric!
SEO-awise – I checked a little, and yes, it seems like subfolder is the way to go in most cases.
Eric, with other tables, you mean other databases? And with prefix specification you mean rename the WP-index.php file?
To avoid unknown future conflicts between different cms under the same root directory, I stumbled upon an article that suggests keep subfolder + use another server: http://moz.com/blog/what-is-a-reverse-proxy-and-how-can-it-help-my-seo
Maybe that’s the trick?!
Best regards!
Forum: Plugins
In reply to: [Redirection] Any way to issue a 410 response?I wonder about this too!
Forum: Plugins
In reply to: [Redirection] How can I set a url to return a 410?Me wonder too..