Paolo
Forum Replies Created
-
AuthorPosts
-
Changes are 2:
In geodirectory/geodirectory-functions/taxonomy_functions.php
after line 1390 (between functions geodir_term_exists and geodir_get_term_icon) add:
function geodir_get_term_icon_rebuild(){ update_option('gd_term_icons',''); }In geodirectory/geodirectory_hooks_actions.php line 176 replace:
add_action('edit_category', 'geodir_get_term_icon', 5000, 2);with:
add_action('gd_tax_meta_updated', 'geodir_get_term_icon_rebuild', 5000);If you can’t follow these instructions, an update will be released very soon, probably tomorrow.
Thanks
Hi Oldmankit,
the 1st is a location page (GD home), the second is a listings page.
To make something appear in the location page, you ahve to go to appearance >> widgets and add widgets to the Gd Home widget sections.
More info here: http://docs.wpgeodirectory.com/layout/
Let us know if this makes it clearer.
Thanks
Hi,
your version of GeoDirectory is outdated. That version still doesn’t include the shortcodes.
Thank you
Hi,
make sure you only log PHP warnings and avoid displaying them on screen.
Please try adding the code snippet below in your child theme’s functions.php file.
error_reporting(E_ERROR);Thanks
Hi, this is fixed and the patch can be seen here: https://github.com/GeoDirectory/geodirectory/commit/5208f06182361c0fbd5e11e0febc9d99e5d358bb
Thanks
Hi, this is fixed and the patch can be seen here: https://github.com/GeoDirectory/geodirectory/commit/5208f06182361c0fbd5e11e0febc9d99e5d358bb
Thanks
Hi,
we are working on this and we will release a patch asap.
Thx
Hi,
we are working on this and we will release a patch asap.Thx
hi,
regular PHP settings used for any wordpress website would be good for us too. The only thing is toi avoid using mod_security.
Your server admin should be able to figure that out from literature available on the internet.
Thanks
Hi,
sorry for the late reply.
Theme Tailors is a marketplace and each shop uses an indipendent cart. It will accept multiple products, but from the same store.You can recognize different shop, because they have different URLs.
Let us know how you went.
Thx
Hi,
we would need URL and wp admin to have a look. I can’t recreate this in any of my test websites.
Let us know,
Thx
let us know if we can set this as resolved.
Thx
You have this custom css somewhere using the !important tag, which prevent anything to overwrite it:
body, a, h1, h2, p, input, select { font-family: "Droid Sans",sans-serif !important; }Thanks
Hi,
If you set Vegan as default sort, it will work in generic search and listings pages.
But if you want to use multiple filters like in your case:
– near zip and vegan
than yes, the advance search must be used.
I think you must be confusing GeoTheme with GeoDirectory, GT had a similar feature wher you could filter with Checkboxes on searches, but that’s not much different from what GD offers. For example in the search results page you could make the advance search filters window open by default and you would get the same result.
They would ahve to check whatever filter they want and then click search.
Thanks
Yesterday 🙂
Let us know if it is fixed.
Thx
-
AuthorPosts