Kiran

Forum Replies Created

Viewing 15 posts - 1,216 through 1,230 (of 6,022 total)
  • Author
    Posts

  • Kiran
    Moderator
    Post count: 7069

    Hi Manfred,

    Add following PHP snippet to don’t search in post description.

    
    
    
    /**
     * Skip searching in post description.
     */
    function gd_snippet_191015_search_content_where( $content_where ) {
    	$content_where = '';
    	
    	return $content_where;
    }
    add_filter( 'geodir_search_content_where', 'gd_snippet_191015_search_content_where', 20, 1 );

    Regards,
    Kiran

    in reply to: Maps and Analytics Issues #513157

    Kiran
    Moderator
    Post count: 7069

    Hi Wesley,

    1. Do you know what plugin was causing breaking javascript?

    To find which plugin causing this issue, it needs to disable non GD plugin/theme one by one. Do you want me to check?

    2. On the analytics choices, I don’t see a “This Month vs. Last Month” which would be probably the most viewed analytic. Is it possible to display that as well?

    This has been implemented but it will be in next release of Google Analytics plugin.
    You can apply this patch: https://github.com/AyeCode/geodir-google-analytics/pull/11/commits/793ed20f216ffc60d50a514ab3cd4b918844889d

    Thanks,
    Kiran

    in reply to: Problem with updating #513142

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Can not edit event #513125

    Kiran
    Moderator
    Post count: 7069

    Thanks for letting us know.

    in reply to: Maps and Analytics Issues #513030

    Kiran
    Moderator
    Post count: 7069

    Hi Wesley,

    1. The Google Maps aren’t showing for address on the add-listing form.

    One of plugin converting

    &

    to

    #038;

    in html and it breaks JavaScript on the page.
    I have added following PHP snippet under Snippets to fix this.

    
    
    /**
     * Fix changing "&" to "& #038;".
     */
    function gd_snippet_191014_the_content( $content ) {
    	if ( ! empty( $content ) && strpos( $content, "geodir_" ) !== false ) {
    		$content = str_replace( "&" . "#038;&" . "#038;", "&&", $content );
    	}
    	return $content;
    }
    add_filter( 'the_content', 'gd_snippet_191014_the_content', 9999, 1 );

    2. On my listing pages, I can’t get the Google Analytics to show anything other than the weekly view.

    I have added following CSS in Appearance > Customize > Additional CSS

    
    
    /* Fix GD listing Google analytics type selector */
    .gdga-type-container span.select2-selection.select2-selection--single.gd-select2-selection {
    	display: block;
    }

    Please check after clearing your browser cache and let us know.

    Regards,
    Kiran

    in reply to: Problems with the translations #513017

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Problems with the translations #513005

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Can not edit event #513001

    Kiran
    Moderator
    Post count: 7069

    Hi jotomas,

    Event edit issue has been fixed.

    It looks like even plugin was disabled during v1 to v2 conversion so event data are not converted properly.
    I have fixed it and now add/edit is working fine.

    Please check and let us know.

    Regards,
    Kiran

    in reply to: Entry description #512992

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.

    Kiran
    Moderator
    Post count: 7069

    Hi Mark,

    For what is duplicate used?

    With WPML you can translate post by two methods(normal translate & duplicate).

    Read more about translate & duplicate at here: https://wpml.org/forums/topic/clarity-on-duplicate-v-s-translate/#post-3340301

    If you use wpml_is_duplicate=1 then it will treat 2410 as a duplicate of 24079 otherwise translation of 24079.

    Let us know.

    Kiran

    in reply to: Problems with the translations #512982

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Can not edit event #512980

    Kiran
    Moderator
    Post count: 7069

    Hi jotomas,

    I checked and found something conflicts there that stops event saving. Please provide FTP credentials to look into more.

    Kiran

    in reply to: Listimia – Issue with h1s on archive pages #512979

    Kiran
    Moderator
    Post count: 7069

    Hi identity,

    Location page meta title is overwritten from add/edit location item. “Crystal Lake, Illinois” is saved in “Meta Title” for “Crystal Lake” at GeoDirectory > Settings > Locations > Cities > Edit “Crystal Lake”. It is overwriting the meta title set in Titles & Meta section.

    Try to leave blank “Meta Title” at add/edit location item page.

    Let us know.

    Regards,
    Kiran


    Kiran
    Moderator
    Post count: 7069

    Hi awideman,

    I have checked and it looks like something stopping to save listing. Please provide us FTP credentials to look into there.

    Kiran

    in reply to: Entry description #512643

    Kiran
    Moderator
    Post count: 7069

    Hi Kai,

    I have checked add listing for all GD post types, it seems all working fine now.

    Please check and let us know.

    Regards,
    Kiran

Viewing 15 posts - 1,216 through 1,230 (of 6,022 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount