svtmontagna
Forum Replies Created
-
I fixed about mobile version, but I still have the black lines problem. Any help?
Forum: Plugins
In reply to: [WooCommerce] Incorrect map fields on importHi,
problem was about export of managment software that exported everything with tab and excel couldn’t format well that schema using comma. I replaced “\t” with “,” using notepad++ and I solved.Forum: Plugins
In reply to: [WooCommerce] Add a clickable button on my account view order pageHello and thanks for your answer,
I edited that plugin PHP and JS files to solve the problem. Thanks!Forum: Plugins
In reply to: [WooCommerce] Add a clickable button on my account view order pageHello,
thanks for your answer. I’m referring to “Attach me!” plugin. The author of that plugin already told me that is not a feature that they will implement so I was trying to find another solution.To clarify, is the button going to the payment gateway (As it says Paga subito), correct
Not really. I’m using woocommerce like a price quotation, so when a user order something is not buying anything and the payment is bypassed. When I have processed the quote, the user will give me a confirmation and pay via a paypal form within a page of my site (the page that that “Paga subito” button should open).
Ok I solved that question partially. My two question are:
1)If user book the tour of 1 day duration, the bike automatically recharge stock at the end of this 1 day duration?
2)Can I tie the supply of bicycles to the duration of the tour? Thus a user can rent 5 bikes for a tour that takes place after 5 days. In this way, if I book for a certain day, the bikes come out of stock for an indefinite time.Thanks in advance.
Hello and thanks for your answer. Is it possible to use group field only as a quantity and not as a radio button with quantity? Because I want to give user the choice to rent two different bike and not just one. Besides, if user book the tour of 1 day duration, the bike automatically recharge stock at the end of this 1 day duration? Thanks.
- This reply was modified 2 years, 9 months ago by svtmontagna.
Hello,
I solved the problem adding this CSS, even if I don’t see the flag of the uncheked language but that’s not important:.menu-area .navbar ul li:last-child { margin: 0; padding-right: 0; } .menu-area .navbar ul > li.menu-item-has-children > a { position: relative; padding-right: 40px; } .menu-area .navbar ul li:last-child a:before{ content: "0"; font-size: 0; }
I hope this can’t be useful.
I can’t even see the second language’s flag
Hello,
I tried that CSS but anything change.Hello,
I changed template on the first website (https://www.casavacanzesicilia.eu/) and switcher is working now, but I still have the same problem here: https://www.serinfnet.com/- This reply was modified 2 years, 11 months ago by svtmontagna.
Hello,
swither is not working also on another website (which is mine): https://www.serinfnet.comHello,
style.css is now loading but I still can’t see the switcher fixed.Now the website is published and you can see this bug by yourself: https://www.casavacanzesicilia.eu/
Hi,
it’s the last version because I’ve installed it yesterday.Hello,
theme support fixed the problem, here’s the solution:html .weglot-parent-menu-item > a:after { color: #fff; position: absolute; right: 8px; top: 0px; font-family: "fontello"; content: ""; }
Thanks for your help.