How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Bug in table list?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #6741
    spielo
    Participant

    hello,

    if we use table list shortcode in new posts it will be brake in frontent posts. i switch from 3.0.0 to 3.0.1 for testing, but still the same issue. and we also test on different websites. here some screens for better understandig!

    regards

    1. Code in posts topics

    2. code in frontend main page code

    3. issue with the code, no descripions, no title, no link

    • This topic was modified 4 years, 6 months ago by spielo.
    • This topic was modified 4 years, 6 months ago by spielo.
    #6744
    spielo
    Participant

    hello, sorry first screen was rong, here is the code we use in new topics. Edit fist post, was not possible!

    1. code in posts topics

    • This reply was modified 4 years, 6 months ago by spielo.
    #6803
    admin
    Keymaster

    Hi spielo,

    Because we haven’t see this issue again in any of our clients can you give me a few more details?

    The issue is happening in the homepage only or in any page?
    Also have you tried the shortcodes with no parameters? Maybe there is some kind of conflict with the categories used.

    #6837
    spielo
    Participant

    Hi,

    point is, we use both codes in one site the issue will be start. I disable all plugins, and setup a fresh 3.1.2 theme and setup also the old 2.0 theme, all the same in any page



    • This reply was modified 4 years, 5 months ago by spielo.
    • This reply was modified 4 years, 5 months ago by spielo.
    #6866
    admin
    Keymaster

    Hi!

    We tried to replicate the issue but with no luck…
    You can see a demo here with [table_list] [latest_news] and [news_boxes] in the same page and everything seems fine.

    Are you sure there is no plugins activated during your tests?
    Because the only thing I can imagine is that is something else is causing this bug.

    Do you have any testing site with the issue in order to check it?

    #6871
    spielo
    Participant

    Hi,

    We have the [table_list] in daily news (topics) and if you have in pages [news_boxes] [latest_news] together you get the issue. all plugins was deaktivate by our test.

    • This reply was modified 4 years, 5 months ago by spielo.
    #6875
    admin
    Keymaster

    Hi!

    What do you mean by “We have the [table_list] in daily news (topics)”?

    #6876
    spielo
    Participant

    Hi, if we write news, topics… we set up the code under the news… the the screen

    Code in news

    #6911
    admin
    Keymaster

    Hi spielo,

    Finally after a lot of digging I managed to found the issue.
    There is a bug when adding specific shortcodes in a post and this post is displayed in the [latest_news] shortcode.
    It was a very specific case and this is why we haven’t saw this before.

    A quick solution for you is to add the following to your functions.php in you child theme:
    `function poka_get_embeds($content) {
    return ”;
    }`

    We are going to fix it in the next version of PokaTheme.

    #6914
    spielo
    Participant

    Hi,

    thanks for fixed this bug, now it works fine!

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