Paolo
Forum Replies Created
-
AuthorPosts
-
I just re-scanned both child theme and compatibility plugin for Avada and they are virus/malware free.
I’d run a full scan on your PC.
Thanks
Hi David,
no this is not currently possible. I know developers did something similar for GeoTheme in the past, hopefully they will extend their plugin for GeoDirectory too.
If you wish to this added by us though, you should suggest it here and hope other members will massively vote for your idea.
Thanks
Hi,
you can use a regular text widget for that.
Thx
HI Rod,
it’s my mistake. I updated on wordpress.org and left the functions to update from this website in it. I should have removed it. Now I updated it again and did remove it.
Thanks
Hi,
both the theme and plugin can be downloaded on theme tailors from your “my order” page. Both are included in the zip.
Thx
Would you please provide wp admin credentials? We will have a look at your settings.
Thx
I really don’t know what to answer, you didn’t explain what you want and where you want it.
If you want users to add an iframe code in a listing you can use the video code field (used to add youtube video).
It will work just the same and there is no need for customization, but this is just an assumption because you didn’t explain what you need.
Thx
In the menu it doesn’t show categories, but custom post type (listing types).
You need to add the category links manually via
appeareance >> menus
if you want them to appear.
Than probably remove the custom post type links which now would be redundant and you can do that in
geodirectory >> design >> navigation
and untick :
Show listings navigation in menu.
You don’t need to input each company listing again, you just need to add the new category to each listing.
Let us know how you went.
Thx
December 22, 2014 at 10:14 pm in reply to: Possible bug in geodir_listing_permalink_structure() #25305Hi Jeff,
I’ve flagged this for Stiofan.
Thx
The question is a bit to generic to give a straight answer. You need to customize a theme template, but it really depends where you want to put it.
This is a customization though, if you want I can move the topic in the Jobs section of the forum.
Thanks
You map was working for me, the widget wasn’t showing any listing because it was asked to show entry from CPT GD_place which is empty. You have listing only for GD_find.
In addition you didn’t have GD element in the menu which doesn’t make it possible to use multilocation properly.
Thx
December 22, 2014 at 9:59 pm in reply to: Subscriber: Add-Ons Upgrades Throwing Site Into Disarray #25300Hi,
I’ve flagged this for the developers and for the moment I’d deactivate the advance search addon. It seems to be a theme specific problem, which is happening also with another couple of themes and Stiofan is already looking into it. Hopefully by tomorrow we will have fixed it.
Thanks for your patience,
This should do it:
add_filter('geodir_detail_page_tab_list_extend', 'geodir_detail_page_tab_list_extend') ; function geodir_detail_page_tab_list_extend($tab_array) { global $post; if(isset($post->post_type) && $post->post_type=='gd_free'){ if(isset($tab_array['reviews'])){ $new_tab_array['reviews'] = $tab_array['reviews'];// set in new array $new_tab_array['reviews']['is_active_tab']=’1′; unset($tab_array['reviews']);//unset in old one } if(isset($tab_array['post_profile'])){ $new_tab_array['post_profile'] = $tab_array['post_profile']; // set in new array $new_tab_array['post_profile']['is_active_tab']=”; unset($tab_array['post_profile']);//unset in old one } if(isset($tab_array['post_map'])){ $new_tab_array['post_map'] = $tab_array['post_map'];// set in new array unset($tab_array['post_map']);//unset in old one } if(isset($tab_array['special_offers'])){ $new_tab_array['special_offers'] = $tab_array['special_offers'];// set in new array unset($tab_array['special_offers']);//unset in old one } if(isset($tab_array['post_info'])){ $new_tab_array['post_info'] = $tab_array['post_info'];// set in new array unset($tab_array['post_info']);//unset in old one } if(isset($tab_array['post_images'])){ $new_tab_array['post_images'] = $tab_array['post_images'];// set in new array unset($tab_array['post_images']);//unset in old one } if(isset($tab_array['post_video'])){ $new_tab_array['post_video'] = $tab_array['post_video'];// set in new array unset($tab_array['post_video']);//unset in old one } if(isset($tab_array['special_offers'])){ $new_tab_array['special_offers'] = $tab_array['special_offers'];// set in new array unset($tab_array['special_offers']);//unset in old one } if(isset($tab_array['related_listing'])){ $new_tab_array['related_listing'] = $tab_array['related_listing'];// set in new array unset($tab_array['related_listing']);//unset in old one } // now we set any remaining tabs that have not been assigned an order foreach($tab_array as $key=>$tab){ $new_tab_array[$key]=$tab; } return $new_tab_array ; } else { return; } }Let us know,
Thx
Full documentation about translation can be found here: http://docs.wpgeodirectory.com/category/translation/
Thanks
Thanks Gianni and Happy Holidays to you too!
-
AuthorPosts