I use a lot of attributes and want my listing box to be the same size only showing a couple of attributes when on the listings page. when someone clicks on the link they get to see the full set of attributes on the main listing page for that listing. how do I do this
Hello and welcome,
When setting up your attributes, you can define where and which ones you want to show.
Maybe that could be of help.
Cheers !
thanks. in the main listing page I just want to show a couple of attributes. when a customer clicks to the actual listing then they see them all. I can’t seem to get this to happen. any ideas anyone ?
Thanks and understood. Think it must be me explaining my problem wrongly.
On the listings page I want my listing box to be the same size for every listing and only show a couple of the attributes. it is this I cannot find. solution too. I’ve tried all the display areas settings. still not what I want. thanks anyway
Hi, I achieved this through CSS, hiding selected attributes on the main page and only showing these on the listing detail page. Maybe this is helpful?
Example:
.home .hp-listing__attribute.hp-listing__attribute--smoker {
display:none;
}
much appreciated. im a newbie at CSS. would I just change the attribute ‘smoker’ with my attribute ?
correct.
thanks. tried that and just kills the block saying attribute incorrect
thanks. that’s just how to set up a attribute and the display area to put it in. doesn’t solve my request of how to not show attributes on the main home page block before getting to the actual listing page where seeing all the attributes is ok. that’s what I’m after
Then, use the CSS snippet provided hereabove.
Add it in appearance / customize / css
Save. Done.
thanks. that code doesn’t work for me in appearance / customize / css and using my own attribute name. doesn’t change anything so I’m at a loss. thanks for all your help anyway
Post your site address, it would be easier to help you out.
I only want to keep the first 6 attributes on the home page where the listings are displayed and when people click through they get to see all the other attributes. ie a. nice compact listing box
Hi, it seems that your site hasn’t been published yet.
thanks, I’ve got it in maintenance mode. check here caminoalbergue.com – Camino De Santiago Albergues and accomodation options
Do as @robbo said, it works :
Here I only removed the email element
thanks and managed to get this done. what a relief. thanks for all your help, as I said I’m new to this so really appreciate it. mark