Forum Replies Created

Viewing 30 posts - 1,111 through 1,140 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    August 11, 2016 at 12:36

    Hello,

    1) You can download the Layer slider at this link:
    https://www.8theme.com/download-plugins/

    2) Unfortunately we do not have this option.

    3) Try to change the animate value to 1000 or more in the the \wp-content\themes\royal\js\etheme.js file on line 853
    jQuery('html, body').animate({scrollTop:0}, 600);

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 11, 2016 at 10:40

    Hello,

    I’ve added this code in child theme. Please check.

    add_filter( 'woocommerce_product_add_to_cart_text', 'woo_archive_custom_cart_button_text' );    // 2.1 +
     
    function woo_archive_custom_cart_button_text() {
     
            return __( 'My Button Text', 'woocommerce' );
     
    }

    Change ‘My Button Text’ text to yours.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 11, 2016 at 10:35

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 11, 2016 at 10:34

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 11, 2016 at 09:20

    Seems there is a bug with variable products.
    We’ve sent a request to our developers and they will fix it in the next theme update.

    Also you can disable the Ajax “Add To Cart” option in Theme Options->Single Product Page.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 11, 2016 at 08:47

    Hello,

    I’ve checked your site and can’t find this issue.
    Please describe step by step what to do to see it.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 11, 2016 at 08:44

    Hello,

    Please try this code in Global Custom CSS.

    .fixed-header .menu-main-container{
        text-align: center;
        padding: 15px 0px 0px 50px;
    }
    .fixed-header .menu{
        display: inline-block;
        vertical-align: middle;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 11, 2016 at 08:39

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 11, 2016 at 08:38

    Hello,

    If you check our demo theme with ‘out of stock’ product you’ll see there is no ‘add to cart’ button.
    http://preview.themeforest.net/item/royal-multipurpose-wordpress-theme/full_screen_preview/8611976?_ga=1.174503205.681062579.1435240635

    What theme version you’re using? Should be the latest 2.7.2 version. If no please update 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.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 11, 2016 at 08:26

    Hello,

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

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 11, 2016 at 08:25

    Hello,

    You can find this function in the \wp-content\plugins\woocommerce\includes\wc-template-functions.php file on line 1420-1447

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 11, 2016 at 08:14

    Hello,

    Please check the admin panel now.

    Also I’ve upload the woopress-child theme via FTP.

    Now you can start to import the base demo content in Theme Options->Import/Export.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 11, 2016 at 07:55

    Hello,

    Navigate to Page Setting->Page Layout->Sidebar position->Without sidebar. http://prntscr.com/c4a3mk

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 11, 2016 at 07:49

    Hello,

    You can try to use a variable product (this type has a ‘Select Options’ button):
    https://docs.woocommerce.com/document/variable-product/

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 11, 2016 at 07:23

    Hello,

    Navigate to Dashbord->Visual Composer->Role Manager->Post Types->Custom and select all of them then check issue.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 11, 2016 at 07:21

    Hello,

    The Custom CSS can’t be deleted by own.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 10, 2016 at 20:15

    You can install that version in Theme Options->Import/Export. See screenshot: http://prntscr.com/c43fdj

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 10, 2016 at 19:29

    Hello,

    I’ve imported the Base demo content in Theme Options->Import/Export.

    Now you can edit the slider in Dashboard->Revolution Slider.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 10, 2016 at 19:23

    Hello,

    Please use the following code in Global Custom CSS.

    .cart-bag {
        top: -4px;
        right: 0;
        left: -30px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 10, 2016 at 18:21

    Hello,

    You can add the Text widget with the additional links or buttons in Dashboard->Appearance->Widgets->Right side top bar area.
    See screenshot as example: http://prntscr.com/c41tud

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 10, 2016 at 18:11

    Hello,

    What the browser you’re using?

    Also please provide us with screenshot of the issue.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 10, 2016 at 18:05

    Hello,

    1) Please clarify. Do you want to replace this title (see screenshot: http://prntscr.com/c41msn) with “Product Information”?

    2) Please use this code in Global Custom CSS.

    .breadcrumbs-type-8 .page-heading.bc-type-8 h1.title {
        color: #ad2121;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 10, 2016 at 17:58

    Hello,

    You can change the Blog layout in Dashboard->Blanco->Blog Layout. See screenshot: http://prntscr.com/c41kcb

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 10, 2016 at 17:54

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 10, 2016 at 17:47

    Hello,

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

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 10, 2016 at 17:33

    Hello,

    Ok, looking forward to your reply.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 10, 2016 at 17:30

    Hello,

    Try to add the following code in Global Custom CSS.

    .wpb_widgetised_column .widget-container.null-instagram-feed .instagram-size-large li {
        float: left;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 10, 2016 at 17:25

    Hello,

    Please update the theme to the latest 2.9.1 version then check issue.
    Before update delete “woocommerce” folder in the directory wp-content/themes/woopress/ 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://www.youtube.com/watch?v=KdWESIIPU1k
    (it’s for Legenda theme but the process is the same).

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 10, 2016 at 17:20

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 10, 2016 at 17:11

    Hello,

    We also need a link to the page and host name.

    Regards,
    Robert Hall

  • 1 2 3 37 38 39 383 384 385
    Viewing 1,140 results - 1,111 through 1,140 (of 11,542 total)
Viewing 30 posts - 1,111 through 1,140 (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.