rigots
Forum Replies Created
-
AuthorPosts
-
June 1, 2018 at 4:01 pm in reply to: Remove Search Results Map and expand view for listings only #433149
Great,
That was great it worked, now I can see the whole image on the image box in the search results and on my mobile phone it works great too, I see the whole image.Now on my mobile phone, when I click on the any of the search result items and go to the detail page the main picture at the top is completely cut on both sides, right and left. I just wish the image was the same as in the search results where the image shows up completely at the top.
Is there way to do that?
Can I do “background-size: contain!important;” for the top picture at the top of the detail page?
Or could I use
@media only screen and (max-width: 500px) { … }, @media only screen and (max-width: 700px) { … }, @media only screen and (max-width: 900px) { … }, etc. to set the “background-size:” to different sizes depending on the resolution?Can you please show me how to access the picture background for the top picture in the detail page?
For the search results it was “.geodir_category_list_view li .geodir-post-img .geodir_thumbnail”, I need to know what it is for the top picture in the detail page.
Thank you.
What browser are you using? I am using chrome.
I just cleared everything for all time, including data and cache, except passwords. The same problem continues.I used Firefox then logged in and there is no problem.
I then used to other laptops which I have not used to view my geode directory website for a long time. One is running windows 7 and the other is running windows 10 and they both have the exact same problem with chrome when logged in.
See attachment,
Any thoughts?OK, I just logged out and everything worked fine.
Then I log back in and all the listing detail pages have the same problem.So, the issue is only happening when you are logged in.
Thanks,
Just adding myself to the thread, so I can get notified by email once there is a solution for this.
May 31, 2018 at 5:07 pm in reply to: Remove Search Results Map and expand view for listings only #432965Hi, Any advice here? I am still trying to figure out how to specify the displayed picture size on the search listing results, so my pictures don’t get cut off.
Thank you.
RigoThis reply has been marked as private.May 30, 2018 at 3:36 pm in reply to: Remove Search Results Map and expand view for listings only #432798This reply has been marked as private.May 29, 2018 at 5:51 pm in reply to: Remove Search Results Map and expand view for listings only #432632On more question here, now that I removed the map on the right side with the CSS provided above there is so much more space on my desktop screen and my listing pictures from a search result are getting cut off because it looks like they get displayed on a 4×3 display ratio, can I change the image to get dispayed on a 16 x 9 ration?
Or can I just us CSS to sellect the picture size on want, since there is more space now on the search result screen I want to be able to display the complete image without cutting the right and left sides as it is now. I am scanning business cards win and they have a would screen ratio.Thank you.
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.May 16, 2018 at 3:51 pm in reply to: Remove Search Results Map and expand view for listings only #430878I miss spoke above.
The Geodirectory->Place Settings -> Custom Fields does have an “Address” field.
But I have a custom Post Type by the name of “Service” and my Geodirectory->Service Settings -> Custom Fields does not have an “Address” field, why would this be?, so my New Listings Form does not have the address field.Thank you.
May 16, 2018 at 3:38 pm in reply to: Remove Search Results Map and expand view for listings only #430873Hi I performed the suggested change above to remove map view on the search results screen:
.search-results #gd-sidebar-wrapper {
display: none!important;
}
.sd.search.search-results.geodir-page #geodir_content {
width:100%!important;
flex-basis: 100%!important;
}Om my listings from where people write their listing information there is no address of map option. Could the above CSS also removed the address and map section in the listing form when adding a listing?
If not, how do I include the address field in the New Place Listing Form?
I went to Geodirectory->Place Settings -> Custom Fields and on the left side there is no option to add the “Address” component.
How do I include an address component on the New Place Listing form?Thank you.
OK, thank you.
I still need help with my ADD LISTING form. When I try to add a new listing the first two items are “Link Serive” where it asks me to select a business to fill in business details, I want remove this from form.
The next item is “Import Details from Social” with button to Import Details, I also want to remove this from Form.So, how would I remove the top two items from my listing form?
Thank you.
May 15, 2018 at 10:57 pm in reply to: Remove Search Results Map and expand view for listings only #430727Than you, I see.
But I do want the map on the details page, so I guess I need to keep the API key.
When my page gets more popular maybe I can use the open source map, is that possible?Thank you.
-
AuthorPosts