Stiofan O'Connor

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 13,774 total)
  • Author
    Posts
  • in reply to: GD Archive posts list layout #542078

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    Thanks for reporting this, i have fixed this and it will be in the next release.

    Stiofan

    in reply to: Cannot connect website #541827

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    When i disabled the password protected setting i was able to connect my test user account (now disconnected). You will need to disable that to get connected.

    Thanks,

    Stiofan

    in reply to: AyeCode Connect not connecting #541814

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    This has not been fixed yet, i have given them another nudge now, but their fix keeps being delayed…

    Stiofan

    in reply to: Membership Renewal GD6BDAY #541795

    Stiofan O’Connor
    Site Admin
    Post count: 22956
    This reply has been marked as private.
    in reply to: Issues with updating #541793

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Glenn,

    You should be logging into the AyeCode Connect site with your GD details, maybe that is the issue?

    Stiofan

    in reply to: Elementor Pro – Issues with GD Archive, languages etc #541578

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    There is an issue with the archive item, a fix will be released later today.

    Stiofan

    in reply to: Map Widget missing _wpnonce parameter #541571

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Fernando,

    We used to use nonces and we had to remove them, we had lots of problems with caching, we don’t control users cache. If you set a nonce then the rest API deals with authentication automatically and if its expired then it will reject it.

    The nonce in WP REST API just checks for the cookies, i guess you could manually check the cookies.

    Thanks,

    Stiofan

    in reply to: Map Widget missing _wpnonce parameter #541339

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    Nonces there would prevent caching and as we show logged in and logged out users the same results then there is no need for them. Do you have a specific need for this?

    Stiofan

    in reply to: Shortcode or Hook for the Tag Filter in GD Listings? #541330

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Gary,

    There is no option for this but u can use this filter to edit the query
    geodir_widget_listings_query_args

    Not tested but it might look something like this:

    
    
    add_filter('geodir_widget_listings_query_args','_my_tags_filter',10,2);
    	    function _my_tags_filter($query_args, $instance){
    
    		    if(!empty($query_args['post_type']) && is_singular('post') ){
    			    $tags = array('tag1','tag2','tag3');
    			    $tag_query = array(
    				    'taxonomy' => $query_args['post_type'] . '_tags',
    				    'field' => 'name',
    				    'terms' => $tags
    			    );
    			    $query_args['tax_query'] = array( $tag_query );
    		    }
    		    
    		    return $query_args;
    	    }

    In the above example, you would need to set the tags yourself, you could split the post title into an array of elements but it might be better to use the post tags?

    Stiofan

    in reply to: GD > Listings elementor skin – doesn't display #540814

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    This was an issue from our side, i have fixed this and updated your site, this change will be in the next release.

    Thanks,

    Stiofan

    in reply to: Elementor Templates #540811

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    There were two issues, the normal archive page was again set to a different template and the Elementor archive page was only set to show on the places archive and not on categories or tags (you can also set it for search if u want).

    The custom image size does not seem to be working, i think it is related to jetpack.

    Thanks,

    Stiofan

    in reply to: Possible Minor Bug – Elementor Ratings #540635

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Berto,

    Thanks for spotting, it seems Elementor needs no more than one decimal place so i have adjusted this to meet its requirements, this will be in the next release.

    Thanks,

    Stiofan

    in reply to: Stars not showing on reviews badge #540579

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Nick,

    The issue is our embed script used Font Awesome 5 and the sites are using Font Awesome 4, in these cases we will fall back to unicode stars. I will release a new ver (2.0.5) of our embeds addon shortly, please update it and it should work better.

    Thanks,

    Stiofan


    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    Unfortunately Elementor does not have a native way to do this so we have had to create our own workaround.

    In the next GD core release, you will be able to set the fallback item to “#hide” which will cause the item to be removed if the dynamic value is empty.

    Thanks,

    Stiofan

    in reply to: Automatic connection not possible #540383

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    The page to install things is on your website. See image

Viewing 15 posts - 16 through 30 (of 13,774 total)