svvhhk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] OceanWP / WooCommerce related questionI’m afraid it is not exactly what I envisioned, or I’m doing it wrong.
When I copy the newly created shortcode to the Cart page, it displays that content when you’re ON the cart page, but I want to display that text (or image, whichever works) in front of the icon that takes you TO the cart page. It is located at the same row as the navigation menu. In other words, an extra call to action before you’re on the cart page.
Forum: Themes and Templates
In reply to: [OceanWP] OceanWP / WooCommerce related questionAh, I think I get it now:
https://e.pcloud.link/publink/show?code=XZOiulZMjmkfS3kxIhGvIixx6zVCJP50m4yApparently I’m not on “classic experience powered by shortcodes”. I’ll make a backup and give it a try.
Thanks for your help.Forum: Themes and Templates
In reply to: [OceanWP] OceanWP / WooCommerce related questionThank you, that looks both interesting and promising. I did create the new template and I got the shortcode, but somehow I have trouble finding the [woocommerce_cart] shortcode in the next step. When I open the Cart page, it looks nothing like your screenshot and even very different from what is there on the live webpage. It looks more like an example that come out of the box: it’s got beanies and sweaters in US $, none of these are in my product pages:
https://e.pcloud.link/publink/show?code=XZcihlZFYja2td5gGHx83TU319A07YXD9jkPerhaps it’s worth mentioning that I’m using the OceanWP Child Theme. In the Customize > WooCommerce section I found some things that can be customized, but no trace of a woocommerce shortcode.
Forum: Themes and Templates
In reply to: [Kadence] Another sticky questionAlready found something that works: with some custom CSS, the button is now completely steady in both size and position, no more funny scrolling behavior. What I used is something like this:
.fixedButton img { position: fixed; bottom: 50px; right: 20px; }
and assignedfixedButton
to the image’s class. This completely eliminates the need for the Fixed Widget plugin.Forum: Fixing WordPress
In reply to: Another sticky questionOK, I’ll try that, thanks.
Super bedankt! Dat werkt inderdaad.
Dank voor je hulp en ik hoop dat er in een volgende versie misschien wel wat meer van die knoppen bij kunnen komen (bijv. een instelbaar aantal).Groet, Ed
Dank voor je reactie, alleen is het nog niet precies wat ik bedoelde, want met deze code worden alle 4 de knoppen rood. Als ik alléén de laatste knop met id eindigend op -3 wil veranderen, wat kan ik dan doen? Ik heb ook weer de optie met
,input[id$=-3]
eraan toe te voegen, maar dat werkt niet. Sorry, ik ben nou eenmaal geen css-guru ??Zou het anders bijv. mogelijk zijn om het variabele deel van de id eruit te slopen? Ik ben niet bang om een beetje broncode te editten.
- This reply was modified 1 year, 2 months ago by svvhhk.