This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Styling Error in IE on non homepage pages #29677
    RebeccaSidery54RebeccaSidery54
    Participant

    Thanks 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,

    in reply to: Automatic Updates #29529
    RebeccaSidery54RebeccaSidery54
    Participant

    Thanks Ernest,

    All working well now.

    Kind regards,

    in reply to: Custom Fields in Search Results #29244
    RebeccaSidery54RebeccaSidery54
    Participant

    Thanks 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.

    in reply to: Custom Fields in Search Results #29238
    RebeccaSidery54RebeccaSidery54
    Participant

    Great 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!

    in reply to: Custom Fields in Search Results #29210
    RebeccaSidery54RebeccaSidery54
    Participant

    Thanks 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!

Viewing 5 posts - 1 through 5 (of 5 total)