Kor
Forum Replies Created
-
AuthorPosts
-
Hi JD,
Unfortunately, increasing the footer columns would require customization.
Thanks!
April 27, 2017 at 5:02 am in reply to: Removing featured area from supreme directory custom home page #375661Hi JD,
This can be done using custom CSS. Kindly refer to this article https://wpgeodirectory.com/docs/customizing-your-style/
Hi Chris,
Unfortunately, the lat/long fields are mandatory and here is the section of the documentation for your reference https://wpgeodirectory.com/docs/core-export/#mandatory
Hi Chris,
Kindly review this section of the documentation and see if it helps https://wpgeodirectory.com/docs/customizing-geodirectory-templates/
Hi Michelle,
Please insert the custom CSS code below into GD > Design > Script > Custom Style CSS.
#geodir-wrapper p{ line-height: 20px!important; font-size: 15px!important; } .geodir-tabs-content li{ margin-top: 10px!important; }Hi there,
Using the custom CSS code below should hide the map on mobile. Please insert into GD > Design > Scripts > Custom Style CSS. Let us know if it’s what you’re looking for.
@media only screen and (max-width: 500px) { .geodir_map_container { display:none!important; } }Hi Michelle,
I can’t seem to locate that page you’re referring to. Could you please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Thanks!
Hi Dan,
It looks fine when I checked on it http://prntscr.com/f11dud . Try clearing your browser cache. Also, where did you insert the custom CSS? Could you move it to GD > Design > Scripts > Custom Style CSS ?
Thanks!
Hi Zois,
Do you mean grouping different CPT listings together? If not, could you elaborate?
Thanks!
Hi Michelle,
Could you please share your Website URL with me so I could tell you the correct CSS snippet to do this?
Thanks!
Hi there,
If you are trying to hide/remove the map from mobile. Have you tried using custom CSS with media queries?
Thanks!
Hi Gautam,
Thanks for your reply. Could you please list down the order that you want in your next reply? We’re not really getting what you needed there. Refer to this
#1[post_profile]
#2[post_info]
#3[post_images]
#4[post_video]
#5[special_offers]
#6[post_map]
#7[reviews]
#8[related_listing]
#9[gd_tab_2]Hi Lise,
Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Hi Byalik,
#1 Do you have a screenshot? Don’t really get what you mean there, sorry.
#4 You can arrange the tabs using this method https://wpgeodirectory.com/re-order-tabs-in-a-listing-detail-page/
a. So you want to remove it or just display a single image?
b. You can adjust the “Related Listing” settings in GD > Design > Details , Refer to this screenshot http://prntscr.com/f0wrys
c. You can display custom fields on detail sidebars. So you just have to create these custom fields https://wpgeodirectory.com/docs/core-place-settings/#custom and display it wherever you want using this option https://wpgeodirectory.com/docs/core-place-settings/#show
Hi gautam,
It’s done and here is the list of tab ID’s for your reference. You can check out the code snippet plugin and make some adjustments as you like.
[post_profile]
[post_info]
[post_images]
[post_video]
[special_offers]
[post_map]
[reviews]
[related_listing]
[gd_tab_2] -
AuthorPosts