Giri

Forum Replies Created

Viewing 15 posts - 256 through 270 (of 2,661 total)
  • Author
    Posts
  • in reply to: UsersWP soft launch – Feedback Wanted #388844

    Giri
    Expired Member
    Post count: 3155

    Have you checked the Appearance > Menus > UsersWP section ?

    It contains all userswp related links. You just have to click that and add it in the menu.

    in reply to: UsersWP soft launch – Feedback Wanted #388839

    Giri
    Expired Member
    Post count: 3155

    Hey chris,

    I just noticed this thread.

    Could you try our latest version from here? Let me know if you still face the problem.

    wordpress.org/plugins/userswp/

    in reply to: Customizing the profile tab of the details page #388815

    Giri
    Expired Member
    Post count: 3155

    You are welcome 🙂

    in reply to: Category Button on the Home #388710

    Giri
    Expired Member
    Post count: 3155

    You are welcome.


    Giri
    Expired Member
    Post count: 3155

    Hi Alex, we fetch only the post types. We are not doing any count check. If you want to implement that then it requires custom coding.

    This is the function that fetches your enabled post types.

    get_option( 'geodir_buddypress_link_listing' )

    You can use the filters found inside get_option function to modify the returned values. But you need to hire a developer for that. Sorry about that.

    Thanks

    in reply to: Customizing the profile tab of the details page #388699

    Giri
    Expired Member
    Post count: 3155

    Hi Kevin,

    I have not tested this code. Change the keys and test it.

    
    
    add_action('geodir_before_description_on_listing_detail', 'gd_profile_custom_content');
    function gd_profile_custom_content() {
    	global $post;
    	?>
    	<div class="gd_profile_custom_content_wrapper">
    		<div class="column1">
    			<div>
    				<?php echo geodir_get_post_meta( $post->ID, 'custom_field_key_goes_here', true ); ?>
    			</div>
    			<div>
    				<?php echo geodir_get_post_meta( $post->ID, 'custom_field_key_goes_here', true ); ?>
    			</div>
    		</div>
    		<div class="column2">
    			<<div>
    				<?php echo geodir_get_post_meta( $post->ID, 'custom_field_key_goes_here', true ); ?>
    			</div>
    			<div>
    				<?php echo geodir_get_post_meta( $post->ID, 'custom_field_key_goes_here', true ); ?>
    			</div>
    			<div>
    				<?php echo geodir_get_post_meta( $post->ID, 'custom_field_key_goes_here', true ); ?>
    			</div>
    		</div>
    	</div>
    	<?php
    }
    
    in reply to: Category Button on the Home #388694

    Giri
    Expired Member
    Post count: 3155

    Hi Jay,

    You seem like you are undoing the changes we did in the last thread. If I recall that correctly, I never modified any code or asked you to modify any code in the supreme file. We did everything in the code snippets.

    So you should get back old layout when you deactivate tat snippet.

    Did you modify anything else without our knowledge?

    in reply to: List Plugin #388676

    Giri
    Expired Member
    Post count: 3155

    Please go through this doc.

    https://wpgeodirectory.com/docs/geodirectory-lists-overview/

    Lists can be accessed via

    yourdomain.com/lists

    Added via

    yourdomain.com/add-list/

    You need create custom links in the menu.

    in reply to: Screen Moves On Search #388537

    Giri
    Expired Member
    Post count: 3155
    This reply has been marked as private.
    in reply to: Blog Page Issues #388432

    Giri
    Expired Member
    Post count: 3155
    This reply has been marked as private.
    in reply to: Send Enquiry Follow-up #388431

    Giri
    Expired Member
    Post count: 3155

    Hi Tim, I guess I understand your problem

    In your old thread you mentioned like this.

    I’d like the 2nd link to be conditionally visible like the default in the event that the listing doesn’t have an email assigned to it.

    Thats why i given this code.

    
    
    global $post;
    if (!isset($post->geodir_email) || empty($post->geodir_email)) {
    	?>
    	<a href="javascript:void(1);" class="b_send_inquiry2" onclick="jQuery( '.b_send_inquiry' ).click();">Send Enquiry</a>
    	<?php
    }

    Which means that link would display only when the Email field not filled. If you want to do the exact opposite (when email filled)

    you need to replace this line

    if (!isset($post->geodir_email) || empty($post->geodir_email)) {

    with

    if (isset($post->geodir_email) && !empty($post->geodir_email)) {

    Hope that helps.


    Giri
    Expired Member
    Post count: 3155

    Hey there,

    Instead of modifying the original archive.php file, you can clone that file and name it like this archive-{post_type}.php and then add your modifications there.

    Replace {post_type} with your post type. Ex: gd_place

    This way only that post type will be affected by your changes.

    Hope that helps.

    Thanks

    in reply to: Translate Plugin Events #388001

    Giri
    Expired Member
    Post count: 3155

    No worries. You are welcome.

    in reply to: Translate Plugin Events #387879

    Giri
    Expired Member
    Post count: 3155
    in reply to: Translate Plugin Events #387878

    Giri
    Expired Member
    Post count: 3155

    Hi you cannot use Autoptimize with GD booster.

    If you need Autoptimize then use it with WP Super Cache.

    Thanks

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