-
AuthorPosts
-
July 2, 2018 at 5:07 pm #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 326Thanks for helping me out :)
Best,- This topic was modified 6 years, 4 months ago by eKMUch.
July 3, 2018 at 2:49 pm #980594Updated the questions since I could solve some of the issues.
- This reply was modified 6 years, 4 months ago by eKMUch.
July 4, 2018 at 2:43 pm #981231Hi 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,
VictoriaJuly 5, 2018 at 10:19 am #981490Hi 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, 4 months ago by eKMUch.
July 6, 2018 at 2:49 pm #982079Hi 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,
VictoriaJuly 9, 2018 at 11:13 am #983007Dear 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.July 9, 2018 at 4:31 pm #983188Hi 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,
VictoriaJuly 9, 2018 at 7:18 pm #983343There you go :)
July 11, 2018 at 12:37 pm #984196Hi eKMUch,
Where is the menu item with the image?
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaJuly 11, 2018 at 4:15 pm #984276Hi 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
July 12, 2018 at 6:37 am #984515Hi,
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,
RikardJuly 12, 2018 at 12:38 pm #984670Hi 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,July 13, 2018 at 5:13 am #984947Hi,
Great, please try this as well:
.progress-bar-item * { font-family: Montserrat, sans-sarif !important; font-weight: 300 !important; }
Best regards,
RikardJuly 16, 2018 at 2:43 pm #985938faaaantastic once again 10/10 :D
thanks so much Rikard, now it looks perfect :)July 17, 2018 at 8:35 pm #986623Hi,
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 -
AuthorPosts
- The topic ‘API question and some codes’ is closed to new replies.