Paul
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] How to have Pinned Post feature?Aha! thats where it differentiate. Gotcha !
Thanks a lot! ?? I’ll implement and let you guys know how it goes.
Forum: Themes and Templates
In reply to: [Customizr] How to have Pinned Post feature?.post .round-div {border-color:blue;} Causes a huge problem
It fixes up a back ground to all the round-div on the page.
And when I use `.post.sticky {background-color: blue;}
.featurette-divider {display:none;}`it doesnt fix a background to round-div
Either way it looks messy.
Another thing I need to ask. I have gone through the snippet you provided.
But if I place a custom icon with this snippet it will fix an icon to all my posts on the specific page. How do I display a custom icon before the sticky post only.Thanks in advance. And sorry for asking so many questions at a time.
Forum: Themes and Templates
In reply to: [Customizr] How to have Pinned Post feature?Yes Found the option. ?? Finally.
But If I make a post sticky it only fix a background to the text and the featured image is left alone in its circle.
How do I fix a background to the entire excerpt?
One more question: Can I show a “Pin” icon just before this sticky post to style it?I am sorry for so many questions.
Forum: Themes and Templates
In reply to: [Customizr] How to have Pinned Post feature?In my WordPress Post Panel there is no option called Sticky under Quick edit.
Is that a plugin which adds this option to Quick edit?
Forum: Themes and Templates
In reply to: [Customizr] How to have Pinned Post feature?What do you mean by ‘QE’?
Do I need to add the word “STICKY’ in the Sticky post Title?
And If I want a slide show of all my sticky posts, then? Can I display my sticky posts like that?
Forum: Themes and Templates
In reply to: [Customizr] How to have Pinned Post feature?Do I have to create a Category called sticky?
Forum: Themes and Templates
In reply to: [Customizr] How to have Pinned Post feature?Thats excellent! ??
I was not aware of that… !
Forum: Plugins
In reply to: [WooCommerce] Need to add card shortcut in the headerExcellent! It worked.
Forum: Themes and Templates
In reply to: [Hueman] How to make Automatic Slideshow for the featured postsKool I Did it
Forum: Themes and Templates
In reply to: [Hueman] How to make Automatic Slideshow for the featured postsWell I figured out the prob.
I copied featured.php to my child theme and did the change.
Now I changed in the main theme folder. And it started working.
Is there anyway I can do it from Child theme. Because I do not want this feature to go off when the theme updates.
Forum: Themes and Templates
In reply to: [Hueman] How to make Automatic Slideshow for the featured postsHi Alexander
I Changed this But still its not showing as a slideshow. ??
Forum: Themes and Templates
In reply to: [Hueman] Adding a Read more Button on every excerptThank you so much for this.
Firebug made my life easy.
Forum: Themes and Templates
In reply to: [Hueman] Adding a Read more Button on every excerptForum: Themes and Templates
In reply to: [Hueman] Adding a Read more Button on every excerptI tried this in my function.php But didnt work
// Replaces the excerpt "more" text by a link function new_excerpt_more($more) { global $post; return ' <a class="moretag btn btn-primary" href="'. get_permalink($post->ID) . '"> Read the full article ?</a>'; } add_filter('excerpt_more', 'new_excerpt_more');
Forum: Themes and Templates
In reply to: [Hueman] How to make Automatic Slideshow for the featured postsI am sorry I skipped it from Documentation.