Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Can I make a child theme and somehow transfer all the data from the parent theme to it? Then bring in a clean parent theme? :/
March 26, 2015 at 12:07 am in reply to: Advanced Layout Editor won't Load, Everything is Up to Date #418218Sorry to jump on this one, but my content editor is doing the same thing,spinning world of death. have not been able to update a page since update.
Thanks
ArranHi Yigit!
First off, thank you so much for your patience and help in resolving this issue. This is what I have ended up doing to get the button to display perfectly in all screens:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.avia-button.avia-size-large {
padding: 10px 10px 10px;
font-size: 10px;
min-width: 104px;}
}@media only screen and (max-width: 989px) and (min-width: 768px) {
.home_button .avia-button { min-width: 105px; }}@media only screen and (min-width: 990px) {
.avia-button.avia-size-large { min-width:140px;}}@media only screen and (min-width: 1140px) {
.avia-button.avia-size-large { min-width:155px;}}Do you think this is efficient coding? Can this be made more efficient at al?
Kind Regards
ArranHi Yigit
I try:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.avia-button .avia-size-large .home_button {min-width: 150px!important; }}With custom class being .home_button
It did not work sorry.
Hi Yigit!
Thank you so much for the fix.
I feel a little embarrassed though to ask for more help…..
On ipad landscape view I cannot work out how to increase button size to be equal with images above.
Portrait view they are perfect. I did try @media min-width 769, max-width -989 but got no where.
Your support is first class btw!!!
Further to check this, I used your actual code-
@media only screen and (max-width: 990px) and (min-width: 768px) {
.your-custom-class .avia_textblock { min-height: 45px; }}with .your-custom-class as the custom css for the title.
This reply has been marked as private.Hi Yigit
hmmmm, I don’t like the look of the 1/5 to 100% sorry, but thank you for that fix.
I will try the custom CSS field for ALB elements and wait for your custom css code.
Thank you
Hi Ismael
Yes on advice from another moderator, I updated the theme via FTP.
Ticking the second option as you say, makes the mobile menu display in Ipad portrait view, so I have ticked the first option which is working better.
How can that code be there? I am not advanced enough to write something like that.
Thank you for the fix.
This reply has been marked as private.Ahh sorry, I meant using that guide I took away the default logo and replaced with my own. Sorry.
Hi Devin
Deactivated all plugins, no change.
I am certain I have done no changes in the header.php file- other than take away the enfold logo.
Thank you for your reply.
Arran
Hey Yigit
Thank you for the media query fix!
I have updated the theme via ftp, the problem with the logo not showing is still there though.
Thank you
ArranLegend!
This reply has been marked as private.Yes that works, Thank you!
Hi Jouse
I disabled all plugins but no change sorry.
Regards
ArranHi Devin
eeek! I didnt, and i’m not sure I understand what you are meaning.
Arran
Hi I did this , I am running 2.8.1
It did not change sorry.
Thank you.
It seems though when I make this change, I get this ugly black line on top of the ‘history’ section.
Thank you for your quick replies!
Edit: I have the color scheme as Greyscale, can the header be greyscale?
http://123.100.86.227/~nzbarris/dir/
Thanks for that.
Edit: I have the color scheme as Greyscale, can the header be greyscale?
- This reply was modified 10 years, 11 months ago by arrantawhara.
-
AuthorPosts