Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
what are you guys talking about?
This listing is in both categories Museum and Landmark and:
1) Both category are visible in the listing detail page: http://wpgeo.directory/attractions/united-states/new-york/new-york/museum/museum-of-modern-art/
2) The listing appears in the map for both categories.
http://wpgeo.directory/directory/united-states/new-york/new-york/ click in map on attractions and than check/uncheck categories.3) The listing appears in the listings pages for both categories:
http://wpgeo.directory/attractions/united-states/new-york/new-york/museum/
http://wpgeo.directory/attractions/united-states/new-york/new-york/landmark/Let us know,
Thanks
###UPDATE###
bug appear to be present in wptry.it/wp-geodirectory and not on wpgeo.directory.
Developers are looking into it.
UPDATE, I totally misunderstood. That is not possible without a code customization.
Thx
Hi,
1) if you removed the option to set GD as the homepage and you set the static as your home that doesn’t affect the location page.
You must modify actions of geodir_location.php and geodir_home.php plugin templates (which are very similar) to modify the GD home and GD location pages.
Require PHP and WP development knowledge.
2) We need to have a look at your website for this. Please reply in private with Url and wp admin credentials.
Thank you
Hi David,
We don’t provide support styling 3rd party plugins and you should post this in Ubermenu support forum if their video isn’t clear enough.
Thanks
Please request here and if many other members will think it is vital, we will definitely look into it.
https://wpgeodirectory.com/requests/
Thx
Please see this topic and let us know if this solves.
https://wpgeodirectory.com/support/topic/problems-with-the-enfold-theme-compatibility/#post-30390
Thx
Hi, I can confirm this as a bug and I’ve aaded it as a task for developers to fix.
We will keep you posted.
Thx
I’m setting this as solved. Let us know if you are still having problem, we can always re-open it.
Thx
You are welcome 🙂 Glad it worked…
Hi,
let us know if we can set this as solved.
ThxPlease provide in a private reply the iframe code you are trying to add and URL + wp admin (here not via email please) and we will make it work for you.
Thanks
Hi Cdgweb,
We are still writing developer docuementation, howeveryou can have a look at this tutorial John created to understand how to work with the template actions:
http://docs.wpgeodirectory.com/how-to-build-your-own-theme-compatibility-plugin/
Thanks
February 7, 2015 at 6:21 pm in reply to: GeoDirectory Buddypress Integration Addon Beta released #30277Hi,
New listing and reviews submission tracked in bp activity :
http://dropct.com/enfold/activityBP profile taking over author page:
http://dropct.com/enfold/members/admin/Tabs added in profile navigation for Listings/Favorites/Reviews:
http://dropct.com/enfold/members/admin/listings/
http://dropct.com/enfold/members/admin/favorites/
http://dropct.com/enfold/members/admin/reviews/Thanks
Hi,
there are 2 big mistakes.
1st The comment
/***************************************************ReOrderTabs*******************************************************was not closed with a / and all code below wasn’t excecuted.
2nd you were using 2 hooks/functions to add and reorder tabs and both have the same names:
add_filter(‘geodir_detail_page_tab_list_extend’, ‘geodir_detail_page_tab_list_extend’) ; function geodir_detail_page_tab_list_extend($tab_array) { // code here }While you only needed 1 hook/function to add and reorder tabs at once, by adding the code below where ever u want it in the function to re-order tabs and deleting the 1st function to add the tab:
$new_tab_array['specials'] = array( 'heading_text' => __('$10 LUNCH! Menu',GEODIRECTORY_TEXTDOMAIN), 'is_active_tab' => false, 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, 'specials'), 'tab_content' => '' );Needs to be $new_tab_array.
I’ve added it correctly to your website. Next time for a similar customization you should directly post in the Jobs forum.
Thank you
You are welcome 🙂
-
AuthorPosts