Forum Replies Created

Viewing 30 posts - 3,211 through 3,240 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    January 23, 2016 at 08:54

    Hello,

    You’re welcome and have a good day!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 23, 2016 at 08:40

    Hello,

    I’ve checked your site and ‘add to cart’ button is showing fine.
    See screenshot:
    http://prntscr.com/9tolyj

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 23, 2016 at 08:37

    Hello,

    It will be produced approximately in a week.

    We recommend to use old Woocommerce version until we release theme update.

    Sorry for inconvenience.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 16:14

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 14:54

    Hello,

    We’re glad to hear it.
    If you have any questions feel free to contact us.

    Have a good day!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 14:51

    Hello,

    I’ve updated theme for you and added this code in Global Custom CSS. Please check.

    .products-grid .product-category.product:nth-child(4n+1){
        clear: none !important;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 13:23

    Hello,

    Yes, it’s right.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 13:09

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 13:08

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 12:25

    Hello,

    You can find the shortcodes info in our documentation:
    https://www.8theme.com/demo/docs/royal/index.html#!/7_royal_shortcodes

    Please clarify what CSS style you want?

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 12:16

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 12:09

    No, custom.css is enabled now, but not working because you still not renamed default.custom.css file to custom.css (http://prntscr.com/9tb53k).
    If you make it then error in console log disappear.

    As I see you’re added code in Custom CSS for mobile and commented out the code. That’s why it’s not working.
    See screenshot: http://prntscr.com/9tb6e7

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 11:51

    Hello,

    I’ve checked the issue from first post again and still didn’t see problems there.

    If you’ve set the image pixels in the right setting, the theme does not react commerce.

    Commerce had the right image settings, do not apply.

    1. I would like to reduce the image size.

    2. However, the size of the image was changed in woocommerce settings.

    3. Do not react.

    4. Please resolve on this issue.

    This questions are a bit unclear for us.
    Please provide us with screenshot for each problems that you got.

    You can use LightShot program to make screenshots.

    If I understood you correctly in 1 and 2 part of your questions after changes the image size in WooCommerce->Settings->Display->Product Images you need regenerate your thumbnails via Regenerate Thumbnails plugin.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 11:34

    You can monitor for a new theme update at this link:
    http://themeforest.net/item/classico-responsive-woocommerce-wordpress-theme/11024192

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 11:30

    Hello,

    Please provide us with wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 11:13

    Hello,

    Please try replace code above to

    .ubtn-data {
      text-transform: initial;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 11:10

    Hello,

    I’ve added the custom_bg class for row settings then added the following CSS code in Theme Options->Custom CSS->Global Custom CSS. Please check it.

    .custom_bg .upb_row_bg{
    top:26px;
    height:320px;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 10:51

    The Custom CSS fields in Theme Options->Custom CSS working fine.
    See screenshot: http://prntscr.com/9taef1
    http://prntscr.com/9taepx

    To activate “custom.css” file you need rename file “default.custom.css” which is located in theme directory.

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 10:24

    Hello,

    I’ve made changes in Global Custom CSS.
    But I can’t understand what exactly CSS style you want.
    It will be great if you provide screenshot for our better understanding.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 10:19

    Hello,

    We recommend to use old Woocommerce version until we release theme update.
    It will be produced approximately in a week.
    Sorry for inconvenience.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 10:12

    Hello,

    You don’t need this file, because you’re using Global Custom CSS and other fields.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 09:48

    Hello,

    You can try add the following code in Theme options->Custom CSS->Global Custom CSS.

    .menu > li:hover .nav-sublist-dropdown{
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        top: 60px;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .menu .nav-sublist-dropdown {
        z-index: 1000;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0.25s;
        -ms-transition: all 0.3s ease 0.25s;
        -o-transition: all 0.3s ease 0.25s;
        transition: all 0.3s ease 0.25s;
        position: absolute;
        top: 65px;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 09:37

    Hello,

    Please add this code in Theme Options->Custom CSS->Global Custom CSS then check category banner.

    .category-description {
        display: block;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 08:57

    Hello @panteleos and @dljohnston,

    Please try to add this code in custom.css file.

    .product-loop {
        position: initial;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 22, 2016 at 08:52

    Hello,

    Sorry, but we don’t have such feature in our theme.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 21, 2016 at 17:22

    Hello,

    All plugins are external extensions which are included into theme because for each product we purchase “Extended license” and that’s why we are able to include it into them.
    This plugins work fine without activation and you can always get actual version if you want directly from us.
    Just ask and we’ll send you current version. We update plugins with theme updates time to time so with each next theme update, plugins will be also updated.
    The option with registering of these plugins has been already added to plugin and this only allow you to get automatic updates and support for this plugin directly from author if you need.
    You don’t need to register this product because it is not required but if you want to get those features, then you need to purchase this plugin directly from author. This is how it works for all themes on Themeforest and not only in our case.

    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,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 21, 2016 at 17:21

    Hello,

    All plugins are external extensions which are included into theme because for each product we purchase “Extended license” and that’s why we are able to include it into them.
    This plugins work fine without activation and you can always get actual version if you want directly from us.
    Just ask and we’ll send you current version. We update plugins with theme updates time to time so with each next theme update, plugins will be also updated.
    The option with registering of these plugins has been already added to plugin and this only allow you to get automatic updates and support for this plugin directly from author if you need.
    You don’t need to register this product because it is not required but if you want to get those features, then you need to purchase this plugin directly from author. This is how it works for all themes on Themeforest and not only in our case.

    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,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 21, 2016 at 17:20

    Hello,

    Please try to add the following code in Theme Options->Custom CSS->Global Custom CSS.

    .page-heading{
        padding: 20px 0 0px !important;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 21, 2016 at 17:07

    Hello,

    I’ve added this code in Global Custom CSS. Please check.

    .woocommerce_product_categories li:hover{ 
        background-color: #1E90FF;
        color: white;
    cursor:pointer;
    }
    .woocommerce_product_categories li:hover a{
       color: #fff !important;
    }
    .woocommerce_product_categories li.opened:hover{
        background-color: transparent;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 21, 2016 at 16:09

    Hello,

    Please provide us with wp-admin and FTP credentials in Private Content.

    Regards,
    Robert Hall.

  • 1 2 3 107 108 109 383 384 385
    Viewing 3,240 results - 3,211 through 3,240 (of 11,542 total)
Viewing 30 posts - 3,211 through 3,240 (of 11,542 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.