Kor
Forum Replies Created
-
AuthorPosts
-
Hi there,
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.
February 24, 2017 at 7:18 pm in reply to: How to remove the white section at the bottom of Home Page? #363712Hi Rigots,
Try using the custom CSS code below to fix it. Let is know how it goes.
.sd-homepage .featured-area{ height: 100vh!important; }Thanks!
Hi there,
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 there,
Please refer to the bottom section of this documentation https://wpgeodirectory.com/docs/core-permalinks/ . So, to do this, just rename the pages.
Thanks
Hi there,
Could you please check if you have this option switched “on”? GeoDirectory > Listing Claims > Notifications Tab > Claim listing verification required
Refer to https://wpgeodirectory.com/docs/claim-listings-add-on-overview/ for more info
Thanks!
Hi there,
I’m sorry for the late reply. Sorry, I’m not really sure what you’re trying to achieve with GD. As you know, dmoz is a directory of Websites. So, are you saying that you’re trying to built a directory of Websites and also include a listings of locations? I’d suggest that you start working on your directory and let us know if you’re stuck somewhere in between and we’ll try to guide you through.
Thanks!
Hi Jonny,
You can apply this code using the Code Snippets plugin https://wordpress.org/plugins/code-snippets/ . Example
function sd_gd_adv_search_btn_value() { return '<i class="fa fa-user" aria-hidden="true"></i>'; } add_filter('gd_adv_search_btn_value', 'sd_gd_adv_search_btn_value', 10);You can change the code fontawesome code: http://fontawesome.io/cheatsheet/
Hi Kim,
Unfortunately, that would require complex customization to achieve that. But feel free to add this into the feature request lists https://wpgeodirectory.com/requests/
Thanks!
Hi there,
Could you a look at the GD Search widget settings and change the “Open customize my search from:” setting as shown in this screenshot http://prntscr.com/ecg6fl . This would force the advanced search to open by default without clicking on the COG wheel.
Thanks!
Yes, that’s correct. Let us know how it went.
Thanks!
You’re Welcome.
Hi there,
I’ve just applied the custom CSS code below into GD > Design > Scripts > Custom Style CSS. Could you check and see if it’s what you’re looking for?
.geodir_location_listing span[itemprop="addressLocality"], .geodir_location_listing span[itemprop="addressRegion"], .geodir_location_listing span[itemprop="addressCountry"], .geodir_location_listing span[itemprop="postalCode"] { display:none!important; } .geodir_location_listing .geodir_more_info br:nth-child(4), .geodir_location_listing .geodir_more_info br:nth-child(3), .geodir_location_listing .geodir_more_info br:nth-child(5), .geodir_location_listing .geodir_more_info br:nth-child(7), .geodir_location_listing .geodir_more_info br:nth-child(9) { display:none!important; }Thanks!
Hi there,
You’ll find your favourite listings in the “accounts” section as shown in this screenshot http://prntscr.com/ecrq3h
Thanks!
Hi there,
Could you try using the custom CSS code below and see if it’s what you’re looking for?
span[itemprop="addressLocality"], span[itemprop="addressRegion"], span[itemprop="addressCountry"], span[itemprop="postalCode"] { display:none!important; } .geodir_more_info br:nth-child(4), .geodir_more_info br:nth-child(3), .geodir_more_info br:nth-child(5), .geodir_more_info br:nth-child(7), .geodir_more_info br:nth-child(9) { display:none!important; }Hi Rigots,
Could you please share the URL of the site in question and also show me a screenshot of what you’re trying to remove there.
Thanks!
-
AuthorPosts