Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
the tabs you can hide from settings in GeoDirectory >> Design >> Detail >> Exclude selected tabs from detail page.
To remove the sidebar, you can do that with css. It’s the easiest way.
Add this to GeoDirectory >> design >> scripts >> custom css.
.geodir-details-sidebar-right { display: none; } #geodir_content { width: 100%; }Let us know how you went.
Thanks
Hi,
this should get you started: https://wpgeodirectory.com/support/topic/modifying-the-layout/
You can also totally overwrite templates and customize them: https://wpgeodirectory.com/docs/customizing-geodirectory-templates/
Customizing templates require some php and wordpress development knowledge.
Let us know how you went.
Thanks
Hi Mambo,
please provide a link and admin credentials and we will have a look.
Thanks
Hi,
removing the ending trailing slash from permalink setting isn’t a good practice.
It is a dirty work around that breaks any 3rd level URL.
Can’t work with GeoDirectory.Thank you
You are welcome! 🙂
September 19, 2015 at 1:13 am in reply to: Change 'GeoDirectory Checkout' text on checkout page #53615Hi,
Have you checked in the payment manager po file?
I’m not sure though of which header text are you talking about. Could you please be more specific?
Thanks
Hi,
For the listings page, the settings is in GeoDirectory >> design >> listings >> Listing content section view.
For home page and sidebar widgets, in each individual widget options.
Thank you
Hi,
for some reason, there are problems in 2 of your database tables:
ERROR: CTP: geodir_gd_employment_detail table not converted
ERROR: Two CTP: geodir_gd_member_news_detail tables foundThat’s why data is not saving correctly.
Please provide phpmyadmin credentials and we will check what happened.
Thanks
It is in the plans but we will have to wait minimum 1st quarter of 2016 before seeing a stable version.
We are just starting studying how to integrate with WP REST API.
They will not be native apps. It will be a PhoneGap application.
Thanks
Hi,
adding it this way, it seems to be working only in the sidebar for me too. I’ll ask to Stiofan to gives us details on how to move it within the main content area.
Thanks for your patience,
September 18, 2015 at 11:39 pm in reply to: epic 404 error for some listings correcty displayed in the plugin #53606Hi,
if you visit the listing from the dashboard, you will notice that the save button still says publish.
This happens when listings are imported without status.
You just need to click on the publish button to fix it.
Thanks
Hi Brian,
I’ve asked to the developers to have a look at this for you.
We’ll come back to you asap.
Thank you
September 18, 2015 at 10:12 pm in reply to: Once GD Booster is enabled on my site, the site breaks #53603This reply has been marked as private.Hi,
with geodir_add_to_favorite.
Example:
add_action( 'geodir_detail_sidebar_inside', 'geodir_add_to_favorite', 10 );Let us know how you went.
Thanks
Hi,
that is the Buddypress template activate.php.
You can modify any bp template by copying it over from:
/bp-templates/bp-legacy/buddypress/
To:
/geodir_whoop/buddypress/
N.B. Inside the subfolder ‘buddypress’ you must preserve the path structure/folders that exist in the BP original /buddypress/ folder, so for activate.php must be
/geodir_whoop/buddypress/members/activate.php.once this done buddypress will start using the template inside your theme and you can customize it as you wish.
Let us know how you went.
Thanks
-
AuthorPosts