Viewing 30 results - 132,451 through 132,480 (of 142,935 total)
  • Author
    Search Results
  • #237848

    Topic: Top Heading Banner

    in forum Enfold
    Stigan
    Participant

    Hi Great Theme

    How do you increase the size and change the colour in the top header?

    At the very top where the phone number is and the Social Icons

    Thanks in advance for you help

    mrshaffly
    Participant

    I updated and of course the header is all different, but also the fonts on the site has changed. The settings within the theme options have not changed, but they are not displaying in the browser.

    In addition, once I’m logged in, I should have the WordPress admin bar up at the top (and different menu items) but the admin bar doesn’t display. I can manually type in wp-admin.php and it will take me to the dashboard, but if I click view site, it displays the home page as if I’m not logged in.

    #237830

    In reply to: Website Update error

    Hey!

    With updates to the theme, things will change. In this past update the header was completely re-done to give you more control over how it displays. You need to re-set the header options to display how you want it to display using the new options in the Header options. http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990#item-description__changelog

    Our queue goes by oldest topic to newest and it can take up to 24 hours to respond depending on the current queue and how busy things are.

    The login information above isn’t working for me so I’m not able to see what you currently have set and where

    Best regards,
    Devin

    #237828

    In reply to: Enfold + Polylang

    Hi, the Polylang author reply to my question:

    http://wordpress.org/support/topic/polylang-and-enfold?replies=2#post-5342352

    Regards

    • This reply was modified 12 years, 1 month ago by cerf.
    #237827

    Sorry about that! Its unfortunately one of the reasons we tend to close topics now so often because others jump in and can sidetrack a topic so easily.

    I’m not sure what your previous issue was but color section video backgrounds are strictly for video backgrounds. So if you are trying or were hoping to use one as a video player it really isn’t intended to be one.

    The logo can be constrained to the height of your logo’s actual height with:

    .logo img {
    max-height: 63px !important;
    }
    #237822

    Topic: Header

    in forum Enfold
    djsmbd
    Participant

    Hello. Love your Theme!
    We added a new header and the spacing on the top dissappeared. It used to have white space between the top and bottom.
    http://chicagoweddingblog.com/

    Please advise.

    Kind regards.

    #237809

    I didn’t want to mess with all the new cool header/logo stuff, so I used this CSS to pull this off:

    .header-scrolled .logo {
    	display: block;
    	width: 40px;
    	height: 40px;
    	top: 4px;
    	background: url('http://ksha.com/KSHA_logo_mobile.png') no-repeat;
    	background-size: 35px 35px;
    	float: left;
    	position: absolute;
    	left: 0;
    	z-index: 1;
    	-webkit-transition: opacity 0.5s ease-in;
        -moz-transition: opacity 0.5s ease-in;
        -o-transition: opacity 0.5s ease-in;
        opacity: 1;
    }	
    	
    .header-scrolled .logo img { display: none; }	
    #237804
    Frostholm
    Participant

    Hello

    I am trying to change the colour of an icon in an icon list, but it doesn’t seem to work.
    I have added the following code to Quick CSS:

    .alternate_color .avia-icon-list .iconlist_icon, .main_color .avia-icon-list .iconlist_icon { background-color: #a81010; }

    I would also like to make the header saying “view on ebay appear in middle and not floating up top next to the ebay logo which i am trying to change the colour of.

    The page i am working on is here:

    This reply has been marked as private.
    #237779

    In reply to: Header social icons

    Hi intosuwo!

    I’m sorry but I’m a bit confused about your question. The social icons do appear on the top bar and above the header which is called header_meta. Can you please post the link to the website? A screenshot of the issue or what you’re trying to do will help.

    Regards,
    Ismael

    #237754
    stephenturner
    Participant

    Hi guys, loving the them and been able to sort most of the functions out, but i’m having difficulty in producing a full with easy slider. I’m just selecting to an an easy slider and selecting the featured (1500 x 430) as this is the biggest, my slides are 1500 x 430 and the slider displays as a boxed version (1030 x 295), my enfold settings are set to stretched, i just cannot work it out?

    Two other quick questions, 1. how to i set a custom height for the slider images, ie 300px, every slide will be 300px so how can i make this work and:

    Finally, on the demo, when the easy slider is displayed, there is no gap to the top of the slider, it sits right under the menu, on my easy slider there is a big gap, how can i fix this, thanks guys in advance… :-)
    The website is: http://stinet.co.uk/bloxwichcomputercentre/

    #237702

    Topic: z-index header to low

    in forum Enfold
    Martijn
    Participant

    Hi,
    on (hidden link) I customized the header. On home I can’t get figured out how to get the submenu on top of the (test!)slider.
    Can you help me?

    With kind regards!

    • This topic was modified 12 years, 1 month ago by Martijn.
    #237692

    I also would like the header and facebook icons to be under the main navigation rather than on top, how is this accomplished?

    #237691
    DoGrinDigital
    Participant

    I am working on a pricing table http://1stoptionsolutions.com/plans/ , however, you will see that the first column, no matter what I do, has extra space in it. How do I remove this, center them all, so it’s clean and parallel?

    #237673
    marijn
    Participant

    Hi there,

    I have three iconboxes on my homepage with the icon position in the top. The boxes are displayed by default as a rectangle with a light grey border. I am not able to change the border color from the theme styling options.

    I tried adding the following code to the quick css but nothing happens. Please let me know what I can do to change the border color.

    .iconbox {
    border-color: #FF00B3 !important;
    }

    #237654

    Hey!

    Please go to Enfold theme options > Header > Mobile Menu and choose screen size to display mobile menu in “Header Mobile Menu activation”.
    And go to Settings > Permalinks and choose to display Custom Structure in “Common Settings”

    Regards,
    Yigit

    #237652

    Hi Ismael, that CSS has almost sorted the display in mobile, but the top menu still has alignment issues. See http://www.stourportbc.co.uk/wp-content/uploads/2014/03/1394802023494.jpg

    I checked the Header settings, but the space is still missing after the separator (in chrome) See http://www.stourportbc.co.uk/ top right

    regards

    Hi!

    I have just checked your website on my iphone and your logo looks fine. Menu overlaps the logo and you can fix it by adding following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 480px) {
    #advanced_menu_toggle, #advanced_menu_hide { top: 67%; }}

    For the promobox issue, i have already reported it to Kriesi and noted your topic.

    Best regards,
    Yigit

    #237629

    Hi!

    Please add following code to Quick CSS instead

    .main_color.iconbox_top .iconbox_content {
    background: transparent;
    }

    Regards,
    Yigit

    #237624

    Hey kathrynmichaud!

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

    div .logo { margin-top: 30px; }
    .header-scrolled div .logo { margin-top: 0; }

    Cheers!
    Yigit

    #237622
    kathrynmichaud
    Participant

    Hi – I’ve put my own logo in to the header, however it sits right at the top of the header rather than half way down – any idea how I can fix this?

    You can see it here: http://www.littlefoxwebdesign.co.uk/manororganicfarm

    Many thanks.

    Kathryn

    #237618

    In reply to: Closing up a gap

    Hey!

    Please add following code to Quick CSS

    .postid-360 .avia-builder-el-14.column-top-margin {
    margin-top: 0;
    }

    Regards,
    Yigit

    Hey jmikhail!

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

    .av_phone_active_right .phone-info { float: left; }

    2-

    @media only screen and (max-width: 767px) {
    #top .social_bookmarks li { 
    border: none; }}

    Cheers!
    Yigit

    serge esteves
    Participant

    Hi,

    I know my topic title is … weird.

    I explain:

    I have many items menu which are pages.
    I have categories which have the same name than this pages (but i don’t display categories in my website to avoid duplicate with pages menu)
    I have posts in these categories.

    When i am in a post, i want to hightlight the page menu which have the same name than the category of the post.

    It’s maybe impossible but i try, i hope i was clear. Thanks

    PS: i prefer to have pages as categories because i can customize them, that’s impossible for categories( or much more difficult).

    #237572

    Hey rkap!

    Please add following code to Quick CSS as well

    .av_font_icon.av-icon-style-border .av-icon-char { padding: 10px; }
    #top .avia-icon-tooltip { font-size: 12px!important; }

    Regards,
    Yigit

    #237557

    Hi!

    Another user also reported such issue. We are looking into it and i have noted your topic as well. In the meantime, if you have a test domain and could provide a temporary admin login, it would help us to figure out the issue

    Cheers!
    Yigit

    #237553

    Topic: Header social icons

    in forum Enfold
    intosuwo
    Participant

    Hello,

    I want to place my social icons in the top bar (header) but when i look on my site, they appear above the header , my header phone/extra is in the right place?

    #237547

    Hi ullastret!

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

    #top .iconbox_top { margin-top: 26px; }

    Regards,
    Yigit

    #237540
    Rustybucket
    Participant

    I’m using the image slider with a single image so I can display text on top of it on our portfolio pages but when viewed in portrait on my Nexus 7 or portrait and landscape on the iPhone the text in the banner is not scaling and becomes almost unreadable.

    Here is a link to our development site where you can see this happening – http://gd3.geneticdigital.co.uk/?portfolio=university-hospital-southampton

    Thanks

    #237535

    hello ismael,

    please have a look on this topic:
    https://kriesi.at/support/topic/layout-header/
    dude helped me a lot, but all of this tweaks are gone.

    my opinion: there is a kind of big change with header/mobile.
    i compared the database-dumps before and after childtheme – nothing.

    can you kick me to solve this?
    # navigation (orange thing) full width (1290px i think)
    # mobile navigation from ubermenue, not enfold

    right:
    right

    wrong:
    right
    right

    • This reply was modified 12 years, 1 month ago by netztaucher.
Viewing 30 results - 132,451 through 132,480 (of 142,935 total)