Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Hamburger menu not supported for iOS 12.5.7 #1421426

    I enabled the “Support Older Browsers.” No change.
    The reason I included a link to a site that I did NOT make is that it is a simple site, made using Enfold, and in my old iphone the burger menu appears and works correctly in my iphone 6. That site is the one using version 4.5.2.

    The sites I’ve made in the past few weeks are using the current version, 5.6.6, and the burger menu does not work on my iphone 6.

    Isn’t the most logical explanation that something changed in the Enfold code between those two versions? Probably something having to do with either burger menu or with logo/menu settings or with mobile settings.

    The only other explanation is that either some combination of settings in my sites or some custom code in my sites is messing up the display and functioning of the menu only when displayed in my iphone 6. That seems highly unlikely to me, since there is almost no custom code. (Burger menu works fine when I’m on my computer and narrow the browser window as far as I can.) I know it’s POSSIBLE it’s something I did. I just don’t think that’s the most likely explanation.

    See private content for website links and Enfold versions they use

    • This reply was modified 9 months, 3 weeks ago by bbarasa.
    in reply to: Hamburger menu not supported for iOS 12.5.7 #1421205

    The Rogue Valley Chorale site is NOT a site I made. But it uses Enfold theme, is also a very simple setup, and the menu opens on my iphone. I was just using it as an example that works.

    I’ve put two screenshots from my iphone into a dropbox folder. Link to that is below.
    I indicated on the screenshots what the header setting is for each.

    I have tried changing Main Menu theme settings for menu, burger mobile menu, burger mobile menu styling but none of those changes allowed the menu to appear and work.

    in reply to: Hamburger menu not supported for iOS 12.5.7 #1421068

    In the Enfold Child Theme Options, under Update Theme, it says this:

    No Updates available. You are running the latest version! (5.6.6)

    in reply to: Enfold Link Color #1420749

    PLEASE ADD TO REQUESTS
    I have also spent a lot of time trying to figure out how to make link text a different color from bold text in the content areas of the site. As Jorg says in his original post, that design goes against every W3C guideline since the beginning of the web.

    I hope you can change the Enfold Theme Options so those two things can be set separately. It’s kind of crazy that it needs to be “corrected” using CSS.

    Sorry. I had the page only in draft view because it looks so bad. It was late at night and I wasn’t thinking. I get screenshots right from my computer.
    https://www.dropbox.com/scl/fi/rw275wohvth2jkstyqyz1/Tickets-page-screenshot.png?rlkey=cgoxrg5lwrrr5ub9mhpwxc04u&dl=0
    If you want the source code from that area of the page I can send it. But it’s a standard paypal button (the old kind) generated on the paypal site.

    The view cart button is in upper right corner of screen and I was able to position that fine by putting it in a text element.

    in reply to: Style page title in header using Theme Options? #1418298

    The pointer-events CSS did remove the link, but the CSS to change the font wasn’t quite right. I looked at the source code and saw the text is within an h1 tag, but adding h1 didn’t help. I also saw that the title is within an a tag, and even tho we’ve taken out the live link itself, the tag still remains. so I added the “a” to the CSS for the font family as you did for the link CSS itself and that worked to change the font.

    So then it seemed obvious that all that CSS could go together. Result that works:
    .title_container .main-title a {
    pointer-events: none;
    margin: 0;
    font-size: 16px;
    position: relative;
    z-index: 2;
    min-height: 36px;
    line-height: 2.3em;
    top: 0;
    font-weight: 400;
    font-family: Open Sans;
    }

    Thanks!! Maybe consider adding that as a request. The reason it was picking up the other font was that the title is in an H1 tag, which I’ve defined as EB Garamond. In the typography page, for H1-6 there are some toggle checkboxes for different areas of the page. Maybe Page Title could be added?

    in reply to: Style page title in header using Theme Options? #1418196

    No, not an H1 tag within the page.

    On that page the words “About JBO” in the gold bar in the heading is what I’m referring to, below the logo and menu bar. The place that tells the user what page they are on. I think it’s referred to as the Page Title but maybe sometimes Header Title?

    The menu is set to Open Sans, the body is set to Open Sans. Only the H1-6 tags are set to a serif font. I can’t find anything in Theme Options that controls that Header/Page Title text. I’d also like to remove the link since I’m not using it for navigation.

    If there is a better way to accomplish the look I want, that would be fine. But usually the page Title shows up at the top of the main content area..

    In General Styling I can control the Main Content Heading Color, but not the font size or family.

    • This reply was modified 10 months, 3 weeks ago by bbarasa.
Viewing 7 posts - 1 through 7 (of 7 total)