Rustic Homestead Marketing
Forum Replies Created
-
I have sent you a message on FB with the address and further details.
This is not an issue with the pro version. And obviously I am not the only one who had issues because the latest update rolled that feature back, as seen in the change log for the NON-PRO version. Having pro or not made zero difference to this issue.
Yes
No, as I ended up rolling back. I do not run updates on production sites without test them first.
Should be easy enough to replicate on any other site, as it happens on every site I have tested so far.
The plugin was damaged on the last update. I removed and reinstalled directly and the errors cleared, including extra whitespace.
I am also getting this error when activating the plugin: The plugin generated 38 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
Forum: Plugins
In reply to: [Breeze - WordPress Cache Plugin] WooCommerce Scheduled Sales & BreezeSo let me get this straight. You are recommending I exclude every URL in the entire store so that I can use this feature? And manually change the number of minutes from daily to some random number (which sales can be scheduled days or weeks in advance) to ensure the cache clears at just the right minute?
This particular site is built with GeneratePress, GeneratePress Pro, & Elementor Pro.
Ok, I figured out where the primary ID should go and applied it. You might also see if you can grab things like the body background color to style to 2FA area. Or simulate a popup style. I added the correct CSS to color and adjust the background and the form as I wanted so they would blend into the site I was working on.
Forum: Plugins
In reply to: [Scriptless Social Sharing] Add support for browser extensionsHere is what I came up with that works to add to the Tailwind and Pinterest buttons both the image and description. I am sure there is a cleaner way from within the plugin. I used code from some of your other functions to create the filter.
//Social Image Filter
function sss_pnw_pinterest_attributes( ) {
$pinterest_id = get_post_meta( get_the_ID(), ‘_scriptlesssocialsharing_pinterest’, true );
return array(
‘data-pin-media’ => pnw_pinterest_url($pinterest_id),
‘style’ => ‘display:none;’,
‘alt’ => $alt_text ? $alt_text : the_title_attribute( ‘echo=0’ ),
‘data-pin-description’ => pnw_pinterest_description($pinterest_id),
‘class’ => ‘scriptless__pinterest-image’,
);
}
function sss_pnw_pinterest_description ($id) {
$pinterest_alt = get_post_meta( get_the_ID(), ‘_scriptlesssocialsharing_description’, true );
if ( $pinterest_alt ) {
return $pinterest_alt;
}
$pinterest_alt = get_post_meta( $id, ‘_wp_attachment_image_alt’, true );
return $pinterest_alt ? $pinterest_alt : $this->attributes[‘title’];
}
function sss_pnw_pinterest_url($id ) {
$source = wp_get_attachment_image_src( $id , ‘large’, false );
return apply_filters( ‘scriptlesssocialsharing_image_url’, isset( $source[0] ) ? $source[0] : ” );}
add_filter( ‘scriptlesssocialsharing_pinterest_image_attributes’, ‘sss_pnw_pinterest_attributes’);`
Forum: Plugins
In reply to: [Breeze - WordPress Cache Plugin] Grouping of js broken in 1.1.3I had taken the time previously to go through each file assuming it was an issue with files on the first broken site. Nothing worked to resolve the issue with excluding files. I even turned off both minification and group so I could get a complete list of JS files and added EVERY file to the exclude list, and then turned back on minification and grouping. The error still occurred and broke the JS on the site. Even when ALL files are excluded a new JS file is created by Breeze and this file breaks everything.
This is not an isolated random site. I have MANY (read 20+) sites with all different plugin sets and functionality. Some have WooCommerce, some have Elementor, some have Divi, the list goes on and on. The main plugin in common is Breeze.
Here are some of the plugins found on my sites, and while not a complete list, this is the most common. I did also try turning off groups of plugins, and still had problems.
Breeze
Compress JPEG & PNG images
Elementor
Elementor Pro
Enable Media Replace
GP Premium
MainWP Child
SEOPress
SEOPress PRO
UpdraftPlus – Backup/Restore
Wordfence Security
WP Mail SMTPI have also tried using 2 different MySql versions (MariaDB) and both PHP 5.6 and 7.3. No change in behavior. The problem happens regardless of using Apache or Apache/NGinx. All other plugins are 100% up to date, and WordPress is fully up to date. This also happens on different server types and base setups, with some sites on DO with NO CloudWays connection, others with Vultr on CloudWays. Still others running a simple LAMP setup.
Forum: Plugins
In reply to: [Breeze - WordPress Cache Plugin] Grouping of js broken in 1.1.3I am also having this same issue. It is not related to theme (tried stock) or other plugins (I am running Elementor but tried with ALL disabled except Breeze) and happens even with ALL js files listed in the exclude list. Rolling back to 1.1.2 solves the problem.
Forum: Plugins
In reply to: [Scriptless Social Sharing] Followup to another topic & glitchLooks like it works on the two different posts that I just tested. All should be good to go.
Forum: Plugins
In reply to: [Quick Paypal Payments] Validation ErrorSent to your email
Forum: Plugins
In reply to: [Quick Paypal Payments] Validation ErrorI can send you the info privately if you tell me where you want it sent