Forum Replies Created

Viewing 30 posts - 65,401 through 65,430 (of 65,711 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 24, 2016 at 14:16

    Hello,

    As I see now the hover in your home page work fine http://prntscr.com/c9t04q.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 24, 2016 at 13:42

    Hello,

    Yes, our developers say that’s will be fixed in the next theme update.
    Meanwhile, you can select Bottom in Blog Layout -> Sidebar position for responsive layout.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 24, 2016 at 11:38

    Hello,

    Please provide screenshot for our better understanding what exactly you want to translate.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 24, 2016 at 10:06

    Hello,

    You can go to Theme Options > Products Page Layout > Product Image Hover and change it.
    Maybe some additional plugins could implement some other hover effect but we can’t guarantee full compatibility with third-party plugins.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 24, 2016 at 09:28

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 24, 2016 at 09:19

    Hello,

    Please, read this topic https://www.8theme.com/topic/only-home-page-not-responsive/

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 24, 2016 at 08:04

    Hello,

    You can use this css code:

    .single-product .price del {
       display: block !important;
    }
    .post-type-archive-product .price ins {
       color: red;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 24, 2016 at 07:52

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 24, 2016 at 07:33

    Hello,

    I added this code in your Custom CSS:

    .row-copyrights .pull-left {
      width: 100%;
    }
    .row-copyrights .textwidget img {
      float: right;
    }

    Clear browser cache and check your site.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 24, 2016 at 07:15

    Hello,

    To get VC editor shown for static blocks go to wp dashboard > Visual Composer > Role Manager > Post Types > Custom > tick “static blocks”.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 24, 2016 at 07:04

    Hello,

    You can translate “Latest products” in admin panel > Pages > edit your Home page and you’ll find this text in the text editor http://prntscr.com/c9oem9.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 23, 2016 at 15:06

    Hello,

    Please watch the video Legenda WordPress Theme – How to create custom.css file https://www.8theme.com/videos/. In file add this code:

    @media (max-width: 1200px) { 
       .wpb_wrapper .wpb_content_element {
          margin-bottom: 10px !important;
       }
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 23, 2016 at 14:23

    Hello,

    Please update theme and Visual Composer plugin to the latest version and check issue.
    Before update delete “woocommerce” folder in the directory wp-content/themes/royal/ and it’ll be reuploaded from a new theme package.
    Don’t forget to make backup of the site before update.
    Here is video tutorial how to update theme.
    https://youtu.be/KdWESIIPU1k
    (it’s for Legenda theme but the process is the same).
    You can download the latest plugins versions at this link https://www.8theme.com/download-plugins/ ,
    enter your purchase code of the theme to get the plugins.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 23, 2016 at 07:51

    Hello,

    You can use this code:
    <a class="wishlist_view" href="<?php echo YITH_WCWL()->get_wishlist_url(); ?>"><i class="fa fa-heart" aria-hidden="true"></i></a>
    Use child theme if you decide to make any changes in template files.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 23, 2016 at 07:01

    Hello,

    Glad to hear the problem has been resolved.
    Have a nice day.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 22, 2016 at 07:59

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 22, 2016 at 07:57

    Hello,

    Unfortunately, there is no such option in our theme.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 22, 2016 at 07:18

    Hello,

    As I see Visual Composer is working fine http://prntscr.com/c8rwdr. Is this problem solved?

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 19, 2016 at 16:03

    Please add this code:

    .header-wrapper .header-logo img {
        width: 600px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 19, 2016 at 15:12

    Hello,

    Please add this code in Custom CSS:

    .header-logo img {
      max-width: 600px;
    }
    .navbar {
       padding-bottom: 10px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 19, 2016 at 11:03

    You need select “Animated” design in Theme Options > General > Header Settings > Cart widget design.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 19, 2016 at 10:07

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 19, 2016 at 07:39

    Hello,

    You can change search icon using Font Awesome icons http://fortawesome.github.io/Font-Awesome/icons/ and add this code in Global Custom CSS:

    .fa-search:before {
        content: "\f002";
    }

    Replace current code \f002 with a new one.
    Also, you can add this code

    .cart-design-1 .shopping-cart-widget .ico-sum{
        background: url(http://......png) no-repeat 0 0;
    }

    url (http://……png) – here should be the link to your image.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 18, 2016 at 15:45

    Go to Theme Options > General and select “Wide” in “Site Layout” option.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 18, 2016 at 15:13

    Hello,

    Try to change row settings in Visual Composer editor on your page and set Stretch row settings to “Stretch row and content (no paddings)” http://prntscr.com/c7bgrv

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 18, 2016 at 10:11

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 18, 2016 at 09:06

    Hello,

    Thank you for your cooperation and are pleased to continue our communication by email.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 18, 2016 at 07:45

    Hello,

    You need set to display the Featured or New products.
    See screenshot: http://prntscr.com/c769sy

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 18, 2016 at 07:27

    Hello,

    You can add this code in Theme Options > Custom CSS > Custom CSS for mobile:

    .header-type-18 .navbar-right .navbar-right .shopping-cart-widget {
      padding-left: 0;
    }
    .header-search {
      margin-top: 5px !important;
      margin-right: 5px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 18, 2016 at 07:16

    Hello,

    You’re welcome!
    I used Chrome and added several items to one of your blank pages. You can check it http://prntscr.com/c762s2, also change it.
    Link to page in Private content.

    Regards,
    Rose Tyler.

    Please, contact administrator
    for this information.
  • 1 2 3 2,180 2,181 2,182 2,189 2,190 2,191
    Viewing 65,430 results - 65,401 through 65,430 (of 65,711 total)
Viewing 30 posts - 65,401 through 65,430 (of 65,711 total)
8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.