Forum Replies Created

Viewing 30 posts - 21,241 through 21,270 (of 30,391 total)
  • Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 9, 2019 at 16:14

    Hello,

    Unfortunately, WPBakery page builder has problem with these effects in Safari and plugin authors have not fixed it yet. As I remember not all of them but some does not work in the right way, so it would better to avoid using of these effects. Actually, I don’t think that this is very important in footer.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 9, 2019 at 16:11

    Hello,

    You are welcome!

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 9, 2019 at 16:10

    Hello,

    Either go to Plugins > disable WooCommerce Infinite Scroll and Ajax Pagination plugin or set correct selectors according to theme docs https://www.8theme.com/documentation/xstore/plugins/woocommerce-infinite-scroll-and-ajax-pagination-settings/

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 9, 2019 at 16:04

    Hello,

    Could you, please, provide us with temporary FTP access to your site to check the problem in more details?

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 9, 2019 at 15:47

    Hello,

    Could you provide me screenshot where did you add that code?

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 9, 2019 at 15:44

    Hello,

    You are welcome.
    Go to Appearance > Customize > WooCommerce > Product catalog > Products per row.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 9, 2019 at 15:41

    Hello,

    You are welcome!

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 9, 2019 at 15:41

    Hello,

    1) Add the following styles

    .overlay-popup .popup-container {
        max-width: 100%;
        max-width: max-content;
    }

    2) Edit the classes and content of the menu structure http://prntscr.com/ocnvyd to add the second column and change the width of the menu and columns.
    To display all the subitems by click on arrow add class “opened” for submenu-list-title and remove display: none for .toggle-list-container
    http://prntscr.com/ocnxln

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 9, 2019 at 15:01

    Hello,

    Seems you just skipped my previous instructions.
    1) The file was not synchronized
    2) Strings were not translated http://prntscr.com/ocn8d8 http://prntscr.com/ocn9fl

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 9, 2019 at 14:53

    Hello,

    1) Use the default WP way to create subitems: just drag&drop menu items https://gyazo.com/7e1f9a5e0e9178933d120db3f813c93d

    2) Product image size you can set in Appearance > Customize > WooCommerce > Product Images. The size that you should use there depends on product layout you prefer, actually, it’s not recommended to use image size less than image block http://prntscr.com/ocmtp3 to avoid blur images. The same for the shop grid http://prntscr.com/ocmuff

    3) You can use any logo size you want. It will be resized according to logo width option, I don’t know if you want a small logo or large logo https://gyazo.com/34c18d5a4a69f2ebb865c1a11d43d657

    4) Edit Revolution slider and its slides and slide layers http://prntscr.com/ocn04c
    If you did not work with the Revolution slider before watch video tutorials, for example, https://youtu.be/aG-Bi8sPR-I

    5) You contacted us because of the problem with demo content installation and provided Dashabord access to help you with home page installation. When you asked about footer bg we thought that you also need to change it, that’s why we have changed it to help you and save your time and described how we did that. Sorry for this if you did not plan to change the bg. As a rule, if the customer asks how to change something he wants to implement this. Sorry, if this is not your case.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 9, 2019 at 14:31

    Hello,

    It’s possible to choose another bg position, for example, right-center http://prntscr.com/ocmoqj and you’ll get the following effect http://prntscr.com/ocmp1f But unfortunately, there are no options to resize the image according to your screenshot using default row options.
    If you want to place image as on the screenshot use Revolution slider type Hero scene and create multilayer slide and change positions of different layers for the different mobile devices.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 9, 2019 at 14:16

    Hello,

    Add the following code to child theme functions.php

    add_action('woocommerce_after_shop_loop_item_title', '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_term_meta ( $brand->term_id, 'thumbnail_id', true ) );
                        ?>
                        <a href="<?php echo get_term_link($brand); ?>">
                            <?php
                                echo $brand->name;
                            ?>
    
                        </a>
                        <?php
                    }
                ?>
                </p>				
            <?php
        }
    }

    To disable categories go to Theme Options > Product Page layout > Show product category > Off.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 9, 2019 at 13:53

    Hello,

    This option should be enabled to copy sidebar position http://prntscr.com/oclsbv
    Try now.
    Also, we have updated theme to new version that will be available soon with updated options.

    Reagards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 9, 2019 at 11:26

    Hello,

    Use the following custom in Theme Options > Custom CSS

    h5, .h5 {
        font-size: 1.5rem;
        line-height:1.4;
    }
    
    h6, .h6 {
        font-size: 1rem;
        line-height:1.2;
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 9, 2019 at 11:15

    Hello,

    1) I see you want to enable product description then:
    a) Go to Theme Options > Single Product > Tabs Settings > Tabs type > choose the tabs design that will suit your needs. At this moment it’s probably disabled.
    b) go to Products > edit your product and add product description http://prntscr.com/ocjgt8

    2) There is no option to disable them but you can hide it using custom CSS (Theme Options . Custom CSS)

    .product_meta {
        display: none;
    }

    3) Are you talking about “Thank you” page? WooCommerce does not have settings to change its content. You can do this only by additional customization of xstore/woocommerce/checkout/thankyou.php file. Copy this file to your child theme and edit according to your needs. In case you need help with this you can submit customization request here.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 9, 2019 at 11:04

    Hello,

    1) Because both buttons have the same classes. Replace the previous code by the following

    .sidebar-widget ._shiptor_widget+.button {
        background-color: #3c8f0d;
        color: #fff;
        border: 1px solid #222;
    }

    2) I would recommend you to set background-position to center http://prntscr.com/oc96bm and then there is no need to hide it for the mobile devices because the only white area will be visible for mobile. In other case it does not look ok for the large resolutions http://prntscr.com/oc95d4

    3) These default styles come from the WooCommerce plugin styles http://prntscr.com/ocjcok
    To change the blue color to green use the following code
    .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] { background-color: #3c8f0c;}

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 9, 2019 at 10:41

    Hello,

    1) If you want to change the first menu level go to Appearance > Menus > edit the main menu. To change the mega menu watch the video tutorials how to do it using Static Blocks https://www.8theme.com/documentation/xstore/menu-set-up/mega-menu/ and edit it according to your needs.

    2) I don’t see the problem with images on your site https://gyazo.com/1c1d633f50625b3386e943b3c101123f Could you describe in more details or provide screenshot?

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 9, 2019 at 10:19

    Hello,

    Check now.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 8, 2019 at 19:57

    Hello,

    Contact CloudFlare support, I saw that you are using CloudFlare CDN. They should help you with this.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 8, 2019 at 19:56

    Hello,

    Unfortunately, there is no such option by default.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 8, 2019 at 19:56

    Hello,

    Go to Plugins > Deactivate and delete the WPBakery plugin. You don’t need to buy the plugin. You can get the latest version of plugin here https://www.8theme.com/downloads use it to install and activate again. You won’t lose any data because we did not make any changes in plugin files.

    If you need help with the theme update then provide us with temporary Dashboard and FTP access to your site.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 8, 2019 at 19:52

    Hello,

    Go to Plugins>Add new> install and activate the Loco Translate plugin
    Go to Loco Translate>Themes> select Classico theme. Press “Add new language” http://prntscr.com/oc9jus .
    Translate strings and Save.
    Don’t forget to enable your language in WP Dashboard > Settings > General.
    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 8, 2019 at 19:49

    Hello,

    You are welcome!

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 8, 2019 at 19:48

    Hello,

    Done.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 8, 2019 at 19:32

    Hello,

    In this case I would recommend you to use Revolution Slider (if you did not install it during theme installation you can do this via Appearance > Install plugins). Revolution slider has option to change slider grid size for the different devices, use layers and manage their position for the different devices https://www.themepunch.com/slider-revolution/size-position/

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 8, 2019 at 19:25

    Hello,

    I would recommend you to set background-position to center http://prntscr.com/oc96bm and then there is no need to hide it for the mobile devices. In other case it does not look ok for the large resolutions http://prntscr.com/oc95d4

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 8, 2019 at 19:19

    Hello,

    Follow docs to translate theme https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
    Don’t forget to Sync http://prntscr.com/oc92ww and Save translation. Remove the item from the cart, update page and add the item to cart again and check if the translation is ok after that. Provide WP Dashboard and FTP access to the site if my instructions do not help you.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 8, 2019 at 19:15

    Hello,

    There is nothing wrong with activation. Problem is that your server does not allow autoinstallation of the plugins and demo content and requires FTP access everytime http://prntscr.com/oc8ux5

    So, you can proceed with theme installation but manually:
    Step 1 (Appearance > Install plugins http://prntscr.com/oc8vyk ) I have already done this for you.
    Step 2 Royal > Install Demo http://prntscr.com/oc91b8

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 8, 2019 at 18:53

    Hello,

    Go to Static Block and edit footer block using WPBakery page builder, watch video tutorial https://youtu.be/hmsxW5KF9dg Tutorial was created for the XStore theme but Legenda uses the same method.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 8, 2019 at 18:46

    Hello,

    Check this video tutorial https://youtu.be/hmsxW5KF9dg It was created for the XStore theme but Legenda uses the same method.

    Regards

  • 1 2 3 708 709 710 1,012 1,013 1,014
    Viewing 21,270 results - 21,241 through 21,270 (of 30,391 total)
Viewing 30 posts - 21,241 through 21,270 (of 30,391 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.