Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Sorry i was sure i replied to this but something must have went wrong.
#1 I see it as secure for me but if u have problems try:
Install and run plugin “Better search replace” and search for “http://my-site.com” and repalce with “https://my-site.com” (use your domain and not my-site.com)#2 I see u fixed this
#3 Can you explain more?
Thanks,
Stiofan
#4 I have made a small change to our Avada compatibility script to fix this for you.
#5 i used GD Tools>Sync GD tags>Run
Thanks,
Stiofan
February 13, 2017 at 1:03 pm in reply to: GD Booster crashes Slider Revolution, Essential Grid & other theme features #361106Please check now,
In GD Booster >Enable/Disable> set “No, I don’t want my source code to contain any of these notes.”
Then i have added this code snippet (i added a code snippet plugin)
function _my_geodir_booster_exclude_js( $continue, $content ) { // linked in share script if (strpos($content, "lang: ") !== false ) { $continue = true; } // linked in share location if (strpos($content, ' type="IN/Share"') !== false || strpos($content, " type='IN/Share'") !== false ) { $continue = true; } return $continue; } add_filter( 'geodir_booster_script_continue', '_my_geodir_booster_exclude_js', 10, 2 );Thanks,
Stiofan
I will take one last crack at explaining this…
Basically there are two ways to do searches, lets call them “EXACT” and “UNEXACT”
Years ago we used the EXACT method but we had so many customers complain users could not find results that we changed to the UNEXACT method, below is an example:Example: Let’s say a user is searching for a two worded search, lets make it very ambiguous to prove the point “xyz indian”:
EXACT: “xyz indian” for an exact search would need to match “xyz” AND “indian” to display any results. If you got any results then it makes sense to filter them as there will be very few exact results, this also makes sense as yelp is limited to one type of subject matter: FOOD.
UNEXACT: “xyz indian” for an unexact search only one word “xyz” OR “indian” would need to match to display results. If you spell the first part wrong or don’t know the exact name or only part of it then it does not matter you will still see results for things that contain the word “indian” if this is an indian restaurant page then our search will WEIGHT the search to show the most reliant listings at the top but it will also get listings that merely mention “indian” once in passing, if you then ordered the listings by “highest rated” you might end up with the top 10 listings being tourist shops that sell “american indian” souvenirs…
There are trade off to using both, Yelp used EXACT and TripAdvisor used UNEXACT, try searching “xyz indian” on both.
If you spell one word wrong or only know part of a name then EXACT search mostly won’t help you, UNEXACT search will, which is why we changed search to this way after lots of requests from users. What one would u prefer?
Hopefully this explains it a bit better? I await you feedback.
Stiofan
Hi Sieko,
I will talk with Paolo about this to see if it’s something we want to pursue or not.
Thanks,
Stiofan
Hi Cyril,
Only static cache is shown to logged out users, you should always check your site logged in and out when you have any caching system running.
Stiofan
Hi Sieko,
This plugin was developed for people running directories in SA only.
We have never had a request to also have it run outside SA and it could lead to complications, i am not even sure it it’s allowed.Stiofan
#4 i will check on monday
#5 If this is regarding broken category links please update the locations manager, if not please explain.
Thanks,
Stiofan
Hi Vlad,
Try installing the plugin “Better search replace” and search for “http://your-site.com” and replace with “https://your-site.com”
If that does not work please provide wp-admin details in a private reply and let us know the page where you see the problem.
Thanks,
Stiofan
Yes, you are right, but for the reasons i said, a location can have lots of data attached other than listings.
Stofan
Hello,
This CSS should do it:
.geodir-tabs-content li hr{display:none;}You can add this under GD>Design>Scripts>Custom style css code
Thanks,
Stiofan
February 11, 2017 at 10:32 pm in reply to: GD Booster crashes Slider Revolution, Essential Grid & other theme features #360470Hi Marc,
That’s good news 🙂
I have flagged this for myself to look at on Monday.Have a good weekend.
Thanks,
Stiofan
Hi Vicki,
When all the locations are deleted though it does not mean the location and the rest of the data should be deleted, thats what the delete location is for.
I appreciate the feed back, we are always looking for ways to make customers life’s easier 🙂
Thanks,
Stiofan
I have asked if they do, that sounds like the only explination, i’ll keep you posted.
Stiofan
Hi Beatrice,
I tried to register and it told me i had to confirm an email but i did not recive one (yet)
Is this the problem you are seeing? If so please try installing a plugin called “Email log” to check the emails are being sent.Thanks,
Stiofan
-
AuthorPosts