NiceThemesBlog Page – NiceThemes http://nicethemeswp.com/forums/topic/blog-page/feed/ Mon, 21 Apr 2025 06:20:38 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/blog-page/#post-34045 <![CDATA[Blog Page]]> http://nicethemeswp.com/forums/topic/blog-page/#post-34045 Mon, 25 Sep 2017 14:39:24 +0000 bereccsen Hello,

1. I think there is a bug at the Blogpage. The excerpts are displayed like this – (Backend Editor Modus)
[vc_row][vc_column][vc_single_image image=”170″][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]

2. Where can i change the text “Read more”

3. At the single Post the “Post Footer” isn´t in the right format / grid. That looks weired but i don´t know where i could edit this. (.entry-footer section post-format-wrapper)

Thank you
Rebecca

]]>
http://nicethemeswp.com/forums/topic/blog-page/#post-34065 <![CDATA[Reply To: Blog Page]]> http://nicethemeswp.com/forums/topic/blog-page/#post-34065 Mon, 25 Sep 2017 18:03:31 +0000 Juanfra Aldasoro Hi Rebecca,

Thanks for writing. I hope you are doing well.

1) The problem here is that the content of the blog post is built with the visual editor, and the excerpts in WordPress aren’t supposed to process shortcodes (what the builder uses to generate the layout). You can edit the excerpt of the posts by following this tutorial: http://www.wpbeginner.com/plugins/how-to-customize-wordpress-excerpts-no-coding-required/

2) That text is in the template. Would you feel comfortable if I send you a PHP file and you upload it to the server? What text would you like to include there? I have seen that your content is in Deutsch, have you thought on translating the theme?

3) Would you please try adding the following CSS? We will including this new fix in the upcoming version.


body.uses-vc.single .entry-footer,
body.uses-vc.single #post-author {
    max-width: 1080px;
    margin: 0 auto;
    padding: 30px 0 !important;
}

body.uses-vc.single .comments-area {
    max-width: 1080px;
}

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/blog-page/#post-34079 <![CDATA[Reply To: Blog Page]]> http://nicethemeswp.com/forums/topic/blog-page/#post-34079 Mon, 25 Sep 2017 20:00:38 +0000 bereccsen http://nicethemeswp.com/forums/topic/blog-page/#post-34082 <![CDATA[Reply To: Blog Page]]> http://nicethemeswp.com/forums/topic/blog-page/#post-34082 Mon, 25 Sep 2017 22:09:11 +0000 Juanfra Aldasoro Hi Rebecca,

Thanks for the follow-up. I’m doing great, thanks 🙂 I hope you are doing well too.

That’s great! Regarding #2, you can find the string in /smart/template-parts/archive/masonry/content.php, line number 85. If you use any other post format, for any of them you can find the string in each file of the same folder.

However, please have in mind that we always recommend translating the theme strings like we have explained on our article: https://nicethemeswp.com/article/how-to-translate-themes-and-plugins/

Best,
Juan.

]]>