Raam Dev
Forum Replies Created
-
Forum: Plugins
In reply to: [Comet Cache] caching per member/user?@dualice The Logged-In User caching feature is only available in the Pro version. The “Preview Pro Features” doesn’t actually enable the features; it just lets you see which features are available in the Pro version.
Please note that as per the WordPress Forum Guidelines we’re not allowed to provide support for, or discuss, the Pro version here on these forums. Please use our forums or, if you already have the Pro version, you can open a support ticket.
- This reply was modified 9 years, 5 months ago by Raam Dev. Reason: Fix links
Forum: Plugins
In reply to: [Comment Mail] PHP support@wyse92 Comment Mail supports PHP versions v5.4 – v7.1.
Forum: Themes and Templates
In reply to: [Independent Publisher] Moving js files to footerThe Independent Publisher theme does not explicitly enqueue jQuery anywhere; it just includes it as a dependency when enqueuing other JS files (see these lines in
functions.php).Forum: Themes and Templates
In reply to: [Independent Publisher] Non-circular site logo?That effect is applied via CSS. You should be able to disable that effect by adding the following CSS to a Child Theme (or via the Jetpack Edit CSS module; if you’re running Jetpack, you can enable that module and visit Dashboard β Appearance β Edit CSS and add the following):
.site-logo img { border-radius: 0%; -webkit-border-radius: 0%; -moz-border-radius: 0%; border-radius: 0%; }Forum: Plugins
In reply to: [Comet Cache] Function to clear cache@opajaap Yes, see Is there an API call that clears the cache?
- This reply was modified 9 years, 5 months ago by Raam Dev. Reason: Fix link
Forum: Plugins
In reply to: [Comet Cache] Scheduling posts for publishing issue.If you have a custom page showing a list of posts, then yes, Comet Cache won’t know that it should also clear the cache for that page. We have a feature request open to make it possible to define a custom list of URLs that should be cleared whenever the cache is cleared automatically, but in the meantime you can use the Comet Cache API to clear the cache for a specific URI.
Forum: Plugins
In reply to: [Comet Cache] Scheduling posts for publishing issue.@kramarz There are no known issues with scheduled posts. Comet Cache automatically clears the cache for the Home Page and any archive views for Categories and Tags associated with the post when the post gets published.
If you’re having an issue, please provide us with a list of steps to reproduce the issue. π
See also: Testing Comet Cache in a Clean WordPress Installation
Forum: Plugins
In reply to: [Comet Cache] exclude a .php file from caching@dos659 Comet Cache is a WordPress plugin that loads when WordPress is loaded. It doesn’t know about
/wp-content/xxx.php, so it won’t be able to exclude that.If you’re doing something like
<?php include(WP_CONTENT_DIR.'/xxx.php'); ?>inside a WordPress Page that has a permalink of http://www.example.com/sample-page/, then you would need to add/sample-page/to the Comet Cache URI Exclusion Patterns to prevent/sample-page/(and therefore yourxxx.phpcode) from being cached.@ten12design As per the WordPress Forum Guidelines we’re not allowed to provide support for the Pro version here on these forums. Please use our forums or, if you already have the Pro version, you can open a support ticket.
If you’re having a technical error with the WP Sharks forum, please tweet @s2member a screenshot and we’ll take care of it.
is there a reason why it takes so long for support to reply to a post plus I canβt post anything on the WP Shark forum becasue it keeps getting flagged?
@ten12design It’s the holidays here in the United States, so you should expect response time to be slower. I monitor flagged posts on our forums and I don’t recall seeing anything recently that looks like it came from “ten12design”. If you can tell me your username on the WP Sharks forums and submit your post there again, I’ll look for it.
Please note that as per the WordPress Forum Guidelines we’re not allowed to provide support for the Pro version here on these forums. Please use our forums or, if you already have the Pro version, you can open a support ticket.
- This reply was modified 9 years, 5 months ago by Raam Dev.
@dividendes Please try creating an account on https://forums.wpsharks.com/ again and I’ll be sure to manually approve your account.
Once your forum account has been approved, please post a screenshot with the issue you’re having with our support system. I just tested it and I’m not seeing any issue.
Forum: Plugins
In reply to: [Comet Cache] Empty Folders@massimod It’s the holidays here in the United States. Please be patient. We’ll get to it. π
Forum: Plugins
In reply to: [Comet Cache] exclude a .php file from caching@dos659 Comet Cache is a WordPress plugin designed to cache WordPress Posts/Pages. If you have custom PHP code that you’re including inside a WordPress Post/Page, and you need to prevent that from being cached, you should simply exclude the URI where that PHP code is being included (e.g., add
/prices/to Comet Cache β Plugin Options β URI Exclusion Patterns).@inevitability Thanks so much for the awesome 5-star review! π
Forum: Plugins
In reply to: [Comment Mail] Migration@wyse92 Yes, by default the Comment Mail Data Safeguards are enabled (see Comment Mail β Config. Options β Data Safeguards). With that enabled, all of your Comment Mail data will remain in place even if you delete the plugin. When you install the Pro version, that data will then be available to the Pro version and will migrate over.
Please note that as per the WordPress Forum Guidelines we’re not allowed to provide support for the Pro version here on these forums. Please use our forums or, if you already have the Pro version, you can open a support ticket.