Kiran

Forum Replies Created

Viewing 15 posts - 661 through 675 (of 6,022 total)
  • Author
    Posts
  • in reply to: Price Search – Range from #526821

    Kiran
    Moderator
    Post count: 7069

    Hi Hui,

    We have added field title to label to show for which field the value is searched.
    The title in search label can be customized with .gd-adv-search-label-t css class.

    Please check and let us know.

    Regards,
    Kiran

    in reply to: Map pins not showing when translated #526818

    Kiran
    Moderator
    Post count: 7069

    Hi Julie,

    I checked and found that plugin “Woo Stripe Subscription” breaking the query that retrieves and shows the listings.

    Try again disabling Woo Stripe Subscription or ask plugin author to prevent breaking query on other plugins.

    Regards,
    Kiran

    in reply to: Report Content Plugin Not Displaying #526816

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: featured listings not expiring #526808

    Kiran
    Moderator
    Post count: 7069

    Hello,

    Is listing is running with normal package or with recurring package?

    Listing with recurring package only expire/downgrade when it receives subscription completion/cancellation notification from payment gateway site. The listing running with recurring package not allowed to expire/downgrade manually.

    Let us know.

    Regards,
    Kiran

    in reply to: Skip sending Invoice Notifications on free package #526807

    Kiran
    Moderator
    Post count: 7069

    Hi Marius,

    There are illegal single quotes in PHP snippet you used.

    Try PHP snippet again from here https://wpgeodirectory.com/support/topic/invoices-of-0-00-euros-being-sent-for-free-listings/#post-486780

    Regards,
    Kiran

    in reply to: Can we edit near me page? #526806

    Kiran
    Moderator
    Post count: 7069

    Hello,

    Try following PHP snippet to add body class on location page.

    
    
    function gd_snippet_location_me_body_class( $classes = array() ) {
    	global $geodirectory;
    
    	if ( ! empty( $geodirectory ) && ! empty( $geodirectory->location ) && geodir_is_page( 'location' ) ) {
    		$classes[] = 'gd-page-location-' . $geodirectory->location->type;
    	}
    
    	return $classes;
    }
    add_filter( 'body_class', 'gd_snippet_location_me_body_class', 100 );

    This will add CSS class like gd-page-location-me or gd-page-location-city or gd-page-location-region or gd-page-location-country to body based on current location type.

    Regards,
    Kiran

    in reply to: Error When Clicking Any Location or Organization in Map #526686

    Kiran
    Moderator
    Post count: 7069

    Hi Greg,

    This has been fixed. Here is solution https://wpgeodirectory.com/support/topic/map-bubble-issue-2/#post-523155.

    I have applied solution on your site too. It will be included in next release.

    Kiran

    in reply to: Different packages frontend/backend #526685

    Kiran
    Moderator
    Post count: 7069

    Hi Alfonso,

    I have done some testes with different users on my local site but did not replicate. Can i do test on your site with sandbox account again?

    Kiran

    in reply to: Map pins not showing when translated #526660

    Kiran
    Moderator
    Post count: 7069

    Hi Julie,

    Can you provide screenshot which listing category box below the map? Are you asking about search form below the map?

    Kiran

    in reply to: Not Showing on Homepage AND All Images Are Not Uploading #526659

    Kiran
    Moderator
    Post count: 7069

    Hi Jeff,

    Please let us know which issues you facing now.

    Kiran

    in reply to: Locations error in sitemap #526656

    Kiran
    Moderator
    Post count: 7069

    Hi Ann,

    I still don’t see the existing Yoast Titles in ‘bulk editor’ – is this anything to do with the same problem?

    Please let us know on which page you see missing Yoast Titles in bulk editor.

    Kiran

    in reply to: Report Content Plugin Not Displaying #526653

    Kiran
    Moderator
    Post count: 7069

    Hi Joseph,

    1) Add following PHP snippet in theme functions.php file or via snippet plugin.

    
    
    /**
     * Show "Report Content" button on listing detail page.
     *
     * Add shortcode [geodir_wprc_report_submission_form] in listing detail template.
     *
     * See https://wpgeodirectory.com/docs/useful-plugins/#report
     */
    function geodir_wprc_report_submission_form( $attr, $content = null ) {
    	$html = '';
    
    	if ( geodir_is_page( 'detail' ) && function_exists( 'wprc_report_submission_form' ) ) {
    		ob_start();
    		wprc_report_submission_form();
    		$html = ob_get_clean();
    	}
    
    	return $html;
    }
    add_shortcode( 'geodir_wprc_report_submission_form', 'geodir_wprc_report_submission_form' );

    2) Add shortcode [geodir_wprc_report_submission_form] in listing details page template.

    Regards,
    Kiran

    in reply to: Latest GeoDirectory update breaks website #526652

    Kiran
    Moderator
    Post count: 7069

    Hi Jennifer,

    I checked and it looks like something conflicts with the plugin on your site.

    I tried to enable error log but suddenly FTP shows following error:

    
    
    Status:	Connection established, waiting for welcome message...
    Response:	421 Too many connections (8) from this IP
    Error:	Could not connect to server

    Did you see any error at server error log with v2.0.0.74?

    Please provide us CPanel credentials if you have so we can check there.

    Kiran

    in reply to: Price Search – Range from #526648

    Kiran
    Moderator
    Post count: 7069

    Hi Hui,

    Please check and let us know.

    Regards,
    Kiran


    Kiran
    Moderator
    Post count: 7069

    Hi Jeroen,

    This is already fixed in it will be in next release of Pricing Manager.

    Provide us FTP credentials to apply patch on your site.

    Kiran

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