Paolo

Forum Replies Created

Viewing 15 posts - 23,206 through 23,220 (of 27,715 total)
  • Author
    Posts
  • in reply to: Select Package – Price Board image #35289

    Paolo
    Site Admin
    Post count: 31211

    Hi martinwi,

    You should try to make an addon with it and sell it on themetailors too.

    Looks pretty awesome!

    Thanks

    in reply to: Paypal goes back to home page #35288

    Paolo
    Site Admin
    Post count: 31211

    Hi Michael,

    I’ve tested on your website and the only reason I see that could prevent the add listing form to complete its operation is W3 Total Cache, which is not compatible, I’ve disable it, but it creates few files in wp-content and htey should be manually deleted.

    There could ber a server session problem too, in any case to verify I would need FTP credentials.

    Once you provide them I’ll have a deeper look and it shouldn’t be hard to fix everything.

    Let me know,

    Thanks

    in reply to: Adding a button to listings #35286

    Paolo
    Site Admin
    Post count: 31211

    In your active theme functions.php file.

    Plugin files should never be touched.

    Thanks

    in reply to: how do i put elements next to the details slider? #35285

    Paolo
    Site Admin
    Post count: 31211

    HI,

    1st of all make sure to remove the id=”content” from the div containing that field. There can be only 1 element with that ID on the page.

    Add float:left to the css used to reduce the slider.

    
    
    .geodir_flex-container {
        float: left;
        max-width: 456px;
    }
    

    That will make the line go up next to the slider.

    Than you can add this css to bring the map back down:

    
    
    #catcher_detail_page_map_canvas2 {
        clear: both;
    }

    let us know how you went.

    thx

    in reply to: MOLTO MOLTO MULTI POST #35280

    Paolo
    Site Admin
    Post count: 31211

    hi Frank,

    it should not be possible unless you STILL have a post stick in your sessions, which would mean you never closed the browser or never added a new post from the front end.

    Instead of opening a new topic though, please reply in the previous topic where help has been offered by Stiofan.

    https://wpgeodirectory.com/support/topic/gd-i-love-you/#post-34946

    Thank you!

    I’m closing this one…

    in reply to: https #35276

    Paolo
    Site Admin
    Post count: 31211

    Please let us know if this is resolved.

    Thanks

    in reply to: More bouncing up and down #35275

    Paolo
    Site Admin
    Post count: 31211

    Hi Urbanfix,

    this has been fixed and will be in next version of advance search addon.

    Thanks

    in reply to: X-Theme Irregularities #35237

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    1 seems to be part of renew stack
    They suggest this: https://theme.co/x/member/forums/topic/remove-blog-title-but-keep-shop-title/

    I’d say you can hide it completely with :

    
    
    .x-header-landmark {
        display: none;
    }

    2) For this you can fix with:

    
    
    .map-places-listing {
        margin-top: -43px;
    }

    3) The popular category widget there is in added full width area, so that is how it would normally show. If you want to contain it you could add:

    
    
    .geodir-cat-list {
        margin: auto;
        max-width: 1200px;
    }

    4) for the claim modal:

    
    
    
    #geodir_claim_form h4 {
        font-size: 16px;
        margin: 0 0 15px;
    }
    #simplemodal-container .row textarea {
        height: 80px !important;
    }
    

    All this css can be added to GD >> design >> scripts >> custom css.

    Let us know how you went.

    Thanks!


    Paolo
    Site Admin
    Post count: 31211

    Hi,

    Is that being imported without formatiing or not imported at all?

    The post_author column is empty. You should add the ID of the admin or a user of your choice before uploading the file.

    Let us know and please provide url and wp admin credeentials and we will have a look.

    Thanks

    in reply to: Split: Locations not showing on map #35226

    Paolo
    Site Admin
    Post count: 31211

    It was BePro listings.

    once deactivated the map started working.

    I’ll set this as resolved.

    Thanks

    in reply to: Adding a button to listings #35225

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    this code snippet will output “Hello world!” in every listings below the slider:

    
    
    add_action( 'geodir_details_main_content', 'my_custom_action',35);
    
    function my_custom_action(){echo 'hello world!';}

    Changing the “35” value in the add_action will move it in different positions on the page.

    This is how the page elements are ordered by default:

    
    
    add_action('geodir_details_main_content', 'geodir_action_before_single_post', 10);
    add_action('geodir_details_main_content', 'geodir_action_page_title', 20);
    add_action('geodir_details_main_content', 'geodir_action_details_slider', 30);
    add_action('geodir_details_main_content', 'geodir_action_details_taxonomies', 40);
    add_action('geodir_details_main_content', 'geodir_action_details_micordata', 50);
    add_action('geodir_details_main_content', 'geodir_show_detail_page_tabs', 60);
    add_action('geodir_details_main_content', 'geodir_action_after_single_post', 70);
    add_action('geodir_details_main_content', 'geodir_action_details_next_prev', 80);
    
    

    To complete your requirement you will need to change hello world with your html button.

    in reply to: visual appearance #35223

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    I see that you added what Guust suggested in the wrong place (GD >> Theme Compatibility instead of GD >> Design >> Scripts >> Custom css ). We will need to remove that and add it where it belongs.

    Please provide wp admin credntials in a private reply and I will provide what’s needed to get started.

    Thanks

    in reply to: Map disappeared #35221

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    just tried twice.

    1st time failed and the browser console was giving a 404 error for some reason.

    2nd time it went through.

    I suspect there could be something wrong in the server configuration.

    If it’s ment to return 404 it would always fail.

    Let us know,

    Thx

    in reply to: Advanced Search Conflict with Events Manager #35219

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    with Geo-Directory/GeoDirectory-2015 I get:
    ERROR: Incorrect Username or Email or password.

    Yes we would need back end access.

    Thanks

    in reply to: Social Sharing Buttons – CSS to Increase Size #35218

    Paolo
    Site Admin
    Post count: 31211

    HI Ashley,

    those button are provded by facebook, google+ and twitter via iframes.

    It is not possible to modify their css.

    Thanks

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