threeels
Forum Replies Created
-
To clarify: My hosting service treats PHP 7.4 as obsolete. Community support for PHP 7.4 ended November 2022. It would cost me extra to use PHP 7.4 with my WordPress web site. Are you planning to (soon) update WP Easy Pay to run on PHP 8.*? I’ve already renewed my annual subscription. Your plug in is now obsolete as most web hosts aren’t supporting PHP 7.4.
Thank you. I’m a little confused. On the WordPress.org site I see my version 4.2 is the latest. But this isn’t compatible with PHP 8 which my host treats as obsolete and charges extra on a monthly basis to run. But when I read down the plugin page there seems to be a version 6.3 premium. Are you not going to continue to upgrade 4.2 and want people to move to premium version? I’m already using the $49.00 starter package which seems to work with 4.2. Do I need to do something else to get my site working again: Is there a plugin version 6.3 somewhere to download for my site?
Okay, cleared cache and now it’s working!
Has anyone tested this? I see it’s similar to another person’s from about a year ago and the API recommendation is a little different. That one is function https_to_http( $content ).
I’m having this problem just pop up in Subscribe2 HTML. I’ve used this for quite a number of years.
Another quirk is that I’m unable to send any preview emails. The regular email is a weekly digest. Any help is appreciated.
Thanks.
Forum: Plugins
In reply to: [Genesis Simple Edits] Updated to WP 4.5.2 and get Access Denied MessageNever mind. My Genesis Framework was out of date. After updating Genesis Framework to 2.2.7 I am able to activate the plugin.
Forum: Plugins
In reply to: [Brute Force Login Protection] Repeated blocking of IP AddressHi,
It’s a shared hosting environment. Uses PHP 5.6 amd MySQL 5.
Forum: Themes and Templates
In reply to: [Treeson] ErrorGetting this error, too. Happening with Treeson version 0.1.13 using WP 4.4.1. Not getting error with other themes. Tried disabling plug-ins and it’s not creating issue. I tried this fix in functions.php.
1) move this line
add_action( 'admin_init', array( 'mythemes_gallery', 'admin_init' ) );2) here to make it conditional.
if( get_theme_mod( 'mythemes-gallery-style' , true ) ){ add_action( 'admin_init', array( 'mythemes_gallery', 'admin_init' ) ); add_filter( 'post_gallery', array( 'mythemes_gallery', 'shortcode' ), null, 2 ); }An example template or just an explanation of {post}.
I’m sending out a weekly digest. My template has text and HTML before and after {TABLELINKS}.
So if I’m sending out a weekly digest and there have been 5 new posts, are you saying that if instead of {TABLELINKS} if I simply insert {POST} I will be able to have a digest consisting of a single email with each of the 5 posts added. This would replace the 5 post titles that are displayed in the email when I used {TABLELINKS}?
No, did not realize that you could you {POST} in a digest. So do you have an example of how you could use {POST} to send a weekly summary of all updated posts that would include title and part of the post?
I uploaded version 1.6.5 and the “select file” button now works. I tried loading 1.6.6 and the button didn’t work.
Sorry – it was my error. I had typos in the taxonomy types. Errors go away. So, in sum, the additional code for taxonomy and custom posts seem to work. Now I’m waiting to verify that the taxonomy shows up in {CATS}.
Thanks again for a great plug-in.
Client is using a very small component of WPML. So none of the custom posts are being translated. Everything’s going out in English.
I’m getting error messages that seem to be associated with adding the taxonomy in my functions.php (it didn’t show when I added custom post types). And it is triggered when I re-send my daily digest.
Warning: implode() [function.implode]: Invalid arguments passed in [my url]wp-content/plugins/subscribe2_html/classes/class-s2-core.php on line 1507
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [myurl] wp-content/plugins/subscribe2_html/classes/class-s2-core.php on line 1508
Warning: array_unique() expects parameter 1 to be array, null given in [my url]/wp-content/plugins/subscribe2_html/classes/class-s2-core.php on line 1508
Warning: in_array() expects parameter 2 to be array, object given in [my url ]/wp-content/plugins/subscribe2_html/classes/class-s2-core.php on line 1516
Warning: implode() [function.implode]: Invalid arguments passed in [my url ]/wp-content/plugins/subscribe2_html/classes/class-s2-core.php on line 1561
Warning: implode() [function.implode]: Invalid arguments passed in [my url ]/wp-content/plugins/subscribe2_html/classes/class-s2-core.php on line 1656
Thanks. I had not registered my taxonomy, which I appear to have to. I register my taxonomy and sending myself an email preview. I am receiving the email and it is showing something being posted. It’s also throwing me some error messages BUT I think it’s due more to my use of test posts with WPML. I need to delete those and try again.
The Types people are working on the fix to 1.2.
http://wordpress.org/support/topic/after-upgrade-to-12-simple-sidebar-problem
Will do. Thank you.