Forum replies created

    Roman
    Spectator
    Posts: 3147
    March 30, 2019 at 9:01 am #43397

    thanks for the update 😉

    Roman
    Spectator
    Posts: 3147
    March 28, 2019 at 1:10 pm #43393

    Jeroen, didn’t do anything. Probably it was a cache? 😉

    Roman
    Spectator
    Posts: 3147
    March 27, 2019 at 8:40 pm #43390

    please check this thread https://theme4press.com/support-forums/topic/post-titles-gone-when-you-open-blog-posts/. I am sure it’s the same problem

    Roman
    Spectator
    Posts: 3147
    March 27, 2019 at 8:38 pm #43389

    glad to hear it 😉

    Roman
    Spectator
    Posts: 3147
    March 27, 2019 at 8:37 pm #43388

    Hi Jeroen, can you please provide WP admin in private reply so I can have a look?

    Roman
    Spectator
    Posts: 3147
    March 27, 2019 at 1:38 pm #43384

    Please provide WP admin to the website with the issue in Private reply. I will have a look.

    Roman
    Spectator
    Posts: 3147
    March 27, 2019 at 1:25 pm #43382

    let me know how it works 😉

    Roman
    Spectator
    Posts: 3147
    March 27, 2019 at 1:24 pm #43381

    no problem 😉

    Roman
    Spectator
    Posts: 3147
    March 26, 2019 at 8:43 pm #43378

    Yes, I see the issue now. If you want a quick fix, please change this in the inc/dynamic-css.php file, line #1585:

    change:

    $css_data .= ' .home-content-boxes .content-box { min-width: ' . $grid_width . '%; -ms-flex: 0 0 ' . $grid_width . '%; flex: 0 0 ' . $grid_width . '%; }';

    to:

    $css_data .= ' .home-content-boxes .content-box { min-width: ' . $grid_width . '%; max-width: ' . $grid_width . '%; -ms-flex: 0 0 ' . $grid_width . '%; flex: 0 0 ' . $grid_width . '%; }';

    this fix will be included in the next version 😉 Thanks

    In reply to Lightbox
    Roman
    Spectator
    Posts: 3147
    March 26, 2019 at 8:24 pm #43377

    thanks Valerie for the info and comment. Appreciated 😉