• Resolved norayr10

    (@norayr10)


    I am trying to use the plugin with Avada theme, but it is not working.

Viewing 9 replies - 16 through 24 (of 24 total)
  • Thread Starter norayr10

    (@norayr10)

    SELECT wpna_posts.*
    FROM wpna_posts
    WHERE 1=1
    AND (wpna_posts.ID = ‘0’)
    AND wpna_posts.post_type IN (‘post’, ‘page’, ‘attachment’, ‘portfolio’, ‘template’)
    ORDER BY wpna_posts.post_date DESC

    Thread Starter norayr10

    (@norayr10)

    Thread Starter norayr10

    (@norayr10)

    SELECT wp_posts.*
    FROM wp_posts
    WHERE 1=1
    AND (wp_posts.ID = ‘1087’)
    AND wp_posts.post_type = ‘page’
    ORDER BY wp_posts.post_date DESC

    this is the website with avada, where I wanna implement the plugin, and above is the main query from the search page.
    https://www.yourloanguys.com/testsearchplugin/

    Plugin Author don benjamin

    (@dondon-benjamincouk)

    I think I may have found the issue. I think it’s to do with the way the home page is configured , I hadn’t been testing sites using a page record as the home page, only sites showing a blog listing on the home page.

    I’ve just released a new version of the plugin, could you give it a try and let me know if that fixes the issue?

    Thanks,
    Don

    Thread Starter norayr10

    (@norayr10)

    Again I tried to look for some post titles(Hello World!, test1), it couldn’t find, but in the sidebar brought some results., you can check it yourself:
    https://www.yourloanguys.com/testsearchplugin/

    Plugin Author don benjamin

    (@dondon-benjamincouk)

    Could you post the main query from the Query Monitor plugin please.

    Thread Starter norayr10

    (@norayr10)

    SELECT wp_posts.*
    FROM wp_posts
    WHERE 1=1
    AND (wp_posts.ID = ‘1087’)
    AND wp_posts.post_type = ‘page’
    ORDER BY wp_posts.post_date DESC

    Plugin Author don benjamin

    (@dondon-benjamincouk)

    Okay, I think I might have found it this time. Could you try the latest version please.

    Thread Starter norayr10

    (@norayr10)

    It seems it works, I have to make a complex search form, i will test it and will let you know if smth will not work.
    Thank you very much!!

Viewing 9 replies - 16 through 24 (of 24 total)
  • The topic ‘is the plugin compatible with Avada theme’ is closed to new replies.