Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #980151

    Hi There,

    To finalize a website I need your help with some items.

    1) Can I somehow display the logo in the mobile menu after the burger menu is open? Somewhere above the actual menu would be great.

    2) On my frontpage I have some progress bars implemented (page link in private content). For some reason the font of these progress bars is displayed in Times New Roman. I tried to solve it by adding the following code:

    <style>
    .dzs-progress-bar{
    font-family: “Montserrat”, sans-sarif;
    font-weight: 300;
    }
    </style>

    3) I get the following error msg, every-time I add something to the quick-css – how can I solve this?:
    Warning: file_get_contents(/home/mylysi76/public_html/fit4school/wp-content/themes/onlineKarma%20enfold%20theme/style.css): failed to open stream: No such file or directory in /home/mylysi76/public_html/fit4school/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Thanks for helping me out :)
    Best,

    • This topic was modified 6 years, 3 months ago by eKMUch.
    #980594

    Updated the questions since I could solve some of the issues.

    • This reply was modified 6 years, 3 months ago by eKMUch.
    #981231

    Hi eKMUch,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #981490

    Hi Victoria,
    Thanks for having a look.:)
    Credentials and details are in the private box :)
    oh one last question: is there a css code that changes the hover effect of all subtle buttons to #8bba34 (as long as not customized differently)?
    thanks

    • This reply was modified 6 years, 3 months ago by eKMUch.
    #982079

    Hi eKMUch,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .progress-bar-item.progress-bar-item--text  strong {
      font-family: “Montserrat”, sans-sarif;
      font-weight: 300;
    }
    
    

    Here is a thread for you to consider for the logo

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #983007

    Dear Victoria,

    Unfortunately, both ways do not work (quick css and custom css). Funnily enough in the inspector mode it says now it is montserrat but it is clearly not. (Additionally the code would only work for the titles and not for the numbers and % symbol in the middle of the circle – this needs to be montserrat as well).

    Mobile solution does not work either, I can add the “picture logo item” but then it also display on the desktop version which is not what I want. So I tried to give the menu item the html attribut “hide-desktop”
    and added to the quick css
    @media only screen and (min-width: 768px) {
    .hide-desktop{ display:none !important; }
    }
    doesn^t work either.
    Thanks for further assistance.

    #983188

    Hi eKMUch,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #983343

    There you go :)

    #984196

    Hi eKMUch,

    Where is the menu item with the image?

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #984276

    Hi Victoria,
    What do you mean with the menu item with the image?

    I am not sure if we talk about the same issues here. I talk about the problem on the home page (link in private content).
    Also you can find a visual description in the private content area below (second link).

    So the problem is that there are some circle charts right on the home page that do not display the correct font. The whole website has the font “montserrat” (except of H1), except of the texts in and above these circle charts. What I want to achieve is that those texts have as well the font “montserrat” sans-serif.

    Thanks for your help

    #984515

    Hi,

    I added this CSS to your Quick CSS:

    .progress-bar-item.progress-bar-item--text strong {
      font-family: Montserrat, sans-sarif;
      font-weight: 300;
    }

    Please review your site.

    Best regards,
    Rikard

    #984670

    Hi Rikard,
    Thanks a lot, I guess we are getting closer :) Title works now in Montserrat.
    However, the numbers, % icon, and the small text below (in the middle of the circle) does still appear in open sans. (at least in firefox and opera). This needs to be montserrat too…
    Best,

    #984947

    Hi,

    Great, please try this as well:

    .progress-bar-item * {
      font-family: Montserrat, sans-sarif !important;
      font-weight: 300 !important;
    }

    Best regards,
    Rikard

    #985938

    faaaantastic once again 10/10 :D
    thanks so much Rikard, now it looks perfect :)

    #986623

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘API question and some codes’ is closed to new replies.