Joy

Forum Replies Created

Viewing 15 posts - 901 through 915 (of 921 total)
  • Author
    Posts
  • in reply to: Profile & Reviews Question #63417

    Joy
    Buyer
    Post count: 1076

    Hi, I have checked my site, but I don’t see any change at all in this functionality. Can you please clarify on what issue was fixed? Thank you.

    in reply to: Option for single column widgets #63350

    Joy
    Buyer
    Post count: 1076

    How do I expand the size of the photo to be above the listing name, star reviews, and favorite button? I’d like it to appear the same way as the widgets on the content home page demo appears.

    in reply to: Location Address Display #63344

    Joy
    Buyer
    Post count: 1076

    LOL, I figured it out. If anyone else is interested in adjusting the address layout, here’s the code, place in your child theme function.php file:

    
    
    add_filter('geodir_show_post_address', 'geodir_change_address_order' , 100 , 2) ;
    function geodir_change_address_order($html , $vars)
    {
    	global $post, $preview, $wpdb;
    	$field_icon='';
    	if (strpos($field_icon,'http') !== false) {$field_icon_af = '';}
    		elseif($field_icon==''){$field_icon_af = '<i class="fa fa-home"></i>';}
    		else{$field_icon_af = $field_icon; $field_icon='';}
    	
    	if(!$preview)
    	{
    		$html = '<p class="" style="clear:both;" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">';
    		$html .= '<span class="geodir-i-location" style="'.$field_icon.'">'.$field_icon_af;
    		$html .=  '&nbsp;';
    		$html .= '</span>';
    		//print_r($_POST);
    		
    		if($post->post_address){ $html .= 'Address:<br><span itemprop="streetAddress">'.$post->post_address.'</span><br>';}
    		if($post->post_city){ $html .= '<span itemprop="addressLocality">'.$post->post_city.', </span>&nbsp;';}
    		if($post->post_region){ $html .= '<span itemprop="addressRegion">'.$post->post_region.'</span>&nbsp;';}
    		if($post->post_zip){ $html .= '<span itemprop="postalCode">'.$post->post_zip.'</span><br>';}
    		if($post->post_country){ $html .= '<span itemprop="addressCountry">'.$post->post_country.'</span><br>';}
    		$html .= '</p>';
    	}
    	return $html ;
    }
    in reply to: Location Address Display #63343

    Joy
    Buyer
    Post count: 1076

    Thank you very much, this works well. However, it also removed the ‘Address’ label. How can I add that back in? Thank you.

    in reply to: Share Boxes issue #63338

    Joy
    Buyer
    Post count: 1076

    I ended up removing both of the share boxes since I replaced with the Kleo social sharing. If anyone is interested in removing the share boxes, add the following to your child style.css file:

    
    
    .geodir-details-sidebar-social-sharing {
        display: none;
    }
    
    .geodir-details-sidebar-sharethis {
        display: none;
    }
    in reply to: Share Boxes issue #63315

    Joy
    Buyer
    Post count: 1076

    Nevermind, I found support on this from the Kleo forums. If anyone else is interested and is using the Kleo theme. This is the function:

    
    
    add_action('geodir_details_main_content', 'add_social_sharing', 35);
    function add_social_sharing() {
        get_template_part( 'page-parts/posts-social-share' );
    }
    in reply to: Share Boxes issue #63314

    Joy
    Buyer
    Post count: 1076

    Also, how can I place something between the listing gallery and information boxes? I am using the Kleo theme and would like to place their social share function in between if possible – as well as remove the sharing sideboxes.

    Thank you.

    in reply to: Share Boxes issue #63311

    Joy
    Buyer
    Post count: 1076

    I tried to restart my computer and cleared the cache but I’m seeing the same effect. How can I remove/edit the sideboxes? From what I see I am only able to adjust the widgets below the listing information – how can I adjust the shareboxes above to use an alternate sharing option?

    in reply to: Photo Toggle #63309

    Joy
    Buyer
    Post count: 1076
    This reply has been marked as private.
    in reply to: Share Boxes issue #63280

    Joy
    Buyer
    Post count: 1076

    Very strange. I still don’t see them and I’ve cleared the cache and viewed on three different computers. It shows up fine on my mobile device though.

    Can the “share” icon be adjusted at all?

    in reply to: Share Boxes issue #63265

    Joy
    Buyer
    Post count: 1076
    This reply has been marked as private.
    in reply to: Share Boxes issue #63264

    Joy
    Buyer
    Post count: 1076

    Sure, but the picture is a screenshot of your own demo site. I’ll send my creds in the following message. Thank you.

    in reply to: Profile & Reviews Question #63263

    Joy
    Buyer
    Post count: 1076

    Thank you very much. I look forward to an update.

    in reply to: Font Awesome Icons /listing #63168

    Joy
    Buyer
    Post count: 1076

    How do I change the default profile icon tabs to use the font awesome icons instead?

    in reply to: Profile & Reviews Question #63154

    Joy
    Buyer
    Post count: 1076

    The latest update of the multi-rating add-on seems to have corrected the 404 issue.

    However, the reviews still do not connect to the profile pages.

Viewing 15 posts - 901 through 915 (of 921 total)