Forum Replies Created

Viewing 30 posts - 35,221 through 35,250 (of 68,231 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 15:28

    Hello,

    Provide temporary FTP access, so we can check it more deeply.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 15:10

    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 your browser, and check how it works then.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 15:07

    Hello,

    Try to deactivate and activate the theme using your purchase code https://prnt.sc/10zys73 , and then IMPORTANT: go to Dashboard > Updates > click CHeck again link https://prnt.sc/yygl09
    You may try to update the theme after that and you should not face any issue.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 15:03

    Hello,

    Theme Options > WooCommerce > Shop elements > Brands > Show Product Brands On Grid/List > Off

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 15:00

    Hello,

    Do you have that block when the Storefront theme and Stripe plugin are activated?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 14:58

    Hello,

    Theme Options > Header builder > Contacts > delete demo elements and add your own from scratch.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 14:47

    Hello,

    There is no such possibility.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 14:46

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 14:21

    Hello,

    Theme Options > Header builder > Wishlist > Wishlist title
    WooCommerce > Setting > Accounts & Privacy > Registration privacy policy

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 14:16

    Hello,

    Theme Options > Typography, or using custom CSS code. Describe the desired result in more detail and we will help you with the code.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 14:05

    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 your browser, and check how it works then.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 14:02

    Hello,

    Thanks for using our theme.
    Please provide screenshots and URLs for a better understanding of the problem.
    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.
    Also, provide temporary wp-admin access. 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
    March 30, 2021 at 13:44

    Hello,

    Clear cache and check now. Changes were done in xstore-child/functions.php

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 13:40

    Hello,

    Provide URL, because it seems is fine on Shop page – http://prntscr.com/10zww1h

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 13:31

    Hello,

    Use Products element > https://gyazo.com/78ccc0d2229b2bdc69f7af6e596b1ee8

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 13:24

    Hello,

    1/ We will remove this description in next update and you can simply do it in parent theme now as well (only in this case as we allowed you and changes will be included in next theme update)

    2/ As you can check default woocommerce file has such label which is usefull for some web-testers that require label for some inputs -> https://github.com/woocommerce/woocommerce/blob/master/templates/global/quantity-input.php

    You can rewrite this file due to documentation of using child-theme
    (you need to copy woocommerce/global/quantity-input.php from parent theme to the same directory of your child-theme and make changes there )
    Read more on our documentations -> https://www.8theme.com/documentation/docs/child-theme/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 13:22

    Hello,

    Try to add the next code in Theme Options > Theme custom CSS > Global custom CSS:

    @media only screen and (max-height: 900px) {
        .item-design-mega-menu .nav-sublist-dropdown > .container > ul {
            overflow: auto;
            max-height: 72vh;
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 12:47

    Hello,

    Please provide temporary wp-admin access, so we continue work on your site. Looks like something is wrong with the content of static blocks, so this functionality was temporarily disabled in files via FTP.
    Waiting for your reply.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 12:20

    Hello,

    Thanks for the reply.
    FTP host, FTP username, FTP password, FTP port. If you don’t know what the FTP is then you need to contact your hosting provider. Hosting support knows

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 12:15

    I will close this topic. Please open up new topics for new questions.
    Have a nice day!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 12:14

    Hello,

    I would recommend you to contact the support of Envato to clarify it. The license works according to their rules.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 12:10

    Hello,

    Could you provide URL and temporary wp-admin access?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 12:08

    Hello,

    Create a static block using Elementor with Products element – http://prntscr.com/10zuyb1 , go to Theme Options > WooCommerce > Single product builder > delete Related products from the content and add HTML element, select your static block in settings of this element.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 12:02

    Hello,

    Try to add the next code in Theme Options > Theme custom CSS > Global custom CSS:

    @media only screen and (max-width: 1200px) {
        .back-history {
            display: block !important;
        }
    }
    @media only screen and (max-width: 480px) {
        .back-history {
            margin-top: 30px;
        }
    }

    http://prntscr.com/10zuush

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 11:45

    Hello,

    Theme Options > Header builder > add Cart element into the header content.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 09:29

    Hello,

    Contact support of Envato – https://help.market.envato.com/hc/en-us/articles/202821620-Contact-Us Sorry, but we can’t help in this case.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 08:41

    Hello,

    Try to download from this page – https://files.dp.ua/en/HBwUA263k

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 08:37

    Hello Trond,

    Download etheme.min.js from this page https://dropmefiles.com/YxjCd and reupload it into wp-content/themes/xstore/js folder via FTP.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 08:36

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 30, 2021 at 08:36

    Yes, you can.
    You’re welcome!

    Regards

  • 1 2 3 1,174 1,175 1,176 2,273 2,274 2,275
    Viewing 35,250 results - 35,221 through 35,250 (of 68,231 total)
Viewing 30 posts - 35,221 through 35,250 (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.