Forum Replies Created

Viewing 30 posts - 31 through 60 (of 99 total)
  • Author
    Posts
  • in reply to: Custom tooltip underneath other section #1265505

    We’re getting close Mike but it’s not quite perfect yet
    In my quick css, I have added this code:

    #top #main .sidebar {
        z-index: 0 !important;
    }

    It works fine only for the first tooltip (Cubiq)
    and that one:

    #top.postid-2634 #main > div > div > main > div > div > div:nth-child(5) {
    	z-index: 0 !important;
    	position: relative;
    }

    which works fine for the budget tooltip.
    But unfortuantely, that 2nd code works only the first portfolio item called Club Aladin.
    If you navigate to other portfolio items, you will see that the 3rd tooltip (budget) doesn’t work.

    Is it possible to extend your code to all portfolios?

    in reply to: Custom tooltip underneath other section #1265450

    Hi Mike,
    Thx for the tip.
    I’ve added your code, I’ve cleared the cache as well, but
    unfortunately that doesn’t work for the 3rd tooltip of the page (the ‘budget’ one)

    in reply to: rewriting css properties #1264737

    Ok I found, I have had declared another css property for H1’s in the advanced style options… it was kinda conflicting.
    It’s all good for me.
    Many thanks for the help guys.

    in reply to: rewriting css properties #1264733

    One more last question please….
    Everything works fine except the text-size which remains at 40px when I asked for 50px in the quik css.
    Any clue?

    in reply to: rewriting css properties #1264724

    It works fine now and I understood the way it works thanks to both of you
    Geee… I’m getting smarter and smarter at css stuff ;)

    • This reply was modified 4 years ago by rvga.
    in reply to: rewriting css properties #1264720

    ooh right I see…
    So let’s say I change it into an ‘h1’ (instead of p) then the quick ccs code would be:

    .rv-h1-portfolio h1 {
        font-size: ...
    }
    • This reply was modified 4 years ago by rvga.
    in reply to: H3 in cookie, not expected #1264694

    Ok Ismael thanks for the additional information.
    It’s too sophisticated for me, I’m going to leave it as is.

    So at the line 1868, I’ve changed the ‘h3’ by a ‘p’:
    Before: $sc_content .= "[av_heading tag='h3' padding='10' head-----
    Now: $sc_content .= "[av_heading tag='p' padding='10' head----

    It seems to work.
    Is it good for you?

    in reply to: rewriting css properties #1264693

    Rikard, you can check on that page: https://c-serp.fr/clients-references/service-seo-strategie-de-contenus-blog-vacance-enfant/
    I declared in the Custom css Class of the first text block: “rv-h1-portfolio”
    And in the quick css, I wrote:

    #rv-h1-portfolio h1 {
       font-size:50px; 
       text-align:left; 
       color:#a81010; 
       text-shadow:1px 1px 2px white;
    }

    Obviously that doesn’t work.

    An ID should be unique for a single page, but a class can be used many times.

    Ok, so I undesrtand that these 2 fields do the same job, except that the Custom ID is unique to a page, portfolio or a post and that the Custom css class can be shared among many pages, portfolios or posts, am I right?

    in reply to: rewriting css properties #1264329

    Nope that one (#rv-h1-portfolio h1) doesn’t work neither, I had tried it already.
    Thx for trying ;)

    in reply to: rewriting css properties #1264326

    Question
    Am I supposed to use the ‘Custom ID Attribute’ field or the‘Custom css class’ one?
    I’m getting confused…

    in reply to: rewriting css properties #1264322

    Thx Cherrmann,
    Unfortunately, it doesn’t work.

    in reply to: Change the size of a small button #1264277

    Of course Rikard,
    Sometimes I’m getting too tired to think by myself.
    Thx for the tip ;)

    in reply to: Customising the title attribute of a text link #1264033

    Thx for the last tip Yigit. I will do some trials later to see the best tooltip I can design.

    I really want to thank you Yigit – you and all the rest of the support team.
    I just wanted to let you know that your help is extremely valuable to me and probably to many other people who like me are not developers.

    With your help I can ‘almost’ manage myself to make a better site using Enfold.
    Congrats to all of you.

    in reply to: Customising the title attribute of a text link #1264016

    Damn’it.
    With the <span> tag it works just fine, thx

    I’ve tried to play around with the parameters but couldn’t figure out how to change the text color and the bg color….
    Any advices

    in reply to: Customising the title attribute of a text link #1264013

    Hi Yigit
    I’ve followed your instructions but unfortunatelly it doesn’t work as expected: https://c-serp.fr/sand-box-enfold/
    Where am I wrong?

    in reply to: Change the size of a small button #1264001

    Hi Victoria,
    Thx for your input.
    You’re right, I’ve already put a quick css about the button text size – I put so many stuff in this css area that I forget what’s inside!

    My problem is that I need to adapt the text-size inside many kind of different buttons. (small, medium, big)
    I guess the best thing to do is to apply a unique text-size to the specific element I want and the only way to do that is to use the Developer settings/Custom CSS Class field, am I right?

    Can you please tell what would be that piece of code?
    None of the ones I’ve tried work :(

    in reply to: H3 in cookie, not expected #1263986

    Thx Ismael for your reply.
    If I change the code you suggest and from what I understand about child theme, wouldn’t it be better to modify the code in one of my file inside my child theme instead?
    And if so, what would be that code?

    in reply to: Customising the title attribute of a text link #1261046

    Yes Yigit thx for coming.
    Please see on Stackoverflow the example I’d like to get – if possible, I’m aware it might be too much asking.
    https://stackoverflow.com/questions/2011142/how-to-change-the-style-of-the-title-attribute-inside-an-anchor-tag

    and the customized title would that one: https://twiners.fr/sharing/JZF0TJdmW

    in reply to: setting a unique ccs code to an image element #1261012

    I found!
    I was trying other possibilities when one worked:
    #rv-cadre-image-portfolio.avia-image-container img

    It does draw the border as expected, I’m happy but is concatenating the css code and the ID attributes the right way to code?

    in reply to: Customising the title attribute of a text link #1261009

    Thanks Jordan,
    I ended up on stackoverflow as well.
    It’s a bit beyond of my scope but I will give a chance… some times.
    Thx.

    in reply to: Font applied to all heading elements instead of H1 only #1259747

    Thanks for checking Victoria. It works as expected.
    You can close that post.

    in reply to: Font applied to all heading elements instead of H1 only #1259533

    Hi Victoria,
    Access credential given on private content is good for one week.
    Can’t wait to hear from you…

    in reply to: Can't add fontello icon #1259131

    Try navigating to /wp-content/uploads/avia_fonts and then set that directory to 777 permissions (temporarily) and try uploading it again.

    Thanks Yigit you solved my problem ;)

    in reply to: Accordion Title to h2 #1206384

    Thx Victoria, it works great.

    in reply to: Accordion Title to h2 #1206089

    Sorry Jordan
    I meant that I want to change only the size of the H2 of my accordion element.
    Your code is going to change the size of all my H2s in the website, from what I understand, don’t I?

    in reply to: Accordion Title to h2 #1205816

    It works perfectly thanks to you Ismael.

    And what would be its css code to change the H2 font-size please ?

    in reply to: Image blurred #1205453

    I have recorded in a bmp file 2 logos displayed side by side. One from the web, one from the Picassa viewer.
    Comparison display
    https://twiners.fr/sharing/8mP3d5rRW

    The one on the right is a little bit sharper. That’s the final result I want to display.
    My questions are:
    – How can I disabled this blurry effect that affects the final display?
    – Do you think it’s an Enfold option?
    – Could it be a WP option?

    • This reply was modified 4 years, 8 months ago by rvga. Reason: Link doesn't work :(
    in reply to: Image blurred #1205446

    Hi Ismael,
    Sorry for this too long silence.
    I still have this problem about blurry images. That keeps bother me.

    I’ve tried ‘Optimus’ for a while but I disabled it since my pics are optimised enough.
    I photoshop them until I got the best quality-weight ratio.

    Can you please check again with the new page and credential I give you in private?
    Thanks for your help.

    P.S: I imaged my email address for security reasons, but whatever the reason (good or bad) I need to display the sharpest possible pictures on the screen

    in reply to: Accordion Title to h2 #1205439
    This reply has been marked as private.
    in reply to: Accordion Title to h2 #1203345

    Hello,
    I need the titles of my accordion element to be H2.

    I do followed the instructions in this post but it did not seem to work, I don’t understand why since I have added the code above in the function.php of my child theme.
    Here’s the page where I’ve inserted the accordion element: https://prof-ilaure.fr/foire-aux-questions

    Does anyone see why it doesn’t work?

    • This reply was modified 4 years, 8 months ago by rvga.
Viewing 30 posts - 31 through 60 (of 99 total)