stylise
Forum Replies Created
-
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Dequeue Font Awesome 5Original post:
@martinvalchev It's not necessarily urgent, but I do appreciate your willingness to help! [email address redacted]
Forum: Plugins
In reply to: [Video Gallery for WooCommerce] Dequeue Font Awesome 5Hi @martinvalchev that would be great, thanks!
I’m serving an icon from v6, so that’s already taken care of.
Excellent, thanks a lot!
Hi @marinmatosevic, thank you for the snippet! This does work for a single role, but I need to apply it to multiple user roles. Can you assist? Thanks in advance.
Forum: Plugins
In reply to: [Email Template Customizer for WooCommerce] Text Editor MissingThread created: https://villatheme.com/supports/topic/text-editor-missing/
Forum: Plugins
In reply to: [Email Template Customizer for WooCommerce] Text Editor MissingI tested with only WooCommerce and this plugin active, everything fully updated including WordPress. The site is using PHP 8.1.
I’m seeing the same issue.
Forum: Plugins
In reply to: [Email Template Customizer for WooCommerce] Remove product imageI realized that the style doesn’t properly show in the back-end email builder and only displays when viewing a test email. Either way, I managed to figure it out.
If anybody wants to remove the image thumbnails from the Horizontal Template–
Lines 47-71 need to be removed from style-3.php.
/child-theme/email-template-customizer/order-items/style-3.php is the correct location for the template file.
Forum: Plugins
In reply to: [Email Template Customizer for WooCommerce] Remove product imageHi @lavendervu2510, I tried everything that I can think of, but I still can’t seem to get it working.
I removed lines 47-71 from style-3.php
<!--[if mso | IE]>
<table width="100%" role="presentation" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="" valign='middle' style="vertical-align:middle;width:<?php echo esc_attr($img_width)?>px;"><![endif]-->
<div class='viwec-responsive ' style='vertical-align:middle;display:inline-block;width: <?php echo esc_attr( $img_width ) ?>px;'>
<table align="left" width="100%" border='0' cellpadding='0' cellspacing='0' style="border-collapse: collapse;font-size: 0;">
<tr>
<td valign="middle" style="font-size: 0;">
<a href="<?php echo esc_url( $p_url ) ?>">
<?php
if ( function_exists( 'fpd_get_option' ) && fpd_get_option( 'fpd_order_product_thumbnail' ) ) {
ob_start();
do_action( 'woocommerce_order_item_meta_start', $item_id, $item, $order, false );
$img = ob_get_clean();
$img = str_replace( [ 'border: 1px solid #ccc; float: left; margin-right: 5px; margin-bottom: 5px; max-width: 30%;' ], '', trim( $img ) );
echo wp_kses( $img, viwec_allowed_html() );
} else {
echo apply_filters( 'viwec_order_item_thumbnail', $image, $item );// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
}
?>
</a>
</td>
</tr>
</table>
</div>The documentation is unclear/contradictory as to where to file is supposed to be located, so I tried everywhere that seemed logical–
? /child-theme/email-template-customizer/style-3.php
? /child-theme/email-template-customizer/order-items/style-3.php
? /child-theme/email-template-customizer/templates/style-3.php
? /child-theme/email-template-customizer/templates/order-items/style-3.php
? /child-theme/email-template-customizer/templates/includes/style-3.php
? /child-theme/email-template-customizer/includes/templates/style-3.php
? /child-theme/email-template-customizer/includes/templates/order-items/style-3.phpNo dice.
Forum: Plugins
In reply to: [Email Template Customizer for WooCommerce] Remove product imageHi @lavendervu2510, thanks for the details.
I have the directories set-up, but I can’t seem to locate the style/template that allows for the removal of the product image. Can you point me in the right direction? Thanks in advance.
Hello, here’s an example of where I’d like to place the free shipping label: https://pasteboard.co/a2HrXtgyqjwe.jpg
The shortcode just showed up as text.
The website doesn’t use a page builder and it’s the default cart.
Hello, I tried the pro version, but there’s no option to put it before the cart contents but under the table headings. We don’t use blocks and the shortcode doesn’t render properly in cart the template file. Thanks.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Remove credit card icons@carolm29 So you are confirming that it is possible with custom code even though the form is hosted in an iframe?
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Remove credit card icons@doublezed2 Thanks for the advice.
.p-CardIcons is housed inside of an iframe, so it’s not addressable. Any other suggestions?
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Remove credit card icons@shameemreza Thanks for the details. I didn’t realize that the plugin hosted on WooCommerce is the same one listed here on WordPress.
Does the payment icons customization (https://woocommerce.com/document/stripe/customization/payment-icons/) still work with the non-legacy version? It doesn’t seem to have any effect for me.
Forum: Plugins
In reply to: [301 Redirects - Easy Redirect Manager] Undefined array key in canonical.phpI’m not sure why this keeps getting marked as resolved, unless the resolution is to uninstall the plugin.