eefkedigibitch
Forum Replies Created
-
Oké thanks. I’ll start a topic in the ‘mailchimp issues’.
Forum: Plugins
In reply to: [Contact Form 7] 2 colomn set-upwoow Ziegel! This is really silly of me, I did forget…
Thanks for your help!Forum: Plugins
In reply to: [WooCommerce] Sorting products shop pageHi,
Thanks for your answer.
I’ll check it out.Forum: Plugins
In reply to: [WooCommerce] ‘Carry on shopping’-button on cart pageOké Gabriel, thanks.
Forum: Plugins
In reply to: [WooCommerce] Show amount of payment in terms next to priceThank Laceyrod.
If I have the solution I’ll post it here and resolve the thread.Forum: Plugins
In reply to: [WooCommerce] Use of attributes filter combined with api import…no answer yet…
Did I ask something strange? Or impossible?
Or didn’t I explain myself well?It would be great if someone could help me!
Forum: Plugins
In reply to: [WooCommerce] Shipping optionsHi Ross,
What if I change the setup to;
– Small product -> costs 10,-
– 2 or more small products -> costs €50,-
– Big product -> costs 50,-
– Order amount over 250,- -> free shipping
Then it doesn’t depend on the size of the package anymore but on the amount of products.
Is that possible in the default settings of WC?Hope you help me again.
Thanks in advance.Forum: Plugins
In reply to: [WooCommerce] Shipping optionsOké Thanks Ross!
Forum: Plugins
In reply to: [WooCommerce] Shipping optionsThanks for your answer Maykato!
So if I’d like to calculate shipping fee based on the products in cart, I need to use a plugin? Or is it also possible without?
I don’t want to use to many extra plugins, so I hope I can do it without…- This reply was modified 4 years ago by eefkedigibitch.
Forum: Plugins
In reply to: [WooCommerce] Rearrange categories in filterOké Rashed, thanks for your help!
Forum: Plugins
In reply to: [WooCommerce] Sticky filter sidebar / hide ‘no category’Oké Rashed, thanks for your help!
Forum: Plugins
In reply to: [WooCommerce] Rearrange categories in filterHi Rashed!
This is better, but still not working.
Now I added this code to my functions.php;
add_action(‘wp_footer’, function() {
?><script type=”text/javascript”>
jQuery(“.product-categories .cat-item-1138”).insertAfter(“.product-categories .cat-item-1438”);
</script>
<?php
});The site still okay but the categories didn’t change.
What can we do now?
I don’t like the use of plugins, so I hope we can make this work.
Do you need access? To website and/or ftp?Forum: Plugins
In reply to: [WooCommerce] Sticky filter sidebar / hide ‘no category’Hi Rashed!
Thanks for your answer again.
I rather don’t use a plugin, but code. I think websites with to many plugins are not save and fast.
So I hope you can help me with the code.
I made a screenshot of inspect element, hopefully this is enough for you to see what is not right in my code.You can see the screenshot here; https://dukeinteriors.nl/wp-content/uploads/2021/03/Schermafbeelding-2021-03-18-om-10.16.26.png
The code I’ve got now is:
div#sidebar.col.span_3 {
position: -webkit-sticky!important;
position: sticky!important;
top: 10px;
}If this doesn’t work I could give you access. But I don’t know how to make this private.
Thanks again for you help!
Forum: Plugins
In reply to: [WooCommerce] Sticky filter sidebar / hide ‘no category’Hi Rashed,
I tried this code but it didn’t work;
div#sidebar {
position: -webkit-sticky;
position: sticky;
top: 0;
}
and also
div#sidebar .col .span_3 .col {
position: -webkit-sticky;
position: sticky;
top: 0;
}
(also tried it incl !important)So do you know what I did wrong?
The site is live for a day, so you could check it now. https://dukeinteriors.nl/shop/Hope you can help me!
Thanks in advance.
Best regards- This reply was modified 4 years ago by eefkedigibitch.
Forum: Plugins
In reply to: [WooCommerce] Sticky filter sidebar / hide ‘no category’I understand Rashed.
Thanks for the link, I’ll see if I can fix it.