Forum Replies Created
-
AuthorPosts
-
September 6, 2021 at 8:28 pm in reply to: Aditonal text under products on the product category page #1319910
Thanxs Yigit
Awesome!
Is there a same fix for the product TAG pages?
An aditonal input field, to add text under the product grid.All text is now above the products : https://www.celebrationevents.nl/product-tag/rookmachine/
Thanxs in advance.
- This reply was modified 3 years, 2 months ago by CelebrationEvents.
September 2, 2021 at 9:24 am in reply to: Aditonal text under products on the product category page #1319461Hi Yigit
Thanxs once again.
I want to add some more space between above de second text. The text directly under the products.
See : https://www.celebrationevents.nl/verhuur/verlichting-huren/disco-feestverlichting/Can you give me the last piece of code i need?
Regards
Gilbert
August 31, 2021 at 8:06 pm in reply to: Aditonal text under products on the product category page #1319233Hello Yigit
That was what i was looking for, thanxs for this support !!!!!!
Only one thing the text is start directly after the last product.
I think a linebreak or somethin is missing to start the text UNDER the products.
See for yourself :
https://www.celebrationevents.nl/verhuur/verlichting-huren/disco-feestverlichting/Can you help me out?
Kind regards
Gilbert
- This reply was modified 3 years, 2 months ago by CelebrationEvents.
August 28, 2021 at 11:55 am in reply to: Aditonal text under products on the product category page #1318759Hello Ismael,
i added the code in the functiom.php for the child theme.
Now i see the text : “something here” on all product Woocommerce category pages.
So i dedeted the code.I think i didnt explain well enough.. I want to add add adionational text onder the product on each product catecory page.
It must be unique different content these pages.
So i need a extra input box in the theme template to add text under the products on the category pages.
Are a piece of code i can use in the inputbox that splits the product category text into 2 parts (one above the products and one under the products)for example this pages:
https://www.celebrationevents.nl/verhuur/beeld/beamer/
https://www.celebrationevents.nl/verhuur/verhuur-dj-gear/kind regards
Gilbert
- This reply was modified 3 years, 2 months ago by CelebrationEvents.
Hello Nikko,
Thanxs for your reply.
There are no activated plugins.
I think the error is caused by something else.Let me know
Kind regards,
Gilbert
August 26, 2021 at 1:36 pm in reply to: Aditonal text under products on the product category page #1318461Hi Ismael,
Thanxs for your support
Can you point me in the richt direction how to use “the woocommerce_after_main_content” hook.
Do i insert this in the text editor on the Poduct category page?Kind regards
Gilbert
Thanxs Yigit, Your the best.
It seems to be working fine now!Hallo Yigit,
Sorry for the extra work. Apparently I uploaded the new theme incorrectly.
I now see that after this update an error on the product pages with a product variable, it is now not possible to change the quantity with the plus or minus buttons. before adding it to the shopping cart.
see https://www.celebrationevents.nl/product/verhuur-podium-24m2/
I hope you can take a look at this.
Kind regards
The error comes on all pages.
The complete website is not accesable anymore, also not in the back-end.You can find the new “enfold 4.7.4” on the FTP section.
Please rename the current “enfold 4.7.3”Kind regards
This is the code i used for all products
#top .woocommerce-Price-amount.amount:before {
content: “Huur voor\00a0”; color: #ea1d57!important; }I want to remove this for all the product in this product category : http://www.celebrationevents.nl/wp-admin/term.php?taxonomy=product_cat&tag_ID=274&post_type=product
In this screenshot you can see what i want to remove:
https://www.celebrationevents.nl/wp-content/uploads/2020/03/Verbruiksartikelen-2.jpg
It should als been cleared on the product pages in this categoryLet me know how to solve this
Thanxs in advance.
February 25, 2020 at 10:29 pm in reply to: Turn photos to black/white and bring colours back on mouse hover. #1187870Again….thanx you very much!!
I implemented the code and it works and looks great.
See http://www.supergaaf.nlOne final question:
The images are now filtered to grayscale. Is it also possible to filter out only the Green and Bleu colors in the images?
Because of the red enfold theme colors it would be nice to show only the Red colors in the images and the other colors on hover.I hope there is a solution for that as well…
Kind regards
Gilbert
February 25, 2020 at 6:03 pm in reply to: Turn photos to black/white and bring colours back on mouse hover. #1187801Hello Niko,
I placed the code below in the css. And i put the photos in a content container witt the same code. Awesome, just like i wanted it!!
I would like to do th same thing with a mansory gallery.
Can you help me with the code for the mansory section on the homepage.
Cleary that doenst work with a img#top .gd-bw-photo img { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */ -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); filter: grayscale(100%); filter: gray; /* IE 6-9 */ } #top .gd-bw-photo img:hover { -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -ms-filter: grayscale(0); filter: grayscale(0); }
February 24, 2020 at 9:15 pm in reply to: Turn photos to black/white and bring colours back on mouse hover. #1187496Thanxs Nikko,
I tried your solution like this
#top img:hover { -webkit-filter: none; -moz-filter: none; -ms-filter: none; filter: grayscale(0); }
without succes.
The image stays in B/W on hover.
I hope you have an other solution?Close the topic.
Thanks.Hello Victoria,
I noticed that sinds the last woocommerce update we have a new checkout page: https://www.celebrationevents.nl/products-page/checkout/
instead off https://www.celebrationevents.nl/checkout/Everthing is work normal again.
Thanxs
Gilbert
Hallo Basilis,
The website is live.
You may do some test by changing theme.
Then change back to the enfold theme.Regards
Gilbert
- This reply was modified 5 years, 8 months ago by CelebrationEvents.
June 10, 2018 at 10:45 am in reply to: Woocommerce product categories are empty after update #970714Hello Victoria
Im currently useing woocommerce 3.2.6 (untill this versions everthing works fine)
If you want to see the problems you can login and activate the latest woocommerce version.
Regards
Gilbert
This issue is still not solved.
Regards,
Gilbert
Hello Victoria,
I am not sure what you mean, all product category setting are the same.
And everything is working great until Woocommerce version 3.2.6. (currently running)When i swith to a newer version of woocommerce, the product subcategories are not showing up in these main product categories
https://www.celebrationevents.nl/verhuur/geluidsapparatuur/
https://www.celebrationevents.nl/verhuur/podium/
https://www.celebrationevents.nl/verhuur/verlichting-huren/
https://www.celebrationevents.nl/verhuur/complete-voordeelsets/Regards.
Gilbert
Hi Ismael
I havn’t received any response on this matter.
Hopefulley someone has can give a solution so i can upgrade to the newer woocommerce?Kinds regards
Gilbert
Hello Ismael,
I removed the enfold duplicates. from the themes folder.
But the problems stays on.I hope you can sort this out. I activted Woocmerce 3.2.6 again, so that my visitors wil see all product.
When you come back to this please deactivate woocommerce 3.2.6 qand activate the lastest version.Kind regards
Gilbert
Hello Ismael,
No problem, please deactivate the plugins. (i allready tried that, whithout result)
I have activated woocommerce 3.3.5 so you can see for yourself.
You can also activate woocommerce 3.2.6 and see that it works fine than.Thanxs for your concerns.
Regards
Gilbert
Hello Ismael,
the problem is still not solved. The product subcategories are not showing up in the shop.
This started with higher version than 3.2.6 of woocommerce, until then everything worked fine.
I waited and tested every new version of woocommerce, until now its not working.
When i swith back to woocommerce version 3.2.6 it works fineOn these Main product categorie pages containing sub cateogories, the product subcategories are not showing up.
https://www.celebrationevents.nl/verhuur/geluidsapparatuur/
https://www.celebrationevents.nl/verhuur/podium/
https://www.celebrationevents.nl/verhuur/verlichting-huren/
https://www.celebrationevents.nl/verhuur/complete-voordeelsets/These main product pages containing also sub-categories working fine:
https://www.celebrationevents.nl/verhuur/beeld/
https://www.celebrationevents.nl/verhuur/verhuur-dj-gear/
https://www.celebrationevents.nl/verhuur/verhuur-trussen-rigging/Please help me out.
Hello Mike,
YOU ARE GREAT…MANY MANY THANXS
It’s works as requested.
Gilbert
February 16, 2018 at 9:46 am in reply to: Woocommerce product categories are empty after update #913186Hallo Ismael,
Sorry i dont have a testsite.
Everything is running on my full operational website.I ther is anything i can do to help, let me know.
Gilbert
Hi Mike,
Your code is working fine, except on the woocommerce grouped products.
see https://www.celebrationevents.nl/product/insteekpoten-podium/The price range the varies between the lowest and hist price
The word “”Huurprijs” should be mentioned once in this pricerange like “Huurprijs: € 0.35 – € 0.75”
instead of “Huurprijs: € 0.35 – Huurprijs: € 0.75”I hope this answers your question.
Gilbert
That works!
Still a final issue with product variations
see :https://www.celebrationevents.nl/product/podiumafrok-zwart-met-klittenband/
Is it possible to hide the secons “huurprijs” ??Thanxs once again.
gilbertThanxs, that works!
But now the price suffix (with tax) also does this.
How can i hide it there? Or have the “rentprice” only on the price excl. tax.
See https://www.celebrationevents.nl/product/allen-heath-sq5-digitale-mixer/Regards
Gilbert
February 15, 2018 at 10:53 am in reply to: Woocommerce product categories are empty after update #912690I copied woocommerce 3.2.6 tot my plugin directory.
All the categories are dispayed again now.I also tried-out woocommerce 3.3.2 RC but it has the same problem.
I hope woocommerce fixes this in future release.Thanxs for the support.
-
AuthorPosts