Forum Replies Created

Viewing 30 posts - 34,831 through 34,860 (of 68,231 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2021 at 07:39

    Hello,

    Thanks for using our theme!
    1) Do you mean this slider – https://gyazo.com/91fe7111ccb4467011205ce64fc974f6 ? As I can see, images were changed there. Isn’t it?
    2) Here is what I can see in the Footer – http://prntscr.com/119fjg0
    Have you sorted it out? Is there anything else we can help you width?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2021 at 06:58

    Hello,

    WooCommerce > Settings > Emails > Manage.
    Or you can enable our Email builder – http://prntscr.com/119exqh

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2021 at 06:39

    Hello,

    Thanks for using our theme!
    Please provide temporary wp-admin access, so we can take a closer look.
    Create an account via Dashboard (Users > Add new) with administrator role http://prntscr.com/s3rc9m > provide us with username and password via the Private Content area http://prntscr.com/s5mao7 You can use any email for it.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2021 at 06:37

    Hello,

    Thanks for using our theme.
    We can’t see your screenshot – http://prntscr.com/119elwk Please provide a new one. Thanks in advance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2021 at 06:35

    Hello,

    We can’t see your screenshot, unfortunately. Lightshot screenshot tool can be used to take screenshots and share them. Or upload your screenshots here – https://dropmefiles.com/ and provide us with the URL via the Private Content area.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2021 at 06:34

    Hello,

    You may use Multiple headers – https://youtu.be/BpeXfzNwkOc

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 14:23

    Hello,

    It looks like custom fonts were not imported. Please download 2 font files from this page – https://dropmefiles.com/xSFZ5 and upload them here – http://prntscr.com/118yi8u Clear cache and check the frontend.
    Provide screenshots of missing/unconfigured parts, so we can help you. Also, provide temporary wp-admin access.

    Lightshot screenshot tool can be used to take screenshots and share them. Or upload your screenshots here – https://dropmefiles.com/ and provide us with the URL via the Private Content area.

    Create an account via Dashboard (Users > Add new) with administrator role http://prntscr.com/s3rc9m > provide us with username and password via the Private Content area http://prntscr.com/s5mao7 You can use any email for it.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 13:00

    Hello,

    Please provide an example, URL of your site, and temporary wp-admin access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 13:00

    Please describe the desired result in more detail.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 12:58

    Hello,

    Add the next code in Theme Options > Theme custom CSS:

    .content-product .product-content-image,
    .product-mini-image,
    .product-title,
    .cart .product-thumbnail a {
        pointer-events: none;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 12:50

    Hello,

    Theme Options > Header builder > Mobile > Main header color.
    Multiple headers – https://youtu.be/BpeXfzNwkOc allows using different headers for different pages.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 12:21

    Change this code http://prntscr.com/118wfgz to

    .post-heading a,
    .blog-post .read-more,
    .home .content-product .product-title a {
        color: white !important;
    }
    .home .post-heading a:hover,
    .home article .meta-post:hover {
        color: white !important;
    }
    .home .blog-post .read-more:hover {
        color: #FA9800 !important;
    }
    .post-heading a:hover,
    .blog-post .read-more:hover,
    .sidebar-widget ul li a:hover,
    .home .content-product .product-title a:hover {
        color: #E92556 !important;
    }
    .product_list_widget li .price, 
    .wishlist-dropdown li .price, 
    .sidebar-slider li .price,
    .sidebar-widget ul li a,
    .product_list_widget li .product-title a,
    .widget-title, .null-instagram-feed p a {
        color: white;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 12:14

    Hello,

    Thanks for using our theme.

    Do you use an additional plugin to add a gallery or variations? Try to disable that plugin and enable the Variation gallery option in Theme Options > WooCommerce > Shop Elements. After that edit product and add the gallery images for your variations – https://prnt.sc/xhomle

    We do not give a guaranty for full theme compatibility with all existing 3rd party plugins. It’s not possible for the author to make the theme compatible with all the existing plugins.

    About Aplazame plugin, contact their support first.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 11:00

    Hi,

    WooCommerce > Settings > Accounts & Privacy > Privacy policy

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 10:59

    Hello,

    Use SEO plugin to add the necessary OG image and OG description for your pages, posts, products. Try for example Yoast SEO plugin.
    Don’t forget to clean the FB cache for the posts you already shared https://developers.facebook.com/tools/debug/sharing/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 10:58

    Theme Options > WooCommerce > Single product builder > delete Tabs element from the page content.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 10:57

    Hello,

    By default, there is no such possibility.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 10:56

    There is no such possibility, unfortunately.
    But you can change this code http://prntscr.com/118uz4h
    to

    div.mobile-menu-content .et_b_header-menu .menu li a {
        padding-left: 5px;
    }
    div.mobile-menu-content .et_b_header-menu .menu li a:hover {
        opacity: 1;
        color: #ea8526;
        background-color: #F4F4F4;
        padding-left: 10px;
    }

    https://gyazo.com/72cd3d86c9652011bf05d64fe1e9945f

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 10:51

    Hello,

    Please provide URL.
    Thanks in advance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 10:50

    Hello,

    I do not see the mentioned mess on your Home page. Olga comes back after the weekend. Please provide screenshots of what exactly is wrong and explain what do you want to get.
    Thanks in advance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 10:44

    You’re welcome!
    We do not have the translation for Core, unfortunately.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 10:06

    Hello,

    Thanks for the reply.
    About “Type here”, as we can see, you are using Multiple headers to show different headers depends on site language, so we added translation here – http://prntscr.com/118u3ng , please check – http://prntscr.com/118u3vl

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 09:26

    Hello,

    Thanks for using our theme.
    In this case, import the Default demo first. After that go to pages > create the new home page and import the home page banner content using Page Importer https://youtu.be/wkIKN2IyEZI
    Set the newly created page as the home page at the Settings > Reading > Front page.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 09:24

    Hello,

    XStore (parent theme). If you uploaded files into the correct folder, you do not need to add language, it will be already shown in the Loco Translate.
    Please provide temporary wp-admin and FTP access, so we can assist you.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 09:21

    Hello,

    Try to disable all the third-party plugins (including cache plugins), that do not come bundled with XStore https://www.8theme.com/documentation/xstore/plugins/included-plugins/ , clear cache of browser, and check how it works then.
    If this independent of plugins, provide FTP access, we will check the issue more deeply.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 09:10

    There you can post Feature Request for XStore Theme. You can also vote for the ones you like to see in one of the next versions of XStore. Only new features or improvements are acceptable for posting

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 09:01

    Hello,

    There is no ready solution, unfortunately.
    Please post your request and describe the desired result here – https://www.8theme.com/taskboard/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 08:55

    Hello,

    Have you sorted out http://prntscr.com/118st19 ?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 08:28

    Hello,

    Theme Options > Header builder > Mobile menu > Extra Tab Content > None

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2021 at 08:24

    Hello,

    Use the next code in Theme Options > Theme custom CSS:

    .post-heading a,
    .blog-post .read-more,
    .content-product .product-title a {
        color: white !important;
    }
    .home .post-heading a:hover,
    .home article .meta-post:hover {
        color: white !important;
    }
    .home .blog-post .read-more:hover {
        color: #FA9800 !important;
    }
    .post-heading a:hover,
    .blog-post .read-more:hover,
    .sidebar-widget ul li a:hover {
        color: #E92556 !important;
    }
    .product_list_widget li .price, 
    .wishlist-dropdown li .price, 
    .sidebar-slider li .price,
    .sidebar-widget ul li a,
    .product_list_widget li .product-title a,
    .widget-title, .null-instagram-feed p a {
        color: white;
    }

    Do not forget to clear cache before checking the result.

    Regards

  • 1 2 3 1,161 1,162 1,163 2,273 2,274 2,275
    Viewing 34,860 results - 34,831 through 34,860 (of 68,231 total)
Viewing 30 posts - 34,831 through 34,860 (of 68,231 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.