Forum Replies Created
-
Hi,
Sorry for not answer you sooner.
We’re working on this, please kindly wait for some time.Thanks for your patient,
Best regards!in reply to: WooCommerce Maps not loadingHello,
We don’t see this issue So please kindly provide us an admin account your site so we can check the issue and fix this.
Refer here: How to set as Private Reply over Support Forum To provide us an admin account.Thanks for understanding…
Best regards!
in reply to: WooCommerce Maps not loadingHi,
Thanks for contacting us,
Please kindly refer here:How to set as Private Reply over Support Forum to provide us an admin account so we can check the issue and help you.Best regards!
Hi,
Thanks for contacting us,
Regarding your question:
This solution allows you to create a new template page within your theme that will be used for all WooCommerce taxonomy and post type displays. To set up this template page, perform the following steps:Duplicate page.php
Duplicate your theme’s page.php file, and name it woocommerce.php. This file should be found like this: wp-content/themes/YOURTHEME/woocommerce.phpEdit your pate (woocommerce.php)
Open up your newly created woocommerce.php in the text editor, or the editor of you choice. I use Sublime Text…:)Replace the loop
Next you need to find the loop. The loop usually starts with a:<?php if ( have_posts() ) :
And usually ends with:
<?php endif; ?>
This varies between themes. Once you have found it, delete it.
<?php if ( have_posts() ) :........<?php endif; ?>
In it's place, put:<?php if( is_product() ){ wc_get_template( 'single-product.php' ); }else{ the_content(); // } ?>So you will have the blank “SHOP” page to use by default. and you can set all display by go to edit the "Shop" page.
Declare WooCommerce support
Once you’re happy that your theme fully supports WooCommerce, you should declare it in the code to hide the, “Your theme does not declare WooCommerce support” message. Do this by adding the following to your theme support function:
add_action( 'after_setup_theme', 'woocommerce_support' );
function woocommerce_support() {
add_theme_support( 'woocommerce' );
}Best regards!
in reply to: Having Woo Shop default page BLANK ?Hi,
Thanks for contacting us,
If you have any further assistance please feel free to create a new topic. We’ll gladly help you.Have a nice day,
Best regards!
in reply to: Gap in Page RowsOh, yes, that true. Sorry about that. I have just edited my reply above. Please try again.
Best regards!
in reply to: Change Add to Cart textThis reply has been marked as private.in reply to: error when loadingHi,
Thanks for contacting us,
Please install the zip file that you downloaded from CodeCanyon.
It’s named “codecanyon-7836626-plus-gallery-a-responsive-photo-wp-gallery-and-social-gallery.zip”.
– Go to your WordPress admin panel and navigate to Plugins -> Add New.
– Click “Upload” and then Upload.
– Select the archive “codecanyon-7836626-plus-gallery-a-responsive-photo-wp-gallery-and-social-gallery.zip” and click “Install Now”.Sorry about that, we’ll update the document immediately 🙂
Best regards!
in reply to: No zip file for WP installationHi dariuszman86,
Thanks for contacting us,
Please go to download the latest version. Please see the changelog:
Ver 1.0.3
– [Fixed] compatible with WooCommerce version 2.6.0If you have any further assistance please feel free create a new topic. We’ll gladly help you.
Best regards!
in reply to: White screen after instalHi,
I’ve just updated the plugin to the latest version. This fixed the error message…
And I’m checking on your site to fix the issue when loading. We will try to fix it asap.Thanks for understanding,
Best regards!in reply to: error when loadingHi,
The Custom Single Product Page is only supported to custom the template of detail single product page. And I’m afraid that don’t fully understand your question. So please kindly explain with more details, give us some screenshots so we can help you.
Best regards!
in reply to: Product title not shownHi crawfjs,
Please kindly provide us an admin account and the URL of the page that you want to display the map. So we can check the issue and help you.
Best regards!
in reply to: Map not loadingThis reply has been marked as private.in reply to: error when loadingHi,
Thanks for contacting us,
This feature is not supported in the current version. We will consider to bring it to the new version of the plugin if possible.
But, here I send you the screenshot that shows you where you can get them, you will see date_create and date_update of the album.
http://take.ms/qbERABest regards!
in reply to: Date of Flickr AlbumHi,
Thanks for contacting us,
Please provide us an admin account so we can check the issue and help you.Best regards!
in reply to: Bad Layout, Checkout Page