Stiofan O'Connor

Forum Replies Created

Viewing 15 posts - 6,256 through 6,270 (of 13,774 total)
  • Author
    Posts
  • in reply to: Directory Starter Theme Functionalities #361149

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Three questions #361145

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    #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


    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Please 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

    in reply to: No sorting for search results? #361100

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Payfast Error #361094

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Sieko,

    I will talk with Paolo about this to see if it’s something we want to pursue or not.

    Thanks,

    Stiofan

    in reply to: Booster breaks css and and google api won't load #361092

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Payfast Error #361089

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Three questions #360479

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    #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

    in reply to: Supreme Directory SSL Not recognized #360478

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Import bug when translating countries? #360477

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Yes, you are right, but for the reasons i said, a location can have lots of data attached other than listings.

    Stofan

    in reply to: Details Page Mods #360472

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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


    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Marc,

    That’s good news 🙂
    I have flagged this for myself to look at on Monday.

    Have a good weekend.

    Thanks,

    Stiofan

    in reply to: Import bug when translating countries? #360469

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Location manager plugin update failed #360468

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    I have asked if they do, that sounds like the only explination, i’ll keep you posted.

    Stiofan

    in reply to: Registrations fail #360465

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

Viewing 15 posts - 6,256 through 6,270 (of 13,774 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount