creativemind1
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce checkout text removalGo to Dashboard > Settings > Woocommmerce Checkout Manager. Scroll down to the last section. There you can look at the text “Example placeholder”. Delete it or replace with your own and update.!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce checkout text removalThis code
h3#order_review_heading {
display: none;
}removes Your Order..
I don’t know what you are doing with this..
Hope this helps you
Thanks,
MuhammadForum: Plugins
In reply to: [WooCommerce] Woocommerce checkout text removalThe following code removes Example label
p#myfld1_field label {
display: none;
}The following code removes Ship to a different address
h3#ship-to-different-address label.checkbox {
display: none;
}Forum: Plugins
In reply to: [WooCommerce] Woocommerce checkout text removalInstall Custom CSS plugin and place the below codes under it
.woocommerce-billing-fields h3, woocommerce-shipping-fields h3, p.form-row.notes label, .add_info_wccs h3
{
display:none;
}Forum: Plugins
In reply to: [WooCommerce] Registration fails from My account pageYou can enable registration on both Checkout or My Account pages. Check here this image link. You can do that in woocommerce settings…
Forum: Plugins
In reply to: [WooCommerce] Woocommerce checkout text removalyou said you are using WAMP. How come you don’t find the folder of your plugins?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce checkout text removalplease install woocommerce first
Forum: Themes and Templates
In reply to: [Semicolon] Размер миниатюрыIs your wordpress up to date?
Forum: Themes and Templates
In reply to: [Semicolon] Размер миниатюрыdude..no you are not allowed to post your contact info here…
Forum: Themes and Templates
In reply to: [Semicolon] Размер миниатюрыok now I’m installing this theme and checking.. Before that if the author itself reply then good..
Forum: Themes and Templates
In reply to: [Semicolon] Размер миниатюрыWell, if it is working for the old version then probably there is some glitch in this new version.
Can u send error logs?
Forum: Themes and Templates
In reply to: [Semicolon] Размер миниатюрыok switch back to
/wp-blog-header.php
Forum: Themes and Templates
In reply to: [Semicolon] Размер миниатюрыat the last line i.e.
require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );
change in to
require( dirname( __FILE__ ) . ‘wp-blog-header.php’ );
and let me know, if that solves your problem..
Forum: Themes and Templates
In reply to: [Semicolon] Размер миниатюрыcan u paste your index.php in publi_html/
Forum: Themes and Templates
In reply to: [Semicolon] Размер миниатюрыWell it will better if you switch back to 0.9 because the author as updated it’s design. It will be more better for you!
How are you updating your 0.9 theme? Download from the site and upload it and let us know…