Paolo

Forum Replies Created

Viewing 15 posts - 13,801 through 13,815 (of 27,715 total)
  • Author
    Posts
  • in reply to: Users cannot add listings #164558

    Paolo
    Site Admin
    Post count: 31211

    Let us know all credentials once they moved your website so that we can check that everything is setup correctly.

    Thanks

    in reply to: Newspaper 6 Theme compatibility Settings #164557

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    please provide a link and admin credentials of the website where both that theme and GeoDirectory are isntalled and we will look into it.

    Thanks

    in reply to: Map and Registration Box #164556

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    did you see this reply by Guust? https://wpgeodirectory.com/support/topic/event-address/

    Did you install the location manager already?

    Let us know,

    Thanks

    in reply to: affiliate #164550

    Paolo
    Site Admin
    Post count: 31211

    Now you just need to use your new link to direct traffic to this website and get commissions for every new member refered.

    Thanks

    in reply to: Translate GeoDirectory and Get 1 Year Free! #164518

    Paolo
    Site Admin
    Post count: 31211

    HI Jenny,

    your current subscription isn’t expired yet. Let us know when it is expired so that we can activate another one. Now it would only reset the clock.

    Thanks

    in reply to: Location Manager Causes error #164517

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    there is an error in console:

    TypeError: google.maps.places is undefined
    /wp-admin/post-new.php?post_type=gd_place
    Line 863

    As Guust said, most plugin scripts are loaded from a static.yoursite.com URL. Is that doen via .htaccess? I’m not even sure that is the problem.

    I’ve flagged this for the developers, they’ll let us know asap.

    Thanks for your patience,

    in reply to: My apology for post #61507 #164515

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    yes that will require some sort of intergation that must be custom built.

    Thanks

    in reply to: Tab Order on Detailed description. #164514

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    please add the following code to your active theme functions.php file and go to GD >> design >> detail >> Exclude selected tabs from detail page and select “Related Listings”.

    
    
    function override_whoop_filters() {
         remove_filter('geodir_detail_page_tab_list_extend', 'geodir_detail_page_tab_list_extend');
         add_filter('geodir_detail_page_tab_list_extend', 'my_geodir_detail_page_tab_list_extend');
    }
    add_action('init', 'override_whoop_filters');
    
    function my_geodir_detail_page_tab_list_extend($tab_array)
    {
        global $preview;
        if ($preview) {
            return $tab_array;
        }
        $new_tab_array = array();
        // here u can modify this array, u can create a completely new one too.
    
     if (isset($tab_array['post_profile'])) {
            $new_tab_array['post_profile'] = $tab_array['post_profile']; // set in new array      
            unset($tab_array['post_profile']);//unset in old one
        }
    
        if (isset($tab_array['reviews'])) {
            $new_tab_array['reviews'] = $tab_array['reviews'];// set in new array       
            unset($tab_array['reviews']);//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['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_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_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
        }
    
        // 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;
    }

    That should do it.

    Thanks

    in reply to: Users cannot add listings #164507

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    a) I don’t think there is much difference in terms of managing the servers compared to the managed wordpress plan.

    b) I never tested dune, being a Genesis CHild theme it should be compatible, and if there are some glitches it won’t be something that can’t be fixed.

    c) They are, but there is no integration what so ever at present.

    d) Using a plugin to create a pricing table is a bad idea: https://wpgeodirectory.com/are-pricing-tables-slowing-down-your-site/

    Thanks

    in reply to: Updating Theme GeoDirectory Framework #164122

    Paolo
    Site Admin
    Post count: 31211

    You are welcome 🙂

    in reply to: Description/Excerpt not displaying #164048

    Paolo
    Site Admin
    Post count: 31211

    You are welcome 🙂

    in reply to: Description/Excerpt not displaying #164046

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    the Bare Bone price has description limit set to ZERO.

    That means no description.

    I’m not sure why the tab isn’t showing, probably because it is empty, but if that’s the case, then it is something recently added by the developers that I didn’t know about.

    Please remove the limit from the price and add a description to the listings.

    Let us know if that was it,

    Thanks

    in reply to: Google Analytics #164044

    Paolo
    Site Admin
    Post count: 31211

    Thanks for letting us know 🙂

    in reply to: Language file #164043

    Paolo
    Site Admin
    Post count: 31211

    HI,

    translating or rephrasing is done the same way, via translation file.

    Just keep it as “en_US” and avoid changing the language in WordPress.

    But it still needs to be saved in that path.

    Thanks

    in reply to: GD Top Section-Popular Categories #164041

    Paolo
    Site Admin
    Post count: 31211

    You are welcome 🙂

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