• Hello,
    I’m using the catch box theme and discovered a problem..
    I want my sidebar on the right side of the page.. it works for some of the pages, except for this one:

    https://babynaamposter.nl/?post_type=product

    Here it appears at the bottom?

    Can somebody please tell me what to do to solve this problem?

    ps. I already made a child theme..

Viewing 4 replies - 1 through 4 (of 4 total)
  • validation error report from that page:
    https://validator.w3.org/check?uri=http%3A%2F%2Fbabynaamposter.nl%2F%3Fpost_type%3Dproduct&charset=%28detect+automatically%29&doctype=Inline&group=0

    there might be two excess divs in this section:

    <div id="main" class="clearfix">
    
    		<div id="primary">
    			<div id="content" role="main">
    
    	<div id="container">
    	<div id="content" role="main"><div id="breadcrumb" itemprop="breadcrumb"><a class="home" href="https://babynaamposter.nl">Home</a>  &rsaquo; Winkel</div>

    this seems to be the excess:

    <div id="container">
    	<div id="content" role="main">

    is the post type ‘product’ using a custom template?

    Thread Starter babynaamposter

    (@babynaamposter)

    I’m new at this so, it’s a bit hard to understand.
    But if i change excess is removes al my products..

    “is the post type ‘product’ using a custom template?”
    i have no idea what you meen by this?

    tanks for your help anyway

    I’m new at this so, it’s a bit hard to understand.
    … i have no idea what you meen by this?

    with this level of technical understanding, you might need to consider to hire somebody – https://jobs.wordpress.net/

    how did you create the page with the sidebar problem?

    the helpers here in the forum can only see the generated code, but cannot look into your templates; therefore we can only ask questions to guide you to solve the problem.

    from looking at the html of the faulty page, and the validation report, it seems that there are some unnecessary html tags; but you need to find out in which template these are.

    But if i change excess is removes al my products..

    where and how did you do that?
    can you post the full code of the template you are working with?

    Thread Starter babynaamposter

    (@babynaamposter)

    “how did you create the page with the sidebar problem?”

    What i didn’t told is that it’s a ecommerce so i’m also using the plugin ‘woocommerce’ and that’s maby the reason that the template doesn’t work normal?
    This page is the standard page of woocommerce called ‘store’. So when i ad a new product that’s the page where it appears on.

    Thanks for helping

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Catch box sidebare’ is closed to new replies.