Forum Replies Created

Viewing 30 posts - 2,731 through 2,760 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    March 2, 2016 at 15:26

    Hello,

    Please provide us with wp-admin and FTP credentials in Private Content and specify in what folder your site placed.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 2, 2016 at 15:21

    Hello,

    Sorry for delay.
    Please use the following code in 8theme options->Styling->Custom CSS->Global Custom CSS.
    CSS for prev button:

    .owl-carousel .owl-controls .owl-prev:hover{
        border-color: yellow;
    }
    .owl-carousel .owl-controls .owl-prev{
        border: 1px solid yellow;
    }
    .owl-carousel .owl-controls .owl-prev:before{
        color:yellow;
    }

    CSS for next button:

    .owl-carousel .owl-controls .owl-next:hover{
        border-color: yellow;
    }
    .owl-carousel .owl-controls .owl-next{
        border: 1px solid yellow;
    }
    .owl-carousel .owl-controls .owl-next:before{
        color:yellow;
    }

    CSS for back to top button

    .back-top a{
    border: 1px solid yellow;
    }
    .back-top span:before{
    color:yellow;
    }

    CSS for hover effect back to top button

    .back-top a:hover {
        background-color: #B56464;
        border-color: #252525;
        color: #FFF;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 2, 2016 at 15:10

    Hello,

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

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 16:38

    Hello,

    Sorry for delay.
    I’ve just added the following code in Global Custom CSS. Please check it now.

    .woocommerce-cart .woocommerce .col-md-6{
    position:initial;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 16:30

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 16:29

    Do you want to display your menu like on this screenshot? http://prntscr.com/a9v3rr

    Maybe provide screenshot for our better understanding and highlight how it should be.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 16:22

    I’ve changed code in Global Custom CSS. Please check it now.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 15:59

    Hello,

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

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 15:55

    Hello,

    This option works for all products.
    The structure of these arrows you can find in \wp-content\themes\woopress\woocommerce\content-single-product.php file on line 106-112
    and the function in \wp-content\themes\woopress\framework\woo.php file on line 151-185.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 15:33

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 14:55

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 14:39

    You’re welcome and have a good day!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 14:11

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 13:42

    Also added next code in Global Custom CSS. Please check.

    @media (min-width: 1200px){
    .container,
    .boxed .template-container{
        width: 974px;
    }}

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 13:17

    Yes, now it’s fine.

    I’ve changed the Background Override option to Default Width in Home Page->Row settings.(http://prntscr.com/a9sr4w)
    Also changed the Row Strech option to Default in Static Block->Footer->Row Settings (http://prntscr.com/a9srfa).

    Please clear cache and check it.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 12:59

    I’ve made changes in the Global Custom CSS. Please check the fixed content now.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 12:06

    Hello,

    You’re uploaded the product images with different size. Please try to change all of them on the same dimension 450×450 px.
    See screenshot:
    Normal image – http://prntscr.com/a9s1lv – 450×450
    Small image – http://prntscr.com/a9s20g

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 11:32

    Hello,

    You should select Site Layout to Wide in Theme Options->General then add the following code in custom.css file

    .main-nav .container{
    width:1400px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 11:24

    Hello,

    Please tru to add this code in Global Custom CSS.

    .fixNav-enabled .fixed-active header,
    .fixNav-enabled .header-wrapper .container {
        width: 974px;
        margin: auto;
    }
    .boxed .header-wrapper{
        width: 974px;
        left: 50%;
        margin-left: -462px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 10:26

    In this case you need edit \wp-content\themes\royal\woocommerce\archive-product.php file.
    Please move the following code after page-content class.

    <div class="<?php echo ($full_width) ? 'container' : ''; ?>">
    					<?php etheme_category_header();?>
    					<?php do_action( 'woocommerce_archive_description' ); ?>
    </div>

    See screenshot:
    http://prntscr.com/a9r41z

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 10:17

    Hello,

    Do you want to remove the Product Description title in the ‘Description’ tab?

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 10:01

    Hello,

    This question is a bit unclear for us. Could you please clarify us with more details?
    Maybe provide screenshot for our better understanding how exactly you want.

    As I see the category description is above products: http://prntscr.com/a9qwgx

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 09:55

    CSS for line height.

    #etheme-popup p{
        line-height: 24px !important;
    }

    CSS for “Sign-Up” button

    .mailchimp-inline input[type="submit"] {
        float: initial;
    }

    As I see you’ve added padding for column setting. Please remove it to decrease the height. See screenshot: http://prntscr.com/a9qu6l

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 09:18

    Hello,

    You’re welcome!

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 09:17

    Hello,

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

    .product-information .yith-wcwl-add-to-wishlist a{
    margin-top: 5px !important;
        padding: 6px 18px;
        display: inline-block;
        -webkit-border-radius: 0;
        border: none;
        padding-left: 35px;
        text-transform: uppercase;
        border-radius: 16px;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
        font-size: 13px;
        background-color: #262626;
        color: #fff;
    }
    .product-information .yith-wcwl-add-to-wishlist a:before, .product-images .yith-wcwl-add-to-wishlist a:before {
        content: "\f08a";
        font-family: FontAwesome;
        font-size: 16px;
        color: #252525;
        font-style: normal;
        position: absolute;
        left: -2px;
        top: 6px;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 09:08

    Hello,

    1) You can change it in Home Page->Row Settings. See screenshot: http://prntscr.com/a9qfqg
    2) Please clarify which exactly style you want there?
    3) As I see the Footer Copyright sidebar is empty http://prntscr.com/a9qg6l
    Please fill it with copyright text.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 09:02

    Hello,

    In this case please add the following code in Global Custom CSS

    .woocommerce.widget_product_search .woocommerce-product-search input[type="submit"]{
        border-radius: 5px;
        background-color: #C6C6C6;
    }
    .woocommerce.widget_product_search .woocommerce-product-search input[type="submit"]:hover{
        background-color: #444;
    color: #c6c6c6 !important;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 08:40

    Hello,

    Your credentials aren’t correct. Please check them.

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    March 1, 2016 at 08:32

    Hello,

    Please use the following code in Global Custom CSS.

    .woocommerce-message,
    .woocommerce-shipping-fields form .form-row-first{
    float:initial !important;
    }

    Regards,
    Robert Hall

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 29, 2016 at 18:05

    Please try to disable third-party plugins one by one and check it, one of them caused issue.

    On the PS i meant: Did you place a test order with test@test.com?

    No.

    Regards,
    Robert Hall

  • 1 2 3 91 92 93 383 384 385
    Viewing 2,760 results - 2,731 through 2,760 (of 11,542 total)
Viewing 30 posts - 2,731 through 2,760 (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.