Simone
Forum Replies Created
-
AuthorPosts
-
Hello David, there is no way to bulk add prices, but you can play with the database if you have some knowledge, in the table wp_geodir_price you cans ee the columns, pretty much self explanatory (see a piece of the database, in the attachment).
For the location search, probably your customer where locked into a session, in a different area. He should have been set the location to “Everywhere” from the dropdown location menu
Hello Adele, issues are fixed and added in the next release.
Run GD Tool from GeoDirectory -> GD Tools -> Ratings check -> Run -> Fix
Ive added the code in your functions. You can already see the descriptions in your add listing page. Look in the functions.php and find UNDER TITLE UNDER DESCRIPTION and UNDER DESCRIPTION1 and change it as you wish. Please note this, and the others, are custom modifications, they require time and this is far beyond our support.
Hello, I have fixed the code in your functions.php for both the VK button and the GD Listing Content section section (you will find a new area in Widgets).
About the VK you will find on your site the error “NO App Domain” I thin it’s due to some wrong settings when setting up the button. You can find in your functions.php how to edit and replace the code once you set it right. just look in functions.php and find
<!–here is the code for your VK–>One more thing, you’re using GDF framework but not the Child theme.
add !important
h1.entry-title.fn { width:100% !important; }
or even better, add this
h1.entry-title.fn { max-width: 99%; }
Hello, this is not working maybe because your search has been customized.
If you try to search in the listings page (at /places), the autocompletion will workadd this to your style.css
h1.entry-title.fn { width:100%; }
Hello, have you read about this?
https://wpgeodirectory.com/addons/gd-recaptcha/Im sure I have fixed this more than one time but I can’t find it using the search. Could you please post your url? My russian is rusty 🙂 is it http://gopod-naladoni.rf ?
Hello, this is weird, first time I see something similar.
Try to run the GD Tools, especially the task “Sync GD tags”Hello Adele, both of the issues appear on my demo site too, you might have been spotted a bug, I’ll notify the developer. We’ll let you know, thanks.
EDIT: the first issue is fixed and it will be in the next release.
Well, you can either post it to the feature request board, here https://wpgeodirectory.com/requests/ )
or create a thread in the Job forum (here https://wpgeodirectory.com/requests/https://wpgeodirectory.com/support/forum/geodirectory-jobs/ ) so maybe someone could code this feature for you.Hello, im afraid but this is not possible
this shouldn’t be happening, have you edited your css recently?
However you can force the padding addingh3.geodir-entry-title,div.geodir-entry-content{ padding-left:5px !important; }
Hello, yes this is the normal behavior, because there are a lot of “words” and so they cannot be in the same row (one would overlap the other). If you will see an other listing, with less “words”, it will be in one row.
You can try decreasing the font size, add the following in your style.css (inside your child theme folder)
span.geodir-category,span.geodir-tags{ font-size:12px; }
-
AuthorPosts