Popular Posts View Widget Issue

This topic contains 4 replies, has 3 voices, and was last updated by  getawaydigital 9 years, 4 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #24956

    getawaydigital
    Full Member
    Post count: 211

    I have set a popular posts view widget on home page to show only entries with special offers and it works just great.

    Issue is that when using the widget it puts a view all link above the listings and when this is clicked it shows all listings rather than just the listings with special offers.

    Is it possible to get this changed so that clicking view all just returns all the listings with special offers?

    If not possible how could I go about removing the view all link altogether as doing this although a bit of a compromise would work for the site.

    http://ilhf.pikeandshot.com

    Cheers

    Andy

    #24968

    Guust
    Moderator
    Post count: 29970

    Normally you can add a custom field to the sorting option and then set it as default. But it seems you cannot add the “special offers” as a sort.
    I guess this is because you cannot sort a textarea.
    I do not think you can hide the “view all” unless you hide them with CSS on every page.
    Let’s ask Paolo as well.

    #25086

    Paolo
    Site Admin
    Post count: 31206

    All that Guust said I confirm.
    Thx

    #25087

    Paolo
    Site Admin
    Post count: 31206

    To hide only the view all for that widget:

    
    
    #popular_post_view-5 .geodir-viewall {
        display: none;
    }
    #25129

    getawaydigital
    Full Member
    Post count: 211

    Thanks Paolo, I think I’ll be able to work around hiding view all on all instances of that widget

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket