Forum Replies Created

Viewing 14 posts - 61 through 74 (of 74 total)
  • Author
    Posts
  • in reply to: Logo on mobile to big on FF, fine in Chrom #588945

    Thanks Yigit, didn’t know about the .avia-mozilla class, easy then…

    Cheers,

    Michael

    in reply to: Sticky fullwidth Submenu at the bottom of the screen #587480

    Hi Ismael,

    it does look good and works, so I decided to stop calling it a workaround and think of it as a solution now ;-) So I am fine, thanks a lot.

    For all others: As written above I wanted to have a submenu below the slider on this site: http://o2bln.de/
    Instead of some complicated fiddling with the header height, the top-margin of the submenu when scrolled to top and so on I simply set the submenu to 72px height and moved the whole slider container up by 72px:

    #top .av-submenu-container { height: 72px; } 
    #fullscreen_slider_0  { margin-top: -72px; }

    The slider is cut off those 72px at the top, but I can live with that.

    Cheers,

    Michael

    in reply to: Sticky fullwidth Submenu at the bottom of the screen #585497

    Found a quick and dirty fix for the time being:

    .avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow {
        margin-top: -72px;
    }

    This essentially pushes the 100% container 72px to the top, cutting of the top of the slider, but I can present this to our customer in the hopes that you guys have a better solution for me.

    The way I see it we could either change the script for the sticky fullwidth submenu OR we could shorten the 100% container by 72px.
    In any case, I didn’t find any way to do it, so I am still hoping you have an idea.

    Cheers,

    Michael

    in reply to: Sticky fullwidth Submenu at the bottom of the screen #584775

    Hi again,

    I had another look myself at how the sticky fullwidth submenu script works, but as a non-programmer I couldn’t figure it out how to change the top-margin the script gives the container when scrolled up :-(

    So any input is more then welcome :)

    Cheers,

    Michael

    in reply to: Sticky fullwidth Submenu at the bottom of the screen #584151

    Oops, sorry for that, my bad ;-) Maintenance mode is turned off now….

    in reply to: Category Posts in Custom Menu #255886

    Solved it myself. To remove MegaMenu, simply remove this line in functions.php (Enfold, not Child):

    /*
     * add support for responsive mega menus
     */
    add_theme_support('avia_mega_menu');

    Now the plugin works just fine ;-)

    Ismael, I get your support policy and everything. I know there’s got ot be a limit of what the support team can provide. But as soon as the theme itself changes or hooks into core wordpress functionality it often is simply not enough to “direct questions to the plugin author” as he/she has no way of knowing what your theme does.
    I know other theme author that have some kind of “premium forum”, where you pay a monthly fee for being able to ask the more complicated questions/requests. Still no big customisations, mind you, simply the questions that tend to be rejected, because they are out of the scope of free support.
    I for one would gladly pay a fee for something like this here too, as I tend to use only very few themes but am mostly relying on the support by teams like yours. Hiring a freelancer (actually I am one, but with a completely different focus/skill set) is often uneconomical, as they tend to have no idea about this or that theme and need an hour to find their way around the code, where the theme supporters need 5 minutes. So I’d rather pay you 10 bucks a month for 5 minutes than somebody else 50 bucks for one hour ;-)
    Just an idea…..

    Cheers

    Michael

    in reply to: Category Posts in Custom Menu #255879

    Hi Ismael,

    ok, I understand that. But let me rephrase the question then, maybe you have a quick solution at hand because it came up already :-)

    Is there any way how t turn of the Mega Menu functionality in Enfold?

    in reply to: Reduce fixed header height #187168

    Found the problem, it was my Firefox. Tested in a VM and it works just fine. Thanks Yigit for your excellent help and your patience.

    in reply to: Reduce fixed header height #186882

    The animation is gone, when srolling down, the logo resizes abruptly. Scrolling back up the logo resizes smoothly though…

    in reply to: Reduce fixed header height #186871

    tbh, I see no difference to before :-(

    in reply to: Reduce fixed header height #186854

    Hi Yigit,

    thanks for your help and all your efforts. That didn’t work out as intended. Apart from the little gap (have a look) the logo is now “jumping”, i.e the resizing is not smoothly animated anymore, like it was before.

    Cheers,

    Michael

    in reply to: Reduce fixed header height #185846

    Almost, we’re getting there. Yeah… ;-)

    in reply to: Reduce fixed header height #185828

    Hi Ygit,

    thanks, but not quite…. I’ve been trying and trying and always had effects similar like that one now (have a look).

    That header is a tricky one ;-)

    Cheers,

    Michael

    in reply to: Reduce fixed header height #184872

    To specify: I am talking about reducing the expanded height, not the smaller height when the page is srolled down. A link might help ;-)
    http://witteconsult.de/

Viewing 14 posts - 61 through 74 (of 74 total)