Paolo
Forum Replies Created
-
AuthorPosts
-
btw, for editing smaller bits inside the templates there are also many filters that you can use to hook into them : https://wpgeodirectory.com/docs/codex_project/geodirectory_filters/
unset all the actions and then have to make new ones for every bit i want
That is correct.
Example, remove the slider and rebuild it with my own style:
1st we remove the slider adding this in our theme functions.php file:
remove_action( 'geodir_details_main_content','geodir_action_details_slider',30);the original add_action is in function geodir_action_after_single_post, which is located in geodirectory/geodirectory_template_actions.php [Line: 1328]
2nd we copy the function geodir_action_details_slider inside our functions.php file. We rename it to my_geodir_action_details_slider and customize it has we prefer. You can also write your own custom function from scratch…
3rd we add the new action to add it to the template:
add_action( 'geodir_details_main_content','my_geodir_action_details_slider',30);There are several examples in the forum (search for remove_action) and we are also publishing some tutorials on our blog
This should get you started and give you a much better vision of how it works.
Let us know how you went.
Thanks
Hi Siparker,
please let us know in details how you intend to offer the service. If appropriate, we can open a sticky post here on the forum for you to handle it.
Thanks
That’s over 4 years old, you should upgrade to minimum 5.4+
Thanks
I’ve replied to another post where you requested help for the popup. I found 3 topics now… Please avoid double or triple posting about the same problem. It only makes our work harder.
Thanks
Hi Julio,
those are ajax calls.
Once we will have our JSON API we will be able to make it faster, but until than the only way to make it faster is to get into a faster server.There is no easy way to limit to region level. It would require custom coding int he add-on code, bu you can disable it completely if needed.
Thanks
Hi webfolkster,
I see another problem in your popup so I asked Stiofan to follow up. He’ll reply here: https://wpgeodirectory.com/support/topic/popup-issues/#post-46056
@siparker are you using KLEO Theme too?
Please provide a url and admin credentials so that we can verify if the problem is the same or not.
It could be unique to your theme.
Thanks
Hi,
the claim system currently doesn’t force the payment. Users can claim even if there is no featured price. AFter claimimng they can chose to pay or to keep their listing at free level. This is the philosophy behind it.
However we are working on including the option to force the payment while claiming the listing.
We have done most if it, but we need the new payment class (which is almost ready too) before releasing it.
Thanks
Hi,
for each location you can add custom content in GeoDirectory >> Multilocation >> Manage location >> edit
You have to text box : City Meta and City Description.
For region and countries these boxes are in GeoDirectory >> Multilocation >> SEO Settings
Whatever you input in the City Description will be disaplyed by the GD > Location Description widget that you can place anywhere in the Home widget areas.
Otherwise you can customize the home/location templates, but that require some coding skills.
The location page is totally made with custom templates, so any attempt to add content in any other way is not possible.
Thanks
Hi K2crew, we’d really need your FTP and DB access to solve this, as of now we are unable to replicate it.
Let us know,
Thanks
FYI, just in case you didn’t see it: https://wpgeodirectory.com/remove-tabs/
Hi,
this is what Giri replied to your other topic.
“Hello Robin, It looks like you are using older PHP version.
WordPress recommends: PHP 5.4 or greater
Can you tell us your PHP version?”
I moved into the Whoop forum…
https://wpgeodirectory.com/support/topic/split-whoop-beta-released/
Thanks
Hi,
it isn’t, distance is only shown in searches, that widget doesn’t interact with search queries.
Thnaks
not yet, but we are very close…
Hi,
for Events there is no settings because users can already edit their own events. On your profile click the listings tab and than the events submenu.
The main Events tab shows your events activity. Your Listings (for all CPTs) are managed in the Listings tab.
For the foru mthat’s a bbpress setting. Go to Settings >> Forums.
Thanks
-
AuthorPosts