netix1
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple History – Track, Log, and Audit WordPress Changes] IP Box.I figured out what the issues is. I was using the Dissenter Browser when having the issue. When I went back to Chrome everything seemed to work fine.
Thanks for your quick response.
Regards
Forum: Plugins
In reply to: [Simple History – Track, Log, and Audit WordPress Changes] IP Box.All of my sites have https. Nothing noticeable in the developer tools here’s a screen shot.
Ben,
I just slightly grayed the background and it seems to work very well. Thanks again for creating a superb plugin and for all of your help! I’ve got to go now and give Kadence a 5 star rating!
Regards,
Netix1
Ben,
It seems to have improved big time! Everything is working great except now there is no outer border around the receipt at all, but everything else is looking great. Much thanks for your efforts!
netix1
In reference to the last post, maybe the email that goes out through the test email in the Kadence Plugin vs the email WooCommerce actually sends to the customer in a real transaction is a little different. Will WooCommerce modify the Template at all in this type of situation?
Oh yeah, the test customer receipt from yesterday(the third receipt example which didn’t show the product thumbnails) https://alertbee.com/kadence/ was received on another computer using the very same email client I’m using.
Using MS Office 365 Home – MS Outlook – latest version. Gmail shots look good, still missing receipt border shadow though.
Just sent.
Where to?
My apologies I didn’t see that post for the two plugins earlier so I thought you were referring to the Theme/Child Theme. I deactivated Printful Integration for WooCommerce,
same result. When I deactivate WP Mail SMTP it won’t send any emails.WooCommerce just had a few updates recently, could this affect it?
I just activated the Twenty Seventeen Theme, still getting the same results from the test email.
…/wp-content/themes/storefront-for-page-builder/functions.php
<?php
/**
* Init Storefront for page builder
* @author shramee
* @package storefront_for_page_builder
*//**
* Enqueue storefront stylesheet
* @action wp_enqueue_scripts
*/
function storefront_for_page_builder_enqueue() {
wp_enqueue_style( ‘sf-style’, get_template_directory_uri() . ‘/style.css’ );
}
add_action( ‘wp_enqueue_scripts’, ‘storefront_for_page_builder_enqueue’ );
/**
* Adds pb page styles to pb html
* @param string $html page builder HTML
* @return string pb html with pb page styles
* @filter pootlepb_render
*/
function storefront_for_page_builder_pb_styles( $html ) {
$html .= ‘
<style>
.no-wc-breadcrumb .site-header {
margin-bottom: 0;
}
.hentry .entry-header, .woocommerce-breadcrumb{
display: none;
}
#secondary {
margin-top: 4.236em;
}
</style>
‘;return $html;
}
add_filter( ‘pootlepb_render’, ‘storefront_for_page_builder_pb_styles’ );Take a look at this:
https://alertbee.com/templates/
So far I don’t see anything referring to the template ’email-styles.php’, or ‘woocommerce_email_styles’ filter with a custom function in any of the files in these folders.
Netix1
Installed new update, so far no change.