Supreme Tags
This topic contains 15 replies, has 3 voices, and was last updated by Giri 7 years, 11 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
March 23, 2017 at 12:33 am #369223
Hello,
How can I get listing tags to appear in the same general area as the category tags when using the Supreme theme?
Thanks
MikeMarch 23, 2017 at 2:44 am #369232Not sure what you mean, categories don’t have tags…?
A link with some more explanation will help us to understand your question.
ThanksMarch 23, 2017 at 2:59 pm #369338Hi there,
that would require customization.
You need to hire a dev for that.
Sorry about that.
Thanks
PS:
This is where the category items start.
https://github.com/mistergiri/supreme-directory/blob/master/inc/geodirectory-compatibility.php#L909
March 24, 2017 at 12:36 pm #369514Hi Michael,
Good news.
I thought tags were already available in supreme sidebar and you were asking for customization. But it looks like tags are not getting displayed anywhere.
i have just added tags display feature in supreme.
You can now display the tags in sidebar (default) and in the top section using hook.
To display in the top section, you need these two lines
remove_action('geodir_before_detail_page_more_info','sd_tags_content');
add_action('sd_detail_before_cat_links','sd_tags_content');
Thanks
PS: You have to wait till next version.
You can also apply the patch by yourself.
https://github.com/GeoDirectory/supreme-directory/pull/21/files
Thanks
March 24, 2017 at 8:57 pm #369685Hello Giri,
That is good news! I thought it was odd that Tags were not viewable anywhere in the detail page. Thank you for continuing to follow through on this. Having the option to have them in the Sidebar or at the top will be great. I would prefer to have them in the top section. I tried to apply your patch in the Supreme function.php file, that didn’t work. I also tried to apply it using the Code Snippets plugin, that didn’t work either. Obviously I’m not a King Coder like you guys are…guess I’ll have to wait for the update :-/
Thanks again for resolving this!
MikeMarch 25, 2017 at 8:40 am #369741No problem.
You can post your ftp and admin details if you can’t wait till next release.
I can apply the patch for you.
Thanks
March 28, 2017 at 5:21 pm #370456This reply has been marked as private.March 28, 2017 at 5:25 pm #370457Applied.
Let me know if you have any problem.
Thanks
March 28, 2017 at 5:30 pm #370459I also added this style in your custom css.
.sd-detail-info .geodir_more_info { clear: both; }
March 29, 2017 at 10:18 pm #370692Thank you Giri for making the time to apply that patch and create a CSS statement for it. That addition is going to make a big difference for our visitors!
I have a question about the results I’m getting though. As an example, if I’m looking at the detail page for the Durango KOA in Durango Colorado (http://rvtravelguidebook.com/rv-parks/colorado/durango/durango-koa/) and I click on the tag “RV Park Colorado”, the results only show the RV Parks in Durango Colorado, not all the RV Parks in Colorado. We have 64 listings that use the tag “RV Park Colorado” Shouldn’t the results be showing all 64?
If you have an opportunity please take a look. Feel free to use the admin login I provided since it looks like we’ll be in maintenance mode for another 2 weeks or so.
Thanks!
March 30, 2017 at 10:15 am #370794This reply has been marked as private.March 30, 2017 at 7:32 pm #370927Hi Giri,
Thats too bad… I was hoping that tags would not be location driven. Is there any way to change the code for tags so they are not based on the current location?
I also wanted to ask… is the Tag area truncated? The last tag in this screenshot should be: US Highway 6 RV Park
Thanks!
March 30, 2017 at 9:51 pm #370942Tags are location specific if you add locations in your URL at GD > permalinks > Add location in urls
If you do not tick that box, then tags will not be location specific.I will leave the truncation question for Giri.
Thanks
March 31, 2017 at 8:50 am #370983This reply has been marked as private.March 31, 2017 at 5:54 pm #371100Fantastic…Thanks Guust and Giri! Those answers solved my issues. Wish I new Geodirectory as well as you guys do…maybe someday 🙂
Thanks again for your help!
Mike
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket