Your account expired support, please renew to get your support.

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 83 total)
  • Author
    Posts
  • in reply to: wordpress issues #43200
    Sgmonster
    Support Expired

    Hello:

    I figured out how to add our logo on MOBILE as a link to our home page.   But the logo is SO small!  How can we make it bigger?

    thank you,

    Tom Shiao
    http://www.bikershades.com

    in reply to: wordpress issues #42851
    Sgmonster
    Support Expired

    Hi, yes. finally!  It was caused by EWWW when it optimized the images.   We are using siteground now and it is much better than bluehost.  The SG optimizer plug is also very good.

    I have another question:  How can I widen the text area on the top header?   Currently, if I have too much text, it takes 3 lines.  See attached.

    thank you.

    Also, can you send me the link to renew support?

    Attachments:
    You must be logged in to view attached files.
    in reply to: wordpress issues #42770
    Sgmonster
    Support Expired

    Hello Harry:

    We have these odd blue lines on the product pages.  Do you know what is causing this?  Or know how to get rid of them?

    thank you,

    Tom

    Attachments:
    You must be logged in to view attached files.
    in reply to: formatting of category boxes #42659
    Sgmonster
    Support Expired

    Hello Harry:  Suddenly, the spacing underneath my main menu is odd.  I can’t fix it.   Take a look.

     

    Attachments:
    You must be logged in to view attached files.
    Sgmonster
    Support Expired

    Hello Henry:

    I found this code below, but not sure if it will work.  I want to move the category description to above the footer and below the products.    The instructions says to add code to “claue-child>functions.php”  …not sure where to find that.   I sent this message to you before, but I never got it to work.

    I had another coder add 2 new text sections to below the top banner and above the footer.  But if I can move the ‘category description’ to above the footer, then I probably won’t use the bottom text section.

    Can you check if this code below is correct, or do you have something else?  thanks,  Tom.

    <h3>Please add more code to claue-child > functions.php</h3>
    —————————————————————————————————————————–

    function jas_claue_child_wc_page_head() {

    if ( ! cs_get_option( ‘wc-enable-page-title’ ) || ( class_exists( ‘WCV_Vendors’ ) && WCV_Vendors::is_vendor_page() ) ) return;

     

    $title = cs_get_option( ‘wc-page-title’ );

     

    $output = ‘

    ‘; 

    if ( is_search() ) {

    $output .= ‘<h1 class=”mb__5 cw”>’ . sprintf(__( ‘Search Results for: %s’, ‘claue’ ), ‘<span>’ . get_search_query() . ‘</span>’ ) . ‘</h1>’;

    } elseif ( is_shop() ) {

    $output .= ‘<h1 class=”mb__5 cw”>’ . esc_html( cs_get_option( ‘wc-page-title’ ) ) . ‘</h1>’;

    $output .= ‘<p class=”mg__0″>’ . do_shortcode( cs_get_option( ‘wc-page-desc’ ) ) . ‘</p>’;

    } else {

    // Remove old position of category description

    remove_action( ‘woocommerce_archive_description’, ‘woocommerce_taxonomy_archive_description’, 10 );

    $output .= ‘<h1 class=”cw”>’ . single_cat_title( ”, false ) . ‘</h1>’;

    //$output .= do_shortcode( category_description() );

    add_action( ‘woocommerce_after_shop_loop’, ‘woocommerce_taxonomy_archive_description’, 40 );

    add_action( ‘woocommerce_after_shop_loop’, ‘woocommerce_product_archive_description’, 40 );

     

    }

    ob_start();

    $output .= ob_get_clean();

    $output .= ‘
    ‘;

     

    echo wp_kses_post( $output );

    }
    add_action( ‘woocommerce_before_main_content’, ‘jas_claue_child_wc_page_head’, 15 );

    —————————————————————————————————————
    and add below code to claue-child > style.css

    .term-description {

    display: block;

    width: 100%;

    max-width: 1170px;

    margin: 30px auto;

    }
    ————————————————————————————————————–
    <h3>Please add more code to claue > functions.php above the code for step 2</h3>
    /* move category description below products */

    add_action( ‘wp_head’, ‘remove_my_action’ );

    function remove_my_action(){

    remove_action( ‘woocommerce_before_main_content’, ‘jas_claue_wc_page_head’, 15 );

    }

     

    in reply to: Category display behave differently. #42522
    Sgmonster
    Support Expired

    I figured it out how to change the width under Claue.  thanks! Tom

    in reply to: Category display behave differently. #42520
    Sgmonster
    Support Expired

    Hello Henry:

    Is it possible to change the right and left margins of a PAGE I created.  The paragraphs are way too wide!

    Also, can you send me a link to renew support?

    thank you,

    Tom

    Attachments:
    You must be logged in to view attached files.
    in reply to: Category display behave differently. #42519
    Sgmonster
    Support Expired

    Yes, we found the issue and fixed it.   Yes, I can renew support.

    in reply to: Category display behave differently. #42509
    Sgmonster
    Support Expired

    Hi Harry:
    I made sure there were no redundant “B” tags, and the error is still there on the category page.

    https://bikershades.com/product-category/motorcycle-sunglasses/lens-type/polarized/

    thx, tom

    in reply to: Category display behave differently. #42495
    Sgmonster
    Support Expired

    Hi Harry:

    Why is the display of the products look all messed up in this category?

    https://bikershades.com/product-category/motorcycle-sunglasses/lens-type/polarized/

    Attachments:
    You must be logged in to view attached files.
Viewing 10 posts - 1 through 10 (of 83 total)