Forum replies created

    Roman
    Spectator
    Posts: 3147
    June 3, 2019 at 10:54 am #43740

    Have you try the blog shortcode which is available in the Component Shortcodes plugin https://theme4press.com/guide/docs/shortcodes/blog/

    Roman
    Spectator
    Posts: 3147
    June 3, 2019 at 10:49 am #43739

    I used this method to update all posts titles https://theme4press.com/support-forums/topic/post-titles-gone-when-you-open-blog-posts/#post-41798 , please let me know if it’s OK now

    Roman
    Spectator
    Posts: 3147
    June 3, 2019 at 10:41 am #43738

    Sorry for the delay. I have done some changes in the Additional CSS. Please let me know if it’s fine now.

    Roman
    Spectator
    Posts: 3147
    June 3, 2019 at 10:14 am #43737

    Hi Hannes, just tested the website on android mobile and it works fine. Please try to clear your browser’s cache.

    Roman
    Spectator
    Posts: 3147
    June 3, 2019 at 9:50 am #43736

    Sorry for the delay. That error message it’s just an info and it doesn’t relate to the initial error. We are working on this issue. Will inform you further. Thanks for patience and understanding

    Roman
    Spectator
    Posts: 3147
    June 3, 2019 at 9:46 am #43735

    At this moment we don’t have an alternative. Which demos/parts are not complete?

    Roman
    Spectator
    Posts: 3147
    June 3, 2019 at 9:43 am #43734

    Hi Phil,

    you need to add the col shortcode inside of the row shortcode, as example on this page https://theme4press.com/guide/docs/shortcodes/row-column/#description

    Roman
    Spectator
    Posts: 3147
    June 3, 2019 at 9:41 am #43733

    Can you please first update the theme to the latest version and the plugin as well? Please do a backup before you proceed

    Roman
    Spectator
    Posts: 3147
    June 3, 2019 at 9:40 am #43732

    welcome 😉

    Roman
    Spectator
    Posts: 3147
    June 3, 2019 at 9:39 am #43731

    there might be a solution to use something like this in Additional CSS:

    .page-section[id]::before {
        display: block;
        height: 9rem;
        margin-top: -9rem;
        visibility: hidden;
        content: "";
    }