redrya
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.
Hi and thank you for such a quick reply!
I’m setting up custom pages in order to have a more personalized layout but your suggestion about adding gd_fare to the short-code worked! THANK YOU!
I have one more question, I set up the category layout as 2/3 for posts and 1/3 for map on the right side. I would like for the Map to be sticky so that it scrolls down the page, I saw that the shortcode should be: sticky=true
For some reason it doesn’t seem to work? The map disappears when I scroll down the page. Am I missing something on that shortcode? Here is what I have now:[gd_listing_map width=100% height=600px sticky=true autozoom=true marker_cluster=”on” post_type=”gd_fare” category=”72”]
Also is there a way to make the map full height responsive? If I put 100% instead of 600px it disappears.
Thank you so much for your help,
RyaSorry I should start my own topic but since I already wrote here have another issue that came up. When I use the above code, it solves the column dropping last post issue but the row becomes non responsive on mobile, it basically scales down the row of 4 locations instead of showing 1 per row in a column.
Please let me know if maybe there is a different CSS that I should be using.
Just found this code on the forum and it seems to have worked! Let me know if there is a simpler solution. Thanks.
.geodir_category_list_view li.gridview_onehalf {
margin: 0 6px 0 0 !important;
width: calc(50% – 12px) !important;
}.geodir_category_list_view li.gridview_onethird {
margin: 0 6px 0 0 !important;
width: calc(33.3% – 12px) !important;
}.geodir_category_list_view li.gridview_onefourth {
margin: 0 5px 0 0 !important;
width: calc(25% – 12px) !important;
}.geodir_category_list_view li.gridview_onefifth {
margin: 0 5px 0 0 !important;
width: calc(20% – 12px) !important;
}Hi I’m having the same issue and looking through the forum found a few CSS fixes but they don’t seem to work. Can you share which code you have added to fix the issue?
Thanks,
Rya -
AuthorPosts