Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #871749

    hi there,

    I have used an easy slider on my homepage.

    I have 2 questions about that.
    1. Can I change the font to abrilfatface-regular?
    2. The text doesn’t display on mobile devices. Can you see where it went and help me to get it back?

    Hope to hear from you!

    Maaike

    #872202

    Hey enfoldmaaike,

    Please, update the credentials because I can`t access the dashboard with them.

    Best regards,
    John Torvik

    #872299

    Hoi John,

    I’m sorry if it didn’t work.

    I have checked it and re-added the password. When I log in with it, it works. Hope it works on your end too!

    Thanks for trying again :-)

    Maaike

    #873102

    Hi Maaike;,

    Have you uploaded that font to your website?
    https://kriesi.at/support/topic/how-do-i-add-custom-fonts-to-the-enfold-theme/#post-210802

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #873269

    Hi Victoria,

    I use the plugin ‘use any font’ for the custom fonts we use.

    Maaike

    #874303

    Hi,

    Uploading with use any font, does also require to add the font at the site and load it.
    What is the way that plugin suggests?

    Best regards,
    Basilis

    #874570

    Hi Basilis,

    Thanks for your reply.

    I don’t know if I understand your question… But the fonts are uploaded via the plugin and stored here:
    /wp-content/uploads/useanyfont/170926102434AbrilFatface-Regular.woff

    Via the settings of the plugin you then assign a font to an element.

    Is this helpful?

    Maaike

    #875386

    Hi,

    Yes, you are uploading the font, but how is the plugin assign it to elements?

    Best regards,
    Basilis

    #876524

    Hi Basilis,

    You assign it via the plugin and then choose the elements it should apply to.

    Do you know what the element is for the easy slider on the homepage?

    https://www.dropbox.com/s/40tdn4l14vzx3re/ssr.nl%20enfold%20font%20in%20easyslider%20141117.jpg?dl=0

    #877747

    Hi,

    I think best is to contact the plugin providers for that.
    They will be more able to provide you with proper support.

    Best regards,
    Basilis

    #878013

    Okay. I can do that.
    Is it possible the give me the css class for the element so I can look into it further?

    And what about question 2? Can you help me fix that?

    Hope to hear from you :-)

    Have a nice day!

    Maaike

    #878186

    Hi Maaike,

    I am seeing all the fonts you assigned applied to the page.

    Best regards,
    Victoria

    #879109

    Hi Victoria,

    I see where the miscommunication is.

    I am looking for the text in the slider image which says “Niet tegen, maar met elkaar”.

    I don’t see that text on your screenshots eather… Do you know why that is the case?

    Maaike

    #880031

    Hi,

    You can use the following css selector to change the font family property of the slider title.

    .avia_transform .av_slideshow_full .avia-caption-title {
        font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
    }

    Replace “Georgia” with the name of the custom font. Don’t forget to remove the browser cache or hard refresh before checking the page again.

    Best regards,
    Ismael

    #880137

    Great Ismael,

    I have fixed the font-issue with your help. (Used .avia_transform .av_slideshow_full .avia-caption-title in the ‘use any font plugin’ and it works!)

    Can you also help me to get this text displayed on mobile devices? It disappears then… :-(

    Thanks!

    Maaike

    #881032

    Hi,

    Please add this code in the Quick CSS field.

    @media only screen and (max-width: 767px) {
        .html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
            padding-top: 0;
        }
    }

    Best regards,
    Ismael

    #881552

    Hi Ismael,

    We are getting close :-)

    I have used your code and it helps a little.

    Can you help me lift the title up just a little bit more? Only on small screens? It now ‘sinks’ to the bottom of the picture….

    Maaike

    #881675

    Hi Maaike,

    Looks in the middle on my end. Could you please clear the cache, check again and get back to us.

    Best regards,
    Victoria

    #887116

    Thanks Victoria, and sorry… You are right, it looks good right now :-))

    #887117

    sorry, that was me also, I have multiple accounts :-)

    Maaike

    #887251

    Hi,

    Great, thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 21 posts - 1 through 21 (of 21 total)
  • You must be logged in to reply to this topic.