Forum Replies Created

Viewing 30 posts - 53,701 through 53,730 (of 68,231 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 15:49

    Hello,

    There is no such possibility, by default. But you can add this code in Custom css for Home page:

    .product-category .mask-container .block-mask .mask-content {
        position:  absolute;
        width: 95%;
        height: 100%;
        left: 10%;
    }
    .product-category .mask-container .block-mask .mask-content a {
        width: 100%;
        height: 100%;
    }
    .product-category .mask-container .block-mask .mask-content a i, .product-category .mask-container .block-mask .mask-content a:after {
        display:  none;
    }
    .product-category .mask-container .block-mask .mask-content a, .product-category .mask-container .block-mask .mask-content a:hover {
        background-color:  transparent;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 15:38

    Hello,

    Menu for mobile you can create in Appearance > Menus. Enable Brands via Screen Options http://prntscr.com/k73bot Do not forget to mark it as Mobile menu in Menu Settings http://prntscr.com/k73b6a

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 15:33

    Hello,

    We’ve sent the required archive to your registration email.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 15:30

    Hello,

    The image gallery is default element of WPBakery Page Builder and our theme doesn’t affect the work of it. If you need to add single images on page it would be better to use Single Image element http://prntscr.com/k736f5

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 15:09

    Hello,

    You can add this code into @media (max-width: 480px){ } media query

    .header .shopping-cart-widget .cart-summ span {
        font-size: 10px;
        width: 100%;
    }
    .shopping-cart-widget .cart-summ > .cart-bag {
        padding-left: 0px;
    }
    .header .shopping-cart-widget {
        right: 60% !important;
    }

    https://prnt.sc/k72v7j
    If you are looking for something else, describe the desired result in more details, please.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 13:58

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 13:57

    Hello,

    Please provide screenshot for better understanding the desired result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 13:53

    Hello,

    These strings relate to our theme – http://prntscr.com/k71npr I would recommend you to use loco translate plugin https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
    Make sure you placed translation files into the /wp-content/languages/themes/ folder with correct names (language name and legenda theme suffix, e.g legenda-de_DE.po, legenda-de_DE.mo) then synchronize translation.
    Button Sync (Loco Translate plugin http://prntscr.com/glemdq) allows you to synchronize your translation file with updated pot file. It means if we made any changes in template files that may affect transaltion or we added new string for the translation and you updated theme you need to synchronize your translation with updated files. Only after synchronization, you’ll be able to translate new strings or strings that were changed.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 13:27

    Hello @msjackiemack,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 13:07

    Hello @msjackiemack,

    Please make sure that Tabs position in Theme options – Inside Content.
    Provide us with temporary wp-admin and FTP access so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 12:58

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 12:55

    Hello @msjackiemack,

    Have you changed the position of code in the file https://prnt.sc/k6xubv ? Is child theme activated on your site?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 12:53

    Please check the code one more time and make sure that it was added correctly.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 12:42

    Please change the previous code to:

    .quantity.buttons_added input[type="number"] {
        padding-left: 0px;
        padding-right: 0px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 12:33

    Hello,

    Please clear browser cache on your phone and then check the color.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 12:31

    Hello,

    Please add this code in Custom css:

    .single-product .quantity.buttons_added input[type="number"] {
        padding-left: 0px;
        padding-right: 0px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 12:28

    1. You’re welcome!
    2. Try to sent background color for the button – https://prnt.sc/k70e86
    3. Do you have this problem if additional plugins for gdpr activated? If the problem comes from such plugin, it would be better to contact author of the plugin.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 12:16

    Please provide us with temporary wp-admin and FTP access so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 10:53

    Hello,

    1. You may add this code in Global Custom css:

    .wpml-ls-sidebars-footer-flags li {
        width:  auto;
    }
    .wpml-ls-sidebars-footer-flags li a {
        margin-right: 15px;
    }
    .wpml-ls-sidebars-footer-flags {
        padding-left: 0px;
    }

    2. Please provide some screenhots for better understanding.
    3. By default, this message http://prntscr.com/k6z5br shows on post page for not authorized users, but on your site users must be logged in to post a comment.
    Please describe in more details what exactly doesn’t work correctly.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 09:14

    Hello @msjackiemack,

    There is no such possibility, by default. But you can copy content-single-product.php form legenda/woocommerce into woocommerce folder of your child theme and change position of this code https://prnt.sc/k6xubv

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 09:01

    Hello,

    Please provide us with your site URL and temporary wp-admin access so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 08:54

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 08:54

    Hello,

    Please provide us with your site URL.
    https://prnt.sc/k6eq2v – you need to edit settings of slider http://prntscr.com/k6xdhb http://prntscr.com/k6xdq2 http://prntscr.com/k6xexp
    https://prnt.sc/k6eqhuhttp://prntscr.com/k6xfh3
    https://prnt.sc/k6eqr4 – Theme Options > Styling > Content > Main Color
    https://prnt.sc/k6eqzohttp://prntscr.com/k6xhrv http://prntscr.com/k6xi5m
    https://prnt.sc/k6ertkhttp://prntscr.com/k6ximj
    https://prnt.sc/k6es7c – Theme Options > E-commerce > Shop > Sale Icon Background Color, http://prntscr.com/k6xjmx, Theme Options > Styling > Custom css > Global Custom css >

    .et-look .banner {
        border: 5px solid #00acc1;
    }

    https://prnt.sc/k6esff – Main Color (Theme Options > Styling)
    https://prnt.sc/k6etschttp://prntscr.com/k6xko9 + https://www.8theme.com/documentation/xstore/plugins/mail-chimp-form-custom-styles/
    https://prnt.sc/k6eu32 – Main color, Sale Icon Background Color, custom css in Global custom css area:

    .widget_product_categories {
        border: 2px solid #00acc1;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 08:20

    Hello,

    Please go to Appearance > Widgets > Shop Sidebar > change titles http://prntscr.com/k6x6um

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 08:18

    You can use this code

    .portfolio-descr {
        padding: 0px;
    }

    if this https://prnt.sc/k6x5nj is not what you are looking for, please describe the desired result in more details.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 08:15

    Hello,

    Here is an example of custom css code:

    .faq h4 {
        color: red;
    }
    .faq .vc_toggle_icon::before {
        border-color: red !important;
    }

    You can add this code in Global Custom css or in custom css for required page https://prnt.sc/k6x4qd

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 08:09

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 08:05

    Hello,

    Thanks for the topic.
    1. Did you make changes in template files? Do you use child theme? Do you have the same problem with parent theme activated on site?
    Have you tried to disable all 3rd party plugins?
    Please check if the problem related to custom changes in files or to one of additional plugins.
    2. I do not see the problem with the footer. Please clear cache and check one more time or describe the issue in more details with screenshots.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 07:55

    Hello,

    Make sure that you clear cache.
    Please provide screenshots of pages with incorrect fonts (you can use such screenshot maker as Lightshot).
    Thanks in advance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 16, 2018 at 07:48

    Hello,

    Thanks for contacting us.
    Please delete this custom css code:

    .fixed-header-area #menu-main-menu-1 {
        display: none;
    }

    Let us know if you need any further assistance.

    Regards

  • 1 2 3 1,790 1,791 1,792 2,273 2,274 2,275
    Viewing 53,730 results - 53,701 through 53,730 (of 68,231 total)
Viewing 30 posts - 53,701 through 53,730 (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.