Sukanta Das
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] How to change related post content article title tagThank you for your Reply.
I am not talking about the related post heading; I am talking about the related post item links headings; which is appeared as h3 tag:
Kindly check the image: https://ibb.co/WPzCwkyForum: Requests and Feedback
In reply to: Customize WordPress page urlsNo I am saying for posts I can use example.com/sample-post.html [the .html extension]
But can’t use for pages example.com/sample-page to example.com/sample-page.html
Forum: Themes and Templates
In reply to: [Twenty Twenty] To The Top button brokenI think when your readers reach at the end of a post, they mostly interested to reach at the start of your post. The position where your post title begins.
This can be achieved with just a simple change in your footer.php page. Best to do with the child theme because if you update the theme your changes remains.
Search for this line in your footer.php page.
<a class="to-the-top" href="#site-header">
Change it to this
<a class="to-the-top" href="#site-content">
Save Changes.
- This reply was modified 4 years, 6 months ago by Sukanta Das.
Forum: Themes and Templates
In reply to: [Twenty Twenty] Customize CommentThank You
Issue solved here: https://www.ads-software.com/support/topic/changing-template-tags/
Forum: Themes and Templates
In reply to: [Twenty Twenty] Changing Template TagsIssue Solved. Thanks
@jarretc I am already using child theme. Also i updated the file /inc/template-tags.php from child theme but it has no effect. [Note: All other files like header.php, footer.php, or singular.php are accessible and working nicely from my child theme.]
Forum: Themes and Templates
In reply to: [Apostrophe] ads are displacedHello lizkarkoski,
The exact problem is; wherever(in sidebar or content area) i put the google ads, the ads are appearing with padding on the top and overflowing with the below content.
The problem is in all the platforms (desktop, mobile ) and in all major browsers like; chrome or Firefox.
Here in this image i marked the ads with problems: https://ibb.co/iPz8iz
Forum: Themes and Templates
In reply to: [Apostrophe] show posts with list view in home pageHello i made some tweak for styling the page.
But one problem still exist. The post title gets overflow as i increase the font size. How to make the post title appear in new line when it overflowing the content area. Thanks.Here is the add css i applied:
@media (min-width: 768px) {
.blog article {
width: 100%;
padding-bottom:10px;
border-bottom:1px solid #f2f2f2;
}.blog .entry-thumbnail {
width: 32%;
float:left;}
.blog .entry-header{
width:0%;
float:left;
margin-top:5px;
margin-left:20px;
}
.blog .entry-title{
font-size:26px;
}
}Forum: Themes and Templates
In reply to: [Apostrophe] show posts with list view in home pageHello supernova thanks for reply. Using your media query the list view is not appearing well-formed as in mobile view.
I already mentioned in the post above how exactly i want it to be shown.
I need the Date, post title and thumb like this: https://ibb.co/ifLNMy
Thanks.
Forum: Themes and Templates
In reply to: [Apostrophe] show posts with list view in home pageyes. i just want to display the posts with list view in wider screens.
Also, I didn’t want to make any changes to other sections like; header, menu or other widgets.
Thanks
Forum: Themes and Templates
In reply to: [Apostrophe] show posts with list view in home pageMore specifically i want the list like this: https://ibb.co/ifLNMy
thanks