Widget recently viewed – list view does not work

This topic contains 19 replies, has 3 voices, and was last updated by  Karin Zickler 4 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #535297

    Karin Zickler
    Lifetime Member
    Post count: 47

    I added the ‘recently viewed’ widget to the sidebar of my details page and chose ‘list view’. But it shows grid view (one column) instead.

    The available options in this widgets are:
    grid view (two columns)
    grid view (three columns)
    grid view (four columns)
    grid view (five columns)
    list view

    How can I change the widget to show the listings in a list view?

    #535299

    Kor
    Moderator
    Post count: 16516

    Hi Karin Zickler,

    Thanks for your post. This isn’t a known issue as I’ve tested it on our dev site. Kindly make sure that you’re using the latest version of the plugin. If the issue persists, could you please share your Website WP admin access here in private reply?

    Thanks!

    #535328

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    gridview is the correct display. Listview is for a wider area.

    GD’s layouts are responsive and load automatically based on the width of the space available.

    List view is not available in a space over 800px wide. It requires custom CSS to override the layouts.

    See the selectors here if you want to do that:

    https://wpgeodirectory.com/docs-v2/design/layouts/

    #535387

    Karin Zickler
    Lifetime Member
    Post count: 47

    Dear Alex,
    Thank you very much for your answer.
    I’ve just seen, that I was wrong with the list view. What I need is grid view (one column) which is not available for that widget. The layout options are: layout=”onehalf” layout=”onethird” and so on, but not layout=”1″ or layout=”2″
    Where can I change this layout option for the sidebar widget?
    Can you help me?
    Thank you!

    #535429

    Kor
    Moderator
    Post count: 16516

    Hi Karin Zickler,

    Thanks for your post. A one-column grid is equivalent to a list view. Could you tell me how do you want it to look like? Maybe I can share some custom CSS to adjust it?

    #535449

    Karin Zickler
    Lifetime Member
    Post count: 47

    Dear Kor,
    I created a listings tab (listings by current author) and used the grid layout with one column, please see screenshot attached:

    Is it possible to let it look like that? At the moment, it looks like in the second screenshot (sidebar recently viewed). Is it also possible to change the top margin?

    #535459

    Kor
    Moderator
    Post count: 16516

    Hi Karin Zickler,

    Thanks for your reply. Could you please share your Website URL here in question? I’d like to check and see if this is possible using custom CSS.

    #535816

    Karin Zickler
    Lifetime Member
    Post count: 47
    This reply has been marked as private.
    #535826

    Kor
    Moderator
    Post count: 16516

    Hi Karin Zickler,

    Thanks for your reply. I’m able to log in to your Website. However, could you share the URL of the page in question of where I can see the issue?

    #535850

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #535855

    Karin Zickler
    Lifetime Member
    Post count: 47
    This reply has been marked as private.
    #535861

    Kor
    Moderator
    Post count: 16516

    Hi Karin,

    Thanks for your reply. You can use the custom CSS code below to achieve this. Insert into WP > Appearance > Customize > Additional CSS.

    .geodir-recently-reviewed ul.geodir-category-list-view li .gd-list-item-left,
    .geodir-recently-reviewed ul.geodir-category-list-view li .gd-list-item-right  {
        width: 100%!important;
    }
    #535862

    Karin Zickler
    Lifetime Member
    Post count: 47

    Dear Kor,
    it works. Thank you so much for your help.

    #535866

    Karin Zickler
    Lifetime Member
    Post count: 47

    Can you help me with one more thing? How can I change the margin-top or bottom, such that the full text (above the image) is displayed?

    #535890

    Kor
    Moderator
    Post count: 16516

    Hi Karin,

    Thanks for your reply. Try using the custom CSS code below and see if it helps.

    .geodir-recently-reviewed .geodir-post-content-container {
        margin-bottom: 50px!important;
    }
Viewing 15 posts - 1 through 15 (of 20 total)

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

Open Support Ticket