Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter gefusz

    (@gefusz)

    Thanks for your answer!
    In the meantime, I’ve noticed something which leads to the conclusion that the feature I’ve requested is actually working in some cases. Let me explain in detail!

    https://krokirendelo.hu/labor-arlista-teszt/
    On this page, I’ve got 2 tables (manual type, uploaded from Excel file) and if you are searching for “laz” (instead of “láz”) or for “vercukor” (instead of “vércukor”), the results are appearing even if you searching without the accents.

    https://krokirendelo.hu/labor-arlista/
    However, on this page, it doesn’t work like that with Google Spreadsheet-type tables.

    So as I see the feature is implemented already, but why the tables are behaving differently? What should I do with Google Spreadsheet tables to make them work like with manual tables?

    Please advise!

    Thread Starter gefusz

    (@gefusz)

    Hi again,

    I don’t use any markers from the settings, I’m rendering them from shortcode to customize the look of it.

    This part is making the trouble from line 55:
    —————————————————–
    add_action(‘init’, array(&$this, ‘init’));
    if ($this->options->mark_after !== MarkNewPosts_MarkAfter::OPENING_BLOG) {
    add_action(‘pre_get_posts’, array(&$this, ‘mark_posts_as_read’));
    }
    ——————————————————
    Obviously is this because of the “pre_get_posts”.
    But never mind, I’ve managed to bypass this so it is working now.

    By the way, is there any solution to reset the markers?
    From a desktop browser, it is easy to delete the value from “mnp_c3722a21” cookie, which resets them. But from a mobile browser, even if I delete the cookies, it doesn’t reset them. On some browsers mainly iPhones, it doesn’t even work at all. None of the posts have the marker. Why is that?

    I’ve seen that there is a “Reset” button in the settings menu but it does nothing. Nothing happens if I click on it.

    Thanks in advance

    Thread Starter gefusz

    (@gefusz)

    Ohh sorry, searching is restricted.

    In the meantime, I’ve figured out that post categories (taxonomies) must be excluded rather than included. This has fixed the search query issue.

    But somehow the search results loop style is still based on the home (blog) template rather than the search archive page template.

    I think is this because of S&F and Toolset conflict.

    • This reply was modified 2 years, 6 months ago by gefusz.
    Thread Starter gefusz

    (@gefusz)

    Hi,

    Have a look at these two search parameters.

    This is with the default search form:
    https://gaborkriston.com/mokkapp/?s=teszt

    This one with the Search and filter plugin:
    https://gaborkriston.com/mokkapp/?sfid=90&_sf_s=teszt

    Please note I’m using Toolset Blocks to edit archive pages.
    Even the templates loaded are different.
    If I turn off the MNB plugin, both pages are identical.

    Thread Starter gefusz

    (@gefusz)

    Hi there,

    Looking forward to the next release which will fix this. ??

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