Home Forums Search Search Results for 'css'

Viewing 10 results - 1,541 through 1,550 (of 3,138 total)
  • Author
    Search Results
  • #22517
    This reply has been marked as private.
    #22506

    In reply to: Clua Yith gift card

    Hi,

    3. Sorry added new code at the end as advised but quick view still stick buttons, could you edit in my custon CSS as I don’t know what I am doing wrong. it appears all in 1 line but then drops to sticky buttons. check this product Grey Beanie layout 1

    9b Thank you for correcting it! but I didn’t change that it was how in this topic http://support.janstudio.net/forums/topic/add-new-menu-on-account-icon/

    so maybe you need to correct there as well in case somebody else will find it like I did.

    Do you mean ? this plugin YITH WooCommerce Popup Premium  I think I have it activated, but not tested it yet.

     

    10 it now looks like attached, can I reduce space above and below Apply Discount field?

    There is a mall difference of how coupon and gift card field appear. When I click coupon field it slides below blue coupon notice. But when click gift it slides a little bit on top of blue gift card notice, reducing the blue space, how can I make coupon field to do the same when the grey field paper for it to reduce the blue coupon field a little too, so when they both are opened they look the same blue height?

    thank you

    Attachments:
    You must be logged in to view attached files.
    #22504

    In reply to: Clua Yith gift card

    Hi,

    3. This issue because have code

    button#give-as-present {
    margin: 0 0 0 0 !important;
    border: 1px solid;
    font-weight: bold;
    text-transform: uppercase;
    }

    Please remove value margin: 0 0 0 0 !important;

    and Please add new code on bottom of custom css field don’t put on top

    Please remove code

    @media only screen and (max-width: 800px) {
    button#give-as-present {
    	margin: 0 0 !important;
    }}

    and add new code

    .product-quickview button#give-as-present {
        margin-left: 10px;
        margin-bottom: 0;
        margin-top: 0;
    }

    3b. I help you formatted code

    9b. I see you change the link of login add class of login so it can’t work

    $output .= '<li><a class="db cg chp woo-login-popup-sc-open" href="#">' . esc_html__( 'Login', 'claue' ) . '</a></li>';

    the correct code is

    $output .= '<li><a class="db cg chp" href="' . esc_url( get_permalink( get_option( 'woocommerce_myaccount_page_id' ) ) ) . '">' . esc_html__( 'Login / Register', 'claue' ) . '</a></li>';

    because your site don’t use plugin to support login as popup/

    9c. Please deactivate plugin one by one and check again.

    10. I help you fixed code in Custom CSS, please copy code of child theme.

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #22500
    hadesnyc
    Participant

     

    May someone please assist me with hiding the showing 1-8 of 40 results” “filter” and “default sorting” all together???

     

    I want my shop page to only show products.. no filter and stuff please..

     

    Any CSS??

     

    Thanks everyone.

     

    #22497

    In reply to: Clua Yith gift card

    This reply has been marked as private.
    #22493

    6c Sorry it works! I had an error in custom css, But i have switched off trigger that inserted code after reviews stars but the price is appearing under the stars now, why is that? not code anymore, how can I make it as it was before?

    Attachments:
    You must be logged in to view attached files.
    #22491
    This reply has been marked as private.
    #22479

    In reply to: Clua Yith gift card

    This reply has been marked as private.
    #22423

    In reply to: Smaller logo on mobile

    Hi,

    Please add below code to Claue > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 736px) {
    .retina-logo {
        height: 80px;
        width: auto;
    }}

    And change 80px as you want

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #22398

    Hi,

    5. I check on your site mini-cart content work well http://take.ms/a6RBR

    6. Please add below code to Claue > Theme Option > General Layout > Custom CSS

    .products .star-rating {margin: 0;}

    and add below code to claue-child > functions.php

    add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_rating', 7 );

    7. Thank you so much for your idea but Envato doesn’t give us permission to sell 2 versions of same theme with different price. If YITH give us permission to user their plugin with our theme not much user want pay extra to use these plugins because not all of themes want to use all plugin of YITH.

    Best regards and have nice Sunday!

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 10 results - 1,541 through 1,550 (of 3,138 total)