Forum Replies Created

Viewing 15 replies - 31 through 45 (of 150 total)
  • Thread Starter blogdropper

    (@blogdropper)

    Thanks very much Yani, that’s what I needed to know

    Thread Starter blogdropper

    (@blogdropper)

    Hi Yani,
    I used this plugin, it doubled the size of my website, I’m no longer using the plugin and have deleted it. So how do I return the size of the website to what it was before using All-in-one WP Migrate plugin?
    Thanks for you help

    Thread Starter blogdropper

    (@blogdropper)

    Thanks for your reply.
    I’m not clear about this.
    My hosting runs daily backups – and I don’t want to do this on a daily basis. How do I remove the files from my site to reduce the size of the backups?
    Or am I missing something?
    Thanks for your help

    Thread Starter blogdropper

    (@blogdropper)

    Thanks Guido,
    Works perfect.

    Not obvious to us dumbos. Did I miss it in the documentation?
    Support much appreciated

    Thread Starter blogdropper

    (@blogdropper)

    Hi, Not having success using sum captcha.
    Would like to see: 2 + 3 and accept 5 as correct.
    What are the settings for
    General >
    Sum captcha: Activate?
    Labels >
    Captcha: ?
    Sum Captcha: ?

    Whatever settings I use always get captcha error.

    Any other settings?
    Thanks for your help

    Thread Starter blogdropper

    (@blogdropper)

    Hi Mikko,
    Finally arrived at a simple solution. Each medical complaint has a symptom and this is what I need to group the complaints by so “stomach pain”, “abdominal pain” and “intestinal pain” all have the common symptom “stomach pain” so I’ve added a symptom term to all medical complaints. Now search results contain all complaints with the same symptom.
    Thanks for helping me to think this through and arriving at a solution.

    Thread Starter blogdropper

    (@blogdropper)

    Hi Mikko,
    Is there any examples or documentation for using indexing and phrase matching?
    Can I use the free Relevanssi, or do I need the Premium version for this?

    Thanks

    Thread Starter blogdropper

    (@blogdropper)

    Hi,
    Thanks for getting back to me.
    I have Toolset, contacted their support and they came up with this solution:

    
    

    function redirect_my_custom_tax_archive_to_post() {
    if (is_tax(‘english-name’)) {
    global $post;
    wp_safe_redirect(get_permalink($post->ID));
    die;
    }
    }
    add_action(‘template_redirect’,’redirect_my_custom_tax_archive_to_post’);`
    `
    Works great!

    Thread Starter blogdropper

    (@blogdropper)

    OK Mikko, you’ve given me alot to digest, this is all still a work in progress, I’ll set things up as you suggest – taxonomy terms and custom fields. When that’s done I’ll get back to you for advice on uploading a CSV file.
    One question – you say

    write the alternate complaints to a custom field

    , is that 1 custom field per alternate complaint phrase or 1 custom field with all the alternate phrases comma separated?
    Thanks for all your help

    Thread Starter blogdropper

    (@blogdropper)

    I have around 2000 medical complaints (or at least the database does).
    So using a CSV file would simplify things for me, can you give me some pointers about the format and headings I need for a csv file if I want to use it for manual searching (for phrases).
    Are there any examples of PHP code that would give me an idea of what I need to do?

    Thanks

    Thread Starter blogdropper

    (@blogdropper)

    ok thanks Mikko,
    I could create a csv file with all related phrases/synonyms, would there be a way to upload to Relevanssi?

    Thanks for all your help, much appreciated

    Thread Starter blogdropper

    (@blogdropper)

    Thanks Mikko,
    Yes in my case I’d like to use phrases as synonyms – are you saying that at the moment synonyms can only be single words, but this will be fixed to include phrases in the next version?
    You also mention indexing and searching can either be used with phrases?
    Thanks

    Thread Starter blogdropper

    (@blogdropper)

    Hi Mikko, thanks very much for this, would this also apply to phrases, so that if the search was “stomach pain” would this also return results for “abdominal pain” and “intestinal pain” – I don’t want to apply the fallback for individual words – so would the synonym be “stomach pain” rather than just “stomach”?
    Thanks

    Thread Starter blogdropper

    (@blogdropper)

    Hi George,
    There is no error, as I said the address reverts to the site url without the /wp-admin/ part.

    Thread Starter blogdropper

    (@blogdropper)

    Hi David,
    I finally succeeded to do what I wanted. Thanks for taking the time to explain all this to me. Here’s the csv I used:

    
    Caption,ID
    "<a href=""https://florapalaestina-ethnobotany.org/?plant=Acacia-farnesiana/"" target=""_blank""><div class=""flex3""><div class=""flex-items""><b>Acacia farnesiana</b></div><div class=""flex-items pad5""> <ul><li>??????? ?????????????</li></ul></div></div><div class=""flex3 pad10""><div class=""flex-items""> <ul><li>Sweet Acacia</li><li> Needle Bush</li></ul></div><div class=""flex-items""> <ul><li>??? ??????</li><li>  ??? ??????</li><li>  ??? ???</li></ul></div></div></a>",42391
    "<a href=""https://florapalaestina-ethnobotany.org/?plant=Acanthus-hirsutus/"" target=""_blank""><div class=""flex3""><div class=""flex-items""><b>Acanthus hirsutus</b></div><div class=""flex-items pad5""> <ul><li>??????? ??????</li></ul></div></div><div class=""flex3 pad10""><div class=""flex-items""> <ul><li>Syrian Bears-breech</li><li> Syrian acanthus</li></ul></div><div class=""flex-items""> <ul><li>??????</li></ul></div></div></a>",42392
    "<a href=""https://florapalaestina-ethnobotany.org/?plant=Achillea-arabica/"" target=""_blank""><div class=""flex3""><div class=""flex-items""><b>Achillea arabica</b></div><div class=""flex-items pad5""> <ul><li>?????????? ????????-?????????</li></ul></div></div><div class=""flex3 pad10""><div class=""flex-items""> <ul><li>Yellow Milfoil</li></ul></div><div class=""flex-items""> <ul><li>??????</li><li>  ????? ???????</li><li>  ???????</li></ul></div></div></a>",39701
    

    and here’s what it looks like

    Seems to me that the internet’s one of the few places you can find altruism.
    Thanks for making this possible

Viewing 15 replies - 31 through 45 (of 150 total)