Forums › Forums › Search & Filter Pro › Few issues with Dynamix theme
- This topic has 7 replies, 2 voices, and was last updated 11 years, 4 months ago by
Anonymous.
-
Ross Moderator(Private) June 17, 2014 at 12:04 pm #1636
Hey Emmanuel
It sounds like you need to configure your results template and you should be ok with most of above…
Make sure in the settings that custom template is selected and ticked.
Then underneath you can enter a filename – your results page is determined by this template specifically – so here you can try different templates from you theme such as
search.php
,archive.php
,categeory.php
andindex.php
– there will be more in your theme folder.Re the URL – results will appear on a custom results URL, if you entered a “slug” in the settings, then your results will appear on this URL (I think you chose
resultat
)…And with the categories – this is something I will need to look into – I will do some tests here first and then get back to you.
Thanks
Ross Moderator(Private) June 19, 2014 at 11:29 am #1731Hey Emmanuel
I sent you an email yesterday, did you get it?
Also, re the categories excluding, I’ve checked and double checked and it seems to be working fine… Are you sure you are using the correct category IDs?
Thanks
Anonymous(Private) June 19, 2014 at 11:57 am #1732Hi Ross!
Sorry I didn’t noticed your mail as it went to my spam folder.
Yes I did had pb posting on the forum: i clicked sent but my answer didn’t appear. I tired a second time and copied my message, same thing but this time a message appeared “it seems that you already said that” or something along those lines.Yes I think I do use the right category ID. I find them by hovering on the category name from the category page (category&tag_ID=XXX). Let me know if you want an access to my site to take a look by yourself.
I am also checking that with my themes support to see if they have an idea. A similar issue is happening with filtering categories on my theme as well. I deactivated all my plugins, yours included but the issue still persists. I guess it just doesn’t come from your plugin but I only need those categories not to show up on the drop down list. Any fixes would do for me 🙂
Thanks for your help!
EmmanuelRoss Moderator(Private) June 19, 2014 at 12:59 pm #1734Hey Emmanuel
My code uses the same essential function for grabbing categories as WP –
Try using
wp_list_categories
, and excluding some categories from that to see if it works.If its not working then I guess its a problem with your theme – try another and see!
Link to wp_list_categories: http://codex.wordpress.org/Template_Tags/wp_list_categories
Thanks
Anonymous(Private) June 24, 2014 at 10:40 am #1834Hello,
I wouldn’t know how to go and do that. However, they will try to see what is wrong on their side and will update their theme shortly. If it fixes their issue and not the one with this plugin, I will let you know.
Thanks for your help anyway 🙂
Emmanuel -
AuthorPosts