Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Fixed and will be in next version.
Thanks,
Stiofan
Hi, have we not had this discussion before?
And yes you should NEVER mod core! 🙂
I assume you are talking about the search bar widget GD > Search though you did not say it specifically. Why are you modding core queries? If it was me i would copy that widget and mod it as i need, you can create your own cat dropdown and add it to the query something like
&sgd_placecategory=2If you explain clearly what you are trying to do rather than what you have done we might be able to advise you better.
Thanks,
Stiofan
Sorry i thought i had posted here, that widget is using query_posts which can be affected by other queries on the pages, i have changed it to use a custom query and this will be in the next version.
Thanks,
Stiofan
FYI you have a plugin “logocarousel” that is trying to check for updates on every page load, it is failing and slowing down page load, i would disable the plugin or update it or at least disable the update call.
Thanks,
Stiofan
Thanks, should be fixed now.
Stiofan
ok i can see the problem is that the search parameter that has no value but has a placeholder of “Title” is being sent for some reason.
If you can pass FTP i can dig deeper
Thanks,
Stiofan
December 10, 2014 at 4:44 pm in reply to: How to change default tab (from profile to review)? #24021OK this is easier than you think…
if(isset($tab_array['reviews'])){ $new_tab_array['reviews'] = $tab_array['reviews'];// set in new array $new_tab_array['reviews']['is_active_tab']='1'; unset($tab_array['reviews']);//unset in old one } if(isset($tab_array['post_profile'])){ $new_tab_array['post_profile'] = $tab_array['post_profile']; // set in new array $new_tab_array['post_profile']['is_active_tab']=''; unset($tab_array['post_profile']);//unset in old one }the
...['is_active_tab']='1';sets any tab to be the default but you can have only one so u must remove the profile tab with the same code
...['is_active_tab']='';Thanks,
Stiofan
yes this is weird, please provide FTP details and i will dig in to it.
Thanks,
Stiofan
Mobile location switcher has been changed and will be in next ver.
Thanks,
Stiofan
December 10, 2014 at 12:55 pm in reply to: Neighbourhood Name changing when clicking "Set on map" #24001Fixed, will be in next ver.
Thanks,
Stiofan
This has been fixed and will be in the next version.
Thanks,
Stiofan
Thanks, this seems to be a bug with the free trial, i have added it as a bug and it will be fixed soon.
Thanks,
Stiofan
i have commented this out for now, i will clear it in a few versions if the other devs have nothing to say about it.
Thanks,
Stiofan
This has been fixed and will be in the next version.
Thanks,
Stiofan
December 9, 2014 at 2:28 pm in reply to: Where can a logged in customer see their advert expiry date? #23926This has also been added Adrian.
Thanks,
Stiofan
-
AuthorPosts