Forum Replies Created

Viewing 30 posts - 62,251 through 62,280 (of 68,230 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 22, 2017 at 08:28

    Hello,

    1. You may add this code in the end of text content on your page http://prntscr.com/go80pc:

    [vc_row content_placement="middle" css=".vc_custom_1461568398243{padding-top: 20px !important;}"][vc_column width="2/3" css=".vc_custom_1461568540345{padding-right: 30px !important;}"][single_post more_posts="0" title="Featured post"][/vc_column][vc_column width="1/3" css=".vc_custom_1461567979770{padding: 4px !important;border: 1px solid #dbdbdb !important;}"][vc_column_text css=".vc_custom_1506064305646{margin-bottom: 0px !important;border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;padding-top: 40px !important;padding-right: 40px !important;padding-bottom: 40px !important;padding-left: 40px !important;border-left-color: #dbdbdb !important;border-left-style: solid !important;border-right-color: #dbdbdb !important;border-right-style: solid !important;border-top-color: #dbdbdb !important;border-top-style: solid !important;border-bottom-color: #dbdbdb !important;border-bottom-style: solid !important;}" el_class="a-center"]
    <h3 class="widget-title">Newsletter</h3>
    [mc4wp_form id=""][/vc_column_text][/vc_column][/vc_row]

    set http://prntscr.com/go80u5 and http://prntscr.com/go80zs, use MailChimp plugin to create the form.
    2. I’ve created Prefooter static block. Please check. You may set it in appropriate widget area. http://prntscr.com/go82nq.
    3. Please go to Theme Option > Single Product Page > Show share buttons
    and read our doc https://www.8theme.com/demo/docs/legenda/#!/wishlist
    4. Please check Top panel static block http://prntscr.com/go8610.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 22, 2017 at 08:06

    Hello,

    Please add this code in custom.css of parent theme or in style.css file of your child theme:

    #facebook-likebox-5 {
        text-align: center;
        display: none;
    }
    @media only screen and (max-width: 480px) {  
        #facebook-likebox-5 {display: block;}
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 22, 2017 at 08:01

    Hello, @Igor,

    Please read this topic https://www.8theme.com/topic/remove-captcha-3/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 22, 2017 at 07:56

    Hello,

    We do not have “add_to_cart_fragments” in our theme files.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 22, 2017 at 07:51

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 22, 2017 at 07:50

    Hello,

    You’re welcome!
    Yes, it will be added in next theme update.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 16:28

    Please check now.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 15:48

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 15:41

    Make sure that > wasn’t changed to &.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 15:35

    You’re welcome!
    Thank you for your thoughts! We deeply appreciate it! 🙂

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 15:12

    Hello,

    You may enable this option http://prntscr.com/gnxlml to activate default registration that has auto-login.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 15:00

    Hello,

    Please go to Theme Options > General > Footer > Footer fixed > off.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 14:57

    Hello,

    Please change previous code to:

    .single-product .product-information .products-page-cats, .single-product .product-information .product_meta > span {
        display: none;
    }
    

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 14:51

    Hello,

    I suppose it will be added in new theme update, so you may change this code
    http://prntscr.com/gnxa4a to http://prntscr.com/gnxab8 in framework/shortcode.php file of your parent theme

    $args['tax_query'][] = array(
        'relation' => 'OR',
        array(
           'taxonomy' => 'product_tag',
           'terms' => $categories,
           'operator' => 'IN',
           ),
        array(
           'taxonomy' => 'product_cat',
           'terms' => $categories,
           'operator' => 'IN',
           )
       );

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 14:43

    This option works for menu, but you use woocommerce widget here http://prntscr.com/gnx2r8 http://prntscr.com/gnx2uq, I’ve added menu widget into your custom sidebar http://prntscr.com/gnx47y but stylings of this element are different http://prntscr.com/gnx4ol Please check.
    if you want to use category element, you may add this code in custom css http://prntscr.com/gnx7f2:

    .home .widget_product_categories.sidebar-widget ul li:first-child a:before {
        font-size: 16px;
        color: #999;
        font-family: 'FontAwesome';
        display: inline-block;
        content: "\f2c1";
        margin-right: 10px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 14:10

    Hello,

    1. Please check this screenshot as example https://prnt.sc/gl1wqz
    2. You may use custom css, for example, add this code in Theme Options > Styling > Custom css:

    .product-categories
     .fa-angle-down:before {
        content: '\f2c1' !important;
        color: red !important;
        font-size: 20px !important;
    }

    http://prntscr.com/gnwpud

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 12:58

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 12:35

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 12:23

    Please, clear cache and check http://prntscr.com/gnvae6

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 12:21

    Hello,

    You may add this code in Custom css:

    .product-information-inner .product-navigation .product-arrows {
        display: none;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 12:14

    Hello,

    Please see screenshot http://prntscr.com/gnv6dl

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 12:09

    Please, clear cache and check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 09:57

    Hello,

    Please go to Settings > Media, there you may change image sizes, for example, set Medium size – 600×600 and Large size – 1300×1300. Don’t forget Regenerate thumbnails https://wordpress.org/plugins/regenerate-thumbnails/
    also, add this code in Theme Options > Styling > Custom css:
    article.blog-post .wp-picture img, article.post-grid .wp-picture img {width: auto;}

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 09:53

    Please change this code

    .et-mobile-menu > li > ul > li a{
    margin-left:-1px !important;
    }

    to

    .et-mobile-menu > li > ul > li > a, .et-mobile-menu > li > ul > li a:before {
        line-height: 20px;
    }
    .et-mobile-menu > li > ul > li > a {
        padding: 10px 0px 10px 30px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 09:03

    Hello,

    The problem relates to changes that you made in child theme. With parent theme – https://prnt.sc/gnsvdp
    You need to check changes that you made in your child theme.
    Also, you may see notice about out of date files http://prntscr.com/gnsxea http://prntscr.com/gnsxqo. In this case you just need to compare 2 files and add the missing code to your child theme file.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 08:51

    Hello, @Rin,

    Please see screenshot http://prntscr.com/gnsrwz
    I do not see the problem http://prntscr.com/gnssee Please clear cache and check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 08:46

    Hello,

    We did not test this plugin with our theme, but as you may see http://prntscr.com/gnspv1 https://woocommerce.com/products/storefront-powerpack/
    We do not have list of plugins that will work with our theme, so it would be better to contact us before purchasing some 3-rd party plugins.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 08:37

    Hello,

    Sorry, please go to Theme Options > Color Scheme and Typography.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 08:29

    Hello, @axelerocustom,

    Please try to clear cache and check, because I do not see the problem.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 08:27

    You’re welcome!

    Regards

  • 1 2 3 2,075 2,076 2,077 2,273 2,274 2,275
    Viewing 62,280 results - 62,251 through 62,280 (of 68,230 total)
Viewing 30 posts - 62,251 through 62,280 (of 68,230 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.