donuthing
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Download Themes on Localhost@lvg2013 Yes it worked, but I had to download Demo Importer or something, to download the demo. Now I have the same page as the demo, but why is this different as when I use a host and just download theme etc.
Forum: Themes and Templates
In reply to: [Hestia] Logo only shows on Home Page?Thank you very much! It worked 😀
Forum: Plugins
In reply to: [WooCommerce] TAXES BUG?Okay thanks, but is it also possible to get it like this;
So for the first screenshot, it shows price without tax, and then because of the price display suffix, it shows the price included tax after it. I only want to show the price in the circle, and the prices with the X in it I just want that to be the price with a Circle around.
For the next screenshot, it doesn’t show prices with tax at all… only the price without tax, and I also want this to be price included tax.
Forum: Plugins
In reply to: [WooCommerce] TAXES BUG?I have set, Shop Base Adress.
Forum: Plugins
In reply to: [WooCommerce] TAXES BUG?@lorro Yes I know that thanks, but I mean in my store, the prodcuts wont show with taxes. Its really stressing me out
Forum: Plugins
In reply to: [WooCommerce] TAXES BUG?@lorro https://prnt.sc/mdgw1b this is the screenshot of tax options sub page. I have now set it like this, so people can see taxes because of the price display suffix, if I enable everything it just won’t show…
https://prnt.sc/mdgwux this is the screenshot from the standard rates.
Forum: Plugins
In reply to: [WooCommerce] TAXES BUG?@lorro Yes I know, I do everything included tax but it doesn’t show…
Forum: Themes and Templates
In reply to: [Hestia] Problem with header on pages except HOME@christinajoujou Yes, I got it finally! Had to do something with @media queries. Thanks!
Forum: Themes and Templates
In reply to: [Hestia] Problem with header on pages except HOMEI just want to get rid of the blue banner/header. Same with the checkout and cart page, I did some coding and I got rid of it, but only when im on mobile the padding/margin is not good for the content
This were the codes I used:
.home .page-header{
height: 100vh !important;
}
.shop .page-header{
height: 100vh !important;
}.archive .page-header.header-small .container {
display: none !important;
}.archive .page-header.header-small {
min-height: 70px !important;
}.archive .page-header.header-small .header-filter-gradient {
display: none !important;
}.header-filter-gradient {
background: linear-gradient(45deg, rgb(240, 240, 240) 0%, rgb(240, 240, 240) 0%);
}.woocommerce.single-product
{
margin-top: -100px;
}.woocommerce-checkout {
margin-top: -170px;
}.woocommerce-cart {
margin-top: -230px;
}.main {
position: relative;
background: #F0F0F0;
}But when I add these codes, the mobile version is not working very well.
EDIT; I have now deleted these codes. So you can see the banner/headers
- This reply was modified 7 years, 2 months ago by donuthing.
Forum: Themes and Templates
In reply to: [Hestia] Problem with header on pages except HOME@christinajoujou What is the code for that?