Forum Replies Created

Viewing 30 posts - 1,231 through 1,260 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    August 5, 2016 at 12:30

    Hello,

    Ok, looking forward to your reply.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 5, 2016 at 12:28

    Hello,

    As I see the captcha is working perfect now – http://prntscr.com/c1xdar

    The same is with images – http://prntscr.com/c1xe1f

    Is your issues solved? Please claer all cache and check it.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 5, 2016 at 10:28

    Yes, you can play with padding value. For example

    .header-wrapper {
        padding: 30px 0px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 5, 2016 at 10:24

    Hello,

    Overwriting all the Royal folder, ca I save all the customized version of my website. I have only copy and paste the Style.css on the css file in the Royal Child theme or I have to do more for be suring to save my customization.

    As you can read in our documentation we have already created and included child theme in theme package. You just need to find royal-child folder in theme package and upload it to /wp-content/themes/ folder.

    You need copy all your CSS changes into the style.css file of the Child Theme. If you also added some functions in original theme files move them to functions.php of the Child Theme.

    And how can i save all my customization for Woocommerce product page?

    Please clarify what exactly customization you did for Woocommerce product page.

    Regards,
    Robert Hall

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

    Hello,

    We’ve added compatibility with the W3 total cache plugin and theme you mentioned works well with it. We tested the theme with the WP Super Cache plugin and did not find these problems in our demo sites. Perhaps white screen associated with specific settings that you use.

    If you are not fundamentally which plugin to use, we recommend you the W3 Total Cache.

    As I see your question with an empty space on mobile phone in portrait mode resolved. Do you have any other questions?

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 5, 2016 at 09:43

    Hello,

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

    .home .product-image-wrapper {
        height: 260px;
    }

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

    .container-transparent .main-footer,
    .container-transparent .copyright{
    background-color: #000000 !important;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 5, 2016 at 09:27

    Hello,

    1) Yes, they not work together. The Ajax “Add To Cart” option should be disabled.

    2) The problem caused by the following fixed height value in custom.css. Try to increase or remove that code.

    .carousel-area .product-title {
        height: 10px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 5, 2016 at 09:14

    Hello,

    You can use this code in Theme Options->Custom CSS->Custom CSS for mobile.

    .header-wrapper {
        background-color: grey;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 5, 2016 at 09:07

    Hello,

    I’ve changed this value to 10 in Dashboard->Ess. Grid -> Grid Settings->Pagination.
    Please see screenshot: http://prntscr.com/c1v7nl

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 5, 2016 at 08:57

    Hello,

    Please add this code in Global Custom CSS.

    table.variations td label,
    .product-information .product_title {
        text-transform: initial;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 5, 2016 at 08:51

    Hello,

    I’ve added the menu-full-width and menu-column2 classes to the Shop Page. See screenshot: http://prntscr.com/c1v2m7

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 5, 2016 at 08:45

    Hello,

    I’ve created these pages for you. Please check them.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 5, 2016 at 08:41

    Hello,

    There is no such option to use these badges with Ess. Grid plugin.

    You can add the Product element via Visual Composer into the Home Page. See screenshot: http://prntscr.com/c1uylm

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 5, 2016 at 08:27

    Hello,

    Unfortunately, there is no such option.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 5, 2016 at 08:12

    Hello,

    Please try use this code in Global Custom CSS

    footer .widget.widget_search .form-group.has-border {
        width: 75% !important;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 5, 2016 at 08:08

    Hello,

    Sorry, just noticed another slight problem with colours on the checkout page. See the product description here: https://i.gyazo.com/8cbe16ef9b10e59482dce991d98ee4a3.png

    Please use this code in custom.css

    .woocommerce-checkout .cart_item .product-name{
    color: #eee;
    }

    On the order confirmation page, can we also make the download link in the theme’s red colour and underlined too please? See here, it just looks like normal text: https://i.gyazo.com/12438ec344cab4fb2f3648393e69b6f2.png

    I can’t find this section on your site. Please describe how to find it step by step. Thanks!

    And is there a way that we can skip the whole ‘Shipping Address’ section of the checkout page as I really don’t need it?

    Try to add this code in custom.css

    #tab_4{
    display:none;
    }

    It seems like the products don’t have the same coloured background around the description area when you use the Woocommerce shortcode on a page

    Add this code in custom.css

    .product-grid{
        background: #333;
        border-bottom: 1px solid #111;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 5, 2016 at 07:37

    Hello,

    Unfortunately we haven’t the translation files.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 5, 2016 at 07:34

    Hello,

    No, you can lose only customization in original theme files.

    Regards,
    Robert Hall

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

    Hello,

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

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 5, 2016 at 07:20

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 4, 2016 at 14:35

    Our theme can read the shortcode from MailChimp plugin that you added in Theme Options->E-commerce->Promo Popup->Popup content. All others effects (reloading page) comes direcly from plugin.

    P.S. So, I think this issue clear, can we close this ticket?
    If you have any other questions please create a new thread.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 4, 2016 at 14:03

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 4, 2016 at 13:18

    Try to change the Order by option to Date in Product Settings – http://prntscr.com/c1ijqu

    and without the “tag”..

    Use this code in Global Custom CSS

    .type-label-1{
    display: none;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 4, 2016 at 13:02

    As I see you have only the ‘New’ products on Home Page http://prntscr.com/c1id3r as you seleted the Product Type -> New in Product Settings – http://prntscr.com/c1iddq

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 4, 2016 at 12:49

    Hello,

    This issue is not related to our theme.

    Also I’ve checked with another PayPal account and its working perfect. See screenshot: http://prntscr.com/c1i7hk

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 4, 2016 at 12:25

    Hello @Flexibilis,

    The full compatible of the latest WooCommerce plugin and Legenda theme will be in the next update theme.
    Right now you can update the plugin and check it yourself, but we recommended to make backup of the site before update.

    Also you can always revert back to the old versions at this link:
    https://wordpress.org/plugins/woocommerce/developers/

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 4, 2016 at 11:01

    Hello,

    Try to set the Strech row and content (no paddings) option in Row Settings – http://prntscr.com/c1gzx3

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 4, 2016 at 10:20
    Avatar: Robert Hall
    Robert Hall
    Participant
    August 4, 2016 at 09:51

    You’re welcome!
    If you have any questions please feel free to contact us.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 4, 2016 at 09:47

    Hello,

    I’ve changed the Products per row to 4 in Theme Options->Product Page Layout. Please check.

    Regards,
    Robert Hall

  • 1 2 3 41 42 43 383 384 385
    Viewing 1,260 results - 1,231 through 1,260 (of 11,542 total)
Viewing 30 posts - 1,231 through 1,260 (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.