arnab_sat
Forum Replies Created
-
Forum: Plugins
In reply to: [Cache Enabler] Page specific cache not purged while using GutenbergThe plugin got two updates since I’ve posted this, still no luck.
Any feedback very much appreciated.
Thanks ~Forum: Plugins
In reply to: [Easy Table of Contents] Deregister unnecessary JS and CSSNo, I’m not asking for support, just asking your opinion.
And thanks again for the quick reply, we should end this conversation now.
Forum: Plugins
In reply to: [Easy Table of Contents] Deregister unnecessary JS and CSSA week late though, but I have a question.
From SEO perspective, what’s the advantage of **Easy Table of Contents** compared to the plugin **Table of Contents Plus** ?
Are they almost same? I’m planning to modify the **Table of Contents Plus** plugin, and use it.
I’m glad to say you wrote a great plugin. My blog’s traffic increased almost 20% within few days after activating it.
Forum: Plugins
In reply to: [Easy Table of Contents] Deregister unnecessary JS and CSSMany many thanks for the reply.
Possibly what could go wrong if I manually delete the source directories of
JS-Cookie,WayPoints,StickyKitandicomoon?
Lots of PHP error ?Edited the
easy-table-of-contents.phpand the front CSS, so it doesn’t need the icomoon fonts.
A sample , https://cdn.pbrd.co/images/HaAfhs7.pngI don’t want any completely CSS and JS free solution, but should be minimal.
Forum: Plugins
In reply to: [Easy Table of Contents] Deregister unnecessary JS and CSSClearly this is nopt working, so is there any way to properly block loading of unnecessary JS and CSS files ?
I don’t want to load JQuery, my sites., currently not using it.
Forum: Fixing WordPress
In reply to: Why WordPress is formatting special characters to HTML entities?I’ve tried after disabling all the plugins and using twenty sixteen theme.
Edited sample posts using the text editor, but still no luck.
Sample on a test server,
https://www.diyfreak.org/whats-wrong-with-wps-editor-anyone/- This reply was modified 8 years, 9 months ago by arnab_sat.
Thanks a lot, it worked perfectly. I added an extra line for Firefox based XUL runner browsers.
#nav-header.nav-container { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }Asking another question, I want to add a textured background to the menu and header(same image). So I tried this custom CSS bellow, but menu drop down item are not using this background. How to fix this ?
.nav-wrap { background: #ff0; background-image: url(http://my-url/header-bg.png); }Forum: Themes and Templates
In reply to: fonf awesome print a star icon without using any imageThanks,, it worked like a charm. Problem solved.
Problem solved !!
Thanks for your support.Actually I do experiments on my machine running wordpress locally before doing any changes on my site, and I don’t have a Public IP to show my experiments. Anyway my site is http://fixmynix.com , it is just an infant.
Sticky menu fix is working fine.
The Problem, If #menu-header or #menu-topbar is 30px, it is fine in desktop view but menu items are not showing in mobile view, or some time showing in a grey hazy shade. Menu icon in mobile view is larger than 30px. Is there any fix for this ?
how did you do this all ?? I mean you are answering almost every question in this forum related to hueman theme, it need lots of dedication,time,knowledge and most important willingness to help others. So I asked this . Totally off topic .
Hats Off !! It worked like a charm !
But menu items messed up in responsive layout (mobile view) nothing showing properly. How to fix it ?
One more silly question, how did you do this all ??
Forum: Themes and Templates
In reply to: [Hueman] Font ColorIt could be done very easily with a simple CSS code, install a plugin like this Simple Custom CSS and put the CSS code there
.post p { color: #444444;}You may change the #444444 with any color of your choice.
AWESOME !!
The solution above Worked perfectly after I restarted apache.
Just a line of php code and two lines of css code. Thanks !!Thanks for the reply. No luck with this, nothing displayed. But another method worked slithly, copy all the php code of related-post.php under the inc folder and paste it inside a php text widget , related posts displayed, but side by side , not up to down.