Forum Replies Created

Viewing 30 posts - 3,721 through 3,750 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    December 3, 2015 at 10:45

    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
    December 3, 2015 at 10:23

    Hello,

    Please use this code in 8Theme Options->Styling ->Custom CSS->Global Custom CSS.

    .woocommerce-message {
        background-color: #A2A5A1;
        border-color: #A2A5A1;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 3, 2015 at 10:20

    Hello,

    Here is video tutorial how to update theme:
    https://www.youtube.com/watch?v=KdWESIIPU1k
    The video tutorial is for Legenda theme, but the process is identical.
    Don’t forget to make backup of the site before update.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 3, 2015 at 10:18

    Hello,

    Please provide us with FTP credentials in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 3, 2015 at 09:47

    I mean the image that you provided us in screenshot: http://prntscr.com/99rz52

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 3, 2015 at 09:44

    Hello,

    Yes, you should saving folder structure.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 3, 2015 at 09:03

    Hello,

    If you want apply font size only for this page use the following code in Global Custom CSS

    .page-id-17040 p{
    font-size:16px;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 3, 2015 at 09:00

    Hello,

    1) Sorry, but this requires additional customization which is beyond our basic support scope.
    If you have necessary knowledge you can modify theme files yourself.

    2) Please use this code in Global Custom CSS

    .quick-view-popup .product-information .cart button[type="submit"] {
        width: initial!important;
        float:right !important; 
    }
    .quick-view-popup .quantity {
        width: 40px;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 3, 2015 at 08:38

    Hello,

    Please try to upload this image with the bigger width size.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 3, 2015 at 08:35

    Hello,

    I’ve reinstalled WooCommerce plugin and site is working perfect. Please check your site now.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 3, 2015 at 08:26

    Hello,

    As I see you’re already added fonts in Dashboard->Punch Fonts.
    You can use this code in Global Custom CSS:

    h1,h2{
    font-family:'Open Sans';
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 3, 2015 at 08:18

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 2, 2015 at 22:07

    Hello,

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

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 2, 2015 at 22:05

    Hello,

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

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 2, 2015 at 20:30

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 2, 2015 at 20:04

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 2, 2015 at 20:03

    Hello,

    1) Please use this code in Global Custom CSS.

    .home .product {
        margin-bottom: 0px;
    }
    .home .vc_tta-panel-body .wpb_content_element {
        margin-bottom: 0px !important;
    }

    2) Unfortunately this isn’t possible.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 2, 2015 at 19:46

    Hello,

    I checked your site and didn’t see any problems.

    Maybe provide screenshot for our better understanding and highlight what exactly you mean.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 2, 2015 at 19:42

    Hello,

    We’re glad to hear it.
    I’ve just resaved settings in Theme Options.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 2, 2015 at 18:36

    Hello,

    Try this code in Global Cutom CSS

    #lang_sel_list a.lang_sel_sel {
        color: red;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 2, 2015 at 18:22

    I’ve set margin value to ‘0’ in Design Options of the row setting. http://prntscr.com/99jesy
    Please check it.

    Also your tabs looks the same as in our demo.
    Could you please clarify with more details? What are you trying to achieve?

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 2, 2015 at 17:34

    Hello,

    Unfortunately this isn’t possible.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 2, 2015 at 17:26

    Hello,

    Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 2, 2015 at 16:55

    Hello,

    Please try to add the following code in Child Theme

    @media (max-width: 767px){
    .banner-inner {
        display: block;
        top: 50%;
        width: 100%;
        position: absolute;
        margin-top: -50px;
    }
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 2, 2015 at 16:19

    Hello,

    You may edit \themes\royal\woocommerce\archive-product.php file.

    Find this code <?php do_action( 'woocommerce_archive_description' ); ?>
    and put it after the following code

    <?php
    /**
    * woocommerce_after_shop_loop hook
    *
    * @hooked woocommerce_pagination - 10
    */
    do_action( 'woocommerce_after_shop_loop' );
    ?>

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 2, 2015 at 15:58

    Hello,

    Please take our apologies but it’s not possible.

    Also we’ve taken your request into our account.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 1, 2015 at 16:36

    Hello,

    You should create the logo with icon and text as single image with transparent color ( for example 600×200) then upload it in Theme Options ->Header.
    After this step replace this code in Global Custom CSS.

    .header{
        background: url('http://samasamabali.com/web-wp/wp-content/uploads/2015/12/newlogobesar.png') no-repeat center 0px;
        width: 100%;
        background-size: cover;
    }
    .header-type-10 .header .header-logo img{
    display:none;
    }

    to

    .header {
        background: #323592;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 1, 2015 at 16:02

    Hello,

    Have you added hover image in Product editor for each image?

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 1, 2015 at 15:48

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    December 1, 2015 at 15:46

    Hello,

    Please use this code in Theme Options->Custom CSS->Global custom css

    .languages-area {
        display: none;
    }

    Regards,
    Robert Hall.

  • 1 2 3 124 125 126 383 384 385
    Viewing 3,750 results - 3,721 through 3,750 (of 11,542 total)
Viewing 30 posts - 3,721 through 3,750 (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.