wsamvanderlinden
Forum Replies Created
-
Hi friend,
What error are you getting? I’m currently experiencing WooComm & Jetpack interface issues and am getting the following error:
All the best,
Wouter
Forum: Fixing WordPress
In reply to: Burger menu not collapsing on mobileProblem solved: clearing cache did the trick
Forum: Plugins
In reply to: [WooCommerce] adding images to Woocommerce product description@jricketts4 Thanks Joey, I will 🙂
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Set maximum discount amountHi @kowsaliya ,
Thanks. I gave that a shot.
Unfortunately, the discount applies to all customers and not just those using a coupon code. Is it possible to offer the max discount to coupon users only?BR,
WouterForum: Plugins
In reply to: [Discount Rules for WooCommerce] Set maximum discount amountHi @kowsaliya ,
Thanks for your reply.
Do I need to upgrade to the pro version to get this option?BR,
WouterForum: Plugins
In reply to: [WooCommerce] submenu background color@maykato That did the trick!
Thank you very much!Forum: Plugins
In reply to: [WooCommerce] submenu background colorUnfortunately these submenu’s come with a golden background once I click on them. Any clue on how to change that?
I’ve tried:
.dropdown-menu>.active>a {
background-color: #FFF !important;
color: #000 !important;
}
.dropdown-menu a:hover{
background-color: #FFF !important;
color: #000 !important;
}Forum: Plugins
In reply to: [WooCommerce] submenu background color@maykato That totally helped! Thanks!
Forum: Plugins
In reply to: [WooCommerce] Archive Page | Product Titles h1 > h3Hi @nicolamustone ,
Thank you for your reply.
I’ll try picking this up with my theme editors.BR,
WouterForum: Plugins
In reply to: [WooCommerce] Archive Page | Product Titles h1 > h3Hi @maykato ,
Thank you for your reply!
I tried adding the code snippet you provided in my functions.php.
It added the titles with allowed me to set the h#.
However, the original h1 product titles would remain on the page!
This would result in the title being displayed twice in the shop.Any suggestions?
BR,
WouterForum: Plugins
In reply to: [WooCommerce] Shipping to TurkeySolved!
This helped:
Senff (@senff)
1 week ago
Can you check what you have selected under WooCommerce → Settings → General, and in particular the Selling Location(s) and Shipping Location(s) settings?Forum: Plugins
In reply to: [WooCommerce] Shipping to TurkeyThank you for your reply @senff
Remarkable 😮 I don’t get to select Turkey as an option in that window.
I came to notice only European countries and the US are listed for me, which is also a bit weird. Perhaps it is my settings somewhere…Forum: Plugins
In reply to: [Easy Forms for Mailchimp] display popup only blog page onlyHi Freddie,
Thank you for your reply.
I did indeed make this popup using MailChimp.
EasyForm has been installed on my website. However, the pop-ups tab doesn’t show.
Is this perhaps a paid add-on?BR,
WouterForum: Fixing WordPress
In reply to: CSS code – custom fonts@alchymyth
Amazing, this is just what I needed! Thank you so much 🙂Check it out:
elixirlife.nlP.S. My designer and I thought it would be cool to match the product typography on the website
Forum: Fixing WordPress
In reply to: CSS code – custom fontsThank you all for your replies!
@jaycbrf I’ve applied those, which resulted in the lines being highlighted in red, looks good to me@alchymyth I put the code style.css (Appearance -> Theme editor) Perhaps you’re right and I should just stick with the ones we’ve got, if this doesn’t work out I certainly will
@joyously Thanks Joy, I didn’t fully comprehend the last bit, I’ve tried changing the code accordingly:
`}
@font-face {
font-family: “ClarendonLTStd-Light”;
src: url(https://elixirlife.nl/wp-content/themes/jupiterx/fonts/ClarendonLTStd-Light.ttf)format(‘truetype’);
font-weight: normal;
}
@font-face {
font-family: “ClarendonLTStd”;
src: url(https://elixirlife.nl/wp-content/themes/jupiterx/fonts/ClarendonLTStd.ttf)format(‘truetype’);
font-weight: normal;
}
@font-face {
font-family: “KasseFLF-Bold”;
src: url(https://elixirlife.nl/wp-content/themes/jupiterx/fonts/KasseFLF-Bold.ttf)format(‘truetype’);
font-weight: normal;
}body{
font-family:”ClarendonLTStd-Light”;}
a{
font-family:”ClarendonLTStd-Light”;}
h1{
font-family:”ClarendonLTStd”;}
h2, h3, h4, h5, h6, h7{
font-family:”KasseFLF-Bold”;}I don’t think it did the trick though, I therefore might just go with one of the Google fonts.
Best regards,
Wouter- This reply was modified 6 years, 2 months ago by wsamvanderlinden.