Viewing 15 posts - 1 through 15 (of 25 total)
  • #75285
    gregcatmull
    Member
    Post count: 109

    On my websites wishlist page there is a sidebar with ‘my account’. Am I am not going to have a login or accounts section available on my website, as its just a catalogue, but can I make it so much wish list is working without the ‘my account’ sidebar.

    is there some custom css which will remove the sidebar on the wishlist page.

    Many Thanks
    Greg

    #75286
    gregcatmull
    Member
    Post count: 109

    also I want to remove the top bar which says the following;

    Need help? Call customer services
    Email customer care
    Shipping information
    Returns & exchange
    F.A.Q.’s

    #75493
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try adding this to your custom css in theme options:

    .my-account-left {
      display: none;
    }
    .my-account-right {
      float: left;
      width: 100%;
    }
    .help-bar {
      display: none;
    }

    – Kyle

    #75500
    gregcatmull
    Member
    Post count: 109

    thanks Kyle that’s worked, now is there a way of making the wishlist full width as currently its only about 3/4.

    cheers
    Greg

    #75508
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    the width 100% should of done it, if not add !important on the end

    – Kyle

    #75509
    gregcatmull
    Member
    Post count: 109

    Perfect Thankyou!

    #75518
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    #75520
    gregcatmull
    Member
    Post count: 109

    Kyle is there also a away to reduce what is found in the search bar. Currently when you start typing products posts and pages are found. I only want to customer to find products. is this possible?

    cheers
    Greg

    #75524
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Unfortunately not, but we are looking into adding the option in the future

    – Kyle

    #75556
    gregcatmull
    Member
    Post count: 109

    Ok thanks for that. one last question. The sale tabs which appear top corner of product image when you put a sale price in, is there away of changing it to say ‘PROMO’ instead of sale?

    cheers
    Greg

    #75559
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Yes but there are quite a few files to change, see paths here:

    /dante/woocommerce/content-product-4col.php:
       71  			} else if ($product->is_on_sale()) {
       72  				
       73: 				echo apply_filters('woocommerce_sale_flash', '<span class="onsale">'.__( 'Sale!', 'woocommerce' ).'</span>', $post, $product);				
       74  			} else if (!$product->get_price()) {
       75  				
    
    /dante/woocommerce/content-product.php:
       83  			} else if ($product->is_on_sale()) {
       84  				
       85: 				echo apply_filters('woocommerce_sale_flash', '<span class="onsale">'.__( 'Sale!', 'woocommerce' ).'</span>', $post, $product);				
       86  			} else if (!$product->get_price()) {
       87  				
    
    /dante/woocommerce/loop/sale-flash.php:
       14  <?php if ($product->is_on_sale()) : ?>
       15  
       16: 	<?php echo apply_filters('woocommerce_sale_flash', '<span class="onsale">'.__( 'Sale!', 'woocommerce' ).'</span>', $post, $product); ?>
       17  
       18  <?php endif; ?>
    
    /dante/woocommerce/single-product/product-image.php:
       25  		} else if ($product->is_on_sale()) {
       26  				
       27: 			echo apply_filters('woocommerce_sale_flash', '<span class="onsale">'.__( 'Sale!', 'woocommerce' ).'</span>', $post, $product);
       28  				
       29  		} else if (!$product->get_price()) {
    
    /dante/woocommerce/single-product/sale-flash.php:
       14  <?php if ($product->is_on_sale()) : ?>
       15  
       16: 	<?php echo apply_filters('woocommerce_sale_flash', '<span class="onsale">'.__( 'Sale!', 'woocommerce' ).'</span>', $post, $product); ?>
       17  
       18  <?php endif; ?>

    – Kyle

    #75573
    gregcatmull
    Member
    Post count: 109

    can I just drop this with the changes into custom css?

    #75584
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No, just save the file once you have made your changes

    – Kyle

    #75585
    gregcatmull
    Member
    Post count: 109

    I see so through by FTP files. is there a way of doing this from custom css as I do not currently have access to the host why the folders and files are.

    cheers
    Greg

    #75592
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It is not CSS, so the answer is no. You need to edit that file

    – Kyle

Viewing 15 posts - 1 through 15 (of 25 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register