Widget recently viewed – list view does not work
This topic contains 19 replies, has 3 voices, and was last updated by  Karin Zickler 5 years, 7 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: list view, Recently Viewed, widget
- 
		AuthorPosts
- 
		
			
				
March 15, 2020 at 3:15 pm #535297I 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 viewHow can I change the widget to show the listings in a list view? March 15, 2020 at 4:55 pm #535299Hi 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! March 15, 2020 at 9:48 pm #535328Hello, 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: March 16, 2020 at 10:59 am #535387Dear 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!March 16, 2020 at 4:05 pm #535429Hi 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? March 16, 2020 at 6:46 pm #535449Dear 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? March 16, 2020 at 7:28 pm #535459Hi 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. March 20, 2020 at 10:26 am #535816This reply has been marked as private.March 20, 2020 at 11:45 am #535826Hi 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? March 20, 2020 at 1:50 pm #535850This reply has been marked as private.March 20, 2020 at 2:21 pm #535855This reply has been marked as private.March 20, 2020 at 2:55 pm #535861Hi 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; }March 20, 2020 at 3:00 pm #535862Dear Kor, 
 it works. Thank you so much for your help.March 20, 2020 at 3:23 pm #535866Can 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? March 20, 2020 at 6:18 pm #535890Hi 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; }
- 
		AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket