Kiran

Forum Replies Created

Viewing 15 posts - 2,506 through 2,520 (of 6,022 total)
  • Author
    Posts
  • in reply to: Archive Pages by Country/City/State #482086

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

    Kiran
    Moderator
    Post count: 7069

    Hello,

    Please check now.

    I enabled Location Manager plugin, because listings were created with multi-locations.

    Kiran


    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: No button to select price package #482075

    Kiran
    Moderator
    Post count: 7069

    Hello Renee,

    To fix editor issue:
    Add following code snippet to prevent conflict with “BuddyPress User Profile Tabs Creator Pro” plugin.

    
    
    function gd_conflict_sd_bp_profile_tabs() {
    	if ( class_exists( 'BPPTC_Profile_Tabs_Pro' ) && ( isset( $_GET['post_type'] ) || isset( $_GET['post'] ) ) && is_admin() ) {
    		$post_type = isset( $_GET['post_type'] ) ? $_GET['post_type'] : get_post_type( $_GET['post'] );
    
    		if ( $post_type == 'bpptc_profile_tab' ) {
    			global $sd_widget_scripts;
    
    			$sd_widget_scripts = true;
    		}
    	}
    }
    add_action( 'widgets_init', 'gd_conflict_sd_bp_profile_tabs', 0 );

    Let us know.

    Regards,
    Kiran

    in reply to: Archive Pages by Country/City/State #481915

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Archive Pages by Country/City/State #481901

    Kiran
    Moderator
    Post count: 7069

    Hello jkirker,

    I have done some debugging and not found any wrong with urls.

    In GeoDirectory v2 we have added tool to fix duplicate location slug to use location slug more standard way like WordPress slugs.

    I checked all location slugs with -1, -2 etc and all locations names are unique with country, region.
    Fox example city “Auburn” available exists in Washington(United States), Ontario(Canada), New York(United States), Maine(United States), Indiana(United States), Massachusetts(United States), Alabama(United States) so it has slugs auburn, auburn-1, … , auburn-6

    Let us know.

    Thanks,
    Kiran

    in reply to: button colors #481893

    Kiran
    Moderator
    Post count: 7069

    This button is rendered via badge to look bigger and different from other button on page.

    So, no updates will undo this, correct?

    If updates overwrites files, then it will undo this.

    Try following css:

    
    
    /* normal */
    .gd-badge-meta-write-a-review .gd-badge {
    	background-color: #157b48 !important;
    }
    
    /* hover */
    .gd-badge-meta-write-a-review .gd-badge:hover {
    	background-color: #157b48 !important;
    }

    Kiran

    in reply to: Update Listings Not Works #481892

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Upgrade orientation #481891

    Kiran
    Moderator
    Post count: 7069

    Hello Naoufel,

    Please try now and let us know.

    I see you have some customization done via theme functions.php file for GeoDirectory v1. You have to review this code and have to make compatible with GeoDirectory v2.

    Let us know.

    Regards,
    Kiran

    in reply to: Business Hours issue #481887

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Tag images not translated with WPML #481880

    Kiran
    Moderator
    Post count: 7069

    Hello Timalua,

    iPanorama 360 shortcode renders inline JavaScript in html without wrap by “/* <![CDATA[ */” & “/* ]]> */”.

    I have added following snippet in your child theme functions.php.

    
    
    /**
     * iPanorama 360 shortcode fix p tag
     */
    function gd_snippet_190420_ipanorama_shortcode_tag( $output, $tag, $attr, $m ) {
    	if ( $tag == 'ipanorama' && ! empty( $output ) ) {
    		$output = str_replace( '<script type="text/javascript">', '<script type="text/javascript">/* <![CDATA[ */', $output );
    		$output = str_replace( '</script>', '/* ]]> */</script>', $output );
    	}
    
    	return $output;
    }
    add_filter( 'do_shortcode_tag', 'gd_snippet_190420_ipanorama_shortcode_tag', 1, 4 );

    Please check and let us know.

    Regards,
    Kiran

    in reply to: Images Appear Blurry #481876

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Search Results Page #481796

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    in reply to: Listing Added, Approved, Featured but didn't pay #481795

    Kiran
    Moderator
    Post count: 7069

    Hello Jeff,

    If “Featured” is not excluded from package from CPT Settings > Packages > Package then listing added under that package will be auto marked as a featured.
    If “Featured” field is excluded from package then listing added under that package not marked as a featured.

    Featured field is visible in frontend add/edit listing form if package has featured field not excluded and user is admin.

    Let us know.

    Kiran

    in reply to: No button to select price package #481750

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
Viewing 15 posts - 2,506 through 2,520 (of 6,022 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount