Hi,
Please check here https://snipboard.io/DtUTex.jpg https://snipboard.io/KG95BV.jpg https://snipboard.io/v0SRnB.jpg
Thank you!
Hi,
Thank you so much for screenshots.
with this setting we can change only line space but I want to change space between paragraphs. check: https://share.zight.com/Wnu8OdLY
Hi,
Could you please help me with one more thing? I want to display the featured images in full view. Currently, they appear cropped and zoomed in. When I add text to the featured image, the text is cut off at the borders and doesn’t display fully.
like here: https://share.zight.com/JruEKeAb
here: https://share.zight.com/7KuZYW1P
How can I adjust the settings to show the full, zoomed-out images as featured images everywhere?
Thank you!
For example you can check These texts are cutting in images.
IMG1: https://share.zight.com/6quojJxk
IMG2: https://share.zight.com/jkup9RYl
How can I set full image everywhere like on homepage, related articles, category section everywhere and mobile and desktop both version?
And one more help please;
Only in mobile view I want to show this related post (संबंधित लेख) just after article like desktop. and this sidebar recent post widget in the bottom of the post like this. but only in mobile view not in desktop.
If i am trying to drag and drop this widgets its changing in desktop version also. but I want to change only in mobile view.
Hello,
To have full size, please check those settings -> https://i.imgur.com/CbkyXQ7.png or use module https://forum.tagdiv.com/modules-builder-newspaper-theme/
I see that you move the featured image -> https://i.imgur.com/zg8Fzq1.png
You can set the order on the column please check this guide https://tagdiv.com/flexibility-rows-columns-newspaper-theme/
Thank you!
Sorry i can’t understand your answers.
Where can I get this settings. i am checking here by clicking on feature image: https://share.zight.com/d5uXmqvW
And my second question when I am trying to drag and drop the sidebar widget in mobile view to footer its changing in desktop view also. how can I move this widget in footer in only mobile view not in desktop view?
Hello,
In the single post template the image is full size, you need to edit the page/templates and select the blocks. For block 1 you can set the image height and width -> https://i.imgur.com/MJY85wY.jpeg
You can not add it in the footer, only if you create a mobile template -> https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages
To avoid adding the block in the footer section, you can reorder the columns, as I said above.
Thank you!
Hi,
I set 1920×0 (Full Size) but its still cutting some little area of image: https://share.zight.com/9Zu951nY
How can set full image without cutting anything?
And how can I reorder the columns and set the order on the column? so can you please explain in screenshot according to my website theme template. i can’t understand through blog post. or it will very helpful if you share a screen recording guide for that.
And how can reduce the hight of this black background design: https://share.zight.com/GGuBm1r8
Its look like extra and unwanted after changing image full size view.
Hi,
You can do it only if you use the flex block 1 or create a module builder.
Also, how do you want to have the blocks on mobile?
Please check this video https://we.tl/t-dY8xh5wc9C
Please check the settings on the row https://i.imgur.com/jipUTJn.jpeg to reduce the height on the row.
Thank you!
Image view problem solved. thanks.
But sorry i didn’t understand your video.
Please understand what I want.
I don’t want to change anything in desktop version. i want to only change in mobile version.
I want to move this sidebar recent post widget in the footer area only in mobile view. i want to show related posts after article in mobile view.
If I am moving this sidebar widget from after the post to footer its also move in desktop version too.
Please explain it to me as a beginner for better understanding, or record a video that matches my situation exactly.
And one more thing how can I change this feature image hight in the article. there is no option u can check: https://share.zight.com/GGuBmGjW
Hi,
The change applies only to mobile, but you can create a mobile template that makes it easier for you to do what you want.
Make sure when you upload the image to be full size -> https://www.screencast.com/t/Oxue274e
Thank you!
Hi,
Checkout this website when i right click on feature image it does not showing option for open image in new tab like an image check: https://share.zight.com/NQuAy6WB
When I open my blog post and right click on image its shows like an image check: https://share.zight.com/nOu7qjLb
Both websites are using same theme and template than whats the difference?
Also when I set feature image there is no option to set full size check: https://share.zight.com/8LuNv866
Also one more thing when I check my blog post speed on https://pagespeed.web.dev/ its show 89 on mobile if I remove feature image from the post. when I enable feature on top after heading (h1) its show only 40 in mobile. how can decrease that speed for just 1 image? and how can I resolve that speed issue without removing feature image after h1 in the post?
Hello,
Unfortunately, I don’t quite understand exactly what you want with the images; sometimes you mention image size, other times you ask why the ‘Open in a new tab’ option doesn’t appear, and so on. It’s difficult to understand what the actual problem is.
Please enable this option for the single post featured image https://i.imgur.com/hKSRSOZ.png for page speed.
Thank you!
Ok fix my problems one by one.
Checkout this website when i right click on feature image it does not showing option for open image in new tab like an image.
check: https://share.zight.com/NQuAy6WB
Why this website feature image are not react like an image. not any “open in new tab option” are showing?
Does this website places feature image from different option In the theme?
When I open my blog post and right click on image its shows like an image.
check: https://share.zight.com/nOu7qjLb
Both websites are using same theme and template than whats the difference?
I want to know from which option that user placed feature image in their blog post? can you tell me? they are also using same theme and template.
I placed feature image like this: https://share.zight.com/JruEK06p
Hi,
You need to use single post featured background image not to have the option open in a new tab -> https://i.imgur.com/z75rAtZ.png
Also, for page speed, I recommend using the WP ROCKET plugin.
Thank you!
Hi,
One more help please,
I want to hide the time from comments and add a verified badge next to the author’s name in comment replies. This will help users easily identify official responses from the author or team, adding more authenticity and trust.
How can I do that?
You can check here: https://share.zight.com/d5uj88G1
-
This reply was modified 1 year by
Adi.
Hello,
I can provide a code to have a different background color for author comments -> https://pastebin.com/q8WcuXpR add this code in this section https://i.imgur.com/aR3mh6e.png
and this code in theme panel custom code -> custom CSS
.comment.my-class {
background-color: #F3F4F6;
border-left: 4px solid #FF5722;
padding: 10px;
font-weight: bold;
font-style: italic;
}
To hide the date also, you can use this code in custom code-> custom CSS
a.comment-link time {
display: none;
}
Thank you!