wakeatlas

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 171 total)
  • Author
    Posts

  • wakeatlas
    Expired Member
    Post count: 190

    No problem!

    in reply to: Page details widgets #57950

    wakeatlas
    Expired Member
    Post count: 190

    That was it, thanks!

    in reply to: Page details widgets #57901

    wakeatlas
    Expired Member
    Post count: 190

    It looks like that’ll work but like I said in the other thread (I forgot about this thread) the widget isn’t showing up on the Site-Wide Activity, Members, Groups pages anymore? The widgets weren’t showing up even before I updated the code to the latest above suggestion..

    in reply to: GD Page Details widget doesn't show #57900

    wakeatlas
    Expired Member
    Post count: 190

    I wish I could delete old thread posts on here! Anyways I just saw @giri‘s reply in this thread with the answer to my question..

    https://wpgeodirectory.com/support/topic/page-details-widgets/

    For all of our sanity’s sake, let’s continue with this issue in that thread..

    Thanks!

    in reply to: Problem with listing package #57899

    wakeatlas
    Expired Member
    Post count: 190

    Hi Paolo, we dont have to limit them by packages. We just want them to post one photo per review since one client already posted 10 photos in one review.

    Yes please let us know how can we fix the video since we can’t go over all the listings again to delete them one by one.

    Thanks!


    wakeatlas
    Expired Member
    Post count: 190

    @giri

    1. Only the “your next review widget”

    2. Only noticed one of the trashed listings, wasn’t bookmarked.

    We ended up just completely deleting it (emptied the trash) and it went away.. Just seemed like it shouldn’t have shown up there when it was changed to draft and then put in the trash.

    Thanks

    in reply to: GD Page Details widget doesn't show #57894

    wakeatlas
    Expired Member
    Post count: 190

    Actually, the sidebar worked two days ago, now it doesn’t work. Haven’t touched the code since.

    I only want to add the sidebar to the members, groups, activity feed pages. When it did work it showed up at the bottom of the profile page shown in the screenshot. We don’t want it there.

    in reply to: GD Page Details widget doesn't show #57890

    wakeatlas
    Expired Member
    Post count: 190

    Ok, can you explain please? Thanks

    in reply to: Directory Lists #57889

    wakeatlas
    Expired Member
    Post count: 190

    Perfect, thanks!

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

    wakeatlas
    Expired Member
    Post count: 190

    Is this the add photo button that is supposed to be hidden? Because I just added the

    add_filter('whoop_big_header_show_add_photo_btn', '__return_false');

    to the functions.php file and it’s still there. I tried adding the rest of the code you supplied and I was able to add the two other photos you see in the screenshot next to the logo.

    Thanks

    Here’s my functions.php code for reference:

    
    
    <?php
    
    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
    function theme_enqueue_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    
    }
    
    error_reporting(E_ERROR);
    
    function whoop_change_sidebar_content_order() {
        return array('geodir_detail_page_more_info',
            'geodir_social_sharing_buttons',
            'geodir_share_this_button',
            'geodir_edit_post_link',
            'geodir_detail_page_google_analytics',
            'geodir_detail_page_review_rating'
        );
    }
    add_filter('geodir_detail_page_sidebar_content', 'whoop_change_sidebar_content_order');
    
    add_filter('geodir_infowindow_meta_after','balloon_extra' );
    function balloon_extra() {
    global $post;
    
    echo $post->geodir_address;
    echo $post->post_city;
    echo ", ".$post->post_region;
    echo "<br>".$post->post_country;
    echo "<br>".$post->geodir_contact;
    }
    
    add_filter('whoop_big_header_show_add_photo_btn', '__return_false');
    
    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');
    
    ?>
    in reply to: Disable users to upload photos on listings that dont own #57847

    wakeatlas
    Expired Member
    Post count: 190

    Okay, we’ll try this later. Thanks!

    in reply to: Problem with listing package #57846

    wakeatlas
    Expired Member
    Post count: 190

    Okay, when is the update gonna be available?

    How about the video and the photo on reviews?

    in reply to: Problem with listing package #57771

    wakeatlas
    Expired Member
    Post count: 190

    There are two ways to add photos on a listing: First is at the profile section of the listing and second is at the review section of the listing.

    All listings were from imported from social. We grabbed them before we even set up the packages so the video was grabbed as well. Then we set up the packages and restricted beginner package to only one photo and no video but the system allowed both admin and participant users to upload more than one photo in a listing and the video still shows in their profile.

    Can this be fixed? Also, we only want to allow one photo per review posted.

    We are trying to sell listings here but if the system is not working according to how it suppose to be then all this time spent to build this website is a total waste of time. We’re about to launch it next week but we cant proceed until this issue is fixed.

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

    wakeatlas
    Expired Member
    Post count: 190
    This reply has been marked as private.
    in reply to: GD Page Details widget doesn't show #57730

    wakeatlas
    Expired Member
    Post count: 190

    That worked perfectly! Is there any way we can exclude this update from adding the widget to just the Buddy Press user Profile page?

    Thanks

Viewing 15 posts - 16 through 30 (of 171 total)