Shalu....
Forum Replies Created
-
Forum: Plugins
In reply to: [XML Sitemap & Google News] Sitemap return to homepageThat refresh Permalink did help me fix my issue
Thanks!
Forum: Themes and Templates
In reply to: [Hueman] Hueman Widgets don’t show thumbnailsI found the issue, it has to do with “Load image on scroll option” under SEO and Performance customization setting, just unchecking the option solved the issue…..
Thanks!
Forum: Reviews
In reply to: [AMP] Plugin works but there seems to be some validation and filter issuesThanks for the quick reply…
Forum: Plugins
In reply to: [AMP] Google Webmaster Tools reporting AMP errors<Apparently, as a blog, my site should instead use the https://schema.org/BlogPosting type. How do I enable this?>
code from the plugin
$metadata = array( '@context' => 'https://schema.org', '@type' => 'BlogPosting', 'mainEntityOfPage' => $this->get( 'canonical_url' ), 'publisher' => array( '@type' => 'Organization', 'name' => $this->get( 'blog_name' ), ),
I think the problem is with the ‘@context’ => ‘https://schema.org’, and maybe it is supposed to use the url ‘https://schema.org/BlogPosting’ instead of ‘https://schema.org’
Hi Peter,
Thank you for the reply. Actually I had downgraded it to previous version and it worked. However, I updated the plugin as you said and the problem has been fixed.
Wish you a Happy New Year ??
Thanks.
Forum: Plugins
In reply to: [The Events Calendar] Fatal error: ob_end_flush():I get the same error when I activate All In One SEO Pack, I think this started since I upgraded to 4.1
Forum: Reviews
In reply to: [Image Watermark] Doesn't seems to work for methank you, it works now ??
Forum: Fixing WordPress
In reply to: How to Redirect Attachment Feed URL??Thank you Mike, btw I have a redirection plugin. It monitors all 404 pages, unfortunately it doesn’t have that auto redirection to parent post feature, so some code could do this…
Thanks
Forum: Plugins
In reply to: [Quick Cache (Speed Without Compromise)] Caching 500 Error Page?Yea ik redirection has to do with .htaccess file but it had already done via Cpanel and it would redirect without any extra work in .htaccess file.. but that redirect doesn’t work when the Quick cache is enabled .. otherwise it does work…. however it is fixed with the two line of code in htaccess file, so no big deal.. I was just mentioning in case it helps someone
And I will do the other if it happens again
Thank you ??
Forum: Plugins
In reply to: [Quick Cache (Speed Without Compromise)] Caching 500 Error Page?This is what I got when I was trying to fetch a page via Google Fetch and i had to clear the cache
the error was this
Fatal error out of memory (allocation 2015478) (tried to allocate 72bytes)…….
And I also noticed that the site is not automatically redirected to non-www version when the Quick cache is enabled, and both versions load on the browser, the www version is a bit old cached one though
I had to write extra lines of redirect rule on .htaccess file to fix it
Thanks
Forum: Plugins
In reply to: [Quick Cache (Speed Without Compromise)] Caching 500 Error Page?This is a great plugin indeed , easy to set up and works well ! btw Today I noticed the same issue with the plugin, the plugin seems to cache error pages … and I had to clear the cache . am wondering if this new version released or not.. am using Quick cache Version 140725
Thanks !!
Forum: Reviews
In reply to: [Sunny] Nice plugin but not working for meidk why, it doesn’t work it doesn’t even purge single file, and I tried the connection test but it doesn’t show any response but simply loading the page .
Thanks
Forum: Fixing WordPress
In reply to: Default Object error after upgrading to PHP 5.5Thank you Spyro.. the problem fixed.
hooo finally I fixed it, the issue was with the format functions.php file was saved.
The character is a Byte Order Mark(BOM) “a Microsoft invention to tell, in a Unicode file, in which order multi-byte characters are stored.
To get rid of it, tell your text editor to save the file either as ANSI/ISO-8859 or as Unicode without BOM”.
To do this in Notepad++ go Format > Convert to UTF-8 without BOM then Format > Encode in UTF-8 without BOM.
Thanks ??
Thank you for the immediate response Esmi… it actually fixed the header error but what if I want to use the same custom theme?? what can be the reason for this header cannot be modified error??
Thanks ??