Forum Replies Created
-
AuthorPosts
-
Actually what I originally posted does not work.
.main_color { min-height:calc(100vh – 46px) !important; min-height:-moz-calc(100vh – 46px) !important; min-height:-webkit-(100vh – 46px) !important; min-height:expression(100vh – 46px) !important; min-height:-o-calc(100vh – 46px) !important; }
There are multiple main_color classes on other pages and it makes those pages huge because ever main_color section is the entire height of the monitor. So I dunno. Stumped.
Hello Mike, I want the footer to display fully if there is available space. So the height would be height – (header + footer) However the footer height isn’t set in stone so it’ll display wrong in some browsers. I think I would need to use javascript somehow to calculate the footer height, then somehow use that information to adjust the minimum height of the page. However, what is currently happening now is pretty clean and works too.
Hey, thanks.
That made the footer huge too. I used the following code to make only the content between the header and footer be 100% of the page (minus 46 pix because my header menu is 46px). Keeping in mind it won’t look right until you log out of wordpress because there’s a black bar at the top when you are logged in. Now I’m trying to figure out if there’s a way to calculate footer height and subtract that as well so the footer always shows flush to the bottom of the screen if there’s room for it. Different browsers show slightly different heights on the footer due to the way they display text so I can’t just do it manually without it looking a little sloppy.
.main_color {
min-height:calc(100vh – 46px) !important;
min-height:-moz-calc(100vh – 46px) !important;
min-height:-webkit-(100vh – 46px) !important;
min-height:expression(100vh – 46px) !important;
min-height:-o-calc(100vh – 46px) !important;
}June 28, 2018 at 2:57 pm in reply to: how do I disable the 'leave a reply' option on the bottom of my blog posts? #978905Hello,
Thanks, that works well. I chose to disable comments for all posts.
Brendon
Hello, I found that if I put the full url in the color section background video, it’s silent. For example: http://feoletech.com/wp-content/uploads/2017/amd.mp4
But if I just put in the relative url then enfold doesn’t strip the sound. For example, /wp-content/uploads/2017/amd.mp4
So I’m using the full url now of http://feoletech.com/wp-content/uploads/2017/amd.mp4 and it’s NOT playing sound.
I don’t know if this is working as intended so it’s up to you to mark it as solved or not.It’s in this link http://feoletech.com/computerservices/
Hello Mike, if you want to copy my website you can do that too.
Yeah I downgraded back to 4.2.0 from a backup and it works. I’m on php 7.0 now and when I do 4.2.2 it does not work. The files don’t copy over properly (missing files) when doing it via wordpress and then when I do it manually via ftp it doesn’t work. Like I’ll completely delete the original enfold folder of 4.2.0 and copy over the 4.2.2 folder so there’s no interact between the two, and it still doesn’t work.
I tried changing it to 7.0 php and it gets stuck on the maintenance screen and that’s all I can ever see again.
I manually uploaded the newest enfold from scratch (deleted the original enfold folder first) that I got from themeforest, which is 4.2.2. It still doesn’t work. The only way it works is if I restored from a backup the enfold folder I had before I updated.
I can’t see your response so I still need help
I enabled debug
Warning: require_once(framework/avia_framework.php): failed to open stream: No such file or directory in /home/feoleb/public_html/wp-content/themes/enfold/functions.php on line 142
Fatal error: require_once(): Failed opening required ‘framework/avia_framework.php’ (include_path=’.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php’) in /home/feoleb/public_html/wp-content/themes/enfold/functions.php on line 142
Same thing happened to me.
January 15, 2018 at 11:48 pm in reply to: Color Section video not displaying if I narrow the width of the screen #897747Additionally, if the header is transparent, mobile view is screwed up, but if I make the header not transparent, the mobile view works. What happens is that the user is able to scroll down whereas before they were not. When the header is transparent, scrolling works on mobile. When the header is not transparent, there is no scrolling. I want there to be no scrolling and with a transparent header on mobile.
January 15, 2018 at 11:24 pm in reply to: Color Section video not displaying if I narrow the width of the screen #897740I was able to fix the broken color section video with the following code I gathered from other posts. However, when I make the screen size smaller, the menu turns glassy, from invisible, and then becomes solid when I get to mobile. Is it possible to make it stay invisible no matter what screen size?
/*Fix enfold's broken color section video background player*/ .mejs-container { width: 100% !important; } #top .av-video-slide video { height: auto; }
I got the scroll bar issue fixed by clearing my cache. However, the video still loops and I still need help with that.
Hello, I had to type something for you to reply to so that follow-up replies come to me via email. Please reply to this message.
Hello,
Here is some login info. I got it to work when the page is large but not once the page starts shrinking. There is a custom .css field on the bottom of the home page if you want to alter .css for that page specifically.
Brendon
Currently all of the content is squished together into the center of the page. There’s area on the right and area on the left that cannot be used. I want to use that area.
Hello Nikko,
I tried that but it has changed the style of the blog entries however it has not changed the width of the page.
Thanks,
Brendon
It’s not a problem on a mobile. It’s just broken FLAT-OUT broken. Many users have reported this issue.
I’ve confirmed this is a problem on different hosting platforms with different versions of enfold. If you put in the code via text, then click visual, it breaks the ordered list.
If you put this code in via the text tab
<ol> <li>option 1</li> <!--more--> <li>option 2</li> </ol>
Then click the visual tab you can see it’s broken. If you click back to the text tab, you will now see this code.
<ol> <li style="list-style-type: none"> <ol> <li>option 1</li> </ol> </li> </ol> <!--more--> <ol> <li>option 2</li> </ol>
Actually, did you click on the text tab and then back to the visual tab after setting that up? That’s what breaks it for me. If I insert it via text and then click update, it works. If I insert it via text and then click on the visual tab, it breaks it.
Ok thanks I appreciate it. Must be something on my end
Hello,
Could you test this? You would just have to make a post with a few numbered list items, stick a <!–more–> tag in between two of the numbers, and update the page.
<ol> <li>something1</li> <!--more--> <li>something2</li> </ol>
If it shows numbers 1 and 2, then the problem must be on my end. If it shows 1 and 1, then the problem is with the theme.
Thanks,
Brendon
Hello Jordan,
No that list is broken. If you place the more tag in between two ol tags, it breaks the ol tags. It breaks the order. It stops functioning properly. It makes the numbers stop and then start over again from scratch. You can test this for yourself by placing a more tag in between some ol tags in enfold and then viewing the visual tab. It will interrupt the numbers and make them start again. If you look back in the text tab, you can then see all of the additional code that was added that you did not add. It was added automatically and it should be not be.
Thanks,
BrendonMay 23, 2017 at 10:19 pm in reply to: transparent menu and logo for that same transparent menu in tablet and mobile #798537Hello Jordan
You can see the header has a clear background. How do I make it clear no matter what width my browser is?
Thanks,
BrendonMay 23, 2017 at 3:53 pm in reply to: transparent menu and logo for that same transparent menu in tablet and mobile #798336Hello Jordan,
Yah same menu style and logo in all views.
Thanks,
BrendonYah it doesn’t work. It’s broken if you stick that code in between
<ol></ol>
tags.- This reply was modified 7 years, 6 months ago by feoleb.
Hello Rikard,
Thanks that worked. You’re the best!
Brendon
-
AuthorPosts