Customizing
This topic contains 13 replies, has 3 voices, and was last updated by Kor 6 years, 5 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
November 2, 2018 at 3:12 pm #452260
So I’m really trying to figure how to customize my listings detail page. I’ve looked at the .php files but I don’t see any html to rearrange. I’ve followed this script (https://wpgeodirectory.com/re-order-tabs-in-a-listing-detail-page/) and placed it on my functions.php file but it did nothing. I’m not afraid to get my hands dirty. Just need some guidance.. Basically I wish to have a layout such as the one this developer did. I have a physician’s directory and want it to look like the one on the image. I want the map on the bottom and the doctor’s photo on the side. Any guidance would be awesome.. I thank you in advance..
November 2, 2018 at 4:11 pm #452272Hi fbernall,
Thanks for your post. Could you show us what you’ve done? Anyway, I’d like you to know that customization falls outside of our support scope. But we’ll try to guide you achieving what you needed there.
Thanks!
November 2, 2018 at 4:34 pm #452275Thanks for the reply Kor.. The site, while it is viewable, it is certainly not finished and have a long ways to go… The url is https://filiformneedle.com
Here’s a listing details page..
Thank you..
November 2, 2018 at 6:16 pm #452288Hello,
GD comes with several built in options for arranging the content on the listing Detail (and other pages).
The first design options are in the settings at
GD – Design – Detail
Then of course you can add widgets to the Detail sidebar in
WP – Appearance – Widgets
Next you can control which fields show in which tabs or the sidebar with the options at
GeoDirectory – Places (CPT) Settings – Custom Fields – Field (Edit) – SHow in what locations
https://wpgeodirectory.com/docs/core-place-settings/#custom
If you want to go further, it may require customization. We have this doc that explains how to customize templates. You would want to custom listing-detail.php
https://wpgeodirectory.com/docs/customizing-geodirectory-templates/
To achieve what you have in the image you might want to:
1. Set the Detail page to “List view” in GD – Design – Detail
2. Set all field to display in More Info tab
3. Hide the Profile/Review/Photos tab
4. Re-order tabs to put the more info tab first https://wpgeodirectory.com/re-order-tabs-in-a-listing-detail-page/View the output to see if that is closer to what you are looking for. More info can be found in the forum searching for listing-detail.php
https://wpgeodirectory.com/support/topic/custom-listing-details-template/#post-48912November 2, 2018 at 6:17 pm #452289This reply has been marked as private.November 2, 2018 at 6:42 pm #452298Thank you gentlemen.. I will take a look further.. I had hoped there was a page with <div>s that I could just move around and float them as needed.. Oh well.. Thanks again..
November 2, 2018 at 8:32 pm #452312Alex, man! that really got me close to what I’m looking for. Thanks a billion! Now, if I can just find a way to move the profile picture like on the attached image, that would be awesome. There has to be an html template somewhere where one can change the divs that holds the php.. I would think.. But you really helped me.. Thanks..
November 2, 2018 at 8:45 pm #452314November 3, 2018 at 10:10 am #452386Thanks Alex.. I tried it but it didn’t change the lay out.. I’ll keep looking.. Thanks again..
November 3, 2018 at 3:49 pm #452420Hi there,
Try inserting the custom CSS code below into GD > Design > Scripts > Custom Style CSS and see if it’s what you’re looking for?
.size-full.wp-post-image { float: right!important; } #gd-tabs, .geodir_post_taxomomies { float: left!important; width: 500px; }
November 3, 2018 at 4:29 pm #452425Kor, thank you! That is certainly closer to what I’m looking for.. Except for the long empty space below the profile picture and the next and previous nav.. Heck, I would even settle for the picture to be on the side bar.. But this is almost what I wish..
Thanks again, Kor..
November 4, 2018 at 4:01 pm #452510Hi fbernall,
Thanks for your reply. It would require customization if you want it to look exactly like the example you’ve shared earlier and I’d suggest that you look for a freelance developer here http://geodirectoryexperts.com/ that could help you with this.
Thanks!
November 4, 2018 at 5:19 pm #452513I actually inquired about two weeks ago in that site for a developer and indicated what I wanted.. I got no replies.. Oh well.. Thanks for trying Kor..
November 5, 2018 at 4:20 am #452548This reply has been marked as private. -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket