Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Thanks i submitted two listings with no problems, is there something i have to do to replicate this?
Stiofan
August 7, 2014 at 12:14 pm in reply to: Popular Post widget on listing page defaults to two colu #11293ok i see sometimes it is using the last global value and not the list view, i have changed this in core and it will be in the next verion.
TO change yourself please open geodirectory-widgets/geodirectory_popular_widget.php line 283 and add
else{$gridview_columns = '';}
So the surrounding code should look like this:
if(strstr($layout,'gridview')){ $listing_view_exp = explode('_',$layout); $gridview_columns = $layout; $layout = $listing_view_exp[0]; }else{$gridview_columns = '';}
Thanks,
Stiofan
August 7, 2014 at 11:40 am in reply to: Popular Post widget on listing page defaults to two colu #11290This works fine for me on my demo, can you double check your setting and that you have the latest core and if so post a link to your site.
Thanks,
Stiofan
Just FYI, comments with no rating are not counted as reviews also replies are not counted as reviews.
Thanks,
Stiofan
August 7, 2014 at 9:53 am in reply to: Popular Post widget on listing page defaults to two colu #11282This was fixed in a prev release.
Stiofan
I have added this as a feature task for price manager, we will add it in the near future, i will post back here when done.
Thanks,
Stiofan
I hate wordfence too lol, i just would not recommend it. My best advice is if you start having any problems such as spam just let us know and we will best advise how to tackle it or even work in a solution to our products.
Thanks,
Stiofan
Thanks for the info, te problem was the woo product tab pluing.
I have solved by removed the map call from that by adding this to your theme functions.
function woo_dequeue_map() { wp_dequeue_script( 'map' ); } add_action( 'wp_print_scripts', 'woo_dequeue_map', 100 ); wp_dequeue_script( 'map' );
Thanks,
Stiofan
The last user who had this problem it was because they has the share location plugin active but did not have the location switcher present.
I can’t test this as new user registration is disabled, can you enable it or send me wp-admin details please.
Thanks,
Stiofan
Hi have you got a copy of the Divi compatibility plugin? I see john has released it but not sure if you have tested it?
Can you provide instructions on how i can view the autocompleater compatibility bug?
Thanks,
Stiofan
private reply your skype and we can talk if u want.
Stiofan
Hi swm3,
I have asked several times for someone to help with this, if it’s not working in ur area then i need someone from that area to help me test so we can get it right…
Stiofan
Hi KWH, can you post a link to your site, how are u changing the width?
Stiofan
I have asked for you to work with me, google api returns several regions names for some places, the are labeled administrative_area_level_1, administrative_area_level_2 and administrative_area_level_3 the correct usage can be different per country for example, it’s different for UK v USA, for each country it might be a case of having to find what one is correct. This is ONLY a problem for regions, everything else is just labeled, street, city, country etc..
Stiofan
I am glad you have a solution, we use wp_mail so i am also not sure why they are not being logged.
Stiofan
-
AuthorPosts