Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #905532

    Hi Guys,

    I love Enfold, thank you for the marvelous work. I didn’t have any problem with it till upgrading to 4.2.2
    After the upgrade one of the blog Post short-codes inserted on a page stopped working, meaning it doesn’t show up at all (I can’t see the posts in the category). Interestingly enough this was true only for one category, not for the other two, which is weird…

    I asked my programmer friend to investigate, and write me back his findings so I can pass on them here. He sent me this:

    =======================
    When we embedded a Blog Posts module to a page and set it to display posts from the category (term) ID 100055, we saw the following query with the QueryMonitor plugin:

    SELECT t.*, tt.*
    FROM wp_terms AS t
    INNER JOIN wp_term_taxonomy AS tt
    ON t.term_id = tt.term_id
    WHERE tt.taxonomy IN (‘category’)
    AND t.term_id IN ( 1000 )

    Instead this should have been the correct query:
    SELECT t.*, tt.*
    FROM wp_terms AS t
    INNER JOIN wp_term_taxonomy AS tt
    ON t.term_id = tt.term_id
    WHERE tt.taxonomy IN (‘category’)
    AND t.term_id IN ( 100055 )

    …so no posts were displayed at all.

    Interestingly, we didn’t have such problem with a similar page using the same Blog Posts module (with the same settings) from category ID 100056.

    Since then we downgraded to the previous version of the theme and everything is running smooth again.
    =======================

    Can you please help me with this issue, before trying to upgrade again?

    Regards,
    Steve

    #906071

    Hey Steve,

    Thanks for the info. Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply. Also please point out where we can see and reproduce the problem.

    Best regards,
    Rikard

    #906771

    Hi Rikard,

    I created a staging (clone) site for this purpose, on which I upgraded enfold to 4.2.2
    You can find the credentials and the examples showing the issue in the private content area.

    I love Enfold so I really hope we can make this work :)

    Thanks in advance for your fast help.

    Regards,
    Ste

    #907060

    Hi,

    Before we login – we would like to ask if you have followed basic steps

    1. Re-create the page as a test
    2. Disabled plugins, activated and worked or not?

    Can you plaease give us as much details as possible of debuging steps you followed, so we can know?

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.