Forum Replies Created

Viewing 30 posts - 1 through 30 (of 55 total)
  • Author
    Posts
  • in reply to: 100% height on page if there's not enough content #979619

    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.

    in reply to: 100% height on page if there's not enough content #979613

    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.

    in reply to: 100% height on page if there's not enough content #979599

    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;
    }

    Hello,

    Thanks, that works well. I chose to disable comments for all posts.

    Brendon

    in reply to: Color Section video playing audio #966511

    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.

    in reply to: Color Section video playing audio #965317
    in reply to: Upgraded to 4.2.2 and my website has 500 error #903709

    Hello Mike, if you want to copy my website you can do that too.

    in reply to: Upgraded to 4.2.2 and my website has 500 error #903707

    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.

    in reply to: Upgraded to 4.2.2 and my website has 500 error #903637

    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.

    in reply to: Upgraded to 4.2.2 and my website has 500 error #903615

    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.

    in reply to: Downgrade to an older version #903606

    I can’t see your response so I still need help

    in reply to: Upgraded to 4.2.2 and my website has 500 error #903605

    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

    in reply to: Upgraded to 4.2.2 and my website has 500 error #903587

    Same thing happened to me.

    Additionally, 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.

    I 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;
    }
    
    in reply to: How do I stop color section video from looping? #896948

    I got the scroll bar issue fixed by clearing my cache. However, the video still loops and I still need help with that.

    in reply to: How do I stop color section video from looping? #896947

    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.

    in reply to: Enfold Full Screen Video on color section broken #882852

    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

    in reply to: Full Width Blog Page #878602

    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.

    in reply to: Full Width Blog Page #878601

    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

    in reply to: Enfold Full Screen Video on color section broken #878599

    It’s not a problem on a mobile. It’s just broken FLAT-OUT broken. Many users have reported this issue.

    in reply to: tag breaks ordered lists #799676

    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>
    in reply to: tag breaks ordered lists #799669

    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.

    in reply to: tag breaks ordered lists #799664

    Ok thanks I appreciate it. Must be something on my end

    in reply to: tag breaks ordered lists #799610

    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

    in reply to: tag breaks ordered lists #798539

    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,
    Brendon

    Hello Jordan
    You can see the header has a clear background. How do I make it clear no matter what width my browser is?
    Thanks,
    Brendon

    Hello Jordan,

    Yah same menu style and logo in all views.

    Thanks,
    Brendon

    in reply to: tag breaks ordered lists #798334

    Yah it doesn’t work. It’s broken if you stick that code in between <ol></ol> tags.

    • This reply was modified 7 years, 3 months ago by feoleb.
    in reply to: centering bottom menu in socket #796639

    Hello Rikard,

    Thanks that worked. You’re the best!

    Brendon

Viewing 30 posts - 1 through 30 (of 55 total)