Raam Dev
Forum Replies Created
-
@rawandev I spoke too soon. This is actually a known bug in v1.8 and it will be fixed in the next release.
Bug Fix: Fixed a bug where the RTL CSS was not being loaded properly due to the use of
get_template_directory()whenget_template_directory_uri()should have been used. Props @daghreri. See Issue #288.I’m hoping to get the next release out soon.
@rawandev This appears to be a problem with your WordPress installation. For some reason, WordPress is trying to load the theme styles from this URL, which is wrong (it should not have the
home2/rawandev/public_htmlpart):http://rawandev.com/home2/rawandev/public_html/wp-content/themes/independent-publisher/css/rtl-style.css?ver=4.9.1It looks like this is the correct path:
http://rawandev.com/wp-content/themes/independent-publisher/css/rtl-style.css?ver=4.9.1I suggest checking your WordPress database to see why WordPress might be adding the
home2/rawandev/public_htmlto the path, or asking your web hosting company if you need help.Forum: Plugins
In reply to: [Comet Cache] Cannot disable plugin, Access denied@lordsnake Please see the following from the Frequently Asked Questions section:
EMERGENCY: If all else fails, how can I remove Comet Cache?
- Log into your site via FTP; perhaps using FileZilla.
- Delete this file:
/wp-content/advanced-cache.php - Delete this directory:
/wp-content/plugins/comet-cache/ - Remove this line from your
/wp-config.phpfile:define('WP_CACHE', TRUE);
Forum: Themes and Templates
In reply to: [Independent Publisher] Best size for “Image to the one”@winduc For the WordPress.com version of the theme, you should contact WordPress.com support, as this forum is meant for the original version of the theme designed for self-installed ww.wp.xz.cn sites.
See https://independentpublisher.me/2016/getting-support-for-independent-publisher-on-wordpress-com/
Forum: Plugins
In reply to: [Comet Cache] jquary not define@ronwisely This sounds like a plugin / theme conflict, or an incomplete / corrupt installation of either Comet Cache or WordPress Core itself. Please try following the steps here: https://cometcache.com/kb-article/testing-comet-cache-in-a-clean-wordpress-installation/
Forum: Reviews
In reply to: [Comet Cache] New User@sailorgoodway Thanks so much for the 5-star review. We worked hard to make this plugin as easy-to-use as possible, so I’m glad that we made a good first impression! 🙂
Forum: Reviews
In reply to: [Comet Cache] Perfect Cache plugin@chillpilllike Thanks so much for the great 5-star review. I’m so happy that you’re enjoying Comet Cache! 🙂
@doume Thanks so much for the report. I’ve opened a GitHub issue to get this fixed soon: https://github.com/websharks/comet-cache/issues/921
Forum: Reviews
In reply to: [Comet Cache] Great!@lasalle1996 Thanks so much for the 5-star review! 🙂
Forum: Plugins
In reply to: [Comet Cache] PHP Warning in debug.log@massimod That’s really weird. I haven’t heard any other reports of that issue and it sounds a lot to me like a permissions-related thing on your server.
It sounds like the permissions of
advanced-cache.phpsomehow changed after the WordPress update, which resulted in WordPress unable to open the file. Reinstalling Comet Cache would have deleted and recreated theadvanced-cache.phpfile, which probably reset the permissions to something that allowed WordPress to open it.Forum: Plugins
In reply to: [Comment Mail] no notification after confirming the subscription@cding Have you been able to reproduce this in a clean WordPress environment to rule out a conflict with another plugin/theme you’re using?
Forum: Plugins
In reply to: [Comment Mail] Delete post, subscriptions not deleted@aptharsia Thanks for the heads up. Unfortunately subscriptions don’t get deleted when you delete a post. However, I agree that should change. I see no reason to keep subscriptions around after a post is deleted.
I’ve opened a new GitHub issue for this here: https://github.com/websharks/comment-mail/issues/343
In the meantime, the only way to bulk-delete subscriptions associated with specific posts that were deleted would be to go through the database and delete them that way.
Forum: Plugins
In reply to: [Comet Cache] Compatibility with WPML@emmerre GET Request caching (caching requests with a query string like
/?lang=it) is disabled by default. You can enable it in Comet Cache → GET Requests.Forum: Reviews
In reply to: [Comet Cache] Great plugin, light, effective, easy to useThanks so much for the great 5-star review, @cristicontiu! 🙂
Forum: Plugins
In reply to: [Comment Mail] Remove the footer@cding The footer can be removed using the Advanced Template editor, however that’s only available in the Pro version. For the free version you’d need to modify core plugin files and those changes would get overwritten with the next plugin update.