Forum Replies Created

Viewing 30 posts - 61,291 through 61,320 (of 68,222 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 14:32

    In this case, you may add this code in function.php file of your child theme:

    add_action('woocommerce_single_product_summary', 'et_print_brands', 10);
    
    function et_print_brands(){
    
        global $post, $product;
        $terms = wp_get_post_terms( $post->ID, 'brand' );
    
        if(count($terms)>0) {
            ?>
    			<p>Brands: 
                <?php
                    foreach($terms as $brand) {
                        $image          = '';
                        $thumbnail_id   = absint( get_woocommerce_term_meta( $brand->term_id, 'thumbnail_id', true ) );
                        ?>
                        <a href="<?php echo get_term_link($brand); ?>">
                            <?php
                                echo $brand->name;
                            ?>
    
                        </a>
                        <?php
                    }
                ?>
    
                </p>
    				
            <?php
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 13:53

    Try to enable sidebar on single product page, by default brand will be shown here.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 12:49

    Hello, @scorleo,

    We’ve created image menu item http://prntscr.com/h28xe1. Please check http://prntscr.com/h28xqa
    Also, it would be better to optimise images for the menu https://tinypng.com/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 12:28

    Hello, @Rob van Gils,

    Only one menu item can have such image effect.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 12:18

    At first, these flags are not related to our theme. But you may use code that I provided before http://prntscr.com/h28iwk

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 12:10

    Hello,

    Please check now. We’ve made changes in woopress/framework/inc/really-simple-captcha/really-simple-captcha.php file.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 12:08

    You’re welcome!
    Try to disable all 3-rd party plugins (means the plugins that are not included in the theme package are not in the list of required plugins) and then check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 12:03

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 11:01

    Hello,

    We are glad that you sorted out.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 11:01

    Hello,

    It is not possible because logo and the wpm flags relate to different blocks.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 10:57

    To be sure if it is correct you need to check the situation with a default WC theme, so please activate Storefront theme on your site and check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 10:52

    Hello,

    There is only one default blog page, but you may use Post grid element and create own design in Grid bigger https://wpbakery.atlassian.net/wiki/spaces/VC/pages/4030487/Grid+Builder.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 10:46

    Hello,

    Please go to Theme Options > Header and select needed header type, also you may disable cart here -http://prntscr.com/h27bs6
    to change top bar color you may add this code in Custom css:

    .top-bar {
        background-color: red;
    }

    How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
    To change the height, please try this code:

    .top-bar .container {
        padding: 3px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 10:29

    Of course, you may use some 3-rd party plugin to achieve needed result, but note that we don’t guarantee full compatibility of 3rd-party plugins with the theme.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 10:25

    Please see screenshot http://prntscr.com/h274e0
    You are right, files were in the same folder.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 09:50

    You have 3 translation for the same language http://prntscr.com/h26ln7 it is not right, you need to delete .po and .mo files in themes/woopress/languages folder and themes/woopress/languages folder, and use only translation files in languages/themes folder.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 09:33

    Hello,

    Please try to update theme via FTP https://www.8theme.com/demo/docs/woopress/#!/installation_upgrade Before uploading theme files delete “woocommerce” folder, which is located in wp-content/themes/woopress/ to avoid problems with old files (it’ll be reuploaded from a new theme package).
    Don’t forget to create backup of your files and database before starting update process!
    You need to enter your purchase code and SKIP Setup Wizard.
    Also, enable debug mode https://codex.wordpress.org/Debugging_in_WordPress and check if you have any error message on your site.
    Let us know result and provide wp-admin access in Private Content.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 09:23

    Hello,

    You may add this code in Theme Options > Styling > Custom css:

    .header-wrapper.header-advanced .navigation-wrapper {
        background-color: #32302f;
    }
    .header-wrapper.header-advanced .search-form-wrapper, .header-wrapper.header-advanced .header-search.act-default div.fancy-select div.trigger {
        border-color: #32302f;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 09:17

    Hello,

    You may change color of video button using this code in Theme Options > Styling > Custom css:

    .open-video-popup.showed, .open-360-popup.showed {
        background-color: cadetblue;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 09:10

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 09:09

    Also, please provide link to your site.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 09:08

    Hello,

    Please try to activate theme now.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 09:06

    Hello,

    In console, you may see – http://prntscr.com/h26472 so likely you need to re-upload images for the slider (slide1-relaunch-1.png, slide2-ponchos.png).

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 09:00

    Could you please provide wp-admin access in Private Content?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 08:57

    Hello,

    Let’s try to sort out, you need to update plugins, please follow instruction that I wrote before.
    To change logo (image in header), you need upload own images in Theme Options > Header > http://prntscr.com/h25vt6
    Also, do not use 2 versions of the same plugin together, you need to delete old one http://prntscr.com/h25wxc.
    You set the same page as cart and checkout, I’ve changed settings http://prntscr.com/h260kc Please check http://prntscr.com/h260zq and http://prntscr.com/h2614v
    To disable sidebar on page, do to edit page > Page Layout > Sidebar Position > Without.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 08:38

    Hello,

    Please check Woocommerce > Settings > Shipping http://prntscr.com/h25tx5

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 08:30

    Hello,

    Please read royal/framework/inc/really-simple-captcha/readme.txt file (19-20 lines).
    You may delete old .txt and .png files.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 08:28

    Hello,

    Your previous translation can’t be fully restored, but I restored 12% http://prntscr.com/h25p2r. Please check.
    Note that you need to translate only the necessary strings, visible on the frontend.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 07:55

    Hello,

    In our theme, you may use only one popup for all pages.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 26, 2017 at 07:25

    You’re welcome!

    Regards

  • 1 2 3 2,043 2,044 2,045 2,273 2,274 2,275
    Viewing 61,320 results - 61,291 through 61,320 (of 68,222 total)
Viewing 30 posts - 61,291 through 61,320 (of 68,222 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.