Forum Replies Created

Viewing 30 posts - 67,441 through 67,470 (of 68,220 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2016 at 11:28

    Hello,

    Please read the documentation https://www.8theme.com/classico-theme-documentation/
    You need to disable footer demo blocks in 8Theme Options->General->Footer.
    https://www.8theme.com/demo/docs/classico/index.html#footer
    Footer can be edited in Static Block section. To enable Visual Composer editor for static block go to Visual Composer > Role Manager > Post Types > Custom > tick “static blocks”. Also, you can go to Appearance > Widgets > remove “Static Block” widget from Footer widget area.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2016 at 08:29

    Hello,

    You can translate theme strings as described in the documentation https://www.8theme.com/demo/docs/classico/#translation

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 2, 2016 at 16:31

    Hello,

    Please, add this code in Custom CSS:

    .top-bar .topbar-widget.widget_nav_menu li a:hover {
        color: #2E2E2D !important;
    }

    Have you translated .po file in wp-content/themes/woopress/languages directory?
    Please read our documentation https://www.8theme.com/demo/docs/woopress/#!/2_how_to_translate

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 2, 2016 at 15:35

    Hello,

    You can check “Don’t show this popup again” in popup window http://prntscr.com/dehlp6 and it shouldn’t show again in every page. It will be shown only when browser cache and cookies are cleared.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 2, 2016 at 15:11

    Hello,

    The problem is related to your child theme.
    When parent theme is activated promo popup works properly.
    Please check the changes you made in the child theme.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 2, 2016 at 14:47

    Hello,

    Please, add this code in Custom CSS:

    .top-bar .topbar-widget.widget_nav_menu li a {
        color: #2e2e2e !important;
    }
    .checkout-button.button.alt.wc-forward {
        color: white;
    }

    Go to Appearance > Widgets > Left Side top bar area and add empty Text widget.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 2, 2016 at 12:59

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 2, 2016 at 12:09

    Hello,

    Try to add this code in Global Custom CSS:

    header .et-search-trigger.search-dropdown:before {
        content: "Start your product search";
        position: absolute;
        width: 200px;
        right: 0;
        top: 50%;
    }

    and this in Custom CSS for landscape and mobile

    header .et-search-trigger.search-dropdown:before {
        display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 2, 2016 at 11:56

    Hello,

    As I see it’s working fine. Please see screenshots: http://prntscr.com/deewo2 http://prnt.sc/deewrm
    So could you maybe provide us some screenshots of the problem for better understanding in this case?
    Try to add this code in Custom CSS:

    .home .header-type-2.slider-overlap .header .menu > li.menu-item-has-children:after {
        top: 0px !important;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 2, 2016 at 11:36

    Hello,

    Try to add this code in Custom CSS:

    .woocommerce-page .product {
        margin-bottom: 75px;
    }
    .woocommerce-page .progress-button.etheme_add_to_cart_button.product_type_simple {
        margin-top: 48px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 2, 2016 at 11:24

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 2, 2016 at 11:22

    Hello,

    Please, add this code in Custom CSS:

    .et-mobile-menu li a, .mobile-nav-heading, .mobile-nav .links li a {
        color: white;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 2, 2016 at 08:37

    Hello,

    To close first tab by default you need edit the file wp-content/themes/royal/woocommerce/single-product/tabs.php and change the code http://prntscr.com/decys4 to <?php if($i == 0) echo 'style="display:block;"'; ?>.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 2, 2016 at 08:10

    Hello,

    Fixed. Please check it now.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 2, 2016 at 08:02

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 1, 2016 at 16:31

    Hello,

    Please, add this code in Custom CSS:

    .menu > li.current-menu-item > a {
        font-weight: 600;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 1, 2016 at 15:29

    Hello,

    You can try solution described here:
    http://stackoverflow.com/questions/23372903/hide-spinner-in-input-number-firefox-29/23374725#23374725
    or provide us with wp-admin access in Private Content.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 1, 2016 at 14:54

    Hello,

    Please, add this code in Custom CSS:

    .single-product-page .product-info .c2q_button {
        display: none; 
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 1, 2016 at 14:50

    Hello,

    These credentials are incorrect. Please check them.

    Try to add this code in Custom CSS file:

    .header5 .logo img {
        max-width: 370px;
    }

    Write your own value.
    Here is the video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&list=PLMqMSqDgPNmD4uhGI1IBhr1iaEy81TMff&feature=share&index=1.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 1, 2016 at 13:11

    Hello,

    I’ve forwarded your request to our developers.
    Thank you for the notice.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 1, 2016 at 11:47

    Hello,

    All available theme search settings can be found in Theme Options > Search.
    Unfortunately, there is no such feature in the theme to search for products by SKU (product code). You ou need to use third-party plugin for it.
    Sorry for inconvenience.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 1, 2016 at 11:03

    Hello,

    Try to add this code in Custom CSS:

    @media only screen and (max-width: 767px){
       .header .shopping-cart-widget {
          z-index:3;
       }
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 1, 2016 at 10:39

    Hello,

    Please, add this code in Custom CSS:

    ul.menu-social-icons {
        list-style: none;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 1, 2016 at 10:34

    Hello,

    Try to add this code in Custom CSS:

    .single-product .product_meta h4 {
        display: none;
    }

    See screenshot: http://prntscr.com/ddyt3g or you can delete this code.
    We recommend to make any changes in theme source files in child theme https://8theme.com/demo/docs/legenda/index.html#!/child_theme https://codex.wordpress.org/Child_Themes so you won’t lose your customizations after the next theme update.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 1, 2016 at 09:25

    Hello,

    Please, add this code in Custom CSS:

    span.sku_wrapper {
        display: none !important;
    }
    span.posted_in {
        display: none !important;
    }

    Also, you need to comment the code in the wp-content/themes/legenda/woocommerce/content-product_cat.php in lines 64 and 65:

    if ( $category->count > 0 )
    echo apply_filters( 'woocommerce_subcategory_count_html', ' (' . $category->count . ')', $category );

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 1, 2016 at 09:12

    Hello,

    Please, add this code in Custom CSS:

    @media only screen and (min-width: 1200px) {
        .row-count-5 .product:nth-child(5n+1), .row-count-6 .product:nth-child(5n+1) {
            clear: both;
        }
    }
    .product-title {
        height: 45px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 1, 2016 at 08:31

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 1, 2016 at 08:15

    Hello,

    If you want to insert social icons into your posts or pages, please use the shortcode [share].

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 1, 2016 at 08:10

    Hello,

    Please, provide wp-admin access in Private Content.
    Also, you can try to add this code in Custom CSS:

    .ultb3-info.ib3-info-center {
        height: 400px;
    }
    div#Info-banner-wrap7206 {
        height: 300px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 30, 2016 at 15:35

    Hello,

    You can edit images sizes in WooCommerce > Settings > Product > Display. Don’t use hard crop if you don’t want to crop images. Regenerate thumbnails after that https://wordpress.org/plugins/regenerate-thumbnails/.

    Regards,
    Rose Tyler.

  • 1 2 3 2,248 2,249 2,250 2,272 2,273 2,274
    Viewing 67,470 results - 67,441 through 67,470 (of 68,220 total)
Viewing 30 posts - 67,441 through 67,470 (of 68,220 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.