mondalaci
Forum Replies Created
-
Forum: Plugins
In reply to: [Conditional Widgets] Doesn’t always workThanks so much for the quick reply! It does work!
Now the only thing I don’t understand why widgets show up on WooCommerce Product pages when only the shop page is allowed to show and no categories are allowed according to your instructions.
Forum: Plugins
In reply to: [WP Fastest Cache] Comment number is offThanks! Just added a rule, but I’d like to better understand how this is working.
Are you saying that the comment counter of https://ultimatehackingkeyboard.com/blog/2017/10/12/fcc-success-and-development-news got correctly updated upon comment approval, but https://ultimatehackingkeyboard.com/blog didn’t? When the latter should have been updated if no cache timeout was set?
Even though in the meantime I answered Nick personally I’m posting the solution here for everyone’s benefit.
So, the fix can be found in the official repository of this plugin which is located at https://github.com/bradt/live-comment-preview
Cheers!
Forum: Plugins
In reply to: [WordTwit Twitter Plugin] Cannot Add AccountsGetting the same problem as @sullyde. His fix didn’t work for me so far.
Forum: Plugins
In reply to: [WP-Syntax] Suggestion for disabling alternating background linesThanks a lot for addressing my concern!
Forum: Plugins
In reply to: [WP-Syntax] remove alternativ background linesAh, it’s implemented using linear gradients. One can remove the background-color and background-image properties from the “.wp_syntax td.code” selector to make this pain go away.
Forum: Plugins
In reply to: [WP-Syntax] remove alternativ background linesI’d also LOVE to know how alternating row colors are implemented because I cannot find anything in the CSS that could explain it.
Also, I think this abomination should be eradicated as it really makes the code hard to read!
Forum: Plugins
In reply to: [Shashin] [PATCH] Fixed a couple of issues of Shashin 3.2.6Having my patch merged is a present to me, too. ??
Have a great holiday, Mike!
Laci
Forum: Fixing WordPress
In reply to: Workable fixed width tag?In my above post on the — or — entities I meant the #8212 or mdash entities. I didn’t know WordPress converts them.
Forum: Fixing WordPress
In reply to: Workable fixed width tag?I just realize that I misread the generated XHTML code. The WordPress converter indeed not escapes the <pre> tag, but the – (minus) characters get converted to the — or — entity.
I don’t really understand why this conversion required. Because of this, minus characters in the preformatted text have smaller width than the rest so that’s why I haven’t percieved the text as fixed width.
Any developer remark about the minus sign conversion policy?