Forum Replies Created

Viewing 30 posts - 20,941 through 20,970 (of 30,391 total)
  • Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 15:33

    Hello,

    Probably you did not check the style.css file of the parent theme attentively because these images are called from style.css, for example http://prntscr.com/oljfka
    So, if you want to overwrite the existing bg add the custom code to child theme style.css, for example

    .side-area .close-block {
      background-image: url(link_to_new_image_in_child_theme);
      background-position: 20px 50px;
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 15:14

    Hello,

    Provide us with WP Dashboard access to your site. We need to check if the problem is related to our theme or to bundled plugins update and how it works with the default WP theme.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 15:12

    Hello,

    Remove the products from that category. Our element won’t display an empty category.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 15:06

    Hello,

    You are welcome.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 15:00

    Hello,

    Grid is not aligned because of the different proportions or your images.
    Either upload all the images for your products the same size or enable hard crop option in Appearance > Customize > WooCommerce > Product Images.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 14:54

    Hello,

    Then go to Theme Options > Single product and choose the default layout instead of the product-wide http://prntscr.com/olisy8
    Enable related products in Theme Options > Single Product > Related products http://prntscr.com/olitf7

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 14:51

    Hello,

    Could you, please, provide us with WP Dashboard and FTP access to check the problem in more details because we can’t reproduce the issue on our test installations? The problem can be related to some third-party plugin that you use but we need to check.

    Besides your site looks very stylish! Good job. Would you mind if we add it to showcase of live sites http://prntscr.com/oh6qn0 ?

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 14:40

    Hello,

    Theme Options > Custom CSS

    .sticky-sidebar {
        transition: opacity 0.2s linear,transform 0.2s ease-in-out
    }
    .admin-bar .sticky-sidebar.is_stuck {
        transform: translateY(50px)
    }
    .sticky-sidebar.is_stuck {
        transform: translateY(20px)
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 14:38

    Hello,

    I have improved the code. Check if light grey is ok for you.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 14:33

    Hello,

    Don’t see any problem with slide editing https://gyazo.com/0de7c6329803806d0ae88dcf15a7e1ea
    Could you explain the problem in more details? What browser do you use? Provide screenshots for better understanding.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 14:27

    Hello,

    Yes, go to Appearance > Customize > WooCommerce > Product catalog > change the number of product per page to what you need.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 14:26

    Hello,

    Yes, Add the following code to child theme style.css

    .product-categories .open-this {
        float: left;
        right: auto;
        left: 0;
    }
    .product-categories > li > a {
        padding-left: 35px;
    }
    .product-categories > li > ul {
        padding-left: 35px;
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 14:15

    Hello,

    If you want additionally customize anything in theme use the child theme folder.
    Child theme archive you can find here https://www.8theme.com/downloads
    Install and activate it. Use child theme style.css to add CSS custom styles.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 14:13

    Hello,

    Product category displays the products that added to this category. So, if you chose a few categories for the case product then just edit product and uncheck the Uncategorised category http://prntscr.com/oli23c
    There is no option by default to remove/hide products from a specific category on the shop page. If you don’t want to have the Uncategories category you can just rename it to something else http://prntscr.com/oli37k

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 13:57

    Hello,

    1) Use the category thumbnail to upload the heading image for the product category http://prntscr.com/olhkl5 Seems there is some bug with this option, so provide us with Dashabord and FTP access to your site to fix the issue.

    2) There is no such option. Use the page custom CSS to change the page title color http://prntscr.com/olhsrr

    .template-container .page-wrapper .page-heading h1.title {
        color: red;
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 13:40

    Hello,

    There is no such option in WoOCommerce by default. You can implement it using additional plugins, for example, https://wordpress.org/plugins/weight-based-shipping-for-woocommerce/ or similar.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 12:14

    Hello,

    Do you use WPBakery element to add the video then use the video width and aspect ration options http://prntscr.com/olg54u

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 12:11

    Hello,

    If you don’t need effect when the menu is over the image like on our demo https://xstore.8theme.com/demos/interior/product/ajanta-digital-wall-clock-3/ then keep this option disabled http://prntscr.com/olg2zr and reduce the breadcrumbs top padding http://prntscr.com/olg3i6

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 12:02

    Hello,

    Ok, great. feel free to contact us if you have any additional questions.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 12:01

    Hello,

    Our theme includes the option to choose custom navigation for the simple page only http://prntscr.com/olfxhw Unfortunately there is no such option for the product category.
    If you want to implement it also for the product category it requires additional customization. Submit customization request here because it’s not included in basic support.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 11:57

    Hello,

    Check now. Is that effect ok for you? We made changes in xstore-child/js/etheme.js file.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 11:52

    Hello,

    Make sure that your translation files are up to date https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/
    Sync translation, translate the necessary strings and check the frontend again (remove the product and re-add to cart).

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 11:49

    Hello,

    Enabled option in WooCommerce settings to hide out of stock products http://prntscr.com/olfr20 then sizes that are out of stock will be the different color and with x over them https://prnt.sc/olfqc4 but products that have only one out of stock size will be hidden at all.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 11:41
    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 11:40

    Hello,

    I’m glad that you sorted out. Feel free to contact us if you need any other help.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 11:39

    Hello,

    Don’t see described problem https://gyazo.com/e966dfe979a13b9ee4e2b81091dab25e

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 11:34

    Hello,

    Use the following code to make them always visible

    .arrows-hovered .sm-arrow, .product-view-default .yith-wcwl-add-to-wishlist .show a {
        opacity: 1 !important;
    }

    What icons do you want to use instead of the existing? Could you provide us with links to the new icon font and tell me icon name?
    Then I’ll be able to give you the correct CSS code to replace.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 11:22

    Hello,

    We have checked your site and don’t see the problem https://gyazo.com/0fbffa4b12b7552cc2edaba06a0c7595 Have you sorted out?

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 11:11

    Hello,

    Remove/ Add the link to slider edit slide option http://prntscr.com/olf1u6
    1) Yes, because it’s disabled in button layer settings http://prntscr.com/olf3cf Enable if you want to show it for the mobile device.
    2) Add the action for your button layer http://prntscr.com/olf415
    3) Yes, edit the text widget content and use icon http://prntscr.com/olf6jw List of available XStore icons you can find here https://xstore.8theme.com/xstore-icons/
    Also, you can use FontAwesome icons (enable FA support before use FA classes http://prntscr.com/olf7e0 )

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    July 29, 2019 at 11:11

    Hello,

    Remove/ Add the link to slider edit slide option http://prntscr.com/olf1u6
    1) Yes, because it’s disabled in button layer settings http://prntscr.com/olf3cf Enable if you want to show it for the mobile device.
    2) Add the action for your button layer http://prntscr.com/olf415
    3) Yes, edit the text widget content and use icon http://prntscr.com/olf6jw List of available XStore icons you can find here https://xstore.8theme.com/xstore-icons/
    Also, you can use FontAwesome icons (enable FA support before use FA classes http://prntscr.com/olf7e0 )

    Regards

  • 1 2 3 698 699 700 1,012 1,013 1,014
    Viewing 20,970 results - 20,941 through 20,970 (of 30,391 total)
Viewing 30 posts - 20,941 through 20,970 (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.