Evan Reitmeyer

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: V2 Update failing for plugins – unauthorized #477238

    Evan Reitmeyer
    Expired Member
    Post count: 11
    in reply to: Claimable Listing Popup Changes #477195

    Evan Reitmeyer
    Expired Member
    Post count: 11

    For the form customization, I found the below link. Is there an action to remove the current form and rebuild the below from a custom method?

    https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-templates/popup-forms.php

    in reply to: Claimable Listing Popup Changes #477194

    Evan Reitmeyer
    Expired Member
    Post count: 11

    Thank you. Does that Ninja Forms integration for V2 require the paid version?

    in reply to: Disabled Description #438521

    Evan Reitmeyer
    Expired Member
    Post count: 11

    That worked, thank you!

    in reply to: Send Inquiry Popup not working #438515

    Evan Reitmeyer
    Expired Member
    Post count: 11

    Thanks! I tried that:

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

    https://wolocal.rmtnnuj8-liquidwebsites.com/wedding-officiants/united-states/maryland/ellicott-city/officiants/ceremony-officiants-western-maryland/

    However, the same thing happens. The button is rendered using that code but the https://wolocal.rmtnnuj8-liquidwebsites.com/wp-admin/admin-ajax.php?action=geodir_ajax_action POST is not returning the HTML for the modal.

    in reply to: Send Inquiry Popup not working #438502

    Evan Reitmeyer
    Expired Member
    Post count: 11

    Trying again…

    Why do you not use the default contact link?

    Client does not want to use the link in the right sidebar for this.

    You can post your code here and we can take a look at it.

    Use the code markup button here in the editor to preserve formatting.

    Note the code here in the larger excerpt below:

    echo '<a class="btn b_send_inquiry">Contact Now <i class="fa fa-info-circle"></i></a>';
    
    
    
    add_action( 'geodir_details_main_content', 'wo_custom_detail_page', 10);
    function wo_custom_detail_page(){
    	global $post;  
    
    	//print_r($post);
    
    	if (!$post->claimed) {
    		echo '<div id="listings-top"><div id="logo"><img src="/wp-content/themes/geodir_geo-1280/images/claim-me.png" alt="Claim Me" /></div>';
    	}
    	else if ($post->claimed && $post->package_id > 2) {
    		echo '<div id="listings-top"><div id="logo"><img src="' . $post->geodir_Logo 
    		. '" alt="' . $post->post_title . '" /></div>';
    	}
    	else if ($post->claimed && $post->package_id ==1) {
    		echo '<div id="listings-top"><div id="logo"><img src="/wp-content/themes/geodir_geo-1280/images/basic-member.png" alt="Basic Member" /></div>';
    	}
    
    	echo '<div id="detail-title-area"><h1 class="main-page-title">
    	' . $post->post_title . '</h1><span class="description">' . $post->geodir_Description 
    	. '</span>';
    		
    	if ($post->rating_count > 0){
    
    		$fullStars = floor($post->overall_rating);
    		$remainder = $post->overall_rating - floor($post->overall_rating);
    
    		echo '<div class="gd-star-rating gd-fa-star-rating">';
    		for ($i=0; $i < $fullStars;$i++){
    			echo '<i class="fa fa-star gd-full-star"></i>';
    		}
    
    	    if ($remainder > 0.001) {
    			echo '<i class="fa fa-star-half gd-full-star"></i>';
    		}
    
    		echo '<span class="rating-total">' . number_format($post->overall_rating, 1) . ' / 5 stars (' .  $post->rating_count . ' Reviews) </span> <span class="rating-writeone"><a href="#reviews">Write a Review</span><span id="review-count">' . $post->rating_count . '</span></div>';
    	}
    	else {
    		echo 'No ratings yet';
    	}
    	
    	echo '<div id="social">'; 
    	
    	if (!empty($post->geodir_facebook))
    		echo '<a target="_blank" href="' . $post->geodir_facebook . '"><img src="/wp-content/themes/geodir_geo-1280/images/32-facebook.png"></a>' ;
    	
    	if (!empty($post->geodir_twitter))
    		echo '<a target="_blank" href="' . $post->geodir_twitter . '"><img src="/wp-content/themes/geodir_geo-1280/images/32-twitter.png"></a>' ;
    
    	if (!empty($post->geodir_linkedin))
    		echo '<a target="_blank" href="' . $post->geodir_linkedin. '"><img src="/wp-content/themes/geodir_geo-1280/images/32-linkedin.png"></a>' ;
    	
    	if (!empty($post->geodir_instagram))
    		echo '<a target="_blank" href="' . $post->geodir_instagram. '"><img src="/wp-content/themes/geodir_geo-1280/images/32-instagram.png"></a>' ;
    	
    	if (!empty($post->geodir_youtube))
    		echo '<a target="_blank" href="' . $post->geodir_youtube . '"><img src="/wp-content/themes/geodir_geo-1280/images/32-youtube.png"></a>' ;
    	
    	if (!empty($post->geodir_pinterest))
    		echo '<a target="_blank" href="' . $post->geodir_pinterest . '"><img src="/wp-content/themes/geodir_geo-1280/images/32-pinterest.png"></a>' ;
    	
    	echo '</div>';
    	
    	echo '<div id="contact-btns" class="clearfix">';
    	
    	if (!empty($post->geodir_contact))
    		echo '<a target="_blank" class="btn" href="tel:' . $post->geodir_contact . '">' . $post->geodir_contact . ' <i class="fa fa-phone"></i></a>';
    	if (!empty($post->geodir_website))
    		echo '<a target="_blank" class="btn" href="' . $post->geodir_website . '">VISIT WEBSITE <i class="fa fa-external-link-square"></i></a>';
    
    	echo '<a class="btn b_send_inquiry">Contact Now <i class="fa fa-info-circle"></i></a>';
    
    	echo '</div></div><div id="plans" class="clearfix">' ;
    	
    	if ($post->package_id == 3)
    		echo '<div class="plan">Enhanced Member</div>' ;
    	if ($post->package_id == 4)
    		echo '<div class="plan">Featured Member</div>' ;
    	if ($post->package_id == 5)
    		echo '<div class="plan">Elite Member</div>' ;
    
    	if ($post->geodir_iapwo == 1)
    		echo '<img alt="IAPWO Member" class="iapwo" src="/wp-content/uploads/2018/02/iapwo-member.png" />' ;
    	
    	if ($post->geodir_verified == 1)
    		echo '<img alt="Verified Business" class="verified" src="/wp-content/uploads/2018/02/verified-business.png" />' ;
    	
    	echo '</div></div><div class="clearfix"></div>';
    
    	echo '<div id="geodir-video">' . $post->geodir_video . '</div>';
    }
    in reply to: Send Inquiry Popup not working #438501

    Evan Reitmeyer
    Expired Member
    Post count: 11

    Why do you not use the default contact link?

    We didn’t want to use the link in the right sidebar for this

    You can post your code here and we can take a look at it.

    Use the code markup button here in the editor to preserve formatting.

    Note the code here in the larger excerpt below:

    echo '<a class="btn b_send_inquiry">Contact Now <i class="fa fa-info-circle"></i></a>';
    
    
    
    add_action( 'geodir_details_main_content', 'wo_custom_detail_page', 10);
    function wo_custom_detail_page(){
    	global $post;  
    
    	//print_r($post);
    
    	if (!$post->claimed) {
    		echo '<div id="listings-top"><div id="logo"><img src="/wp-content/themes/geodir_geo-1280/images/claim-me.png" alt="Claim Me" /></div>';
    	}
    	else if ($post->claimed && $post->package_id > 2) {
    		echo '<div id="listings-top"><div id="logo"><img src="' . $post->geodir_Logo 
    		. '" alt="' . $post->post_title . '" /></div>';
    	}
    	else if ($post->claimed && $post->package_id ==1) {
    		echo '<div id="listings-top"><div id="logo"><img src="/wp-content/themes/geodir_geo-1280/images/basic-member.png" alt="Basic Member" /></div>';
    	}
    
    	echo '<div id="detail-title-area"><h1 class="main-page-title">
    	' . $post->post_title . '</h1><span class="description">' . $post->geodir_Description 
    	. '</span>';
    		
    	if ($post->rating_count > 0){
    
    		$fullStars = floor($post->overall_rating);
    		$remainder = $post->overall_rating - floor($post->overall_rating);
    
    		echo '<div class="gd-star-rating gd-fa-star-rating">';
    		for ($i=0; $i < $fullStars;$i++){
    			echo '<i class="fa fa-star gd-full-star"></i>';
    		}
    
    	    if ($remainder > 0.001) {
    			echo '<i class="fa fa-star-half gd-full-star"></i>';
    		}
    
    		echo '<span class="rating-total">' . number_format($post->overall_rating, 1) . ' / 5 stars (' .  $post->rating_count . ' Reviews) </span> <span class="rating-writeone"><a href="#reviews">Write a Review</span><span id="review-count">' . $post->rating_count . '</span></div>';
    	}
    	else {
    		echo 'No ratings yet';
    	}
    	
    	echo '<div id="social">'; 
    	
    	if (!empty($post->geodir_facebook))
    		echo '<a target="_blank" href="' . $post->geodir_facebook . '"><img src="/wp-content/themes/geodir_geo-1280/images/32-facebook.png"></a>' ;
    	
    	if (!empty($post->geodir_twitter))
    		echo '<a target="_blank" href="' . $post->geodir_twitter . '"><img src="/wp-content/themes/geodir_geo-1280/images/32-twitter.png"></a>' ;
    
    	if (!empty($post->geodir_linkedin))
    		echo '<a target="_blank" href="' . $post->geodir_linkedin. '"><img src="/wp-content/themes/geodir_geo-1280/images/32-linkedin.png"></a>' ;
    	
    	if (!empty($post->geodir_instagram))
    		echo '<a target="_blank" href="' . $post->geodir_instagram. '"><img src="/wp-content/themes/geodir_geo-1280/images/32-instagram.png"></a>' ;
    	
    	if (!empty($post->geodir_youtube))
    		echo '<a target="_blank" href="' . $post->geodir_youtube . '"><img src="/wp-content/themes/geodir_geo-1280/images/32-youtube.png"></a>' ;
    	
    	if (!empty($post->geodir_pinterest))
    		echo '<a target="_blank" href="' . $post->geodir_pinterest . '"><img src="/wp-content/themes/geodir_geo-1280/images/32-pinterest.png"></a>' ;
    	
    	echo '</div>';
    	
    	echo '<div id="contact-btns" class="clearfix">';
    	
    	if (!empty($post->geodir_contact))
    		echo '<a target="_blank" class="btn" href="tel:' . $post->geodir_contact . '">' . $post->geodir_contact . ' <i class="fa fa-phone"></i></a>';
    	if (!empty($post->geodir_website))
    		echo '<a target="_blank" class="btn" href="' . $post->geodir_website . '">VISIT WEBSITE <i class="fa fa-external-link-square"></i></a>';
    
    	echo '<a class="btn b_send_inquiry">Contact Now <i class="fa fa-info-circle"></i></a>';
    
    	echo '</div></div><div id="plans" class="clearfix">' ;
    	
    	if ($post->package_id == 3)
    		echo '<div class="plan">Enhanced Member</div>' ;
    	if ($post->package_id == 4)
    		echo '<div class="plan">Featured Member</div>' ;
    	if ($post->package_id == 5)
    		echo '<div class="plan">Elite Member</div>' ;
    
    	if ($post->geodir_iapwo == 1)
    		echo '<img alt="IAPWO Member" class="iapwo" src="/wp-content/uploads/2018/02/iapwo-member.png" />' ;
    	
    	if ($post->geodir_verified == 1)
    		echo '<img alt="Verified Business" class="verified" src="/wp-content/uploads/2018/02/verified-business.png" />' ;
    	
    	echo '</div></div><div class="clearfix"></div>';
    
    	echo '<div id="geodir-video">' . $post->geodir_video . '</div>';
    }
    in reply to: Author of Listing does not see edit options #426728

    Evan Reitmeyer
    Expired Member
    Post count: 11

    Sorry, please disregard! Was able to resolve the issue.

Viewing 8 posts - 1 through 8 (of 8 total)