Popular Post widget on listing page defaults to two colu

This topic contains 8 replies, has 3 voices, and was last updated by  Stiofan O’Connor 9 years, 9 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #8947

    purpleedge
    Expired Member
    Post count: 539

    The default install of GD has the Popular Posts widget on the Listings right side bar.

    If you change the default layout of the listing page to Two Columns, the right side bar display of Popular Posts also displays Two Columns, even when set to List View.

    #8975

    Simone
    Expired Member
    Post count: 3515

    Hello,
    this is happening to me too, thanks for spotting that.
    I’ll let Vikas knows about it.

    Thanks,
    S.

    #11282

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    This was fixed in a prev release.

    Stiofan

    #11287

    purpleedge
    Expired Member
    Post count: 539

    I don’t think so? I can’t get the list view to display in the Listing Sidebar, only 2 or more columns.

    #11290

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    This works fine for me on my demo, can you double check your setting and that you have the latest core and if so post a link to your site.

    Thanks,

    Stiofan

    #11291

    purpleedge
    Expired Member
    Post count: 539
    This reply has been marked as private.
    #11293

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    ok i see sometimes it is using the last global value and not the list view, i have changed this in core and it will be in the next verion.

    TO change yourself please open geodirectory-widgets/geodirectory_popular_widget.php line 283 and add

    else{$gridview_columns = '';}

    So the surrounding code should look like this:

    
    
    if(strstr($layout,'gridview')){
    $listing_view_exp = explode('_',$layout);
    $gridview_columns = $layout;
    $layout = $listing_view_exp[0];
    }else{$gridview_columns = '';}

    Thanks,

    Stiofan

    #11360

    purpleedge
    Expired Member
    Post count: 539

    Thanks Stiofan,

    Any chance you could start making daily or weekly builds available for download? It’s 3 weeks now since your last release which is an awfully long time for a product undergoing so many changes – it’s very hard for developers to keep up with all the bits and pieces of code snippets that have been posted in these forums. It would also make your life easier because I know this particular bug, and others, have been reported elsewhere so you would have fewer reports to chase down.

    #11388

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Yes maybe that could be a plan, some users complain when we release too much and some when not enough lol…

    We are aiming for a Monday release now, we don’t want to release with known bugs.

    Thanks,

    Stiofan

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

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

Open Support Ticket