Forum Replies Created
-
AuthorPosts
-
Thank you for the quick response! That filter worked perfect. You guys are awesome!
I have the same issue
Thank you very much!
This reply has been marked as private.That did not work either. Now the menu items fly out to the left like before. I don’t know why that CSS is not working. I am placing it in the quick CSS section in the Theme Options.
That, unfortunately, did not work. You can see the results here: http://pres-truth.christianinternethosting.com/. The menu items are now piling on top of each other.
Thanks!
This reply has been marked as private.That did not work for me. But I used this:
@media only screen and (max-width: 870px) {
.avia-button.avia-size-large {
padding: 5px 1px;
font-size: 10px;
min-width: 90px;
}
}And I also had to put this in there (to make the button even smaller):
@media only screen and (max-width: 443px) {
.avia-button.avia-size-large {
padding: 2px 5px;
font-size: 8px;
min-width: 20px;
}
}Thanks, this post can be resolved now.
What happens when I update the theme? Sorry for all the questions, but I thought you could overwrite sub-directories with a child theme?
I am using a child theme to override the js file, but I don’t know how to override the avia.js file since it is in a sub-directory under the parent directory (themes/enfold/js/avia.js).
I tried making a directory in my child theme, and copying the JS file into that directory (enfold-child/js/avia.js), but that didn’t work.
I did try the jQuery in the parent files (before I tried overriding them with a child theme) and it worked, so thanks for that.
Ok, do you know a simple jQuery string that could make the logo fade in on page load?
I am not very good at jQuery yet.
Thanks!
Ismael, can you give me some CSS that would make the buttons smaller when the screen is around 840px? I tried a few different things, but it didn’t work.
Thanks!
Thank you, the CSS worked. Awesome theme.
On this Forum, why am I not getting email notifications when someone replies to my post? Can I turn that on somewhere?
I would like to do this too. However, I need the button to be responsive. Is there a way to make the button responsive, or no?
-
AuthorPosts