Forum Replies Created
-
AuthorPosts
-
RebeccaSidery54
ParticipantThanks Ernest,
Another issue I’m having is with updating the plugin on the Live server. Do I have to manually download and update from codecanyon if working directly on the live server?
Thanks,
RebeccaSidery54
ParticipantThanks Ernest,
All working well now.
Kind regards,
RebeccaSidery54
ParticipantThanks Ernest,
Sorry for all the questions, is there a fallback in the event of javascript being turned off? This will affect the decision for us to use the plugin soley for category navigation.
RebeccaSidery54
ParticipantGreat thanks for the feedback – was very helpful,
I have another question. What is your plugin like in terms of SEO – say if I used it as a category page and the results div as the posts?
Thanks again!
RebeccaSidery54
ParticipantThanks Ernest,
I’m basically trying to display a custom taxonomy (AUTHOR) term name at the bottom of each result, but I also want to manipulate the URL to link to another page with a similar slug, so it seems the best place to do this is in a child template?
So far I’ve tried this:
<a href="/our-people/<?php echo str_replace(' ', '-', strtolower('Term Code To Replace')); ?>"> <div class="card-author"> <?php echo $r->id; ?> </div> </a>So if I wanted to display a custom taxonomy term, how would I code that?
I also noticed there is an overlay span to link the entire result – can this be turned off via the plugin or just via css?
Thanks!
-
This reply was modified 5 years, 9 months ago by
RebeccaSidery54.
-
This reply was modified 5 years, 9 months ago by
RebeccaSidery54.
-
This reply was modified 5 years, 9 months ago by
-
AuthorPosts