Stiofan
Forum Replies Created
-
It could be a few things, please open a ticket here https://wpgeodirectory.com/support/ and a developer will help you resolve this ??
Thanks,
Stiofan
Hello,
Have you disabled reviews or comments from the Places > Settings > General (show advanced)?
GD will try to take over any comments for on the page when active, even if added by another source as it simply uses filters of the comments form.If the above solution does not work, please open a ticket on out site so a developer can assist further.
Thanks,
Stiofan
Hello,
If your directory is limited to a certain country or city you can add a setting under GD > Settings > Search (show advanced) > Search near additional > add something like “paris, france”, you can add a city our just a country, this will be tagged onto the locations seach in the background as it may be finding matching locations around the world.
Thanks,
StiofanHello,
The GD search page will always have params, this is the default functionality.
Your root page is https://www.sensationaltutors.co.uk/tutors-list/ once searched you will be taken to the search page.
If your search page is slow it could be a number of things, but most searches can’t be cached as they are unique, for example a first search for something might take more time than a subsiquent refresh becasue the server can cache the query after the first run. In this case it could be server resources that contribute to the slow down.If you wish a developer to check further please open a ticket here https://wpgeodirectory.com/support/
Thanks,
Stiofan
We can only provide support for the core plugin here, i have reply replied to your ticket, let’s continue there ??
Thanks,
Stiofan
Hello,
I see your tickets in our system, a member of our team sill reply shortly. FYI our system will only send ONE email confirmation in 24h even if you submit multiple requests.
Thanks,
Stiofan
That is a strange one, the menu item is in the main content and not in the head.
I see a strange message in console “konto/:835 The specified value “K??ndigungsfrist*” cannot be parsed, or is out of range.”
Does the issue go away when you remove the UWP widget from the head? if so a develper might have to look at it, please open a ticket here: https://userswp.io/support/Thanks,
Stiofan
Hi Jonah,
Can you please be more specific, is this for viewing the profiel page or for uploading a new image? I have tested but i don’t see any issues?
Thanks,
Stiofan
We do have a hook that fires when a new cat image is added but you might be best just skipping that and instead just filtering the actual URL of the term from a simple function where you can set different SVG urls.
add_filter('geodir_get_cat_icon', '_my_svg_cat_markers', 10, 4);
function _my_svg_cat_markers($cat_icon, $term_id, $full_path, $default){
// target full path
if($full_path){
$new_icons = array(
'123' => 'https://example.com/marker1.svg',
'234' => 'https://example.com/marker2.svg',
'345' => 'https://example.com/marker3.svg',
'456' => 'https://example.com/marker4.svg',
);
$cat_icon = !empty($new_icons[$term_id]) ? esc_url($new_icons[$term_id]) : $cat_icon;
}
return $cat_icon;
}The above is not tested, but should give you an idea of what is needed, just let me know if you need furthter help.
Thanks,
Stiofan
- This reply was modified 1 month, 2 weeks ago by Stiofan. Reason: submitted too early
This has been fixed and released, let me know if u have any further issues ??
Thanks,
Stiofan
Thanks for reporting, that has been fixed and will be in the next release (likely tomorrow)
Thanks,
Stiofan
hello,
please open a ticket here https://userswp.io/support/ so we can assign a developer to you issue.
Thanks,
Stiofan
Hi?@mrgregb123,
Thanks again for reporting this issue. The team managed to replicate this and have resolved it. The fix will be released sometime between Monday and Thurdsay (no Friday releases ?? )
If you need the fix sooner you can use the latest from our github: https://github.com/AyeCode/invoicing (there are changes in some library files so of you are using some of our other products they might load old versions first, this will be resolved next week).
FYI the submission on “Enter” hit on any field is a built in WP feature, we have disabled it for those two date fields now.
Thanks,
Stiofan
Hi @mrgregb123,
Thanks for reporting this, i can partially recreate it, we are looking into it now.
For the time, this is required in some countries.
Thanks,
Stiofan
Thanks for reporting, this was a bug introduced in the optimisation changes in the last release, i have fixed and released this now ??
Thanks,
Stiofan