Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1203524
Woocommerce shop and product page questions
Closed

Comments

  • wqdesigns started the conversation

    1.  I would like the content that I add to the page content of the shop page to be positioned before the products instead of where it currently displays (after products before bottom sidebar).

    2. I'm not sure how I understand to have the sidebar display on the left or the right instead of at the bottom on the Shop and Single Product pages.

    3. Where can I edit the word "Sale" and modify colors for product sale badge on shop page.

  •  4,772
    Michael replied

    HI,

    I don't fully understand you. Please give more info with images or video.

  • wqdesigns replied

    I have attached screenshots but unfortunately found some other issues/questions so I just added them to the screenshots.

    I am using The Gem Child theme and can upload modifed pages to the theme.

    1.  Default page content on the Woocommerce Shop page (where is code so that I can possibly move to the top above products) - same issue with the Single Product Page as well - attached screenshots of front and back-end.

    2.  Sticky header logo is not showing up (front and back-end screenshots attached).  I'm not sure if it is the main logo that is just reduced in size for the sticky?  The client has a square logo and although I don't mind using a Horizontal version on the sticky header when you scroll we would prefer to use the original logo on the main headers. 

    Also border around Product Images on both the main Shop page (catalog) as well as anywhere there are product widgets is NOT showing and I have tried to override the CSS but not able to?

    3.  Single Product Page:  a) Override "text-transform: uppercase" on product title; b) border around quantity input - how do I add a border?  Again, tried css and wasn't able to do this; c) Same issue as the shop page - default page content appears under the product tabs and before bottom sidebar - would like to know where code is so that I can move to either above product or another location on the page; d) have the same issue with the product images in widgets NOT showing border on images.

    In my earlier post...I figured out the shop and product page Sidebar issues so disregard.

    Sorry I have so many questions - the template is working great to customize for a client so I am very happy...just a lot of work (as you probably know).

    Thanks,

    Irene

     

  •  4,772
    Michael replied

    Please share admin access. We will try to inspect problem on your site.

  •   wqdesigns replied privately
  •  4,772
    Michael replied

    2) If you chose this menu, then when you scroll, the logo will disappear http://codex-themes.com


  •  4,772
    Michael replied

    3)

    pls. use following css:

    .single-product-content .product_title {
       text-transform: lowercase !important;
    }

     Use !important for the result

  •  4,772
    Michael replied

    1) Please, share FTP access.

  •   wqdesigns replied privately
  •  4,772
    Michael replied

    1) Changed the order of the blocks for you.

    2) you need change this item:

     

  • wqdesigns replied

    Thanks this worked great.