Giri

Forum Replies Created

Viewing 15 posts - 1,726 through 1,740 (of 2,661 total)
  • Author
    Posts
  • in reply to: Need only 1 review #241199

    Giri
    Expired Member
    Post count: 3155

    You have to modify code in two files

    
    
    wp-content/themes/geodirectory_whoop/functions/reviews.php
    wp-content/themes/geodirectory_whoop/reviews.php

    You should hire someone to do that. Because explaining you would take me more time than doing it by myself.

    in reply to: Supreme – moving video from main to sidebar #241195

    Giri
    Expired Member
    Post count: 3155

    Hi there, you need to use video embed code for sidebar videos. so plain video urls won’t work

    in reply to: Need only 1 review #241194

    Giri
    Expired Member
    Post count: 3155

    I’m talking about the complication in development. It requires code refactoring to achieve that layout.

    in reply to: Need only 1 review #241190

    Giri
    Expired Member
    Post count: 3155

    Andi, Reply button not there when you enable “Limit 1 Review / User / Post” option because we are removing the comment form for that particular user once the user left a review. So displaying reply button will make things complicated.

    in reply to: Documentation for List Manager #241174

    Giri
    Expired Member
    Post count: 3155

    You are welcome 🙂

    in reply to: Documentation for List Manager #241151

    Giri
    Expired Member
    Post count: 3155

    @frank, you can copy and paste the same code in child theme. Most likely it would work. Let me know if it doesn’t work

    https://wpgeodirectory.com/support/topic/documentation-for-list-manager/#post-239264

    in reply to: Related listings and map #241125

    Giri
    Expired Member
    Post count: 3155

    Hi fws2016, I thought it was fixed. But a user reported that bug again 2 days back. I have fixed that yesterday.

    Just applied the fix on your site. You can test now.

    Thanks

    in reply to: Edit List #240804

    Giri
    Expired Member
    Post count: 3155

    Hello Ernest. I have modified some code in GD lists addon and whoop theme and applied the changes on your website. Can you test it and let me know?

    Thanks

    in reply to: Map on Listing Sidebar #240776

    Giri
    Expired Member
    Post count: 3155

    You are welcome simon..

    in reply to: Map on Listing Sidebar #240772

    Giri
    Expired Member
    Post count: 3155

    Hi there, we have fixed this bug.

    I have applied the fix on your website.

    Thanks

    in reply to: Supreme – moving video from main to sidebar #240769

    Giri
    Expired Member
    Post count: 3155

    Please use this code to move video to sidebar.

    https://wordpress.org/plugins/code-snippets/

    So please install that plugin, activate it.

    Add the code added by me above and then activate it.

    
    
    
    add_filter('geodir_detail_page_tab_is_display', 'custom_gd_hide_video_tab', 10, 2);
    function custom_gd_hide_video_tab($value, $tab) {
        if ($tab == 'post_video') {
            $value = false;
        }
        return $value;
    }
    
    add_action('geodir_detail_sidebar_inside', 'custom_gd_show_video_in_sidebar', 1);
    function custom_gd_show_video_in_sidebar() {
        global $post;
        $video = '';
        if (geodir_is_page('preview')) {
            $video = isset($post->geodir_video) ? $post->geodir_video : '';
        } elseif (geodir_is_page('detail')) {
            $video = geodir_get_video($post->ID);
        }
        if ($video != '') {
            echo '<div class="geodir-video-wrapper">';
            echo stripslashes($video);
            echo '</div>';
        }
    }
    
    add_action('wp_head', 'custom_video_responsive_css');
    function custom_video_responsive_css() {
        if (geodir_is_page('preview') || geodir_is_page('detail')) {
            ?>
            <style type="text/css">
                .geodir-video-wrapper {
                    margin-top: 20px;
                    position: relative;
                    padding-bottom: 56.25%; /* 16:9 */
                    padding-top: 25px;
                    height: 0;
                    margin-bottom: 10px;
                }
    
                .geodir-video-wrapper iframe {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }
            </style>
            <?php
        }
    }
    in reply to: Possible bug in add listing(event) #240759

    Giri
    Expired Member
    Post count: 3155

    Hi there, we have confirmed this bug. Assigned to event addon developer.

    @kiran

    Please refer these screenshots to understand the bug

    Add Event page:

    http://www.awesomescreenshot.com/image/1452081/8232c8baeedceaac21f1271ecadce62d

    After “Go back and Edit”

    http://www.awesomescreenshot.com/image/1452085/aad92a5948e3e2014cf973d9abbdd1f4

    in reply to: Photos not showing on Listing Page #240691

    Giri
    Expired Member
    Post count: 3155

    Did you made any customisation in event detail template?

    can you give me your ftp details?

    in reply to: Split: "Get Directions" button to Open Google Maps Link #240623

    Giri
    Expired Member
    Post count: 3155

    Ok, No problem. Let us know if you need our help in the future. Happy to help

    Thanks

    in reply to: Split: "Get Directions" button to Open Google Maps Link #240620

    Giri
    Expired Member
    Post count: 3155

    I think you should have waited little longer. Thats why i asked you to wait yesterday. I have just fixed a bug which might be the cause of your issue.

    https://wpgeodirectory.com/support/topic/map-tab-on-single-event-page/#post-240619

    Anyway, if your site is not a production site and you don’t have huge traffic, then it wont be an issue I guess.

    Let us know if you bump into a problem.

    Thanks

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