Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Enfold – text over image on mobile layout #531179

    Attaching a screenshot. My main concern is that very top image with the text over it. Thank you!

    • This reply was modified 8 years, 6 months ago by glowingdoor.
    in reply to: Add Widget areas to Header #531178

    I tried to follow the directions here: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ for placing the header widget at the very bottom of the functions.php file, however, it gave me a 500 error code and I haven’t been able to get it to work. Haven’t got to the CSS part yet since it wouldn’t let me add to the functions file.

    in reply to: Add Widget areas to Header #530383

    Hello! I tried to copy and paste the code for placing the header widget at the very bottom of the functions.php file, however, it gave me a 500 error code and I haven’t been able to get it to work. Any thoughts on why this would happen? I haven’t included my link because the error is not still there as I had to fix it to continue working on the site. Thank you!

    in reply to: Secondary Menu Placement #490889

    Thanks for your reply. No, lots of time passed by since the original post, so I was designing it the way that I wanted it to look, but the original post was regarding the submenu not working if it’s underneath the color section. It does work under the grid option though so I was sending a message to see if this was how it was supposed to be or if there is some sort of option/adjustment that I need to make it work. Thank you.

    in reply to: Secondary Menu Placement #490209

    That wasn’t working for me to put it under color sections, it goes straight to the top. I could only get it to work with another element like the grid layout. I did send a link in the private info of the original post, thanks

    in reply to: Secondary Menu Placement #489834

    Also, would the megamenu work for submenu?

    in reply to: Secondary Menu Placement #489830

    OK, after lots of messing around, I think I gather that I cannot put the submenu under the color section boxes. I had to create a grid box with 1/1 full length to make it work. Is this how it’s supposed to work? Can I insert a submenu wherever I want? Thanks!

    in reply to: columns as blocks with no margins #487364

    Well, so far your theme is officially my favorite. Thank you!

    in reply to: columns as blocks with no margins #487346

    Thank you Elliot, I’m in there messing around with it a little bit and I think I got it! My problem was that it was in a color section container.

    in reply to: Background images in Color Section not responsive #486747

    I did find this to be helpful, however, it’s still cutting off an important part of my image because it’s not really shrinking it much, but could be helpful for others looking for this. https://css-tricks.com/perfect-full-page-background-image/

    I ended up just doing a fixed size to make it work:

    I created a section ID called #smallest-bg-mobile, then created the background size exact to the ratio to my image. (I attempted several other options such as % adjustments and didn’t work for me. I’ll keep this one until I learn otherwise!)
    @media only screen and (max-width: 767px) {
    #smallest-bg-mobile { background-size: 767px !important; height: 271px !important;}
    }

    If you have any other suggestions to make sure this is a clean/smooth background, please let me know! Thanks!

    • This reply was modified 8 years, 8 months ago by glowingdoor.
    in reply to: Background images in Color Section not responsive #486744

    Hello, I have this same concern, so thought I’d jump in here instead of starting a new thread. This was an issue for me using other themes (first time I’ve used this theme.) and the solution was to create an option within the visual editor for different mobile versions of the background to change for the mobile, tablet, desktop sizes changed. It was really helpful.

    I don’t know how to properly handle the media queries, so I’m not sure what to do to make it function smoothly using that option. How do I turn off/on the background using the css/media queries? Do I just use the code above and use “background-image: url” for each?

    Thank you for your help!

Viewing 11 posts - 1 through 11 (of 11 total)