Forum Replies Created

Viewing 30 posts - 5,791 through 5,820 (of 31,382 total)
  • Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 19:24

    Hello,

    In the theme description http://themeforest.net/item/woopress-responsive-ecommerce-wordpress-theme/9751050 you can see it’s compatible with WPML. Woopress theme is built on Royal theme basis so there is no issues with WPML plugin.

    I’ve added this code in Global Custom CSS:

    .rtl .product-images-slider, .rtl #product-pager{direction:ltr;}
    .rtl .product-images-slider.owl-carousel .owl-item, .rtl #product-pager .owl-item {float: left;}

    Check images slider now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 19:09

    Hello,

    As this is Visual Composer element you need edit the text in the file wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php in line 45.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 18:48

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 18:47

    Hello,

    Glad to hear it.
    If there are any questions feel free to contact us.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 18:46

    Hello,

    You can remove default facebook information in the file wp-content/themes/royal/framework/theme-functions.php (line 1256), comment or remove the code:

    echo '<meta property="og:title" content="' . get_the_title() . '"/>';
    echo '<meta property="og:type" content="article"/>';
    echo '<meta property="og:description" content="' . $description . '"/>';
    echo '<meta property="og:url" content="' . get_permalink() . '"/>';
    echo '<meta property="og:site_name" content="'. get_bloginfo('name') .'"/>';

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 18:20

    Hello,

    Do you want to change font for this text http://storage7.static.itmages.com/i/16/0223/h_1456248012_7273554_afe3610e88.png ?
    Please show direct screenshots for better understanding.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 18:17

    Hello @ElitaSharpe,

    Your site and dashboard are missing styles:
    http://storage8.static.itmages.com/i/16/0223/h_1456247846_6650495_a7c4fd80c1.png

    Please check this issue.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 18:14

    Hello,

    Thank you for your understanding.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 18:13

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 18:12

    Hello,

    The link you provided redirects to 404 page.
    Please give correct url.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 18:10

    Hello,

    Try to increase memory_limit value.
    Contact your hosting provider support regarding this query.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 18:09

    Hello,

    In this case I removed the previous code and moved your code in Global Custom CSS to Custom CSS for desktop:

    .product-information .cart button[type="submit"] {
        width: 180px !important;
        border-radius: 30px;
        background-color: #cc0000;
    .single-product .yith-wcwl-add-to-wishlist-146 {
        float: right !important;
        margin-top: -143% !important;
        margin-right: -30px !important;
        border-radius: 30px !important;
        padding-left: 20px !important; 
    }

    Then I added this code in child functions.php file:
    add_action('woocommerce_after_add_to_cart_button', 'etheme_wishlist_btn', 20);

    and added this code in child style.css:

    .product-information .yith-wcwl-add-to-wishlist a {
       margin-top: 5px;
    }
    @media (max-width: 480px){.product-information .cart button[type="submit"] {
        width: 120px !important;
        margin-left: -10px;
    }
    .product-information .yith-wcwl-add-to-wishlist {
        margin-right: -30px;
    }}

    Check your site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 17:14

    Hello,

    We’ve sent xml file to your email address.
    Please check it.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 17:09

    Hello,

    I’ve added this code in Theme Options > Custom CSS > Global Custom CSS:

    h2, h3, h4, h5 {
        font-family: "Lato";
    }

    Check site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 16:59

    Hello,

    1. As I see it’s working fine:
    http://storage6.static.itmages.com/i/16/0223/h_1456243106_8954919_909dea9124.png
    Try to check it in another browser.

    2. There is no such option in the theme. It may be related to your browser or information is cached on a server of your hosting provider.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 16:56

    Hello,

    To show products in portfolio view you can use Essential Grid plugin (read its documentation http://essential.themepunch.com/documentation/ ). You can select a template you wish in the settings and set “Products” as Post Types in the plugin settings when creating a grid.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 16:51

    Hello,

    I’ve enabled the option “Include styles from “Ultimate Addons for Visual Composer” on every page” in Theme Options > General.
    Clear browser cache and check footer now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 16:47

    Hello,

    I’ve imported the template manually.
    Please check your site now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 15:50

    Hello,

    You can only add background image for drop down menu as described in the documentation in paragraph “7.3 Menu images”.
    On our demo we use dimensions 274px × 342px for menu background images.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 15:46

    Hello,

    You need use Single Image element, not Image Gallery, then add images one by one like here: http://storage2.static.itmages.com/i/16/0223/h_1456238767_4001497_68d931b59f.png

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 15:40

    Hello,

    You may try to use this code in Theme Options > Custom CSS > Custom CSS for mobile:

    .upb_row_bg.vcpb-vz-jquery {
       background-size: 100% 100% !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 15:36

    Hello,

    1. I fixed it. Please check menu now.

    2. Unfortunately there is no such option. You may refer to these articles:
    https://docs.woothemes.com/document/using-the-appropriate-product-image-dimensions/
    https://premium.wpmudev.org/forums/topic/how-can-i-custome-and-fix-woocommerce-product-image-size

    3. Use this code in Global Custom CSS:

    .meta-title {
       color: white !important;
    }
    .meta-title span {
         background: grey;
    }

    4. Add this code in Global Custom CSS:

    .fixed-header-area {
      background-color: #FFF;
    }

    Write your color value.

    5. You can change background color of that icon using this css code:

    .product-lightbox-btn {
       background-color: white;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 15:10

    Hello,

    Please take our apologies, but this is a theme bug and we’ve forwarded it to our developers.
    It will be fixed in the next theme update.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 14:27

    Hello,

    I’ve added this code in child style.css:

    @media (min-width: 1200px) {.single-product .yith-wcwl-add-to-wishlist {
        float: right !important;
        margin-top: -143% !important;
        margin-right: -20px !important;
    }}

    Please clear browser cache and check Wishlist button.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 12:53

    Hello,

    Please add this code in Custom CSS for desktop:

    #etheme-popup pre {
        overflow: none !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 12:50

    Hello,

    I’ve added this code in Custom CSS for desktop:

    .row-count-5 .product-category {
        width: 33% !important;
    }

    Please check categories now.

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 12:39

    Hello,

    Thank you.

    Have a nice day!

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 12:33

    Hello,

    1. a). Please add this code in Theme Options > Custom CSS > Global Custom CSS:

    .header-type-12 .navbar-collapse .menu > li > a {
       border-left: none;
    }
    .header-type-12 .navbar-collapse .menu > li:last-child > a {
        border-right: none;
    }

    b). Use this code in Global Custom CSS:

    .pagination-cubic li span.page-numbers.current {
       background-color: transparent;
    }

    c). I’ve changed background color in static block row settings http://storage2.static.itmages.com/i/16/0223/h_1456226971_4221121_04b49a52d1.png

    2. Sorry, but there is no such option, you can only set specific height in Custom CSS for desktop section:

    .product-content-image img {
        height: 250px;
    }

    Also you can try to write “width” value and adjust values to your needs.

    3. To hide Woocommerce filter use this code in Global Custom CSS:

    .filter-wrap .woocommerce-ordering {
       display: none;
    }

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 12:21

    Hello,

    Thank you for your kind words!
    They are very valuable for us.
    If you don’t mind we’d be glad if you leave a comment on ThemeForest site http://themeforest.net/item/royal-multipurpose-wordpress-theme/8611976/comments .

    Thank you.

    P.S. May this topic be closed now?

    Regards,
    Eva Kemp.

    Avatar: Eva
    Eva Kemp
    Participant
    February 23, 2016 at 12:19

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • 1 2 3 193 194 195 1,045 1,046 1,047
    Viewing 5,820 results - 5,791 through 5,820 (of 31,382 total)
Viewing 30 posts - 5,791 through 5,820 (of 31,382 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.