Naveen Giri

Forum Replies Created

Viewing 15 posts - 556 through 570 (of 1,165 total)
  • Author
    Posts
  • in reply to: Category links #520257

    Naveen Giri
    Moderator
    Post count: 1559

    Hi laurence,

    it seems cache related issue. please make sure to purge server side cache.

    Thanks

    in reply to: Category Icons Ajax CPT in Supreme Theme Home Page #520246

    Naveen Giri
    Moderator
    Post count: 1559

    Hi dale,

    use below code snippet to make those shortcode work like supreme-directory theme.

    
    
    
    add_action( 'wp_head', function () { ?>
    	<script>
        jQuery(document).ready(function(){
    		jQuery("body").on("geodir_setup_search_form", function(){
    			if (jQuery(".geodir-cat-list-tax").length) {
    				var postType = jQuery('.search_by_post').val();
    				jQuery(".geodir-cat-list-tax").val(postType);
    				jQuery(".geodir-cat-list-tax").change();
    			}
    		});
    	});
    	</script>
    <?php } );
    

    Thanks

    in reply to: GD Search Suddenly became an empty element #520231

    Naveen Giri
    Moderator
    Post count: 1559

    Thanks for confirmation, I will close it.

    in reply to: Template Override of Template-Parts? #520224

    Naveen Giri
    Moderator
    Post count: 1559

    thats a locale use to add translation of string.
    it should be replaced with the Text Domain string of your theme.

    if you don’t have need of any translation. you can let it be.

    in reply to: highest score #520098

    Naveen Giri
    Moderator
    Post count: 1559

    Hi wei wu,

    I am checking. I will get back to you with update soon.

    Thanks

    in reply to: Header Image not wide enough #520066

    Naveen Giri
    Moderator
    Post count: 1559

    Hi event19,

    inside admin panel go to
    appearance -> customize -> add css

    or send site details in private reply, if you want me to add code fix.

    Thanks

    in reply to: Google Analytics code on all pages, not just detail #519923

    Naveen Giri
    Moderator
    Post count: 1559

    Hi Gaspare,

    you can use below code snippet to show ga only on listing detail page

    
    <?php 
    function gd_show_ga_code() {
        if( geodir_is_page('detail') ):?>
                // ga code 
                <script>
                    // ga code
                </script>
        <?php endif;
    }
    add_action('wp_head', 'gd_show_ga_code');
    in reply to: Header Image not wide enough #519922

    Naveen Giri
    Moderator
    Post count: 1559

    Hi
    please use following css in theme customiser. meanwhile I will add patch for it in theme for next version.

    
    body.sd-float-menu #site-header {
        background-size: cover !important;
    }
    

    Thanks


    Naveen Giri
    Moderator
    Post count: 1559

    Hi Nick,

    we have an option to send email to admin and listing author when listing get publish.
    but if you want to send email to all other user on listing publish.
    thats not something we have for now.
    but you can use GD hooks to extend it in that way.

    following is action hook. which get fire when listing get publish.

    
    do_action( 'geodir_post_user_publish_post_email', $email_name, $email_vars );
    

    Thanks

    in reply to: Add Listing Page width #519866

    Naveen Giri
    Moderator
    Post count: 1559

    Thanks for confirming. I will close the ticket.


    Naveen Giri
    Moderator
    Post count: 1559

    Hi vivek,

    you can try the code snippet below to trigger reviews email on submission instead of after moderation.
    https://gist.github.com/1naveengiri/a9378b3c45b949400d08aeefa89d814b

    we do not recommend this way because if you allow comments without moderation, you may end up with spam reviews.

    Thanks

    in reply to: Add Listing Page width #519833

    Naveen Giri
    Moderator
    Post count: 1559

    Hi dominiccadle

    please have a look. I have just added it using builder with above css. it shows full width form.

    Thanks

    in reply to: Cick to view phone number #519760

    Naveen Giri
    Moderator
    Post count: 1559

    Hi josechugomez,

    for v2 to show category icons you can try below code. if you still have any issue.
    please share the site details in private reply.

    Thanks

    in reply to: Optimisation of Events at Selected Venues #519739

    Naveen Giri
    Moderator
    Post count: 1559

    Hi Tristan,

    Search page is not indexed by google because of its variable query and variable url structure.

    you will have to develop a custom page template to build something like this.

    You can look for Gd experts https://geodirectoryexperts.com/

    Thanks

    in reply to: Optimisation of Events at Selected Venues #519731

    Naveen Giri
    Moderator
    Post count: 1559
    This reply has been marked as private.
Viewing 15 posts - 556 through 570 (of 1,165 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount