Forum replies created
thanks for the update 😉
Jeroen, didn’t do anything. Probably it was a cache? 😉
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
glad to hear it 😉
Hi Jeroen, can you please provide WP admin in private reply so I can have a look?
Please provide WP admin to the website with the issue in Private reply. I will have a look.
let me know how it works 😉
no problem 😉
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