Support – DawnThemes
  • Home
  • Portfolio
  • Support
  • Video Tutorials

Support Forums

Home/Forums/
  • Profile
  • Topics Started
  • Replies Created
  • Favorites

Forum Replies Created

  • 9 years, 8 months ago DawnThemes
    Keymaster
    5

    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 loading
    9 years, 8 months ago DawnThemes
    Keymaster
    2

    Hello,

    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 loading
    9 years, 8 months ago DawnThemes
    Keymaster
    1

    Hi,

    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!


    in reply to: Remove Items From Cart Not Refreshing to "Show Cart Empty"
    9 years, 8 months ago DawnThemes
    Keymaster
    1

    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.php

    Edit 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 ?
    9 years, 8 months ago DawnThemes
    Keymaster
    2

    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 Rows
    9 years, 8 months ago DawnThemes
    Keymaster
    3

    Oh, 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 text
    9 years, 8 months ago DawnThemes
    Keymaster
    8
    This reply has been marked as private.

    in reply to: error when loading
    9 years, 8 months ago DawnThemes
    Keymaster
    2

    Hi,

    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 installation
    9 years, 8 months ago DawnThemes
    Keymaster
    14

    Hi 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.0

    If 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 instal
    9 years, 8 months ago DawnThemes
    Keymaster
    7

    Hi,

    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 loading
    9 years, 8 months ago DawnThemes
    Keymaster
    1

    Hi,

    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 shown
    9 years, 8 months ago DawnThemes
    Keymaster
    3

    Hi 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 loading
    9 years, 8 months ago DawnThemes
    Keymaster
    4
    This reply has been marked as private.

    in reply to: error when loading
    9 years, 8 months ago DawnThemes
    Keymaster
    1

    Hi,

    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/qbERA

    Best regards!


    in reply to: Date of Flickr Album
    9 years, 9 months ago DawnThemes
    Keymaster
    1

    Hi,

    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
Viewing 15 posts - 4,846 through 4,860 (of 4,896 total)
← 1 2 3 … 323 324 325 326 327 →
© Copyright DawnThemes.com