Suri Mohnot
Forum Replies Created
-
Hi there,
Is that issue resolved? Do you need any more help on this?
Thanks,
Hi there,
I am sorry that I did not explain properly.
Yes, our plugin is installed on your website but the posts that are displayed on the page are not created by Display Post Types. They are created by some other plugin ( “Advanced Post Block” plugin).
I think you have installed both these plugins but using only Advanced Post Block.
Please inform me if there is any clarification required. I will surely help you.
Thanks,
Hi there,
The posts displayed on https://test.flashesinsight.com/ are not created by our plugin. It might be generated by some other plugin (May be apbGridPosts).
Can you please check and inform?
Thanks,
Hi there,
Thanks for using the display post types on your website.
It’s a common practice for themes to use the Featured Image for displaying post thumbnails on List or grid of posts. it looks like your theme is also displaying the Featured Image inside single posts, which is causing duplication.
Alternatively, you can just hide the featured image on single posts using the following CSS,
Step1: Go to WordPress Dashboard > Appearance > customize
Step2: Look for “Additional CSS” tab in the left sidebar. Click on it
Step3: Copy and Paste the following CSS to hide featured image on single posts..single-post .featured-image {
display: none !important;
}Step4: Click “Update” or “Publish” button on top of the left sidebar
This will hide the Featured Image inside single posts while still allowing it to be used as a thumbnail in archive listings.
Inform me for any more help or clarification on this.
Forum: Reviews
In reply to: [Suri] Great template, keep improving it.Thanks @emaitube for your encouragement. Surely I will keep on improving and supporting this theme. Thanks for using it.
Forum: Reviews
In reply to: [Suri] Genius work! Looks premiumHello jkmwp,
Thanks for your encouraging words. I will surely keep this theme up to date. I also welcome your suggestions for any possible improvements.
Thanks again.
Forum: Reviews
In reply to: [Suri] Page TitleHello,
First of all, thanks for appreciating my work.
Page titles usually appear on Archive, Author and search pages. If you don’t like to have them, you can remove as follows,
1. Go to WordPress Dashboard > Appearance > Editor.
2. copy and paste below code at the END of style.css file which should open by default when you click on ‘Editor’ in step 1..page-header {
display: none;
}This method is good if you want some instant results. However, whenever the theme gets any update, the changes you made will be lost. So, you have to make those changes again after every update. This is the default behavior of WordPress.
To reduce your headache after each update I suggest you use child theme. It is a one time effort but will definitely payoff. There is a very good free plugin “Child Theme Configurator” in WordPress plugin directory which should make your job easy.
Hope this will resolve your problem. Please inform if any other help is required.