Paolo

Forum Replies Created

Viewing 15 posts - 24,661 through 24,675 (of 27,715 total)
  • Author
    Posts
  • in reply to: Blank screen after clicking activate #25494

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Review display on clients websites #25492

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: iTunes #25490

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    you can use a regular text widget for that.

    Thx

    in reply to: GeoDirectory – Enfold Theme Compatibility #25411

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Blank screen after clicking activate #25379

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    both the theme and plugin can be downloaded on theme tailors from your “my order” page. Both are included in the zip.

    Thx

    in reply to: Problem with the list of hotels (location filter) #25314

    Paolo
    Site Admin
    Post count: 31211

    Would you please provide wp admin credentials? We will have a look at your settings.

    Thx

    in reply to: iTunes #25308

    Paolo
    Site Admin
    Post count: 31211

    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 reply to: Missing Maps #25307

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Possible bug in geodir_listing_permalink_structure() #25305

    Paolo
    Site Admin
    Post count: 31211

    Hi Jeff,

    I’ve flagged this for Stiofan.

    Thx

    in reply to: iTunes #25304

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: map and listings not showing. #25303

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: Subscriber: Add-Ons Upgrades Throwing Site Into Disarray #25300

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    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,

    in reply to: Hide tabs in custom post type #25299

    Paolo
    Site Admin
    Post count: 31211

    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

    in reply to: PO Files #25298

    Paolo
    Site Admin
    Post count: 31211

    Full documentation about translation can be found here: http://docs.wpgeodirectory.com/category/translation/

    Thanks

    in reply to: Title word limit #25297

    Paolo
    Site Admin
    Post count: 31211

    Thanks Gianni and Happy Holidays to you too!

Viewing 15 posts - 24,661 through 24,675 (of 27,715 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount