Balasaheb Raut
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sugar and Spice] Contact Widgetare you using any child theme?
Forum: Themes and Templates
In reply to: [iApp] hyphens under appiconPlease let me know is it working or not. I tried css but it could not work.
Forum: Themes and Templates
In reply to: [iApp] hyphens under appicon<?php
function custom_js() {
?>
<script>
jQuery(“.apptitle”).each(function() {
if(jQuery(this).html().indexOf(“-“)!==-1){
var s=jQuery(this).html();
jQuery(this).html(s.replace(/-/g, ‘ ‘));}
});
</script><?php }
add_action(“wp_footer”,”custom_js”);
?>// Add this in functions.php
Forum: Plugins
In reply to: [WooCommerce] Shipping address not showing on New Order EmailPlease check your woo-commerce version
Forum: Themes and Templates
In reply to: [iApp] hyphens under appiconstyle.css
or do one thing share me the site url. I can tell you exactly how to resolve this issue.
Forum: Plugins
In reply to: [WooCommerce] Shipping address not showing on New Order Emailok
are you modified the email templates?
Forum: Themes and Templates
In reply to: CSS for email capture pop-up backgroundwhat color you want change?
Forum: Themes and Templates
In reply to: [Sugar and Spice] Contact Widgetlook functions.php and admin dashboard ->appearance->widgets
Forum: Plugins
In reply to: [WooCommerce] woocommerce can't add productIt is the jquery issue. Please use firbug and see in console.
Forum: Plugins
In reply to: [WooCommerce] Shipping address not showing on New Order EmailCan you share me screenshot after payments done?
I mean order-received page. So I can get idea what’s exactly going wrong.
Forum: Themes and Templates
In reply to: [iApp] hyphens under appiconPlease use this css and in your style.css file
.site-content article {
border-bottom: 4px double #ededed;
margin-bottom: 72px;
margin-bottom: 5.142857143rem;
padding-bottom: 24px;
padding-bottom: 1.714285714rem;
word-wrap: break-word;
-webkit-hyphens: none !important;
-moz-hyphens: none !important;
hyphens: none !important;
}
and let me know if it is not working or working.Please share your html source code if it is not working.
Forum: Themes and Templates
In reply to: [iApp] hyphens under appiconPlease share full page or half page screenshot.
Forum: Plugins
In reply to: [WooCommerce] Shipping address not showing on New Order Emailis address coming in order detail page?
and are you using custom email templates or default email templates?
Forum: Plugins
In reply to: [WooCommerce] woocommerce can't add productok, I think there might be conflict in your js. please share screenshot.
Forum: Themes and Templates
In reply to: [iApp] hyphens under appiconCan you share screenshot with icon?
There is css issue.