Dirk

Forum Replies Created

Viewing 15 posts - 76 through 90 (of 351 total)
  • Author
    Posts
  • in reply to: Getting the region in wrong language #439308

    Dirk
    Full Member
    Post count: 390

    Guust,

    merging is not working if the places are too different and you cannot catch them with one search key. You will have the two locations to merge on different pages.
    How to solve?

    Dirk

    in reply to: Getting the region in wrong language #439306

    Dirk
    Full Member
    Post count: 390

    Sorry, I couldn’t reproduce this here. But at the end the “Trenčiansky kraj” is not English language.

    to demonstrate the bug: “Bratislava”. You can see that in the first moment it is “Bratislava Region” and in the second one it changes to “Bratislavsky kraj”.
    Out of the google geolocator API call I’m getting:

    
    
                "long_name": "Bratislava Region",
                "short_name": "Bratislava Region",
                "types":             [
                   "administrative_area_level_1",
                   "political"
                ]

    I had the discussion about it with Stiofan already. This bug is also in GDv2. But I don’t care about GDv2 I need a fix in GDv1. The results has to be in the correct language.
    Are you calling the second API call with the “language” parameter?

    in reply to: Near autocomplete #439299

    Dirk
    Full Member
    Post count: 390
    This reply has been marked as private.
    in reply to: Short codes do not work #438894

    Dirk
    Full Member
    Post count: 390

    Just for information if another one read this.

    This is not the standard content section and so it will not be overwritten by any other plugin.

    For setting up KLEO with GeoDirectory 7th Queen has a video how to do it to get a standard front page.

    https://seventhqueen.com/support/kleo/article/install-setup-geodirectory-kleo-theme

    in reply to: GDPR compliance #438823

    Dirk
    Full Member
    Post count: 390

    You are thinking too complex. This snippet will change all embedded youtube videos with the no cookie version and no need to opt-in (and this would be necessary) needed. You can add a youtube video as before.
    If this solution is 100% GDPR compliant, I’m not sure, because I can see a preview pic and this should come somehow to my browser. But this is what you can explain in your privacy policy to be safe.

    
    
    add_filter( 'embed_oembed_html', 'change_youtube_nocookie_domain', 10, 4);
    function change_youtube_nocookie_domain( $html, $url, $attr, $post_ID ) {
    	if ( preg_match('#https?://(www\.)?youtu#i', $url) ) {
    		return preg_replace(
    				'#src=(["\'])(https?:)?//(www\.)?youtube\.com#i',
    				'src=$1$2//$3youtube-nocookie.com',
    				$html
    				);
    	}
    	return $html;
    }
    in reply to: Social Importer for FB – FB API Access Issue #438769

    Dirk
    Full Member
    Post count: 390

    Facebook changed the rules, this will still work for facebook if you get the required permissions

    Could you please summarize the minimum required permissions for the plugin functions so that I can get into the approval process? Maybe I missed an offical statement.

    I have deactivated the not working import of events (this is what I use) now. You mentioned an alternate solution for the plugin function. Just to be sure here:
    Could you please guarantee that this is legal and conform with the actual TOS of Facebook?

    Thanks,
    Dirk

    in reply to: Short codes do not work #438714

    Dirk
    Full Member
    Post count: 390

    I’m also using KLEO. If you like to have the map full width you have to use the shortcode in the header content section of the GD Homepage. It should work. I’m also using the advanced search shortcode there to get it also full width.
    In the page settings you can disable title displayed (I guess you don’t like to see “Home Business Directory”)

    in reply to: Facebook – What are we LIKE-ing ? #438596

    Dirk
    Full Member
    Post count: 390

    Hi,

    a share button/link is a static link with no need to interact via an API. No personal information are needed to share with the social network.
    I don’t see any concern about GDPR. A link is not a personal information. If this would be no search engine would meet GDPR.

    Firdaus: Social sharing is coming with most themes or you can use a 3rd party plugin.

    Best,
    Dirk

    in reply to: he titles in google for our website are showing wrong #438595

    Dirk
    Full Member
    Post count: 390
    in reply to: he titles in google for our website are showing wrong #438594

    Dirk
    Full Member
    Post count: 390

    I guess this is not a question of an option to set or not. It is the selection or definition of your title and tagline (title and description meta).

    The title of your german frontpage is:

    <title>Lokale Suche • Standorte, Angebote & Event Finder • Direktwerbeplattform</title>

    For me this title does not tell me what your page is about. This is too general.

    The meta description is looking okay for me:

    <meta name="description" content="WCI ist ein Standort & Eventfinder für Reisende & Ortsfremde • eine Direktvermarktungplattform für Unternehmer, um Standorte, Events, Service- & Gutscheinangebote weltweit zu finden & zu vermarkten. Verwende die lokale Suche und finde ganz einfach lokale Angebote, Dienstleistungen, aktuelle Veranstaltungen in der Nähe">

    You can initiate a new crawling for a single page and you can see what google will do on the SERPs out of the webmaster search console.

    BTW: I see 10 console errors on your page which should be solved first.

    in reply to: Send Inquiry Popup not working #438527

    Dirk
    Full Member
    Post count: 390

    I would disable all optimization (minify and caching). I can see the modal window open, but no content is there.

    I’m also getting DOM error in console. Also this should be fixed before…

    in reply to: Send Inquiry Popup not working #438512

    Dirk
    Full Member
    Post count: 390

    I think I got your problem. You are just echoing the link, but the java script is missing. You have to use the

    geodir_cf_email

    function for echoing the link and adding the script. You have to use the latest version of core.

    The echo could look like (not tested):

    echo geodir_cf_email($html,'none', 'geodir_email');

    the “geodir_email” is the field used for the email address. “geodir_email” is the GD standard field.

    in reply to: WPML #438149

    Dirk
    Full Member
    Post count: 390

    Hi Kiran,

    thanks for the info. Will test again once this is merged by Stiofan.

    Best,
    Dirk

    in reply to: geodir_location_hooks_actions #438137

    Dirk
    Full Member
    Post count: 390

    The issue is within the location manager addon. You have now an incompatible system. If you think it is coming from core, here is the release history:
    https://github.com/GeoDirectory/geodirectory/releases

    But I’m not sure if you can rollback. Maybe there was a database change in the releases, and this would make a rollback to a previous version impossible.

    Better to use a backup of your system.

    in reply to: WPML #438106

    Dirk
    Full Member
    Post count: 390
    This reply has been marked as private.
Viewing 15 posts - 76 through 90 (of 351 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount