Hello i am trying to create a different look for the attribute archive page.
currently it looks like this http://s698145846.onlinehome.us/brand/abitare
but i need it to look more like this http://s698145846.onlinehome.us/shop (sidebar with filters, smaller product images).
i tried adding the template taxonomy-pa_brand.php to woocommerce directory in the theme. but this template is not used by the theme.
What is the best way for me to do that.
Hi,
You need to add it in the root directory of your child theme instead of woocommerce directory.
wp-content/themes/x-child/taxonomy-pa_brand.php
I can also see that you have the latest version of cornerstone but still using old version of the theme.
Please update your theme to latest versions V(5.2.5).
Thanks
Thank for the info. but it did not work.
i did <?php echo 'test'; ?> in that file and it is not showing anything in that page.
How can i make this template look more like http://s698145846.onlinehome.us/shop page instead of what we have now.
Hi,
Would you mind providing us with login credentials so we can take a closer look? Please provide following information:
Set it as Secure Note
- Link to your site
- WordPress Admin username / password
- FTP credentials
All the best!
hello,
i let the info as a secure note to the previous comment.
have a good day
Hi there,
Thanks for the details.
I have checked your site but I am not certain what you are trying to do because the only different I see with from the Shop and the Brand page is that the shop page displays in 4 columns and the brand page displays 3 products then the 4th product falls to a new line.
If you are aiming to display 4 products per row in the Brand page, please add this code to the custom CSS:
.woocommerce.archive li.product {
width: 22%;
}
Hope this helps.
Hello,
Since we updated the theme the sidebar disappeared from the theme page.
that i am trying to do it to have the attribute archive to have a shop sidebar on the left and content area with products on the right. Please see this page now. http://s698145846.onlinehome.us/shop
Also how can i control the text and the look in the title - where is says SHOP BY Welcome to our online store. Take some time to browse through our products.
Thank you so much for your help! you guys are awesome!
Hello There,
It seems that you have an issue with the column counts in the woocommerce archive pages. To resolve it, please check out this solution:
To control the text in your shop page, please go to X > Launch > Options > Integrity > Shop Options and change the shop title and sub title.
Hope this helps. Please let us know how it goes.
Hello, thanks for the info.
the problem is not with the product counts. i need attribute archive pages to have a sidebar like the regular woocommerce page.
This is the page that needs to have left sidebar http://s698145846.onlinehome.us/style/wood-look
like here http://s698145846.onlinehome.us/shop
Hello There,
The shop layout is coming from the theme options X > Launch > Options > WooCommerce > Shop > Shop Layout. If you selected “Use Global Content Layout”, then this is how the sidebar gets displayed.
The Brand archive on the hand is using the archive’s theme layout settings. Please go to X > Launch > Options > Blog > Archives > Layout and select “Use Global Content Layout”.
This layout setting should display the sidebar in your brand archive page.
Please let us know how it goes.
thank you guys for your help. it all works great.
have a great day!
You’re welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.