Viewing 30 results - 138,031 through 138,060 (of 142,629 total)
  • Author
    Search Results
  • #176683

    Hey simonac!

    You should go to Appearance > Menus and and uncheck Enfold Secondary Menu in Menu Settings http://i.imgur.com/W0HjERI.jpg
    Best regards,
    Yigit

    #176681

    Hey!


    @minestelecom
    Thank you for your contribution! :)
    To keep here more clear, please request features here https://kriesi.at/support/topic/enfold-feature-requests/

    Cheers!
    Yigit

    #176674

    Hello kevbikemad!

    In “Header with social icons and bottom navigation” type of header social icons are on the right side already http://i.imgur.com/FkaDow0.jpg. Please add following code to Quick CSS in Enfold theme options under Styling tab to move sub-nav to the left

    .sub_menu { left: 0; margin-left: -15px; }

    Best regards,
    Yigit

    #176668

    Hi!


    @michaeloeser
    Thanks Michael :)


    @websitegurus
    i replied your post in your topic. You were posting in your topic again and again and that actually pushes your post to the end of the queue. We probably would have replied earlier if you have not done that, please keep that in mind :)
    It would be a lot easier with CSS. I saw that you asked not to use custom css codes to remove them, if you changed your mind, let us know ( in your topic ;) )

    Best regards,
    Yigit

    #176660

    Hey!

    The logo file you are using is far too big. Re-size it to the size you want it to display at and then you can use this css to increase the size of the logo/menu area if you want:

    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 116px;
    line-height: 116px;
    }

    Edit: The css should go inside the custom.css file in your css folder and then inside the desktop media query.

    Regards,
    Devin

    • This reply was modified 12 years, 3 months ago by Devin.
    #176659

    In reply to: Icon box colour change

    Hey chaponnel!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    .main_color.iconbox_top .iconbox_icon { background-color: red;
    color: black;
    border-color: green;
    }

    Regards,
    Yigit

    #176656

    Hey!

    What kind of header are you using? You can add following code to Quick CSS and adjust it

    .fixed_header #main { padding-top: 0; }

    Cheers!
    Yigit

    Hello!

    And you can add following code for Social icons

    #top .social_bookmarks li a { color: red!important; }
    #top .social_bookmarks li a:hover { color: purple!important; }

    Cheers!
    Yigit

    #176639

    Hello seremot!

    You can create a page and add LayerSlider on top and Blog Posts element under it. But you should not set this page as blog page in Enfold theme options

    Cheers!
    Yigit

    #176635
    This reply has been marked as private.
    #176634

    Hello!

    Can you post username and password? You can post it privately by checking “Set as private reply (Only you and moderators will see the content of this post)” above Submit button

    Best regards,
    Yigit

    #176633
    totofunk
    Participant

    Hi,

    I’m experiencing huge space between header and content on iPhone.
    I have a quite big logo and I had to adapt css to have it display properly :

    #header_main { padding-bottom: 100px!important; }
    strong.logo { height: 188px!important; }
    #top .title_container .container{ min-height: 40px !important; }

    any idea on how to manage this issue ?
    http://www.drawingnowparis.com

    thanks !

    #176609

    Hello!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 480px) { .responsive #top .slide-entry { width: 100%; } }

    Regards,
    Yigit

    • This reply was modified 12 years, 3 months ago by Yigit.
    #176606
    lpongo
    Participant

    Hi,

    I am trying to customize the sidebar font color.

    I have tried the following in the quick css without success:

    #top #main
    .sidebar {
    background-color:#738ca2;
    font-size:80%;
    font-color: #fff;
    }

    Any clues?

    #176598

    Hola José,

    Si, se puede desarrollar algún tipo de solución, para mantener el sidebar visible todo el tiempo, pero lamentablemente eso es algo que requiere una modificación bastante profunda al theme y eso esta fuera del alcance del soporte que ofrecemos.

    De todos modos, siempre puedes pedirlo como una característica nueva en este hilo: https://kriesi.at/support/topic/enfold-feature-requests/

    Saludos,
    Josue

    #176580

    Hello sdaly18!

    Yes, see: https://kriesi.at/support/topic/fullwidth-in-showbiz-pro/

    Cheers!
    Peter

    #176574
    This reply has been marked as private.
    #176567

    Hey!

    You could just hide the menu by default and then only show it on the home page.

    
    #top .main_menu {
        display: none;
    }
    #top.home .main_menu {
        display: block;
    }
    

    Best regards,
    Devin

    Hi!

    If you put an achor just above the layer slider then you could link to it. I dont know of any way you can delay the start until the user views the section but you could try digging through the help docs on the LayerSlider “help” dropdown at the top right of the screen when viewing the LayerSlider section (eg when editing a slide or viewing all sliders).

    Best regards,
    Devin

    #176531
    simonac
    Participant

    I use the “Header with Social Icons and Bottom navigation field.

    How can i delete the additional top navigation (social icon) field? …the bottom Navigation field should stay there.

    Kind Regards,

    Simon

    #176514

    Hi Devin,

    Still having an issue with the dropdown from the top header.

    The styling options trick fixed the issue with the dividing line on the sidebar.

    I noticed a update for woocommerce this morning and after the update the categories are listed again.

    Thanks
    Ken

    • This reply was modified 12 years, 3 months ago by DesignerKen.
    #176504
    kevbikemad
    Participant

    In Enfold, I would like to swap the location of the Social Icons and Secondary Navigation in the top bar.

    So, secondary navigation on the left, social icons on the right.

    This is using the “header type” – “Header with Social Icons and Bottom Navigation” option for the header.

    Thanks.

    #176497

    Hey!

    I would suggest upping the memory to 128 as 64 is still somewhat low. I have no issues with it on any of my test installations but some users have still run into issues. And just to verify, you are running 2.3.2 of Enfold correct?

    I’ve tagged Ismael on the topic so he has it in his queue as well.

    Best regards,
    Devin

    #176490
    This reply has been marked as private.
    #176484

    Hello and thanks for the help
    Now the logo on the phone is correct. Unfortunately, it is now reduced to the desktop. I do not want yes.

    The logo is 417 x 99

    I have the following CSS in the Quick CSS

    first-child> li> a {# header_main container, MAIN_MENU ul..
    height: 110px important;!
    line-height: 190px important;!
    }

    # main {html.fixed_header
    padding-top: 120px;
    }

    http://windows-tipps.com

    Thanks

    #176483

    This is cut and paste of my post below from this thread here:
    https://kriesi.at/support/topic/can-i-remove-the-menu-from-just-one-page-using-css/#post-176479

    ============

    I have the same exact questions asked about six or seven hours ago and have no input.

    https://kriesi.at/support/topic/remove-top-nav-menu-selected-pages/

    This seems like a pretty basic thing to do on a website. I want a landing page with a boxed layout and NO menu at the top and I’ve had to jump through serious hoops to get it going. I am working with your default demo site and data and haven’t added a thing to the databases with respect to custom content for the test page.

    I’ve got it working using if/else conditional statements in the header file using if ( is_page( 2345 ) )
    The menu is now gone, but the CSS is still writing an empty block (without href links). The block is the exact same pixel dimensions as if $nav
    is still being echoed. So somewhere a CSS property is still affecting the Div that held $nav.. It’s either that, or some padding-top or margin-top is
    being written to a wrapper Div or an adjacent DIV just below where $nav would reside in the header. If you read my other thread, you will
    see a screen shot where the background CSS Properties disappears. Probably because #wrap-all fills the screen width at 100%.

    Manual edits to the CSS were necessary to make the background spring to life again for both the boxed and unboxed layouts as follows:

    #ls-global.html_boxed
    {
    background: #000000 url(http://localhost/enfoldtest/wp-content/uploads/2013/04/asphalt_background_spotlight_upper_left_01.jpg) no-repeat fixed top center;
    }
    HTML.html_boxed
    {
    background: #000000 url(http://localhost/enfoldtest/wp-content/uploads/2013/04/asphalt_background_spotlight_upper_left_01.jpg) no-repeat fixed top center;
    }

    But I’m still left with the large empty white area where $nav would appear. Need to get rid of that.

    This sure is a major amount of hoops to jump through to remove $nav from a boxed layout so that you have a bonafide splash page or landing page without presenting a full blown menu to a first time site visitor. Sometimes you don’t want to sell the whole enchilada to a first time visitor. If you present too much information they may loose patience with the options, bail on your site and never call you for business. Sometimes less is more. And I haven’t even brought up the aspect of using small code blocks and HTML pages for presentation in popup light boxes. Things like registration forms, product detail popups and Ajax update forms for underlying pages. There are so many reasons why you wouldn’t want a menu to appear it’s silly.

    My intention was not to hijack this post, but it appears that my earlier post asking the exact same question with my three detailed posts with a screenshot was unanswered and skipped. Not even a salutation, or I’ll get back with you like you’ve done here. Every post around mine had a relatively polite reply except mine. Pretty odd. Meanwhile I’ve spent hours and hours hacking through your backend to see how it works for a pretty simple thing.

    Sorry mgma. I will post in my other thread and hopefully get an answer to what we are both trying to achieve.

    #176479

    I have the same exact questions asked about six or seven hours ago and have no input.
    https://kriesi.at/support/topic/remove-top-nav-menu-selected-pages/

    This seems like a pretty basic thing to do on a website. I want a landing page with a boxed layout and NO menu at the top and I’ve had to jump through serious hoops to get it going. I am working with your default demo site and data and haven’t added a thing to the databases with respect to custom content for the test page.

    I’ve got it working using if/else conditional statements in the header file using if ( is_page( 2345 ) )
    The menu is now gone, but the CSS is still writing an empty block (without href links). The block is the exact same pixel dimensions as if $nav
    is still being echoed. So somewhere a CSS property is still affecting the Div that held $nav.. It’s either that, or some padding-top or margin-top is
    being written to a wrapper Div or an adjacent DIV just below where $nav would reside in the header. If you read my other thread, you will
    see a screen shot where the background CSS Properties disappears. Probably because #wrap-all fills the screen width at 100%.

    Manual edits to the CSS were necessary to make the background spring to life again for both the boxed and unboxed layouts as follows:

    #ls-global.html_boxed
    {
    background: #000000 url(http://localhost/enfoldtest/wp-content/uploads/2013/04/asphalt_background_spotlight_upper_left_01.jpg) no-repeat fixed top center;
    }
    HTML.html_boxed
    {
    background: #000000 url(http://localhost/enfoldtest/wp-content/uploads/2013/04/asphalt_background_spotlight_upper_left_01.jpg) no-repeat fixed top center;
    }

    But I’m still left with the large empty white area where $nav would appear. Need to get rid of that.

    This sure is a major amount of hoops to jump through to remove $nav from a boxed layout so that you have a bonafide splash page or landing page without presenting a full blown menu to a first time site visitor. Sometimes you don’t want to sell the whole enchilada to a first time visitor. If you present too much information they may loose patience with the options, bail on your site and never call you for business. Sometimes less is more. And I haven’t even brought up the aspect of using small code blocks and HTML pages for presentation in popup light boxes. Things like registration forms, product detail popups and Ajax update forms for underlying pages. There are so many reasons why you wouldn’t want a menu to appear it’s silly.

    My intention was not to hijack this post, but it appears that my earlier post asking the exact same question with my three detailed posts with a screenshot was unanswered and skipped. Not even a salutation, or I’ll get back with you like you’ve done here. Every post around mine had a relatively polite reply except mine. Pretty odd. Meanwhile I’ve spent hours and hours hacking through your backend to see how it works for a pretty simple thing.

    Sorry mgma. I will post in my other thread and hopefully get an answer to what we are both trying to achieve.

    This reply has been marked as private.
    #176468

    Seeing it first hand from the WordPress backend is the quickest and easiest way to offer support when the issue isn’t apparent from the front end or isn’t happening when we re-create it on our own dev installations. It isn’t abnormal and I along with the other support crew have done it a half dozen times for various topics here within the last day alone.

    You may also want to try updating to 2.3.2 of the theme and definitely update WordPress to 3.6.1 because it was a security update.

    #176401

    Hi!

    Glad you figured out the issue!

    @thanp73
    can you try the same? https://kriesi.at/support/topic/setting-main-menu-not-sticking/#post-176223

    Regards,
    Yigit

Viewing 30 results - 138,031 through 138,060 (of 142,629 total)