Forum replies created
Hi,
Post Count is actually a number of replies post. When you have reply any topics it counts automatically. Post count is a total number of reply posts of the author.
Thank you
You are welcome
Hi,
We think that you have to upload a high-resolution image for featured image in your post because we have seen a low-resolution image in your post.
http://prntscr.com/gjn6n3
Recent-work shortcode is portfolio shortcode so use recent-work shortcode for your block section.
And we check your site in mobile landscape mode, Yes it’s not responsive we try to solve out your problem.
Thank you
Hi,
Please redownload THEME4PRESS CORE + COMPOSER plugin and activate it after that your problem is not solved please provide your wp-admin details in private reply for check your issue.
Thank you
Hi,
Yes, “Post Count” is part of the Evolve themes styling for bbPress pages.
Please describe your issue so that we find your issue and solve it.
Thank you
Hi,
Add below custom css for change font family of portfolio h1 tag.
.portfolio-template .post-content h1 {
font-family: Cinzel;
font-size: 30px;
font-weight: 400;
}
Thank you
Hi,
Please provide your wp-admin details in private reply for check your issue.
Thank you
Hi
Add below custom css for hiding the date and author name of the particular post.
.post-188 .entry-meta .published,
.post-188 .entry-meta .author {
display: none;
}
In this code .post-188 is particular class name of particular post. Replace this class name by your particular post class name.
Thank you
You are Welcome 🙂
Hi,
Theme4press Core plugin is not WordPress plugin and it’s not placed in WordPress plugin library.
It’s core theme plugin and available by default in the theme file.
It’s available in below path:
Appearance -> Install Plugins -> Theme4press Core
https://prnt.sc/geruld
Thank you