dariaalbufeira
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Make custom category filterAnybody?
Please, I need at least an idea.
Do I have to make special template?
Thank you.
Any hooks for this or do I need to change templates?
Hello,
can you tell me what files and what exactly do I need to edit?Basically I need to change in two places:
– order details
– email
Is it right?Please, any help really appreciate.
Thank you,
Daria.Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Override margin-top and margin-buttomHi Kevin,
thank you so much for the best support!
Everything is working, so happy me!!! ??
Wish to you a lot of sucess!!!Thank you,
Daria.Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Override margin-top and margin-buttomHi Kevin,
you are super, thank you so much!!!
Spent an our yesterday to try to achive that, without sucess … uffff.
First function work, but the last one no.
Right now is all right on hover and active, but then you press the next tab you can see the black underline closing, how to delete it?
Any sugestions?Thank you, Daria.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Override margin-top and margin-buttomHello Kevin,
it is so cool!
Thank you so much!Everything working, I just add
transform-origin:0 100%;
for do transition on hover from left to right.Last question, how can I override the underline color of active tab for #ff1053.
Tried varios ways, but no sucess.Thank you,
Daria.Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Override margin-top and margin-buttomHello Kevin,
you are right, I want to make smaller above and below margins of tab titles.
About the style, yes I think the same style could be beautiful there, did not know that it complicated, thought it is something easy, sorry. ?? Check, just if you have a time of course, please.
Thank you.Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Embeded Youtube VideoHi Kevin,
the problem is resolved,
thank you so much.
Post my code here if somebody need./*change video iframe setting in woocomerce custom tab*/
div#tab-video iframe {
width: 65% !important;
height: 450px !important;
}div#tab-video p {
margin-left: 25%;
margin-right: auto;
}@media ( max-width: 1300px ) {
div#tab-video p {
margin-left: 15%;
margin-right: auto;
}div#tab-video iframe {
width: 75% !important;
height: 500px !important;
}
}@media ( max-width: 1000px ) {
div#tab-video p {
margin-left: auto;
margin-right: auto;
}div#tab-video iframe {
width: 100% !important;
height: 500px !important;
}
}@media ( max-width: 700px ) {
div#tab-video iframe {
width: 100% !important;
height: 400px !important;
}
}@media ( max-width: 480px ) {
div#tab-video p {
margin-left: 2%;
margin-right: auto;
}div#tab-video iframe {
width: 100% !important;
height: 300px !important;
}
}Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Embeded Youtube VideoHi Kevin,
this resolved the problem, I suppose that video was very big and do not apeared.
However, right now is another problem, because of this css video is not responsive, and also I wood like to align it on a middle (center).
How could I do this? Writing css media?Thank you.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Embeded Youtube VideoKevin,
I pasted the link in tab in visual: https://www.youtube.com/watch?v=s8Jd9OfyzAs and it show me video on backend …
refresh the page F5 – no video
press F12 in Firefox to see what happened – video appears …again refresh page with F5 – no video
heh, strange …
how can I change video height and width?