Aahan Krish
Forum Replies Created
-
Forum: Plugins
In reply to: [Markdown on Save Improved] [Plugin: Markdown on Save Improved] Subscript?@sam : Using Markdown doesn’t mean you have to completely avoid HTML. Using basic HTML tags like
<b>
,<i>
,<del>
,<strike>
,<dd>
,<dl>
,<dt>
,<kbd>
,<s>
,<sup>
, and<sub>
which aren’t supported by Markdown Syntax, IS NOT a bad practice.In fact, I remember reading that it’s fine to do so, in the official Markdown documentation itself.
That seems to have done the trick!!!
Thanks Marcel.
Screenshot: https://img1.uploadscreenshot.com/images/orig/3/6222125371-orig.jpg
Marcel, It doesn’t seem to be working like you said. Plz see this screenshot: https://img1.uploadscreenshot.com/images/orig/3/6221255081-orig.jpg
Do you notice the difference in the formatting of the manually added post and the post auto-posted to the Facebook page by the plugin?
Yep, issue resolved!
Remove either the App ID or App Secret, save, restore it, save again. Then authorize.
@marcel: My website is not doing good at the moment (it was). I plan to buy your pro version once I set everything right.
And thanks for the info. ??
Hello again Marcel,
How long is it before the development version is pushed out as stable release?
The problem is, will there be a notification if there’s a stable update when my website is running the development version?
@marcel: Thanks, I’ll test it out, and report back if I find any issues.
Found a workaround:
- Modify the title tag in header.php to this:
<title><?php wp_title(''); ?></title>
- Uncheck “Force rewrite titles” in the plugin’s Title Settings page.
Forum: Plugins
In reply to: [WP Minify] wp-minify Version 1.1.3 js compression does not workLooks like this issue hasn’t still been fixed in version 1.1.7 (current).
Anyway, unchecking the "pretty urls" option should fix this.
Thanks @thechrisvoth!Forum: Plugins
In reply to: [W3 Total Cache] Some questions about W3 Total Cache Settings & Functionality@robnalexpress That helped thanks.
Forum: Plugins
In reply to: [W3 Total Cache] Some questions about W3 Total Cache Settings & FunctionalityLOL robnalexpress, I’ve actually settled upon that configuration after lot of reading (possible that I read all of those links as well and many more).
can you help me with this question, it’s just another important one…
(b) I see that these are the most-frequently used settings for Object Cache:
cache with max-age ("max-age=EXPIRES_SECONDS, public, must-revalidate, proxy-revalidate")
andcache ("public")
and I’ve got some understanding about them, so please correct me if I am wrong.=>
cache ("public")
– – allows the browser to download resources from the cdn rather than from the origin server itself. So, this should be enabled when CDN is being used.=>
cache with max-age ("max-age=EXPIRES_SECONDS, public, must-revalidate, proxy-revalidate")
– – I’ve no idea, please clarify.do you have any idea?
Forum: Plugins
In reply to: [W3 Total Cache] Some questions about W3 Total Cache Settings & Functionality@robnalexpress okay, thanks for that. One question solved. I’ll now wait for Mr.Townes to takeover the rest. Thanks again.
Forum: Plugins
In reply to: [W3 Total Cache] Some questions about W3 Total Cache Settings & Functionality@robnalexpress are you 100% sure? ‘coz this is really, really important to me. And thanks for trying to help. ??
Plugin description:
No static files are generated, so no delays when publishing posts.
Oops! didn’t read the plugin description properly. So, how about my second question? – – Support for sitemap index and multiple sitemaps (by number of items per sitemap or post sitemaps by month)?
(I hope I am not missing something again!) ??
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] https doesn't work on google chrome - Modify the title tag in header.php to this: