Paolo

Forum Replies Created

Viewing 15 posts - 15,631 through 15,645 (of 27,715 total)
  • Author
    Posts
  • in reply to: Site crashed after installing imsanity #122380

    Paolo
    Site Admin
    Post count: 31211

    The only way would be to edit them before uploading them.

    Thanks

    in reply to: GD Booster Script Exclude Bug #122375

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    please provide a link and admin credentials and the name of the script that you are trying to exlude from combine.

    We’ll have a look.

    Thanks

    in reply to: Listing style of multirating stars to small #122374

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    I’m not sure I understand what you want to do with CSS. Please explain better.

    For the rest I’ve flagged this for the developers.

    Let us know,

    Thanks

    in reply to: Excluded search terms #122372

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    it will take a while before Stiofan can spare any time on assisting developers for 3rd party integrations.

    We have been really really busy in this period and it doesn’t seem to be getting any quieter.

    Thanks

    in reply to: Map and Image Slider on Profile Page #122371

    Paolo
    Site Admin
    Post count: 31211

    Thanks for letting us know 🙂

    in reply to: Couple of issues/questions #122370

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    code for the preview page and detail page is different. This because on the preview page the data isn’t saved in the Database yet.

    You can see the difference quite clearly here: https://wpgeodirectory.com/remove-tabs/

    For example the args for the map are completly different.

    Detail page:

    
    
    $map_args = array();
            $map_args['map_canvas_name'] = 'detail_page_map_canvas';
            $map_args['width'] = '600';
            $map_args['height'] = '300';
            if ($post->post_mapzoom) {
                $map_args['zoom'] = '' . $post->post_mapzoom . '';
            }
            $map_args['autozoom'] = false;
            $map_args['child_collapse'] = '0';
            $map_args['enable_cat_filters'] = false;
            $map_args['enable_text_search'] = false;
            $map_args['enable_post_type_filters'] = false;
            $map_args['enable_location_filters'] = false;
            $map_args['enable_jason_on_load'] = true;
            $map_args['enable_map_direction'] = true;
            $map_args['map_class_name'] = 'geodir-map-detail-page';

    Preview page:

    
    
    global $map_jason;
            $map_jason[] = $post->marker_json;
     
            $address_latitude = isset($post->post_latitude) ? $post->post_latitude : '';
            $address_longitude = isset($post->post_longitude) ? $post->post_longitude : '';
            $mapview = isset($post->post_mapview) ? $post->post_mapview : '';
            $mapzoom = isset($post->post_mapzoom) ? $post->post_mapzoom : '';
            if (!$mapzoom) {
                $mapzoom = 12;
            }
     
            $map_args = array();
            $map_args['map_canvas_name'] = 'preview_map_canvas';
            $map_args['width'] = '950';
            $map_args['height'] = '300';
            $map_args['child_collapse'] = '0';
            $map_args['maptype'] = $mapview;
            $map_args['autozoom'] = false;
            $map_args['zoom'] = "$mapzoom";
            $map_args['latitude'] = $address_latitude;
            $map_args['longitude'] = $address_longitude;
            $map_args['enable_cat_filters'] = false;
            $map_args['enable_text_search'] = false;
            $map_args['enable_post_type_filters'] = false;
            $map_args['enable_location_filters'] = false;
            $map_args['enable_jason_on_load'] = true;
            $map_args['enable_map_direction'] = true;
            $map_args['map_class_name'] = 'geodir-map-preview-page';
     

    The same is true for any other function.

    Hope this helps,

    Thanks

    in reply to: Couple of issues/questions #122349

    Paolo
    Site Admin
    Post count: 31211

    That is the problem, the function for the preview part is missing. You must have the elseif part…

    in reply to: Copyright URL not displaying #121824

    Paolo
    Site Admin
    Post count: 31211

    You are welcome 🙂

    in reply to: Functions from the sidebar in details listing #121822

    Paolo
    Site Admin
    Post count: 31211

    You are welcome 🙂

    in reply to: Map Bubble / infowindow Link _blank #121813

    Paolo
    Site Admin
    Post count: 31211

    They are there, just very light if no review has been left yet.

    See image attached.

    Thanks

    in reply to: Listing's Map Tab not showing map #121812

    Paolo
    Site Admin
    Post count: 31211

    You are welcome and thanks for sharing this info, it could be useful for other members too in the future 🙂

    in reply to: New Custom Post Type Detail Not Showing #121810

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    for the videos please see: https://wpgeodirectory.com/support/topic/embedding-multiple-videos/

    The rating description not showing seems to be a bug that comes up when fontawesome icons are used to replace stars. I’ll let the developers know and ask them to fix it.

    Thanks

    in reply to: Excluded search terms #121807

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    no because the system must be multilingual compatible and it’s impossible to exclude common words for any language.

    You can find an option in: GD >> General >> serach >> Individual word search limit

    That is the extent of it.

    Thanks

    in reply to: Functions from the sidebar in details listing #121806

    Paolo
    Site Admin
    Post count: 31211

    custom fields like telephone can be called like this anywhere in your templates:

    
    
    global $post;
    if(isset($post->geodir_contact) && $post->geodir_contact){
    echo '<a href="tel:'.$post->geodir_contact.'"><i class="fa fa-phone-square"></i>&nbsp;:&nbsp;'.$post->geodir_contact.'</a>';
    }

    To get all other fields variable names you can add this to your template below the global $post; part:

    print_r($post);

    For the send enquiry form and send to friend please see: https://wpgeodirectory.com/support/topic/moved-send-enquiry-button-not-working/#post-34926

    Digging in the forum you will find plenty of other examples of how to customize the details page.

    Let us know if this helped.

    Thanks,

    in reply to: Site broken after 1.1.3 update #121805

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    please provide a link and admin credentials and I’ll alert Stiofan to have a look.

    Let us know,

    Thanks

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