Forum replies created
Have you try the blog shortcode which is available in the Component Shortcodes plugin https://theme4press.com/guide/docs/shortcodes/blog/
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
Sorry for the delay. I have done some changes in the Additional CSS. Please let me know if it’s fine now.
Hi Hannes, just tested the website on android mobile and it works fine. Please try to clear your browser’s cache.
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
At this moment we don’t have an alternative. Which demos/parts are not complete?
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
Can you please first update the theme to the latest version and the plugin as well? Please do a backup before you proceed
welcome 😉
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: "";
}