Giri

Forum Replies Created

Viewing 15 posts - 2,416 through 2,430 (of 2,661 total)
  • Author
    Posts
  • in reply to: Cant find some translations #58026

    Giri
    Expired Member
    Post count: 3155

    @van-dam I have fixed those translation strings. Thanks for reporting.


    Giri
    Expired Member
    Post count: 3155

    Ok, I’ll modify the code to check post status first before showing in YNRA widget.
    Thanks for reporting

    in reply to: Page details widgets #57918

    Giri
    Expired Member
    Post count: 3155

    Hello @wakeatlas

    I just had a look at your site. You have not activated your child theme. Can you activate and try again?

    in reply to: Disable users to upload photos on listings that dont own #57916

    Giri
    Expired Member
    Post count: 3155

    Hi @wakeatlas

    I have added those filters and actions in whoop 1.0.3. So you have to wait till whoop 1.0.3 get released.

    in reply to: Problem with listing package #57839

    Giri
    Expired Member
    Post count: 3155

    “Add Photo” button now adhere with price package image limit. Fix will be available in whoop 1.0.3

    in reply to: Images on Mobile #57838

    Giri
    Expired Member
    Post count: 3155

    I advise you to keep the 3rd image and hide the first and second images. This is because third image contains “See all images” link

    If you go with my way use this code in your quick css.

    
    
    @media only screen and (max-width: 700px) {
    	.whoop-photo.whoop-photo-1,
    	.whoop-photo.whoop-photo-2 {
    		display:none !important;
    	}
    }

    If you want to go with your way then use the following code.

    
    
    @media only screen and (max-width: 700px) {
    	.whoop-photo.whoop-photo-2,
    	.whoop-photo.whoop-photo-3 {
    		display:none !important;
    	}
    }
    in reply to: Disable users to upload photos on listings that dont own #57833

    Giri
    Expired Member
    Post count: 3155

    Hello @wakeatlas

    I have added some filters and actions to make this task easier.

    You can hide the old “Add Photo” button using this filter.

    add_filter('whoop_big_header_show_add_photo_btn', '__return_false');

    Then you can hook your new “Add Photo” button like @paolo mentioned using this hook.

    
    
    function whoop_wakeatlas_add_photo() {
        if (!is_user_logged_in()) {
            $login_url = geodir_login_url(array('redirect_to'=>get_the_permalink()));
        } else {
            $login_url = false;
        }
        global $post,$current_user;
        get_currentuserinfo();
        if ($post->post_author == $current_user->ID) {?>
            <a href="<?php if ($login_url) { echo $login_url.'?add_biz_photo=1'; } else { echo esc_url(add_query_arg(array("add_biz_photo" => '1'), get_permalink())); } ?>" class="whoop-btn whoop-btn-small"><i class="fa fa-camera"></i> <?php echo __('Add Photo', GEODIRECTORY_FRAMEWORK); ?></a>
        <?php }
    }
    add_action('whoop_big_header_buttons_before', 'whoop_wakeatlas_add_photo');

    Please paste all my codes in child theme functions.php file

    in reply to: Images on Mobile #57831

    Giri
    Expired Member
    Post count: 3155

    I have no idea which image you are talking about. If you are talking about those 3 images right next to map, then you may have to use css to hide the 2nd and 3rd image on mobile view.

    in reply to: Whoop Review reply. #57830

    Giri
    Expired Member
    Post count: 3155

    @urbanfix, yes it will be available in 1.0.3. And yes only business owner can reply to reviews.

    in reply to: Page details widgets #57815

    Giri
    Expired Member
    Post count: 3155

    @wakeatlas Refer this answer

    https://wpgeodirectory.com/support/topic/gd-page-details-widget-doesnt-show/#post-56845

    But modify little bit.

    Change this part of code

    
    
    <?php get_sidebar('page-details'); ?>
      </div>
    </div>
    <?php get_footer(); ?>

    to something like this

    
    
    <?php 
    if (bp_is_user_profile() && bp_current_action() == "public") {
    } else {
    	get_sidebar('page-details'); 
    }
    ?>
      </div>
    </div>
    <?php get_footer(); ?>

    Let me know how that goes


    Giri
    Expired Member
    Post count: 3155

    @wakeatlas can you clarify few things?

    1) Are those trashed posts only appear in “your next review widget” or everywhere?

    2) If its only appearing in YNRA widget, only bookmarked and then deleted posts appear or all trashed posts?

    If you answer those questions, I can debug it better.

    Thanks

    in reply to: limit reviews not working. #57526

    Giri
    Expired Member
    Post count: 3155

    @urbanfix, Probably at the end of this week.

    in reply to: How to hide menu bar for logged out users #57514

    Giri
    Expired Member
    Post count: 3155

    Not sure which menu you want to hide. You may have to use CSS to hide?

    .your-menu-name {
    display: none !important;
    }

    .logged-in .your-menu-name {
    display: block !important;
    }

    in reply to: limit reviews not working. #57295

    Giri
    Expired Member
    Post count: 3155

    @urbanfix,

    I have fixed the bug. Fix will be available in next version. Thanks

    in reply to: Location in title of widget? #56946

    Giri
    Expired Member
    Post count: 3155

    @coulterjohnson

    Best of widget default title look like

    Best of {Your site name} {location}

    So keep the widget title field field blank if you want default title.

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