Viewing 30 results - 142,141 through 142,170 (of 142,595 total)
  • Author
    Search Results
  • #119450

    Hi,

    Please look in this forum, there are a number of posts with code that customizes the entire menu almost. For example try adding this entire block https://kriesi.at/support/topic/enfold-responsive-slide-out-menu-issue#post-112059 to your custom.css file

    Thanks,

    Nick

    #119282

    In reply to: Header space

    Hi,

    Please take out the css I gave before

    #top .logo img {
    width: 200px;
    height: 100px !important;
    }
    #header_main .container, .main_menu ul:first-child > li a {
    height: 100px!important;
    line-height: 100px!important;
    }

    Instead resize your logo 156×88

    Thanks,

    Nick

    #23625

    Topic: Header area

    in forum Enfold
    mingsargent
    Participant

    https://kriesi.at/support/topic/remove-extra-whitespace-in-the-header-area

    In continuation of this.

    Ismael says that solution would not work for fixed headers.

    So may I know what should i use?

    I would like to remove the whitespace in my fixed header.

    currently when my header shrinks, the hover effect overlaps the text

    #119585

    Hi there,

    Talking of menu customization. in the image I supplied:

    http://www.clipular.com/c?6044013=M66Ac_fn-H0sYdLewieu-vVGIMA&f=eb6d72c77f6f72f1ab09eaf9b55d3d7c

    Menu questions:

    a) Can I put the social media icons over to the right above the menu. Possible?

    b) Can I control the colours of the social media icons, if I have to have the very top bar (after ive moved icons to the right), can I make it same color as my main menu thus making it appear as part of that menu?

    b) I would like to allow it to be a fixed menu (and remain always at the top) but the ‘line’ over the menu doesnt move with the menu when stretching and the padding beneath the menu and logo is reduced too far so the slider overlaps the menu. How can I fix/increase the padding/bottom margin?

    #119584

    Hi,

    Ahh just css to add to custom.css , before i thought you posted a chunk of css from one of the template files. Nice customization to menu , looks good. Try this please

    #top .avia-menu-fx {

    top: 40% !important;

    }

    ‘The small size menu no longer has that line strike through each menu word.

    Thanks,

    Nick

    #119509

    Erm, did you read the topic?

    There is no need to point to an URL because I didn’t touch any CSS or code. But for the sake of freedom you may have a look here:

    http://kriesi.at/themedemo/?theme=enfold

    Seems there’s no 3rd level page so you may have to create one by yourself. Doesn’t even matter – I found the error, turned the sidebar nav off and used my own plugin.

    #120387

    Hi,

    Just add this on your custom.css

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
    .responsive #top #main .sidebar {display:block !important; }
    }

    Sorry if you feel that way on the Enfold theme.

    Cheers,

    Ismael

    #119449

    Hi,

    @gigoz: The top above is for the top header only so you’re doing nothing wrong.

    What do you mean by changing the entire menu? What kind of change? Please be specific.

    Regards,

    Ismael

    #119934

    Hi,

    Add this on your custom.css to control the field width.

    #top input[type="text"] {
    width: 150px;
    }

    Max width is 210px.

    Regards,

    Ismael

    #120220

    In reply to: Blog display

    Hi,

    I’m sorry but I don’t understand your problem. When I click on the “Mood” menu, it takes me to the archive page for Humor category. If this is not what you want, maybe you can change this on Appearance > Menu. If you want to make a post sticky and always on the top, edit the post, look for Visibility: then make the post stick to the frontpage.

    Regards,

    Ismael

    #23617
    mlong43
    Participant

    I just bought the theme and I clicked on Enfold>Styling and then selected a predefined color scheme (Splash Orange) but when I view a page, the whole background of the page is BLACK. For example, look at: http://blackinventor.com/george-carruthers/

    I want white for the main content, but no matter which predefined color scheme I select, it stays black. I have tried it in Chrome, and Safari , on a laptop and an IPAD 3.

    Help please. I’m using WordPress 3.5.1.

    Mark

    #23615
    LoganGattisDesigns
    Participant

    I’m having the following issue with tables in mobile: the first header of the table disappear when you see it in a mobile device, or even if you just change the width of the browser to force the responsive transformation. See example in: http://imgur.com/a/f5Xuh

    The top image is how it looks in mobile devices, the second one is how it looks in the normal browser window. If you look closely, you will see that the header text for the first column (contest date) disappear in the mobile version, and gets replaced by the next header, so, the last column don’t show any header.

    Thanks for replying :) …

    So I got rid of all the other css except the one you mentioned, and the header resized my logo to a small logo (not 116 height)…

    I’m a total beginner, so looking at the css of that other guys website is kinda crazy! I just know from searching the Enfold forum that a couple other people have asked how to make their logo bigger and they were given some custom css. The following link is for a guy who wanted his logo wider:

    https://kriesi.at/support/topic/what-do-i-need-to-adjust-to-make-my-logo-bigger

    And this link is a thread from the guy who owns the website I used as an example above:

    https://kriesi.at/support/topic/problem-with-header-logo-and-menu

    I tried using the padding css that you mentioned and then adding the “logo size” css:

    .logo, .logo a, .logo a img {

    width: 232px;

    height: 116px;

    }

    And what happens is that I get the size logo I want, but it drops down out of the header. However, for now I took out the “logo size” css so that you could check out how it has resized my logo to a small logo…

    #23605
    frankwelschlehmann
    Participant

    Hi,

    I have an enfold footer menu which shows up nicely on the desktop display but NOT on the iPhone.

    See: http://www.analorenajung.com/

    Any ideas?

    Thanks,

    Frank

    I think this is a bug I ran into as well. Check out this thread: kriesi.at/support/topic/14-upgrade-a-bit-wonky#post-108757

    This will probably be fixed in the next update. If necessary, I could supply further details on the fix.

    Cheers,

    Sander

    Hi DavyE,

    I’m not really sure what you mean. You can just style the main content however you want in the style tab and the alternate the same.

    If you are doing a full re-styling, you shouldn’t need to (and shouldn’t much anyway) use !important everywhere. Use selectors and add your own css to the custom.css file in the css folder of the theme files.

    So for example, if you wanted to change the color of a button you wouldn’t use:

    .button{
    background: #333 !important;
    }

    Because that would do a force change on all background values across all elements. Instead, you would do something more like:

    #top #footer .widget .button.newsletter {
    background-color: #333;
    }

    So that the priority with the css would be given to your new css and only effect the #footer then the .widget classes and then inside those the .button.newsletter (a fictional example).

    Regards,

    Devin

    #120434

    Hi dsgnerfw,

    We’ve made some video tutorials that should help: https://kriesi.at/support/topic/video-requests

    1) Full width images is really up to you. Something like 1500px wide is a good place to start and then let the slider stretch them as needed.

    2) It depends on which columns you mean. There is the Portfolio section, a color section with three icon blocks inside and lots of other options. No real single way to do anything because of the amount of flexibility within the elements.

    3) In the main theme options you just need to set the homepage to your “home” page and the blog page option to the page you want the blog to show on.

    4) No, you can do just about everything without touching the theme files. There is a custom.css file included in the css folder for longer css additions and a Quick CSS field in the style tab for short css changes.

    Regards,

    Devin

    #23597
    dsgnerfw
    Participant

    Hi guys , just bought enfold for my site http://www.blue2x.com

    I used a thematic child theme before but my coding skills now are rusty and I don’t know much php. Anyways I need help on

    >>

    Creating the homepage – In my old site, the recent posts is the homepage of my site. I want to create a static homepage just like the enfold sample. I understand you need to add a new “page” ( homepage ) and use the advance layout editor.

    So in the advance layout editor.

    1. Full width easy slider ( not sure what is used in the enfold sample ). What is the ideal size for the images so it can be viewed in multiple platforms.

    2. Just like the enfold homepage there are 3 columns with images on top. I understand you need to add 3 columns, but how about adding the images ?

    3. I want my blog url to show the recent posts, how do I do this ?

    4. Is it necessary to create a child theme when making changes ( customizing colors etc ) not touching any css ?

    Hello, the email visitor recieve contain 1 extra linebreak and this makes email ugly.

    Also I would appreciate if you could tell me where or how i can add perhaps a header image on top of all emails with our logo

    and perhaps add html or css to email so that it looks better?

    It would need to be added in with a future update. Looking a bit closer it seems the icon font which has the arrows is not rendering in IE at all which is why they aren’t showing. I don’t know if this is intentional by Kriesi as a limitation of IE or what but I’ve tagged him on the topic to take a look at the issue.

    Regards,

    Devin

    #23546
    webpress
    Participant

    Continuing from here: https://kriesi.at/support/topic/remove-caps-in-headings-enfold-theme

    Dude: I need to PM or email the links

    #120070

    Hi cranwinks,

    There is none for changing them individually so you would need to add custom css to either the Quick CSS or the custom.css file.

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top .entry-content h1 { color: #333333; }
    #top .entry-content h2 { color: #333333; }
    #top .entry-content h3 { color: #333333; }
    #top .entry-content h4 { color: #333333; }
    #top .entry-content h5 { color: #333333; }

    And customize as needed.

    Regards,

    Devin

    Hi tacoverde,

    When you use !important after css, it forces that css to take effect above all else. So when you added that to your header height, it forces the header to stay the same size even when scrolling down.

    Just adding a larger logo means you shouldn’t have to use any css to adjust the logo at all as the header should resize automatically. So all you really need is the:

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

    from the other site you see the same effect on, you can look at the css they used here: http://50.116.98.244/~service/wp-content/uploads/dynamic_avia/casa_blanca.css?ver=1

    Regards,

    Devin

    #119583

    Hi Andy,

    You could try something like this in a media query for mobile and below:

    #menu_section .opened_menu {
    border-top: 1px solid white !important;
    }

    Regards,

    Devin

    #119754

    Adding the code directly is a very poor way to do it unless you are writing functions to filter posts and add it at the end. You’ll also then need to be responsible for updating the code and keeping it working correctly.

    However, if that is the route you want to go, you can add it to the loop files in the includes folder of the theme files. If that doesn’t make sense to you just by looking at the files, you’ll need to look into a freelance developer.

    Also keep in mind our queue system on here goes by oldest post in a topic, so self bumping/responding to a post actually means it takes us longer to respond.

    #119448

    Hi,

    Thank you for your reply. That really help.

    Another quick question if you don’t mind. How can I change the entire menu bar and the menu buttons on the website?

    MK

    #120313

    Hi Spiv,

    You can change them and then hit Save all changes at the top or bottom of the theme options. Other than that, no there aren’t any theme built profile saves or anything like that.

    Regards,

    Devin

    #23572
    next_thomas
    Participant

    Hi,

    It’s OK to add a slider on the top of the shop page (root page), but could it be possible to add a slider on the top of the shop categories pages?

    It could replace the category image on the top of the page.

    Thanks,

    Thomas

    #119894

    Pointing out my probs with this and maybe some helpful infos for the others:

    https://kriesi.at/support/topic/using-other-plugins-renders-mce-useless

    #119300

    I’m not hostile. It is lack of support so try to read my posts again! Also, try to read my other topics like this one:

    https://kriesi.at/support/topic/using-other-plugins-renders-mce-useless

    Closed.

Viewing 30 results - 142,141 through 142,170 (of 142,595 total)