Forum Replies Created
-
AuthorPosts
-
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonJune 19, 2020 at 11:13 pm in reply to: Breadcrumbs in WooCommerce overridden by Enfold theme breadcrumbs settings #1224180Hi,
No problem. Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonHi,
Perfect! If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Add this to quick css:
.av-milestone-icon-wrap{ display:none!important; }
Best regards,
Jordan ShannonHi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
No problem. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Apologies, you want to remove the horizontal line?
Best regards,
Jordan ShannonHi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonHey Carlo,
Add this to quick css:
.header_bg{ background:transparent!important; }
Best regards,
Jordan ShannonHi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonHi,
Can you disable all active plugins to ensure there are no styling conflicts?
Best regards,
Jordan ShannonJune 19, 2020 at 12:22 am in reply to: Images added with image component under media elements do not appear #1223912Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Yes that’s very possible compression plugins can have adverse affects on sites in some instances.
Best regards,
Jordan ShannonHi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonHi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonHi,
Did you clear the cache a few times over? The old style may still be cached.
Best regards,
Jordan ShannonHi,
Perfect! I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Yes that goes in the loop and will pull the post date.
Best regards,
Jordan ShannonHi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Please provide admin info so we can log in and look into this issue further.
Best regards,
Jordan ShannonHi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHey dinmix,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan ShannonHey joefraser,
Please refer to the following:
Add this to functions.php:
add_filter( 'woocommerce_get_availability', 'custom_get_availability', 1, 2); function custom_get_availability( $availability, $_product ) { //change text "In Stock' to 'SPECIAL ORDER' if ( $_product->is_in_stock() ) $availability['availability'] = __('AVAILABLE', 'woocommerce'); //change text "Out of Stock' to 'SOLD OUT' if ( !$_product->is_in_stock() ) $availability['availability'] = __('SOLD OUT', 'woocommerce'); return $availability; }
Best regards,
Jordan ShannonHey Philipp,
So you want he logo visible when the menu is open on mobile?
Best regards,
Jordan ShannonHi,
Yes the PHP file is likely taking precedence. Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonHi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts