Forum Replies Created

Viewing 30 posts - 51,481 through 51,510 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 22, 2018 at 10:45

    You are right. Please add the code here – http://prntscr.com/llihk4

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 22, 2018 at 10:38

    Hello,

    This http://prntscr.com/llidd6 is a secondary menu. Go to Appearance > Menus > create new menu and mark it as Secondary http://prntscr.com/llidsb
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 16:54

    Hello,

    Thanks for the notice. You can submit suggestions in this thread https://www.8theme.com/topic/suggestions-and-proposals-2/page/7/#post-204316
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 16:49

    Hello,

    General site speed depends on many factors. Below you’ll find main of them
    1) Plugins. When you have multiple plugins installed and activated on your site, it can slow it down. So, please, keep enabled only those plugins that you really need for the correct functioning of your site and disable all the plugin that you don’t use. The more plugins you use, the slower it will be.
    2) Caching. The most important part of optimizing your site is caching. Combine cached page with gzip compression to get better results. Try to use W3 Total Cache plugin. Read the beginners guide to setting up W3 Total Cache plugin https://premium.wpmudev.org/blog/w3-total-cache-settings/
    3) Images. Use optimized images only otherwise you will have big images and a slow loading time. Do not upload larger images than what is needed. When you use image editing tool like Photoshop don’t save images without using the option “Save For Web”.
    There are different ways on how to compress images. Use special services or WordPress plugins to optimize your images for decreased loading times:
    – tinypng.com
    – Compressor.io
    – Kraken.io
    4) If you are using Slider revolution – https://www.themepunch.com/revslider-doc/performance-seo/ By default, “Include RevSlider libraries globally” option is enabled, please read this article https://www.themepunch.com/revslider-doc/global-settings/ and disable the option in case you are using sliders only inside page content.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 15:59

    1) Please use the above code.
    2) https://www.8theme.com/topic/product-display-change/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 15:56

    Dear @mdiazandrade,

    Do you use addition plugins? Try to disable 3rd party plugins to check if one on them causes the problem. We are theme support and we can help you with issues related strictly to our theme.
    Also, to be able to take a closer look, we need to access your Dashboard.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 15:50

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 15:49

    Hello,

    Please provide screenshots for better understanding the problem.
    You can use such screenshot maker as Lightshot https://prnt.sc/
    Also, provide temporary wp-admin access so I can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 15:35

    As I can see, the custom css code works fine now. Please clear cache and check one more time.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 14:54

    Hello,

    Have you cleared cache?
    Please provide temporary wp-admin access so I can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 14:46

    Hello,

    1) Please try to use this code in Global custom css:

    .carousel-area .owl-nav {
        opacity: 1;
    }

    2. To remove captcha, please copy et_send_msg_action function (framework/theme-functions.php) and et_contact_form function (framework/shortcodes) into functions.php file of child theme and delete this code http://prntscr.com/ll5kj1 http://prntscr.com/ll5k73

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 14:25

    Hello,

    1)

    .price {
        color: red;
    }
    .etheme_add_to_cart_button {
        background-color: red;
        color:  white;
        border-color: red;
    }
    .etheme_add_to_cart_button:hover {
        background-color: red;
        color: white;
        border-color: red;
    }

    2) Adding of additional button requests additional customization in files. You can try to contact woocommerce support or maybe find an additional plugin.
    3) Please check now – http://prntscr.com/ll58kw

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 13:59

    Hello,

    1) To remove currency buttons go to Appearance > Widgets and add an empty Text widget in Left Side top bar area.
    2) “Sign in” text can be changed via translation files (Loco Translate plugin) – http://prntscr.com/ll4ru5
    To disable Registration on a separate page, simply unselect “Custom Registration Page” template for the page.
    3) By default, there is no such possibility.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 13:46

    Hello,

    .footer-product a:hover, .show-quickly:hover {
        color:  white;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 13:43

    Hello,

    Please read our documentation – https://www.8theme.com/demo/docs/royal/#0_wishlist
    There is no such possibility, by default. You can try to copy header-structure-1.php file (header folder) into the same folder of your child theme and add code of the link
    <div class="new_ico"><a href="https://your_site/wishlist/"><i class="fa fa-heart"></i></a></div>
    before <div class="header-search ">
    This code should be added in Global custom css:

    .new_ico {
      position: absolute;
      margin: 12px 0 0 45px;
    }
    .header-search {
      margin-right: 40px;
    }

    this in Custom css for mobile:

    .header-search {
      margin-right: 18px;
    }
    .new_ico {
      margin-top: 14px;
      margin-left: 47px
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 13:18

    1)

    .product-information .cart button[type="submit"] {
        margin-left: 0px;
        width: 200px !important;
    }

    2) This requests additional customization in files. Additional customization is not included in our basic support, unfortunately.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 13:12

    Please try to add this code in Global custom css:

    .header-type-5.header-wrapper .header-logo {
        top: 0px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 13:08

    You’re welcome!
    I am glad that you sorted out.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 11:30

    Hello,

    XStore 5.0 is major update and we have changed a lot of things https://xstore.8theme.com/update-history/ including theme styles. Please check our new demos – https://preview.themeforest.net/item/xstore-responsive-woocommerce-theme/full_screen_preview/15780546
    You can set desired settings for text, menu, headings via Theme Options > Typography.
    Let us know if you need any further assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 10:04

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 10:01

    Hello,

    Theme Options > Typography setting.
    Also, the font size of text can be changed using css code, for example, http://prntscr.com/ll1hcq
    style="font-size: 10px;"

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 09:55

    Hello,

    You need to rename folder of the plugin via FTP to deactivate it. Then delete the plugin via Dashboard.
    You can contact your hosting provider to get FTP access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 09:29

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 09:26

    Hello,

    Do you use the latest version of XStore Core plugin? https://www.8theme.com/documentation/xstore/plugins/plugins-update/
    On which page do you get the problem?
    Please provide us with temporary wp-admin and FTP access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 21, 2018 at 09:18
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 20, 2018 at 17:00

    1) Theme Options > Header > Mobile header > Mobile header text color.
    2) Please try to add this code in Theme Options > Custom css > Custom css for mobile:

    .header-logo img {
        max-width: 180px !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 20, 2018 at 16:55

    Hello,

    1) Please try to use this custom css code:

    .price ins .amount {
        color: red;
    }

    Sale label can be edited via Theme Options > Shop elements > Sale & Out of Stock.
    2) There is no such possibility.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 20, 2018 at 16:26

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 20, 2018 at 16:11

    I would recommend you to use our Header banner functionality instead of the default WC Store notice.
    Please follow these screenshots http://prntscr.com/lkp7ro + http://prntscr.com/lkp7yv + http://prntscr.com/lkp84u + http://prntscr.com/lkp8fq add content into static block appropriate to your needs. It is simplest way because styling of content can be changed using WPBakery Page Builder instead of custom css coding.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 20, 2018 at 15:54

    Hello,

    I can’t log in. Please check access.
    If you create the notice using an additional plugin, it would be better to contact the plugin author to get help.
    Have you checked the settings of the plugin?
    Try to use this custom css code:

    .demo_store {
        background-color:  red;
        color:  white;
        font-size: 17px;
        padding-top: 10px;
        padding-bottom: 10px;
    
    }
    .woocommerce-demo-store {
        padding-top: 0px;
    }

    http://prntscr.com/lkq9xg

    Regards

  • 1 2 3 1,716 1,717 1,718 2,273 2,274 2,275
    Viewing 51,510 results - 51,481 through 51,510 (of 68,227 total)
Viewing 30 posts - 51,481 through 51,510 (of 68,227 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.