Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter iamdavidkennedy

    (@iamdavidkennedy)

    Hi Steven,

    I understand that however other implementations of the google maps api, using other plugins for example, seem to find exeter just fine if someone types in exeter, it just seems to be within your plugin the error is happening, if i try with another plugin, or with the maps module within the theme etc, exeter can be found, again, as it doesn’t work on your own examples on your demo site this again points to it being something in the plugin failing to return results.

    If we directly embed a google map for example it works fine, but the client wants to use your plugin as they had already got a license for it, but they’ve had several complaints from their customers regarding them not being able to find locations (in exeter) for example as a result of this.

    It also just seems to be certain locations, if i try almost any other city it finds it first time, but exeter it just does not like for some reason, whereas other implementations using the maps api find it as expected

    Hope that clarifies a bit further

    Cheers

    Thread Starter iamdavidkennedy

    (@iamdavidkennedy)

    hey @nsinelnikov

    Just checking you seen this as noticed you’ve replied to others either side of my question but not replied to this one

    Hope you’re well

    Cheers

    Thread Starter iamdavidkennedy

    (@iamdavidkennedy)

    If I could even actually just show a single category of job i could put it into a second section to only show that, I seen a previous comment stating to download the alpha 1.04 version and then use category=”{termID}” but I tried it with the category ‘269’ and it didn’t work so have gone back to the latest public release of the plugin instead

    Thread Starter iamdavidkennedy

    (@iamdavidkennedy)

    This is what it shows for reference https://i.ibb.co/FWDWxx4/Screenshot-2021-03-24-at-11-52-57.jpg

    Thread Starter iamdavidkennedy

    (@iamdavidkennedy)

    Hi anh, no it still shows as a block of code, I have been back and forth with elegant themes/divi and other options and it all seems to come down to Slim SEO not ignoring the shortcodes.

    Divi have said “tell them that their field must filter the content and strip every shortcode from there, not just grab them and insert them in that field”

    so if there is something I need to add to my functions.php to achieve this please let me know asap as I’ll need to do it on a lot of sites that are all having this issue

    Would love to keep using slim seo as it seems great but if this can’t be fixed it means it’s showing up in customers google listings and just looks bad for us

    Let me know 🙂

    Thread Starter iamdavidkennedy

    (@iamdavidkennedy)

    @codepeople amazing that’s working absolutely perfectly for me, thank you for all your help and an amazing support service, above and beyond 🙂

    Take care and stay safe

    Thread Starter iamdavidkennedy

    (@iamdavidkennedy)

    Hey again @codepeople

    Gotcha thanks, I’ve put it in there and it’s now pulling in a result as

    ‘Stamina:1’

    I need it to be sorting the items by their max value, so the one with the highest value (5 in this case) should be the one it displays in that final field

    max(fieldname10,fieldname21,fieldname30,fieldname39,fieldname44)

    That’s how I was previously pulling that result in but as the number, how can I apply that same rule combined with the code you gave me?

    Thanks again!

    Thread Starter iamdavidkennedy

    (@iamdavidkennedy)

    Hey thanks so much for getting back to me so quickly @codepeople

    Unfortunately I can’t seem to get that to work, I’ve changed it to:

    <script>
    (function(){
        var titles = [getField(fieldname47|n).title, getField(fieldname49|n).title, getField(fieldname50|n).title, getField(fieldname51|n).title, getField(fieldname52|n).title],
            values = [fieldname47,fieldname49,fieldname50,fieldname51,fieldname52],
            tmp = 10000,
            result;
        for(var i in values)
        {
            if(values[i]<tmp)
            {
                result = titles[i]+': '+values[i];
                tmp = values[i];
            }
        }
        return result;
    })()
    </script>

    Really appreciate any help, basically once you get through to page six of the form at the link, I need the name from the “Your total scores are shown below” section to display in the “Based on your above scores we recommend you focus on:” section – so it should say whichever the highest scoring value is from above e.g; ‘Stability’

Viewing 8 replies - 1 through 8 (of 8 total)