Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #1106331

    Hi, Rikard,

    I have just uploaded 2 custom fonts and is showing correctly in the General Settings, however, it is not uploading on the actual website.

    Please help.

    Thank you,
    Maya

    #1106455

    Hey mayamaria,
    Thanks for the login, but it’s not working for me. I assume that I’m going to the correct domain, please check the url in the Private Content area.
    Please tell us which fonts you uploaded and where we can see that they are not showing, this will help us as we examine your page source code.

    Best regards,
    Mike

    #1106630

    Hi Mike,

    Please see the url below. The one you had is incorrect.

    The 2 new fonts are:
    Transfonter.org 20190530 15029 (300)
    Transfonter.org 20190530 150239 (400)

    They are both showing on the back end but not in the front end of the website.

    Thank you.
    Maya

    #1106872

    Hi,
    Thanks for the clarification, I was able to login and found that the font “transfonter.org” is used on the homepage slider “WELCOME”
    It seems that the transfonter.org site converts fonts to other formats, so I searched your media files, and downloaded the font and demo page and compared the slider text, it seems to match well.
    2019-06-03-184018
    does this screenshot match what you see? Perhaps you need to clear your browser cache.

    Best regards,
    Mike

    #1106959

    Hi Mike,

    Thank you! It’s working now.

    I have another question for the same site. Is there a way to Bold the title, eg NATOORA, (first line) of the text on the hover image? I would like to do this for all the images.

    Thank you,
    Maya

    #1107327

    Hi Maya,

    That element doesn’t have a class or ID so we can’t target it with CSS, but you can try wrapping the word in a strong tag like so:

    <strong>NATOORA</strong>

    Best regards,
    Rikard

    #1107403

    Hi mayamaria,

    To get this https://cl.ly/3253cec43e65
    You need to go and edit the text and wrap the title in the strong tag or in h3 or h4.
    Like this
    Screenshot-2019-06-05T06:23:59.635Z.png

    Best regards,
    Victoria

    #1107424

    Hi Victoria,

    Thank you so much!

    Kind regards,
    Maya

    #1107520

    Hi Maya,

    Thanks for the update, I’m glad Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1110338

    Hi Rikard,

    For some reason the bold text is no longer visible on the title text even though using COMMUNITY & CONNECTIONS.

    Also I would like the title to be white with out having to set up in the Advanced section please.

    Thank you,
    Maya

    #1110340

    Also, how could I adjust the size of the font. I would like to make it slightly smaller.

    Thank you,
    Maya

    #1110464

    Hi Maya,

    Today in another thread I gave you the css to make that text smaller. Please do not duplicate requests.

    Best regards,
    Victoria

    #1111124

    Hi,

    On June 4 in the above thread I had requested to see if the word could be in bold. When I initially tried this worked by wrapping as per suggestion. However, for some reason it is not working any more.
    NATOORA

    Also, how could I change the colour of the title from red to white?

    Thank you.
    Maya

    #1111287

    Hi,
    Please link directly to the page so we can see why your “strong” tag is not working.

    Best regards,
    Mike

    #1111300

    Hi Mike,

    Please see below the link.

    Also if there is a way to change the colour from red to white would be great.

    Thank you.
    Maya

    #1111788

    Hi,
    Thanks for the login, I see that your default color for the “strong” tag is red, while you can change this in your Enfold Theme Options > Advanced Styling > Strong I will assume that there are cases on your site that you wish to continue with this color scheme. So please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .avia-image-container strong {
    color: #fff !important;
    }

    This will give you the white color on this element.
    Each of the titles are “strong” but I don’t see your COMMUNITY & CONNECTIONS title to see if it’s also “strong” is this on a different page? I searched your pages but didn’t find that title.

    Best regards,
    Mike

    #1111873

    Hi Mike,

    Thank you for the above.

    The text colour changed so thank you for that, however, the text (title first line) is still not bold. I have placed the 3 links below where I would like the title to appear bold.

    Thank you,
    Maya

    #1111949

    Hi,
    Thank you for the links, I have checked the image overlay for each image and find that the title of each is bold.
    Please see the screenshots in Private Content area.
    I also found that your font doesn’t allow “bolder”, not all fonts do they have to be coded that way, so while they are showing as “bold” it is a small difference. Perhaps a different font will give you a bigger “bold”.
    Another option is to “fake” the “bolder” with text-shadow css which will add 1px to the font.
    Please try this css instead:

    .avia-image-container strong {
        color: #fff !important;
    text-shadow: 1px 0 0 currentColor;
    }

    If you try this Please clear your browser cache before checking.

    Best regards,
    Mike

    #1111971

    Hi Mike,

    The code worked!
    Thank you,
    Maya

    #1112084

    Hi Maya,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1124555

    Hi,

    I would like to make the the guest chef’s name bold. Tired adopting the below code but was unsuccessful.

    .avia-image-container strong {
    color: #fff !important;
    text-shadow: 1px 0 0 currentColor;
    }

    #1124570

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    h3.aviaccordion-title {
    color: #fff !important;
    text-shadow: 1px 0 0 currentColor;
    }

    Best regards,
    Mike

    #1125209

    Hi Mike,

    Thank you that worked.

    #1125282

    Hi,
    Glad to hear, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    #1125285

    yes thank you.

    #1125299

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 26 posts - 1 through 26 (of 26 total)
  • The topic ‘Font upload issue’ is closed to new replies.