Forum Replies Created

Viewing 30 posts - 31 through 60 (of 96 total)
  • Author
    Posts
  • in reply to: Breakpoint for navigation menu #910383

    You can close. Thanks!

    in reply to: Breakpoint for navigation menu #910328

    That works. Thanks again Nikko. Much appreciated.
    Steve

    in reply to: Breakpoint for navigation menu #910305

    Thank you, but still experiencing the same issue. Cleared browser cache and I also tried Firefox and Safari. (All Mac stuff.)
    I appreciate your efforts. Maybe it has to do with the header setup or background video?

    Thank you again,
    Steve

    in reply to: Breakpoint for navigation menu #910282

    Thank you for the reply. To clarify, I’m now using this code in the Enfold Quick CSS

    ‘@media only screen and (max-width:1124px) {
    #avia-menu .menu-item {
    display: none;
    }

    #avia-menu .av-burger-menu-main {
    display: block;
    }
    }

    @media only screen and (min-width: 990px) and (max-width: 1124px) {
    #avia-menu {
    width:auto !important;
    float:right: !important;
    }
    }’

    The same issue is happening. Note that I do have some CSS in the style.css for the child theme. It is…

    ‘/* For the ALB, just hide an element using this. Remember do not us . in the ALB setting */
    .hidethis { display: none !important; }

    /*This is a fix for the Event map being too narrow on the Event page.*/
    .single-tribe_events .tribe-events-venue-map { width: 100% !important;}

    /* Let’s ditch the fancy ampersand */
    .special_amp {
    font-family: inherit;
    font-style: normal;
    font-size: inherit;
    line-height: inherit;
    font-weight: bold;
    color: inherit!important;
    }’

    So I’m not sure if there is a conflict? (I don’t think so.)

    I generally try to use the style.css file for the child theme CSS. Should I be using Quick CSS instead? I seem to have occasional issues where changes work in Quick CSS, but are ignored in the Child Theme CSS.
    Steve

    in reply to: Breakpoint for navigation menu #909761

    Interesting. Note the code did not work when I put it into the style.css file for the theme. (Using a child theme.)
    Placed in the General Styling section, it works, BUT.
    At one break point the hamburger menu displays under the logo and left justified, then at another break point the header goes transparent and the menu is right justified as expected.
    Can we just get the hamburger menu to stay right justified?
    Thank you!
    Steve

    in reply to: Header transparency and spacing on other pages #864485

    Thank you. Seems to work.

    in reply to: Header transparency and spacing on other pages #863971

    Update. I went back in and added back this code:

    .header_scrolled, .logo, .logo a, .logo a img, #header_main .container {
        min-height: 186px !important;
    }

    I did this since the logo in mobile was way too small and that code seems to have fixed that issue.

    But, In a regular browser window, this seems to push the content on the site (starting with the multi-color green bar) down a bit too much. On mobile it looks fine.

    If you have a suggestion, I’d appreciate your input.

    Not sure if I screwed up the code at all and want to ensure it is correct. Here is all of the style.css right now:

    .header_scrolled, .logo, .logo a, .logo a img, #header_main .container {
        min-height: 186px !important;
    }
    
    .av_minimal_header #header_main .container {
        height: 182px;
        line-height: 182px;
    }
    
    .av_header_transparency .logo img.alternate, .av_header_transparency .logo {
        min-width: 500px;
        min-height: 182px;
    }
    in reply to: Header transparency and spacing on other pages #863968

    Thank you. But the logo for mobile is way too small currently.
    Note the site has now been MOVED to a live server, and I’ve provided you the URL in the Private Content area.

    I did also remove this line from the custom.css…

    #top .header-scrolled .main_menu {
        margin-top: 20px;
    }

    So the only custom CSS currently being used is …
    `.av_minimal_header #header_main .container {
    height: 182px;
    line-height: 182px;
    }

    .av_header_transparency .logo img.alternate, .av_header_transparency .logo {
    min-width: 500px;
    min-height: 182px;
    }’
    I poked around a bit looking at the sizing in the Enfold Theme Options area, but no luck.

    Thank you and I look forward you your reply.

    Steve

    in reply to: Header transparency and spacing on other pages #863590

    Bump. Any help or suggestion here?

    in reply to: Mobile Menu – Not Showing Drop Down (sub pages) #859864

    It’s now been another week. With respect, this needs to be fixed soon. The temporary fix quelled my clients for about a week until they found out when you click on the top level of a navigation section, you get a blank page.

    in reply to: Mobile Menu Stopped Working #858904

    I did not provide log in details, simply access to the websites that are live. Yigit mentioned my workaround is usable until an upcoming Enfold update to fix the issue.

    in reply to: Mobile Menu Stopped Working #858314

    Update. By changing the Parent menu items that do not have a page associated to them from [blank], to # did not work. Then I changed them from # to https:// and that does seem to work for me.

    Can you confirm this is the correct way to do this?

    in reply to: Enfold – Google API failing and referencing MailChimp? Bug? #853849

    As noted, I got everything to work properly, so I’m all set. I just wanted you to be aware of the issue.

    Since you noted “The retired version warning does not affect the functionality of google maps, but with the next update we modified this element so it will be easier for users to update the version number so this warning can be avoided.”

    I’m fine with that, as the next update of Enfold will include the fix.

    Thank you,
    Steve

    in reply to: Hiding and showing sections based on screen width #799735

    Thank you!

    in reply to: Hiding and showing sections based on screen width #799645

    Sorry, somehow I missed your reply. If you look at the site, your code resulted in the header getting messed up.
    There are five widgets in the header up on the right side, all positioned with CSS. The Book Now button, as well as the four locations with phone number.
    This is what happens to the header with the code you provided.
    https://snag.gy/PnS3hT.jpg
    The header should look like this:
    https://snag.gy/Ywbm6G.jpg
    So somehow, the code to edit the section below the big image is messing with the placement of the header widgets.
    Note that I put the full CSS in the zerobin link provided. Check out the sections under… /* This is the Book Now widget */ and
    /* These are the four location widgets */ as those are the placements for the widgets in the header.
    Thank you again so much.
    Steve

    in reply to: Hiding and showing sections based on screen width #797635

    Thank you,
    Unfortunately, the code broke the elements that I have in the header. Note the header has five widgets that are placed with CSS and also have @media assignments to “hide” below specific widths. The idea is that when these disappear in the header, they show up just under the image.
    I’ve left the code with your changes so you can see what is going on, plus I have the full style.css file for you right here to review:

    Thank you again!

    • This reply was modified 7 years, 6 months ago by Sarah.
    in reply to: Hiding and showing sections based on screen width #796646

    Sarah,
    Thank you. For the second item, it’s not working as expected.
    As the screen gets smaller, the first column does show up, but the other four columns are not show until the screen is LESS than 740 pixels. Then they show up stacked on eachother.
    In short, the Book Now button (first column) is correct, but the other four we want to show up only between 1100 and 740.
    I tried to switch some numbers around with no luck.
    Note that I already have the .show-mobile CSS assigned to that row. I did that by opening the first column in Edit Column > Row Settings.
    If you have a better approach, I’m totally open to ideas.
    Steve

    in reply to: Looking for some assistance with minor CSS tweaks #792967

    Thank you! Much better.

    in reply to: Looking for some assistance with minor CSS tweaks #792534

    To follow up… This is what I did to get the menu in the socket area…

    https://kriesi.at/support/topic/footer-menu-in-the-socket/

    It works, but it’s off center. Possibly due to having too many items in the list.

    So, trying to get it centered is still an issue, plus I would like to hide the menu below a specific width if possible.

    Steve

    in reply to: Looking for some assistance with minor CSS tweaks #792493

    Much appreciated. I still have to figure out the menu in the socket, but I’ll keep working on it.

    Steve

    in reply to: Looking for some assistance with minor CSS tweaks #791127

    Thank you. The CSS for the first request simply pushed the search icon over to the left next to the social media icons.
    We’d like to have the three individual social media icons and the search icon RIGHT justified, with the rest of the menu as it is now. See attached image in the private content area.

    For the home page, yes … I’ve attached a screen shot of what we are looking for. Maybe that clarifies what we are looking for? Open to ideas as to how to center a couple of columns when they are smaller widths. I thought I had found some instructions on Kriesi.at on how to do this, but can not located now.

    For the footer, we actually added a new menu into the footer.php area and styled it, but we can not seem to get it to be centered. In a computer browser, the menu is showing all of the nav elements, it’s just that it is pushed over to the right a bit and not centered. Also – as you’ve pointed out to me – it’s not working properly when the screen width is reduced. After centering, I’m tempted to just hide it on narrow screens.

    I realize this may be beyond the scope of normal support, and if that is the case, that’s OK. I appreciate any help you can provide, but will understand if this is beyond your scope.

    Steve

    Andy,
    Thanks for the reply. I’ve created a development environment for you to have access to. It is an exact duplicate of the site, except for no SSL and SSL turned off.

    I deactivated all plugins except WooCommerce. I’m using a child theme with custom CSS, and I also tried removing all of that. Same issue. Also tried to remove all the functions.php code that I added to the child theme. Same issue.

    Thanks in advanced for taking a look. Access information provided.

    Note that I have the Members Only plugin activated to ensure the site is NOT AVAILABLE without logging in since this is a development area and I can’t have it showing up as “live.”

    (Yes, I will reach out to WooCommerce, but since your demo does not have it pushed over, wanted to check with you first.)

    in reply to: Gallery images stacking on top of eachother #697057

    Thank you. I’ve added your code not to functions.php, rather to style.css for the child theme and everything is working now.

    Thank you very much for the effort! I’ll send a note to the developer of the other plugin.

    Steve

    in reply to: Gallery images stacking on top of eachother #695826

    As for customizations, I am using a child theme, and have adjusted functions.php, footer.php and the style.css files. I will provide you a link to a zip file that includes both those files in the Private Content area. Note that I have good notes/comments in each of those files detailing why I did what.

    Steve

    in reply to: Gallery images stacking on top of eachother #695081

    Attached.

    in reply to: Gallery images stacking on top of eachother #694741

    OK, I put the URL in the body of this text, but it seems to be grabbing a screen capture of the site which was not intended.
    Link added to private content

    I tried the hotfix as described in the other thread…
    https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161
    After replacing the woocommerce-mod.js and clearing the cache the problem was solved. That said, we really need an official fix implemented, and the delay of that fix makes me wonder if the new woocommerce-mod.js file has some errors or downstream impacts that may be causing other issues?

    Any update on this? It’s been 10 days.

    Just as additional information, I’ve got the same issue at grayguns.com and opspectraining.com

    Going to try the hotfix now.

    Thanks for the suggestion on WordFence. Yup, I had the same issue trying to open up Text Blocks. Some would open, others would NOT open and I would get the error. Extended Learning Mode for WordFence for another couple of weeks and I will see how it goes.

    What was strange was that some Text Blocks would open, others would not.

    Thank you.

    Yes, the temporary fix HAS fixed the issue. The most important thing was that you have recognized there is an issue, as it had not been recognized as an issue before. Thanks you.
    Steve

Viewing 30 posts - 31 through 60 (of 96 total)