Sankalan
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Stopwords Tab Not workingThat solved the issue.
Indeed, my index had 37,000+ posts. That’s big enough, I guess.
Thanks for helping.
Okay, thanks!
Hi there,
Here is an exception: https://readfreebooksonline.org/ashes-to-ashes-chapter-2/
This page will allow you to diagnose the issue. I have set only this page to show an ad after every 3rd paragraph.
P.S. – This is not a test page. It is a live page but with minimal traffic. So, I can afford to keep it that way until you diagnose.- This reply was modified 1 year, 11 months ago by Sankalan.
Forum: Themes and Templates
In reply to: [AnaLog] WordPress Admin Bar BreaksAlso, why is full post content (instead of excerpts) showing on the homepage and archive pages?
Forum: Themes and Templates
In reply to: [Blocksy] White space on the right side of the contentWow! Umm… editing hundreds of posts will be difficult because the site will be completely on autopilot, pulling 1 post every 1 minute.
Forum: Themes and Templates
In reply to: [Blocksy] White space on the right side of the contentHello Eduard,
This CSS worked for me:
.entry-content br { display:none; }
Thanks for helping!
Forum: Themes and Templates
In reply to: [Blocksy] White space on the right side of the contentEmail sent! Thanks.
Forum: Themes and Templates
In reply to: [Blocksy] White space on the right side of the contentHi,
Posting link might not be a great idea. It is an adult site. Do you still want me to post a link?
Sorry about the tiny URL links.
Forum: Themes and Templates
In reply to: [Blocksy] Customize colors of the page linksI will keep testing the free theme, and if it works great for my sites, I will upgrade. It is one of the finest themes I have used so far.
Forum: Themes and Templates
In reply to: [Blocksy] Customize colors of the page linksThat worked! Awesome!! Thank you so much.
Forum: Themes and Templates
In reply to: [Blocksy] Customize colors of the page linksThe hover state’s “border-color” change is not working properly. I’m doing this:
`.page-links .current {
color: #000;
–border-color: #b1c0d0;
background: #b1c0d0;
}
.page-links a:hover {
–border-color: #b1c0d0;
color: #718595;
}The default color (from the color scheme) seems to overlay with the border color.
https://www.awesomescreenshot.com/image/31253292?key=d2d614b3bf5675a0a7e2d63367c5fa29
I figured out a workaround.
The plugin was repeatedly failing to display ads with conditions:
1. one set of ads – display on desktops & tablets only
2. another set of ads – display on mobiles onlyThe plugin was displaying all ads either for condition (1) and only a few for condition (2) or vice versa.
I tried debugging and used ‘Label Blocks’ option to see the ad blocks on a webpage. It was only showing all ads for just one condition and limiting the ads for the other condition.
So, I decided to go for just one set of ads showing on all devices.
But it was quite surprising that the plugin was not honoring the conditions I was setting for each ad block.
Anyway, I am happy with the current results and I will keep it that way.
Forum: Plugins
In reply to: [WP Show Posts] Title for related posts boxThanks! I will mark this thread as resolved.
Forum: Plugins
In reply to: [WP Show Posts] Title for related posts boxAwesome! You rock! Thanks. Fixed it! Love you guys.
Forum: Plugins
In reply to: [WP Show Posts] Title for related posts boxAlso, adding svg icon and then using the code
h2.wp-show-posts-entry-title:before {
display: block;
content: ‘ ‘;
background-image: url(‘../images/chevron-right-icon.svg’);
background-size: 28px 28px;
height: 28px;
width: 28px;
}gives this: https://prnt.sc/zq47l2
How do I align them?