Forum Replies Created

Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • in reply to: Mobile set cols to 2 and / or 3 per row #1201557

    Hi Rikard,

    You are right – i could manage that with scriptn styles plugin.
    Thank you so far – please close that post.

    Best regards!

    Stefan

    in reply to: Hide elements in the new Mobile menu Enfold 4.1 #876190

    I face the same prob.
    please head to link and you’ll see all items twice.

    i have used
    /*Show only in mobile or desktop*/

    @media only screen and (min-width: 769px) {
    .only_mobile { display: none !important; }
    [rel=hidemb] { display: none !important; }}

    @media only screen and (max-width: 768px) {
    .only_desktop { display: none !important; }
    [rel=hidemb] { display: none !important; }}

    and set classes to menu, but it won’t work as promised ….
    why isn’t there a simple option to set a diff. mobile menu as in other themes? enfold is my all time fav but thats a tricky thing and hopefully simply a bug.
    thx for a quick hint

    Edit. meanwhile i solved that with https://kriesi.at/support/topic/different-menu-on-mobile-to-desktop/

    in reply to: FIX Scroll Position anchor Link #700949

    once kriesi ist back to state of art with an easy builder like flatsome im back in that that minute.
    that “header creator” there alone will save ours for cust. projects with NOT inspecting code or something
    google hangout. Time is money ;-)

    Best!

    in reply to: FIX Scroll Position anchor Link #700893

    Oh sorry, its outdated. Meanwhile i´ve sorted Enfold out of my Toolbox and go with Flatsome.
    Sorry to say that as a long term customer loyal to your great theme and brilliant support.
    But times are changing and at least the font- and color-rendering in other themes is much better.
    and we haven’t talk about the framework…..

    So, thx for your outstanding work over the years and the best support i´ve ever seen.

    in reply to: 1/3 2/3 fill container #621787

    Just a final remark:
    This Solution will only work in desktop width.
    Any mobile width will destroy the arrangement as Grid section
    Will not resize the content in a proper way. Thats my experience, maybe i’ve missed one detail.
    Im going to build the Layout in html5 till i better sugestions.
    First time in a Couple of years that enfold doesnt fitt my needs.

    in reply to: 1/3 2/3 fill container #620836

    Hi Vinay,

    Thats a very good solution.
    Thx for your awesome support here at Kriesi.at .

    Best!

    in reply to: 1/3 2/3 fill container #620527

    Hi Rikard,

    That won’t work in the style you can see in mockup.
    The designer want to cover 2/3 Image 1/3 Text and so on…. without borders.
    Background image will work for parallax section with is not the case. I have to use content elements and all content element
    DO have spacing to outer borders and won’t fill completely.

    There is a spacing container and inner elements i try to remove to achieve the layout as seen in mock.

    best!

    in reply to: Huge error with Chrome browser #478625

    thats it! thx.

    chrome is in Version 44.0.2403.89.

    Hope, that everything will run smooth without https esp. the member section (ultimate member)

    Cheers!

    in reply to: Huge error with Chrome browser #478601

    Hi ismael,
    not for me. it seems chrome won’t load any css properly

    Chrome error

    in reply to: Huge error with Chrome browser #477127

    not yet, because it doesn’t fit my need as : RSVP and sort by upcoming and past events and display only events without empty days…
    to switch will be a reinvest incl. add-on´s for 150….

    in reply to: Huge error with Chrome browser #477078

    ok, was going step by thru the plugs and found the error related to http://www.myeventon.com event calendar.
    boy, that mean rebuild a lot….. the error started after copying the whole custom css to espresso, editing and reinsert to custom css.

    in reply to: Huge error with Chrome browser #477061

    Thx Yigit,

    I have no idea whats going on and why https is in use. nothing changed in protocol settings (and no idea where to change that) while editing the site. Can you please assist me in this case? I have the same prob after deleting cache and use http;// in front of URL.

    Thx

    in reply to: CSS class Fullwidth Menu Item? #473470

    thx, thats it!

    in reply to: CSS class Fullwidth Menu Item? #472717

    Hi Elliott,

    I mean the Items in Fullwidth submenu called Poistionen,Fortbewegung etc.
    every custom Cssi´ve tryed dosn´t show any influence to that submenu.

    in reply to: proper logo resize #472636

    Hi Andy,

    Should look like that

    View post on imgur.com

    Its about to set the right position for every Menu item below the refering color from logo above. as i understand i have to create a couple of @media classes to keep that all in place IF i found a solution to set it properly for desktops.

    THX!

    in reply to: proper logo resize #471452

    Hi Yigit,

    That def. a feature request for Enfold – simply select a diff. mobile logo in Framework options.
    As long as other FW can handle that easily i.e. VC or others im surprised that esp. my genius from next corner down´t offer that
    without PHP editing.

    So anyway. maybe i´ve going on to rebuild the site later in web flow und other tools.

    For now i like to complete the project and need a quick idea for pavement of menu items as described above:

    what I’m trying to reach you can see below in Priv. Section. i have a nearly 100% width Logo – centered.
    Menu items with different hoover status and positioning under the related color area in logo.The main Prob for me ist the placement of any single menu item. That finally every menuitem is placed under a color bar from logo abobe.
    i.e. “LIZENZ” is placed under the green bar from logo above 786px.

    Thx for advice because i´m confused with all the diff. classes for now.

    in reply to: proper logo resize #470064

    Hi Ismael,

    Thx for your response. That “logo replace” wont work for me. Any other idea?

    The main Prob for me ist the placement of any single menu item. That finally every menuitem is placed under a color bar from logo abobe.
    i.e. “LIZENZ” is placed under the green bar from logo above 786px.

    Thanks and best regards !

    in reply to: proper logo resize #466658

    hi there,

    Sorry if i´m confusing ;-)

    what I’m trying to reach you can see below in Priv. Section. a nearly 100% Logo centered.
    Menu items with different hoover status and positioning under the related color area in logo.
    Do you have any idea how to manage that?
    I would greatly appreciate your help!

    For now i have added to custom css:

    /*Change Hamburger colors:*/
    #advanced_menu_toggle, #advanced_menu_hide {
        background-color: #FFF;
        color: #545454;
        border-color: #393838;
    }
    
    /*Change dimensions of logo era:*/
    #top .logo {
    	width: 100%;
    	height: 200;
            margin:-top:5px;
           }
    
    /*Change  colors on hoover:*/
    .link5:hover {
    	background-color: #3E5D65;
    }
    .link4:hover {
    	background-color: #6D8B31;
    }
    .link3:hover {
    	background-color: #E69D2D;
    }
    .link2:hover {
    	background-color: #D25A17;
    }
    
    /*give menu items constant width:*/
    #menu-item-16594{
    width: 190px !important;
    }
    #menu-item-16505{
    width: 190px !important;
    }
    #menu-item-16506{
    width: 190px !important;
    }
    #menu-item-16503{
    width: 190px !important;
    }
    #menu-item-16507{
    width: 190px !important;
    }
    /*add some space below menu:*/
    .content{
    padding-top:25px;
    padding-bottom:25px;
    }
    #header_meta {
    min-height: 40px;
    }
    /*styling  custom menu on pages:*/
    .sub_menu {
    font-size: 13px;
    line-height: 30px;
    position: relative;
    top:20px;
    }
    

    best!

    in reply to: Homepage content disappeared #454082

    after ccleaning everything is back.
    please review the update simply to save your resources ;-)

    cheers!

    in reply to: Homepage content disappeared #454077

    the same here ;-(
    page destroyed!

    in reply to: Remove tooltip on Images on Mouseover #360717

    Thx. that worked for me.

    Best support ever here ;-)

    in reply to: Logo full width #335701

    Thx Yigit,

    outstanding as ever ;-)

    in reply to: Logo full width #335590

    thx for your outstanding support!

    It works for desktop view but now i face some trouble below aprox. 767 px.

    I would never use a full frame logo but have to find the solution for the customer.

    it may be a solution to provide a different logo only for mobiles but no idea to implement that.

    thx for your advice!

    in reply to: Enfold Accordion Slider Text Postion and Background Color #328228

    how can i set the element on the page to max 490px width?

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