Forum Replies Created

Viewing 30 posts - 60,001 through 60,030 (of 68,223 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 14:09

    Please check the page now.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 13:53

    Hello,

    Try to add this code in Theme Options > Styling > Custom css or in style.css file of child theme:

    .view-color-white .show-quickly:before{
        font-size: 14px;
    }
    .mfp-close {
        width: 30px !important;
        height: 30px;
    }
    .quick-view-popup .mfp-close:before{font-size: 20px;line-height: 32px;}

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 13:49

    Hello,

    Could you please provide temporary wp-admin access in Private Content?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 13:23
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 13:14

    Hello,

    Thanks for the topic.
    Could you please provide some screenshot to help me understand more?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 13:09

    Hello,

    Please read this article https://docs.woocommerce.com/document/fixing-blurry-product-images/
    You may delete Product Images Width and Height in Theme Option, then go to Woocommerce > Settings > Products > Display and change Product Image settings. Then regenerate thumbnails with the plugin https://wordpress.org/plugins/regenerate-thumbnails/.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 11:54

    You’re welcome!
    This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 11:40

    Try to add this code in custom.css file of parent theme or in style.css file of child theme:

    @media (min-width: 1400px){ 
    .main-nav .menu > li.menu-full-width .nav-sublist-dropdown{width: 50%;left: 50%;transform: translateX(-50%);}
    }
    @media (min-width: 1200px) and (max-width: 1400px){ 
    .main-nav .menu > li.menu-full-width .nav-sublist-dropdown{width: 75%;left: 50%;transform: translateX(-50%);}
    }
    

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 11:16

    You may add Multilingual Text element into Place in header top bar > http://prntscr.com/hme07j
    and add this code in custom.css file of your parent theme or in style.css file of child theme:

    .top-bar .languages-area div {
        display: inline-block;
    }
    .top-bar .languages-area .widget_icl_lang_sel_widget {
        width: 80%;
    }
    .top-bar .languages-area {
        width: 230px;
    }
    .top-bar .languages-area .widget_text_icl {
        vertical-align: middle;
    }
    @media (max-width:480px){ 
    .top-bar .languages-area div {
        display: block;
    }
    .top-bar .languages-area .widget_text_icl{
       display: none;
    }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 11:04

    You’re welcome!
    This code http://prntscr.com/hmdvad works for https://prnt.sc/hlzidx
    You may also use – http://prntscr.com/hmdvin

    .empty-category-block h2 {
        font-size: 2rem;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 11:00

    Hello,

    Please read this topic https://www.8theme.com/topic/categories-images-2/
    More information about image settings you can find here https://docs.woocommerce.com/document/fixing-blurry-product-images/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 10:55

    Please try to change previous code to:

    .empty-category-block .btn {
        display: none;
    }

    or make changes in no-products-found.php file as Olga explained earlier.
    Please provide screenshot what font do you want to make smaller.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 10:39

    Hello,

    Please try to use this css code:

    .search-no-results .empty-category-block .btn {
        display: none;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 10:36

    You are right, but unfortunately, there is not a different possibility.
    I’ve sent request to our developers and hope that option to close the first category will be added in one of next theme update. Follow the changelog.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 10:31

    You’re welcome!
    This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 09:56

    Hello,

    You may use custom css code, for example, add this code in Theme Options > Styling > Global Custom css:

    @media screen and (min-width: 1200px) {
    .container {
        width: 4000px;
    }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 09:48

    Hello,

    Thanks for the topic.
    Could you please provide screenshot for better understanding?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 09:41

    Hello,

    You need to delete old versions of plugins if you use latest http://prntscr.com/hmctjz
    then try to disable 3-rd party plugins (means the plugins that are not included in the theme package are not in the list of required plugins https://www.8theme.com/demo/docs/woopress/#!/external_plugins) and then check the problem.
    Let us know result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 09:29

    Hello,

    Please try to add this code in Theme Options > Styling > Custom css:

    .prefooter .mc4wp-form .et-mailchimp input[type="email"] {
        color: #999;
        margin: 0;
        width: 100%;
        background-color: #fff;
        margin-bottom: 10px;
    }
    .prefooter .mc4wp-form .et-mailchimp input::-webkit-input-placeholder {color:#999;}
    .prefooter .mc4wp-form .et-mailchimp input:-moz-placeholder           {color:#999;}
    .prefooter .mc4wp-form .et-mailchimp input:-ms-input-placeholder      {color:#999;}
    .prefooter .mc4wp-form .et-mailchimp input[type="submit"]{opacity:1;}

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 09:24

    Hello,

    Thaks for the topic.
    1. Find and delete or change this code in Theme Options > Styling > Custom css:
    http://prntscr.com/hmckt5
    2. You may change color for all heading in Theme Options > http://prntscr.com/hmcllf
    or add this code in Custom css to change style for the product title:

    .product-information .product_title {
        color: #24102c;
        font-size: 20px;
    }

    3. Please read this topic https://www.8theme.com/topic/change-words/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 09:00

    Hello,

    We have 3 types of buttons on our site – light (for example http://prntscr.com/hdcwhy), dark (for example http://prntscr.com/hdcwxi), active (for example http://prntscr.com/hdcx3r).
    Please try to use Theme Options > Styling -> Content > Customize buttons to change styles of your buttons http://prntscr.com/hdcxly.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 08:46

    Hello,

    Thanks for the topic. Hope you are having a nice day.
    1. Do you mean this one http://prntscr.com/hmc4oj? This is slider and may simply import it https://www.8theme.com/demo/docs/lifestyle/#slider or provide temporary wp-admin access and I will help you.
    Also please make sure that you use latest version of slider plugin https://www.8theme.com/download-plugins/page/2/http://prntscr.com/hmc5vx
    2. The Instagram on our demo is a part of Footer static block. Please see screenshots http://prntscr.com/hmc6w1 > http://prntscr.com/hmc7aj
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 08:37

    Hello,

    Ok.
    Also, please describe in details what exactly result of menu displaying do you want to achieve, so we could provide you helpful tips or make the menu on your site and provide screenshots of appropriate settings.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 08:33

    Hello,

    Ok. We will check what can be done to achieve desired displaying and explain any modification if these will be made.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 08:28
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 12, 2017 at 08:26

    Please use Loco Translate plugin to translate these strings http://prntscr.com/hmbzii > http://prntscr.com/hmbzlm

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 11, 2017 at 17:12

    Hello,

    You use old plugin version http://prntscr.com/hm1wmp but latest woocommerce version, so likely problems relate to compatibility issues. At first, you need to update WOOF – WooCommerce Products Filter to the latest version, clear cache and check if problems remain.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 11, 2017 at 15:43

    Hello,

    You’re welcome!
    You do not need to do anything, simple update theme once the new version will be available.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 11, 2017 at 13:25

    Hello,

    Check the plugin settings or contact plugin author about this issue because we provide support for issues related strictly to our theme or plugins that come bundled with our theme.
    Sorry, but we can’t provide you with a solid recommendation about security plugin.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 11, 2017 at 11:51

    Hello,

    Sorry for the delay due to the weekends. Hope you are having a nice day.

    You need to activate theme http://prntscr.com/hlx4n6 in Theme Options.

    1. To get rid the sidebar you may select http://prntscr.com/hlx5be, filter settings you may find here http://prntscr.com/hlx62h

    2. Please provide temporary wp-admin access in Private Content.
    Also, please read our documentation https://www.8theme.com/documentation/docs/widgets-custom-widget-areas/

    Regards

  • 1 2 3 2,000 2,001 2,002 2,273 2,274 2,275
    Viewing 60,030 results - 60,001 through 60,030 (of 68,223 total)
Viewing 30 posts - 60,001 through 60,030 (of 68,223 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.