dhaval

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 35 total)
  • Author
    Posts
  • in reply to: User Registration Direct to Blank Screen #456898

    dhaval
    Moderator
    Post count: 39

    Hi Nik,

    You do not have to write any code for this error. Can you please create a new google map API key and replace with older?

    Please let me know it works or not.

    Regards,
    Dhaval

    in reply to: Error thrown #456878

    dhaval
    Moderator
    Post count: 39
    This reply has been marked as private.
    in reply to: User Registration Direct to Blank Screen #456500

    dhaval
    Moderator
    Post count: 39

    Hi Nik,

    There is an error “You must acknowledge and agree to the privacy policy” after submitting a form which is the reason for blank screen. The error seems coming from enfold theme. So, you may need to disable privacy acceptance fields.

    Regards,
    Dhaval

    in reply to: Place thumbnails showing intermittently on search page #455936

    dhaval
    Moderator
    Post count: 39

    Yes, I think so.

    in reply to: Place thumbnails showing intermittently on search page #455928

    dhaval
    Moderator
    Post count: 39

    Hello Andrew,

    I have checked this issue. I have just deactivated jet-pack plugin and reactivated again and now issue is resolved. Please review from your end and let us know if it’s working or not.

    Regards,
    Dhaval

    in reply to: Event without end date causing issues #454589

    dhaval
    Moderator
    Post count: 39

    Hello,

    I have updated SIV2 on your server. Please review from your end let us know it’s works or not.

    in reply to: Event without end date causing issues #454369

    dhaval
    Moderator
    Post count: 39

    Hello Alphonso,

    We have fixed this and will be available in next update of the plugin. If you want it on your site then provide us the FTP details in private reply and I can make changes on your site.

    in reply to: Blank Page #454128

    dhaval
    Moderator
    Post count: 39

    Hello Simon,

    Can you please create a clone of site somewhere where I can troubleshooting by deactivate plugin and theme instead of on live?

    in reply to: Tags in Sidebar #453724

    dhaval
    Moderator
    Post count: 39

    Hello Bernward,

    I have created a [gd_posts_tags] short code for display GD post types tags in post detail page. Please put below snippet on you theme functions.php file.

    [gd_posts_tags]
    
    
    function gd_posts_tags_func( $atts ) {
    
        global $post;
        ob_start();
    
        if( is_single() ) {
    
            if( !empty( $post->post_type ) && in_array( $post->post_type, geodir_get_posttypes() ) ) {
    
                $taxonomy = $post->post_type.'_tags';
                $tags_terms = wp_get_post_terms( $post->ID, $taxonomy );
    
                if( !empty( $tags_terms ) && '' != $tags_terms ) {
                    echo '<ul>';
                    foreach ( $tags_terms as $terms ) {
                        $tag_term_link =  get_term_link($terms->term_id);
                        echo '<li>';
                            echo '<a href="'.$tag_term_link.'">'.$terms->name.'</a>';
                        echo '</li>';
                    }
                    echo '<ul>';
                }
    
            }
    
        } else{
           echo __('No tags founds!','text-domain');
        }
        return ob_get_clean();
    }
    add_shortcode( 'gd_posts_tags', 'gd_posts_tags_func' );

    You can modify the code as per you requirement.

    in reply to: Same category does not show the content of the entire place #451976

    dhaval
    Moderator
    Post count: 39

    Hello,

    Thank you for the provide FTP details but it’s not working. So, Please provide correct FTP details in private reply.

    in reply to: GD Map listings page widget not loading #451849

    dhaval
    Moderator
    Post count: 39
    This reply has been marked as private.
    in reply to: GD Map listings page widget not loading #451666

    dhaval
    Moderator
    Post count: 39

    Hello,

    Can you please create a clone of site somewhere where I can troubleshoot instead of on live?


    dhaval
    Moderator
    Post count: 39

    Hello Ann,

    We have made the required changes on your site in plugin and it should resolve the issue. Can you please check and let me know if it works fine for you or not?

    in reply to: SIV2 works different with different FB events types #450297

    dhaval
    Moderator
    Post count: 39

    Yes, Your understanding is correct.

    in reply to: Details Page Header Image not importing from FB Event #450243

    dhaval
    Moderator
    Post count: 39

    Hello,

    Can you please share you site admin credentials in private replay. So, we will look more into this.

    Site URL:
    Username:
    Password:

Viewing 15 posts - 1 through 15 (of 35 total)