Is there a way to remove the price filter? Seems to be a default, not like product specific's I've manually set up. Keen to find out if and how I can remove this filter?
This requires a template change but it's relatively simple if you are confident editing some code.
Your particular theme looks a bit different to the default (Skeletal). If the code is vastly different to my screenshot then I'd suggest posting a link to the full sidebar.template.html file here so I can take a look.
If anything breaks, just copy/paste in your backup of the file.
Thank you that was very helpful. I've stuffed it up though 😅 Probably haven't deleted the correct rows. This is what the sidebar template looks like
<div class="filter-proces section-for-rotate">
<div class="show-filt-bar">Filter Products</div>
<div class="container">
<div class="row">
[%IF [@page_type@] eq 'category' and [@config:show_filters@]%]
<aside class="col-12 col-md-4 hide_divs_for_lest" id="left-sidebar">
<div class="search-inner-prd">
<div class="header-search pt-3 pt-sm-0">
<form name="productsearch" method="get" action="/">
<input type="hidden" name="rf" value="kw" />
<div class="input-group input-group-lg">
<input class="form-control ajax_search" placeholder="Enter Search here.." required="" value="[%nohtml%][%filter ID:'keywords'%][%/filter%][%/nohtml%]" id="name_search" autocomplete="off" name="kw" type="text" />
<span class="input-group-append">
<button type="submit" value="Search" class="btn btn-default"><i class="fa fa-search"></i></button>
</span>
</div>
</form>
<div class="card mb-2">
<div id="filters" class="collapse">
<div class="list-group list-group-flush filter-proces fi-lter" role="group">
[%product_filter type:'price' limit:'6'%]
[%param header%]
<div class="list-group-item d-l-none d-xl-none"><h3 class="h4 mb-0"><i class="fas fa-dollar-sign"></i> Price Filter</h3></div>
[%/param%]
[%param *body%]
[%if [@selected@]%]
<a class="filter-remove list-group-item d-l-none d-xl-none d-flex justify-content-between align-items-center" href="[@remove_url@]" class="list-group-item" rel="nofollow">
<span><i class="fa fa-check-square"></i> [@name@]</span>
<span class="badge badge-secondary badge-pill">[@total@]</span>
</a>
Shortened due to character limit but don't believe anything relevant to this has been removed
I'll probably need the whole file. Can you upload it to Dropbox or Google Drive or something and post a link?
https://docs.google.com/document/d/1VZ7zLplWulTQq-lALEDN4rGysZXnjrJAFUd8aa6cUQg/edit?usp=sharing
Please see above. Thanks Erik
Try this: https://www.dropbox.com/scl/fi/txl0t0tp58z4c7pg3ouw5/sidebar.template.html?rlkey=m1qs3xsv3ab52eu3rkagvu9hh&dl=1
Gave it a go but that did not work unfortunately
Ah ok, didn't work how? What are you seeing now?
At the top I've had a whole lot of text and then images were scrambled so I've reverted straight back
Hm it's hard to debug remotely unfortunately. You might need to get a developer to take a look. I'd suggest making a list of all the things you'd like to improve on the site so they can tackle multiple small projects at once.
Ok fair enough, yes I'll do that. Thanks for your help Erik