Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #226427
    #226568

    Hi angwisch!

    What type of header do you have right now? Please check on Enfold > Header > Header Type.

    Regards,
    Ismael

    #226570

    Hi!

    Add this on Quick CSS or custom.css:

    .logo.bg-logo {
    width: 100%;
    }
    
    .logo a {
    width: 300px;
    margin: 0 auto;
    }

    Change the width of the “.logo a” selector according to the width of your logo.

    Regards,
    Ismael

    #241670

    I don’t see a file called custom.css anywhere within the File Manager on the site, nor within the Editor feature of the WordPress Admin back end (Appearance > Editor). Please advice where to locate this file. I am trying the header “Small, Non-fixed Header.” Will it change the height as well, or do I need to custom code that?

    #241959

    Hi!

    Please download the latest version of Enfold, 2.6.2. Update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    You’ll see new header options like header height, logo position etc. You don’t need to add custom css modifications anymore. You can find the custom.css file via FTP or your cpanel, it is inside the css folder. You can also use the Enfold > Styling > Quick CSS file.

    Cheers!
    Ismael

    #244586

    After updating, I still do not see any header options. I tried adding the code to the Quick CSS file. That did nothing. Please advise. Also, a non-related question pertaining to images. What is the best way to insert images and have them all have a Pinterest “PinIt” button included? I used a widget and that did not appear to work because the theme seems to have a built in hover and then pop up image function going on that interferes with this. Can I disable the function that does this so it is easy for users to Pin images? http://www.event-floral.com/NEWSITE/test-weddings-page/

    #244588

    Hi!

    You still have 2.5.2, regarding the other thing you can disable that by adding this code to the Quick CSS:

    .image-overlay {
        display: none !important;
    }

    Regards,
    Josue

    #244625

    Allright, I now have the latest version installed and found the header options. I chose “Logo center, menu below” and it is still flush left (logo) and flush right (menu) with a bunch of extra white space going on. I chose “custom pixel value” for the Header size and the Header Custom Size of 300 px.
    http://www.event-floral.com/NEWSITE/

    Also the code to disable the image hover appears to have done nothing. I would like the PinIt button to prevail.

    #244626

    Hey!

    The pin button is appearing (on hover):

    Best regards,
    Josue

    #244629

    Yes, but so does the hover image…both things are appearing on my end.
    And it doesn’t appear at all on my iPad.

    The logo is centered and so is the menu in IE and on the iPad, but not centered in Chrome.

    #244630

    Conflict
    headerlogo

    #244631

    Hey!

    The image hover is not appearing on my end and the Pin button is working as expected, try flushing your cache or seeing it from another computer.

    Cheers!
    Josue

    #244632

    Hmm, here’s how i see your header:

    #244633

    It was indeed the cached items. Now it seems to be working, whew! Thanks for your help!!!

    #244634

    However, the iPad still does not disable the image hover and so I don’t see the PinIt button on that. Hmmm. Any idea why?

    #244635

    Maybe I need to try another Plug in since you don’t really “hover” with an iPad?

    #244637

    Yep, there is no hover on tablets/smartphones, but you can make the pin button to appear by default, this code will do it:

    .pibfi_pinterest .xc_pin {
        display: block !important;
        left: 0;
    }

    Best regards,
    Josue

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.