Ralf

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • in reply to: Neighbourhood in () #497346

    Ralf
    Buyer
    Post count: 19

    Hi Kiran,

    I put it all in my functions like this and it works fine. Thank you.

    Best
    Ralf

    add_filter('geodir_cf_address_template','_my_new_address_format');
    
    function _my_new_address_format($format){
    $format = "<br />%%street_br%% %%zip%% %%city%% (%%neighbourhood%%)<br />%%region%%";
    return $format;
    }
    
    function gd_snippet_190712_custom_field_output_address( $html, $location, $cf, $p = '', $output = '' ) {
    	if ( ! empty( $html ) ) {
    		$html = str_replace( ' ()', '', $html );
    	}
    	return $html;
    }
    add_filter( 'geodir_custom_field_output_address', 'gd_snippet_190712_custom_field_output_address', 20, 5 );
    in reply to: Neighbourhood in () #497112

    Ralf
    Buyer
    Post count: 19

    %%street%% (%%neighborhood%%) doesn’t work for me, because I don‘t have neighbourhoods for every city or address. And then there is %%street%% () in address line. So I will wait for an implementation later and change the output-functions.php after every plugin-update.

    in reply to: gd_listing-tag without the current #497099

    Ralf
    Buyer
    Post count: 19
    This reply has been marked as private.
    in reply to: Full list of all shortcodes with all parameters #471067

    Ralf
    Buyer
    Post count: 19

    Hello,

    I uninstalled Contact Form 7 (incl. the Form for the User Response) and installed Ninja Forms.
    If I integrate the complete Form with the Ninja Shortcode into the Detail Page-Template, it works fine (but the Form is always visible). If I use the integration in the sidebar (not really useful for the mobile case) or if I generate the shortcode for the content, in both ways the modal opens, a spinner is working but the form doesn’t load. Any ideas?

    And when I integrate the reCaptcha in the Ninja Form, I have 2 reCaptchas in the review-area.

    I think, the new version is full of good ideas and a better way to use it in normal WordPress-installation than the old version. But (in my case) I have to set up the complete Directory again with all styles, shortcodes etc..

    Best
    Ralf

    in reply to: Geodirectory and Broken Link Checker #417044

    Ralf
    Buyer
    Post count: 19

    Hi Alex,
    thank you for your reply. I have found no way 🙁 Do you have another idea to verify the links / URLs in the directory regularly for existing entries and automatically for all new entries without using an external service? Because broken links are not a good signal for google.
    Thanks
    Ralf

    in reply to: Trailing Slashes in the listings #363022

    Ralf
    Buyer
    Post count: 19

    Every post or page on my site works without trailing slashes, I CAN set it in the permalinks. And also the entry-URLs work without trailing slashes. This is a basic SEO recommendation. Only the links in the listings uses the trailing slashes. So where I can rid of them?

    Thanks Ralf

    in reply to: Send empty mails when logged-in #363020

    Ralf
    Buyer
    Post count: 19

    Sorry, please test this faulty function in EVERY of YOUR demo-sites in your showcase-area. You can send messages without any content and field validation in every form on every site. This is definately NOT a problem of my WP-Site.

    Please check it here: https://wpgeodirectory.com/category/showcase/

    Thanks
    Ralf

    in reply to: Send empty mails when logged-in #363009

    Ralf
    Buyer
    Post count: 19
    This reply has been marked as private.
    in reply to: Send empty mails when logged-in #362998

    Ralf
    Buyer
    Post count: 19
    This reply has been marked as private.

    Ralf
    Buyer
    Post count: 19
    This reply has been marked as private.
    in reply to: Trailing Slashes in the listings #362996

    Ralf
    Buyer
    Post count: 19
    This reply has been marked as private.

    Ralf
    Buyer
    Post count: 19

    Hi Paolo,

    no, sorry, it doesn’t work. I set the zoom-level to 14 and higher but I see the whole world (with the map marker) and the auto-zoom takes no effect.

    Best
    Ralf

    in reply to: Send empty mails when logged-in #362983

    Ralf
    Buyer
    Post count: 19

    Hi Paolo,

    use for example one of your own sample pages: https://budofinder.com/dojos/germany/hamburg/hamburg/kendo-club/alster-dojo-e-v/

    Leave the complete form empty, click on “Send Enquiry” or “Send To Friend” and submit the form. It works without any field validation. So this is a general problem.

    Best
    Ralf

    in reply to: Problems with csv-import #362959

    Ralf
    Buyer
    Post count: 19

    Hi,

    in my case the Plugin helps.
    After installing it, I uploaded the csv file without any problems.

    Thanks.
    Ralf

    in reply to: Mandatory fields in contact forms #342529

    Ralf
    Buyer
    Post count: 19

    If I send a message from my mobile phone (safari, ios), there are also no mandatory field functions. So I can send also blank messages as a mobile NON-logged-in user.

Viewing 15 posts - 1 through 15 (of 16 total)