Forum Replies Created
-
AuthorPosts
-
Sure. But I must add that contact form actually does work. But with a significant delay. I’ve just received the messages I sent to my email via the contact form almost a hour ago. Before that I received them almost instantly.
Hi, I’m using a new version of enfold and WordPress 4.4 and have the same issue. What’s funny is that I remember contact form working on previous version.
Ah yeah, that works now. Thank you very much!
Josue, it does nothing without !important. Please don’t ignore my question about overriding the shortcodes.css.
That’s strange. According to functions.php my child theme’s style.css file should load after shortcodes.css
- This reply was modified 8 years, 11 months ago by Tork789.
I see. I’ll try it out and post results later.
As for now I managed to solve the problem with responsiveness by adding
@media only screen and (max-width: 500px)
{
h1{font-size: 0.55em !important;}
}In style.css in my child theme. I had to use !important because it seems that I can’t override shortcodes.css, neither from custom.css, quick.css or style.css in my child theme. Creating a css folder with the same file(shortcodes.css) didn’t help either. How can I override it for future css adjustments without using !important all the time?
Hi again Josue.
No, the problem still exists for smaller screens, like less than 5 inches diagonally.
And as you can see, the font is still Arial instead of Lato. And basically any other font is not working except Arial for cyrillic.
Hey Basilis. Well the site is live. I checked with 4 other people from different countries and they are able to get there.
Maybe you could post instructions of how I could do it myself then?
- This reply was modified 8 years, 11 months ago by Tork789.
Hi Josue, thanks for the response. As you can see it uses Arial instead of Lato, and basically changing the font in the enfold theme options does noting, it’s always arial if you’re using cyrillic. But what bothers me more is that it’s not responsive anymore.
I figured out that it’s just long words that aren’t getting smaller or breaking down to fit the screen, so I partly solved the problem by adding “word-wrap: break-word;” in style.css of the child theme. But I thought that maybe there’s a better solution that you already have.
bump
-
AuthorPosts