Paolo
Forum Replies Created
-
AuthorPosts
-
October 8, 2014 at 8:35 pm in reply to: Error plugin Geodirectory Location manager (Add/edit location) #17799
BTW = by the way
Quick cache is a simple caching plugin for wordpress and there is a chance that it works fine with GD.
Bye!
all fixed, you just needed to enable permalinks in wordpress settings.
http://estinnes.be/adresses/lieux/belgium/region-wallonne/estinnes/construction/similia-energy/
Thx
I think you could use something like mobble plugin.
https://wordpress.org/plugins/mobble/
However, you would still have to recreate all map widgets as custom widgets in your child theme functions.php file and include the
is_mobile()
condition from mobble to the whole widget function.
It shouldn’t be that hard.
Let us know if this points you in the right direction.
Thx
October 8, 2014 at 6:17 pm in reply to: Not able to change homepage title, description and keywords #17787Pls submit your credentials here in a private reply, so that if Simone is unavailable another one of us can assist you.
Thx
October 8, 2014 at 6:15 pm in reply to: Error plugin Geodirectory Location manager (Add/edit location) #17786HI Hector,
at the moment you won’t find any plugin which will be able to cache and concatenate css and js files succesfully for GD.
All plugins are made for rather simple themes/plugins mostly dealing with default wordpress options.
GeoDirectory add locations pages and dynamic maps, which would require a dedicated plugin to achieve proper caching and file concatenations.
Similar to GT Booster which was built for GeoTheme. We will for sure work on it for GD too, but I can’t promise when we will be able to release it.
BTW for caching purposes only, probably quick cache could be working fine.
Thanks
Hi,
that is a search page, not the listing page…
Just FYI.
Let us know,
Our plugin doesn’t offer that option because it uses regular wordpress registration. You would have to let your visitor access wp-login.php or use a plugin like theme my login or profile builder to achieve that.
Thx
October 7, 2014 at 10:24 pm in reply to: Error plugin Geodirectory Location manager (Add/edit location) #17733Hi Hector,
you had 2 problems.
For alicante you used the wrong format for lat and long coordinates.
It should be in decimal format and not in °.
To add a new city, just type the name, click set city on map and let the script do the rest. It will autofill region, country, lat and long.
If you have 2 cities with same name, just fill city and region and the script will do the rest.
Correcting the lat and long coordinates for the default city solved the add location issue.
The other problem where Super Cache and Autoptimize that are too generic to be used with an application like GeoDirectory and will brake all sort of things along the way.
Thx
October 7, 2014 at 10:15 pm in reply to: Logo for listing & listing details page style(may be a feature request) #17730Hi Khan,
everything can be done, but you need to have some php and wordpress API knowledge.
You can start by looking at the structure of the template for the detail page:
listing-detail.php
There you will find that the content is returned by : a function named geodir_details_main_content, while the sidebar content is returned by : geodir_detail_sidebar.
At this point you can search for this functions in all files and you will find that both are in geodirectory_template_actions.php and both also reference to functions in geodirectory_hopoks_actions.php
Now by removing actions and re-adding them modified following your needs, you can customize the page as you wish.
If you do a search in this forum, you can find some examples of how to remove/reorder elements using those functions.
A couple of examples to modify the place detail sidebar are:
Move rating stars from sidebar to content area: https://wpgeodirectory.com/support/topic/details-page-how-to-move-rating-stars-from-sidebar-to-content-area/
Disable some detail info: https://wpgeodirectory.com/support/topic/disable-some-detail-info/
Map instead of flexslider : https://wpgeodirectory.com/support/topic/map-instead-of-flexislider-on-detail-page/
Searching for “remove_action” will bring them all up. All of this customization will start with a “remove_action”.
Following these examples you should be able to do just about anything.
Thanks
pls see image attached.
I suggest to go through some wordpress basic documentation (or video) to have a minimal knowledge about the CMS that uses our plugin.
Thx
October 7, 2014 at 7:12 pm in reply to: Error plugin Geodirectory Location manager (Add/edit location) #17709Hi,
is the map loading when you 1st open that page? If it is not, there is a problem with google maps api. Probably another plugin creating a conflict.
Would you provide a URL and wp admin credentials in a private reply, so that we can have a look?
Thanks
October 7, 2014 at 7:09 pm in reply to: Remove Post Type selector from Advanced Search widget #17708Hi,
I would really need your website url and credentials to be 100% sure, but I see a couple of things that look wrong.
1) In the author column you should use the ID, not the username.
2) Custom fields should be added at the end of the file after IMAGES
3) Custom fields name should be geodir_html_variable. Not gd_html_variable.
I suspect that fixing this 3 things would solve, but without testing I can’t be 100% sure.
What I normally do to give support when somnthing isn’t working as it should is to check in phpmyadmin (or by installing the database browser plugin), add all custom fields from the front end or back end forms to 1 listing and check how they were added to the geodir_gd_place_detail table.
Following the right format in the CSV it never fails.
Let us know,
You can rename gd_places to avoid having an empty CPT and now also hide it if no places are added to it.
Giving an option to delete it completely, it would require a major customization of the code for something that is really not necessary.
Thx
-
AuthorPosts