Raam Dev
Forum Replies Created
-
Forum: Plugins
In reply to: [Comment Mail] PHP Code to add subscriber@theupdatecompany The namespace changed in the latest version; it’s now
WebSharks\CommentMail. So the following should work:new WebSharks\CommentMail\sub_inserter($sub_insert_data);Forum: Plugins
In reply to: [Comet Cache] CometCache breaks GravityForms ReCaptcha@jsnd Gravity Forms is a paid plugin, so I have no way of testing it with Comet Cache without purchasing Gravity Forms. If the Gravity Forms developers would like to send us a free copy for testing, I’d be happy to look into this compatibility issue (they can open a Sales ticket at http://cometcache.com/support/ and reference this thread).
Otherwise, if the Gravity Forms developers find a compatibility issue with the free version of Comet Cache, they can open a bug report on GitHub and I’d be happy to take a closer look: http://github.com/websharks/comet-cache/issues
Forum: Plugins
In reply to: [Comet Cache] CometCache breaks GravityForms ReCaptcha@jsnd Secure Token for reCAPTCHA has been deprecated by Google, so it should not be used any more. I suggest informing Gravity Forms.
Forum: Plugins
In reply to: [Comet Cache] Comet Cache breaks site (jquery)@presskopp Can you give me a list of steps to reproduce this problem?
Forum: Themes and Templates
In reply to: [Independent Publisher] Cover Image on Frontpage@rolfroyce The theme on that site is using the WordPress.com version of the Independent Publisher theme, which is not the same as the theme hosted here on ww.wp.xz.cn (the WordPress.com version was forked from this theme). See this post.
If you want to download and use the WordPress.com version of the theme on your self-hosted WordPress site, you can download the WordPress.com-version of the theme from here.
@mikig13 Thanks so much for the 5-star review! 🙂
@li-an Thanks so much for the 5-star review. 🙂
The codebase is an abomination!!!
The codebase is one of the reasons s2Member has 40,000+ active installs and over 1 million downloads. It’s designed by developers for developers. Could it use some improvement? Certainly. But is it an abomination? Hardly.
If you’d like to contribute to improving the codebase, please submit a Pull Request:
https://github.com/websharks/s2member/I also had a really weird comment-related issue that I discovered was being caused by Crayon.
The issue was that the content of the latest comment on a post would be shown as the content for all pings/trackbacks on that post. It was as if the content of the latest comment was being cached and then shown for all subsequent comment queries on that post.
I discovered it was Crayon that was causing the problem and disabling “Allow Crayons inside comments” in the Crayon settings fixed the issue.
Forum: Plugins
In reply to: [Comet Cache] update changes client-side cache to No@trevellyan After running a few more tests, I’ve confirmed that this is a bug. It appears to be related specifically to the upgrade routines that run when upgrading from a version prior to v160706 to either v160706 or v160709, as you mentioned.
I’ve filed a bug report here and I’ll make sure this is fixed in the next update: https://github.com/websharks/comet-cache/issues/807
Thanks so much for reporting!
Forum: Plugins
In reply to: [Comet Cache] update changes client-side cache to No@trevellyan Are you saying that it reverts to “No” after an upgrade, or that you cannot change it to “Yes” because it always reverts to “No” after saving the settings?
I just tested Comet Cache Lite v160706 and confirmed that enabling Client-Side Caching works just fine.
@flachrattenmann You’re most welcome! I’ve updated the
README.mdfile on GitHub to include the answer to your question. 🙂Try setting the width to auto (it’s set to 100% by default):
.single .wp-post-image { width: auto; }@flachrattenmann Try using
the_post_thumbnail( 'full' ).See also:
https://developer.ww.wp.xz.cn/reference/functions/the_post_thumbnail/#comment-1026Forum: Themes and Templates
In reply to: [Independent Publisher] Custom Icon@brokerapproved You’re not alone. 🙂 It took me a little while to understand how content references work the first time around.
Here’s the section of
style.cssthat defines the URLs and their associated icons: https://github.com/raamdev/independent-publisher/blob/1.7/style.css#L2412-L2572When you add a new menu item to the Social menu, the icon is determined by the domain in the URL (e.g., if your URL contains
ww.wp.xz.cn, the WordPress icon is used).If you want to add your own domain+icon combination, you can copy the CSS for one of the existing definitions and put that anywhere in Appearance → Custom CSS (enabled via JetPack) or in the
style.cssfile for a Child Theme.Where do you find the icon
content:strings? See https://genericons.com/