Forum Replies Created

Viewing 30 posts - 58,651 through 58,680 (of 68,223 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 15:01

    1. Add this code in Theme Options > Styling > Custom css > Custom css for mobile:

    .carousel-area .product-slide {
        padding-left: 0;
        padding-right: 0;
    }
    .products-grid .product {
        padding-left: 5px;
        padding-right: 5px;
    }

    2. Add this code in Custom css for the page http://prntscr.com/iaernn

    @media screen and (max-width: 480px){
       .mpc-wc-grid-categories[data-grid-cols] .mpc-wc-category {
           width: 50%;
       }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 14:06

    I’ve checked your site in different browsers as logined user and in incognito and do not see the problem.
    Please, clear cache and check this one more time, make sure that your browser version is not very old.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 14:02

    Hello,

    You need to change class in your code to .nav-sublist-dropdown ul https://prnt.sc/iadtjw

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 13:54

    Ok. Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 13:53

    Ok. Great.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 13:53

    Hello,

    Please clear cache and check one more time https://prnt.sc/iadoe4

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 13:48

    Hello,

    1. Add this code in Theme Options > Custom css:

    .header-type-17 .header-top {
        display: none;
    }

    3. By default VC elements have margin-bottom 35px, to remove it, open settings and set 0px http://prntscr.com/iadl5r

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 13:40

    Hello, @khel

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 13:36

    Hello,

    Thanks for the topic.
    Theme Options > General > Site Layout > Boxed + Color Scheme > Site Background.
    Or you may add Section element on page and move some rows inside of it. Then set background video for the section and stretch it to full with + set background white for rows, result will be like – https://prnt.sc/iadeio

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 13:33

    Hello,

    1) to put the ‘Buy’-button above the short description product information (but under the price). Is this possible?
    2) to put the ‘Buy’-button next to the price. Like on this website.

    – this is possible, but requests customization in file
    child-theme/functions.php

    add_action('after_setup_theme', 'et_replace_cart');
    function et_replace_cart () {
    	remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30);
        add_action('woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 10);
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 13:17

    Hello,

    Done. Please check Home page now.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 13:10

    Hello,

    You may add this code in custom.css file of parent theme or in style.css file of child theme:

    @media (max-width: 480px){
        .slide-item .product .add-to-container a, .products-grid .product .add-to-container a {
            font-size: 10px;
        }
        .slide-item .product .add-to-container, .products-grid .product .add-to-container {
            padding-left: 0;
            padding-right: 0;
        }
        .slide-item .product .product-name, .products-grid .product .product-name {
            font-size: 12px;
            margin-left: 0;
            margin-right: 0;
        }
    }
    

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 13:02

    Hello,

    I’ve checked your site and do not see the problem. Have you sorted out?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 12:00

    Hello,

    I hope you are well today and thank you for your questions.
    1. http://prntscr.com/iabvoh
    2. Please add this code in Theme Options > Styling > Custom css > Custom CSS for desktop (992px+):

    .header-wrapper header > .container .container-wrapper > .navbar-header {
         width: 10%;
    }

    3. This is because of “Show product name above the price” is enabled in Theme Options > E-commerce> Single product page.
    4. You need also enable reviews in product settings – https://prnt.sc/iac0vu
    5. Use this code in Theme Options > Styling > Custom css > Global Custom css:

    footer li {
        color: white;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 11:44

    Hello,

    Your site under maintenance mode so I can’t see it.
    1. Could you please provide temporary wp-admin access in Private Content?
    2. Theme Options > Typography > Navigation + Theme Options > Styling > Navigation.
    3. You may change message styles via custom css code (add the code in Theme Options > Styling > Custom css).

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 11:38

    Great.
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 11:38

    Hello,

    Thanks for the topic.
    1-3. Please provide screenshots for better understanding desired result.
    You may use such screenshot maker as Lightshot and provide screenshots links in Private Content.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 11:28

    Hello,

    Thanks for the notice. This will be fixed in next theme update. As a temporary solution, you may add this code in Theme Options > Styling > Custom css:

    .sold-individually .qty-span, .sold-individually .quantity {
        display: none;
    }

    and remove the custom code after theme update.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 11:23

    Hello,

    Please check if you have this issue with our theme only or with the default theme too. Also, provide screenshots.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 11:19

    Hello,

    You need to import dummy.xml file. Or provide us with temporary wp-admin access in Private Content and I will help you to recreate desired sections.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 11:12

    Hello,

    Here is code of the Footer static block:
    [vc_row equal_height="yes" el_class="responsive_centr"][vc_column width="1/2" offset="vc_col-lg-4 vc_col-md-4 vc_col-xs-12"][vc_row_inner][vc_column_inner width="1/2"][vc_single_image image="4306" img_size="full" css=".vc_custom_1493294916487{margin-bottom: 30px !important;}" el_class="responsive_centr"][/vc_column_inner][vc_column_inner width="1/2"][/vc_column_inner][/vc_row_inner][vc_column_text el_class="footer-text" css=".vc_custom_1493035424542{margin-bottom: 20px !important;}"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua . Ut enim ad minim veniam[/vc_column_text][mpc_icon_column layout="style_3" margin_divider="true" content_font_size="13" content_font_align="left" mpc_icon__icon="fa fa-map-marker" mpc_icon__icon_color="#f3c81c" mpc_icon__icon_size="18" mpc_icon__margin_divider="true" mpc_icon__margin_css="margin-right:5px;margin-bottom:-2px;" class="footer-text"]<span style="color: #575757;">Address: </span><span style="color: #dfdfdf;"> 48 Park Avenue, East 21st Street, Apt. 304, New York NY 10016</span>[/mpc_icon_column][mpc_icon_column layout="style_3" margin_divider="true" margin_css="margin-bottom:5px;" content_font_size="13" content_font_align="left" mpc_icon__icon="fa fa-envelope" mpc_icon__icon_color="#f3c81c" mpc_icon__icon_size="18" mpc_icon__margin_divider="true" mpc_icon__margin_css="margin-right:5px;" class="footer-text"]<span style="color: #575757;">Email: </span><span style="color: #dfdfdf;"> youremail@site.com</span>[/mpc_icon_column][mpc_icon_column layout="style_3" margin_divider="true" margin_css="margin-bottom:30px;" content_font_size="13" content_font_align="left" mpc_icon__icon="fa fa-phone" mpc_icon__icon_color="#f3c81c" mpc_icon__icon_size="18" mpc_icon__margin_divider="true" mpc_icon__margin_css="margin-right:5px;" class="footer-text"]<span style="color: #575757;">Phone: </span><span style="color: #dfdfdf;"> +1 408 996 1010</span>[/mpc_icon_column][vc_row_inner][vc_column_inner width="3/12"][vc_custom_heading text="follow:" font_container="tag:h2|font_size:13px|text_align:left|color:%23ffffff" use_theme_fonts="yes" css=".vc_custom_1493298294024{margin-top: 5px !important;margin-right: 0px !important;margin-bottom: 0px !important;margin-left: 0px !important;}" el_class="none"][/vc_column_inner][vc_column_inner width="9/12" css=".vc_custom_1493294097154{margin-bottom: 20px !important;margin-left: 0px !important;padding-left: 0px !important;}"][follow align="left" target="_blank" facebook="#" twitter="#" instagram="#" google="#" pinterest="#"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/4" el_class="footer-menu" offset="vc_col-lg-2 vc_col-md-2 vc_col-xs-6"][vc_custom_heading text="quick links" font_container="tag:h2|font_size:16px|text_align:justify|color:%23ffffff" use_theme_fonts="yes" css=".vc_custom_1493293905238{margin-bottom: 35px !important;}" el_class="responsive_centr"][vc_raw_html]JTNDcCUyMHN0eWxlJTNEJTIybWFyZ2luLWJvdHRvbSUzQTExcHglM0IlMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMHN0eWxlJTNEJTIydGV4dC10cmFuc2Zvcm0lM0F1cHBlcmNhc2UlM0Jmb250LXNpemUlM0ExMnB4JTNCJTIyJTNFaG9tZSUyMHBhZ2UlM0MlMkZhJTNFJTNDJTJGcCUzRSUwQSUzQ3AlMjBzdHlsZSUzRCUyMm1hcmdpbi1ib3R0b20lM0ExMXB4JTNCJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBzdHlsZSUzRCUyMnRleHQtdHJhbnNmb3JtJTNBdXBwZXJjYXNlJTNCZm9udC1zaXplJTNBMTJweCUyMiUzRXNob3AlM0MlMkZhJTNFJTNDJTJGcCUzRSUwQSUzQ3AlMjBzdHlsZSUzRCUyMm1hcmdpbi1ib3R0b20lM0ExMXB4JTNCJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBzdHlsZSUzRCUyMnRleHQtdHJhbnNmb3JtJTNBdXBwZXJjYXNlJTNCZm9udC1zaXplJTNBMTJweCUzQiUyMiUzRWFib3V0JTIwdXMlM0MlMkZhJTNFJTNDJTJGcCUzRSUwQSUzQ3AlMjBzdHlsZSUzRCUyMm1hcmdpbi1ib3R0b20lM0ExMXB4JTNCJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBzdHlsZSUzRCUyMnRleHQtdHJhbnNmb3JtJTNBdXBwZXJjYXNlJTNCZm9udC1zaXplJTNBMTJweCUzQiUyMiUzRXNlcnZpY2VzJTNDJTJGYSUzRSUzQyUyRnAlM0UlMEElM0NwJTIwc3R5bGUlM0QlMjJtYXJnaW4tYm90dG9tJTNBMTFweCUzQiUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTIwc3R5bGUlM0QlMjJ0ZXh0LXRyYW5zZm9ybSUzQXVwcGVyY2FzZSUzQmZvbnQtc2l6ZSUzQTEycHglM0IlMjIlM0VlY29tbWVyY2UlM0MlMkZhJTNFJTNDJTJGcCUzRSUwQSUzQ3AlMjBzdHlsZSUzRCUyMm1hcmdpbi1ib3R0b20lM0ExMXB4JTNCJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBzdHlsZSUzRCUyMnRleHQtdHJhbnNmb3JtJTNBdXBwZXJjYXNlJTNCZm9udC1zaXplJTNBMTJweCUzQiUyMiUzRWNvbnRhY3QlMjB1cyUzQyUyRmElM0UlM0MlMkZwJTNFJTBBJTNDcCUyMHN0eWxlJTNEJTIybWFyZ2luLWJvdHRvbSUzQTExcHglM0IlMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMHN0eWxlJTNEJTIydGV4dC10cmFuc2Zvcm0lM0F1cHBlcmNhc2UlM0Jmb250LXNpemUlM0ExMnB4JTNCJTIyJTNFZGVsaXZlcnklMjBpbmZvJTNDJTJGYSUzRSUzQyUyRnAlM0UlMEElM0NwJTIwc3R5bGUlM0QlMjJtYXJnaW4tYm90dG9tJTNBMTFweCUzQiUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTIwc3R5bGUlM0QlMjJ0ZXh0LXRyYW5zZm9ybSUzQXVwcGVyY2FzZSUzQmZvbnQtc2l6ZSUzQTEycHglM0IlMjIlM0VwYXltZW50JTIwaW5mbyUzQyUyRmElM0UlM0MlMkZwJTNF[/vc_raw_html][/vc_column][vc_column width="1/4" el_class="footer-menu" offset="vc_col-lg-2 vc_col-md-2 vc_col-xs-6"][vc_custom_heading text="categories" font_container="tag:h2|font_size:16px|text_align:left|color:%23ffffff" use_theme_fonts="yes" css=".vc_custom_1493293933691{margin-bottom: 35px !important;}" el_class="responsive_centr"][vc_raw_html]JTNDcCUyMHN0eWxlJTNEJTIybWFyZ2luLWJvdHRvbSUzQTExcHglM0IlMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMHN0eWxlJTNEJTIydGV4dC10cmFuc2Zvcm0lM0F1cHBlcmNhc2UlM0Jmb250LXNpemUlM0ExMnB4JTNCJTIyJTNFZm9yJTIwY2F0cyUzQyUyRmElM0UlM0MlMkZwJTNFJTBBJTNDcCUyMHN0eWxlJTNEJTIybWFyZ2luLWJvdHRvbSUzQTExcHglM0IlMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMHN0eWxlJTNEJTIydGV4dC10cmFuc2Zvcm0lM0F1cHBlcmNhc2UlM0Jmb250LXNpemUlM0ExMnB4JTIyJTNFZm9yJTIwZG9ncyUzQyUyRmElM0UlM0MlMkZwJTNFJTBBJTNDcCUyMHN0eWxlJTNEJTIybWFyZ2luLWJvdHRvbSUzQTExcHglM0IlMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMHN0eWxlJTNEJTIydGV4dC10cmFuc2Zvcm0lM0F1cHBlcmNhc2UlM0Jmb250LXNpemUlM0ExMnB4JTNCJTIyJTNFZm9yJTIwcm9kZW5zJTNDJTJGYSUzRSUzQyUyRnAlM0UlMEElM0NwJTIwc3R5bGUlM0QlMjJtYXJnaW4tYm90dG9tJTNBMTFweCUzQiUyMiUzRSUzQ2ElMjBocmVmJTNEJTIyJTIzJTIyJTIwc3R5bGUlM0QlMjJ0ZXh0LXRyYW5zZm9ybSUzQXVwcGVyY2FzZSUzQmZvbnQtc2l6ZSUzQTEycHglM0IlMjIlM0Vmb3IlMjBiaXJkcyUzQyUyRmElM0UlM0MlMkZwJTNFJTBBJTNDcCUyMHN0eWxlJTNEJTIybWFyZ2luLWJvdHRvbSUzQTExcHglM0IlMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMHN0eWxlJTNEJTIydGV4dC10cmFuc2Zvcm0lM0F1cHBlcmNhc2UlM0Jmb250LXNpemUlM0ExMnB4JTNCJTIyJTNFZm9yJTIwcmVwdGlsZXMlM0MlMkZhJTNFJTNDJTJGcCUzRSUwQSUzQ3AlMjBzdHlsZSUzRCUyMm1hcmdpbi1ib3R0b20lM0ExMXB4JTNCJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjIlMjMlMjIlMjBzdHlsZSUzRCUyMnRleHQtdHJhbnNmb3JtJTNBdXBwZXJjYXNlJTNCZm9udC1zaXplJTNBMTJweCUzQiUyMiUzRWZvciUyMGZpc2hlcyUzQyUyRmElM0UlM0MlMkZwJTNFJTBBJTNDcCUyMHN0eWxlJTNEJTIybWFyZ2luLWJvdHRvbSUzQTExcHglM0IlMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMHN0eWxlJTNEJTIydGV4dC10cmFuc2Zvcm0lM0F1cHBlcmNhc2UlM0Jmb250LXNpemUlM0ExMnB4JTNCJTIyJTNFZm9vZCUzQyUyRmElM0UlM0MlMkZwJTNFJTBBJTNDcCUyMHN0eWxlJTNEJTIybWFyZ2luLWJvdHRvbSUzQTExcHglM0IlMjIlM0UlM0NhJTIwaHJlZiUzRCUyMiUyMyUyMiUyMHN0eWxlJTNEJTIydGV4dC10cmFuc2Zvcm0lM0F1cHBlcmNhc2UlM0Jmb250LXNpemUlM0ExMnB4JTNCJTIyJTNFZnVybml0dXJlJTNDJTJGYSUzRSUzQyUyRnAlM0U=[/vc_raw_html][/vc_column][vc_column offset="vc_col-lg-4 vc_col-md-4 vc_col-xs-12"][vc_custom_heading text="subscribe" font_container="tag:h2|font_size:16px|text_align:left|color:%23ffffff" use_theme_fonts="yes" css=".vc_custom_1493293943262{margin-bottom: 35px !important;}" el_class="responsive_centr"][vc_column_text][mc4wp_form][/vc_column_text][vc_custom_heading text="instagram" font_container="tag:h2|font_size:16px|text_align:left|color:%23ffffff" use_theme_fonts="yes" css=".vc_custom_1493293991095{margin-top: 40px !important;margin-bottom: 35px !important;}" el_class="responsive_centr"][vc_widget_sidebar sidebar_id="Instagram"][/vc_column][/vc_row]
    Create new static block on your site > switch to the classic text editor and add the code https://prnt.sc/iabe0a > switch to VC Backend editor after that.
    Let us know if you need any further assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 11:05

    Hello,

    I do not see the problem https://prnt.sc/iab9t0 Please explain in details or provide screenshot for better understanding because looks like this image https://prnt.sc/i9m7kk relate to another your topic.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 10:59

    Hello,

    Is your problem solved http://prntscr.com/iab84u ?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 10:55

    Hello,

    Yes, this is possible. You may use Fancy Text element https://docs.brainstormforce.com/fancy-text/ or write custom css, for example, http://prntscr.com/iab615 > http://prntscr.com/iab68f

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 10:49

    Hello,

    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
    February 5, 2018 at 10:48

    Hello,

    You may use such screenshot maker as Lightshot and provide screenshot link in Private Content.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 10:46

    Hello,

    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
    February 5, 2018 at 10:45

    Hello,

    There is using default WC registration that you may find on sign in page.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 10:40

    Hello,

    Please see screenshots http://prntscr.com/iaayh8 + https://prnt.sc/iaayly

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 5, 2018 at 10:37

    Hello,

    I do not see images. You may use such screenshot maker as Lightshot and provide screenshot link in Private Content.

    Regards

  • 1 2 3 1,955 1,956 1,957 2,273 2,274 2,275
    Viewing 58,680 results - 58,651 through 58,680 (of 68,223 total)
Viewing 30 posts - 58,651 through 58,680 (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.