Viewing 30 results - 138,751 through 138,780 (of 142,818 total)
  • Author
    Search Results
  • #170457
    seanm83
    Participant

    Hi

    I am currently building a site at: http://www.icsairsourceheatpumps.co.uk and I’m having an issue with the top menu with social icons.

    The drop downs from this menu are hiding behind the main navigation below it.

    I have used Enfold on another website and it’s working perfectly but this is a lot older version of the theme http://www.icschillerservice.co.uk. I don’t want to go and update it until I can make sure the top menu with social icons is working correctly.

    I assumed it be something to do with the z-index but I’ve tried a few things and nothing is working. I took out all of my custom css just in case I had put something wrong in there but that wasn’t the case.

    Just wondering if you’re able to help resolve this issue for me.

    Kind Regards

    Sean

    Hi festivedaisy!

    Please add following code to Quick CSS in Enfold theme options

    #top .main_menu .menu li a { padding-right: 6px!important; }

    Best regards,
    Yigit

    BelIblis
    Participant

    Hi,

    I’m extremely happy with the Enfold theme – superb(!) job, guys.

    The only thing I’m really struggling with is the WooCommerce page layout. Is there a section in the WordPress Admin where I can modify the Shop layout? Or do I need to dig into PHP and CSS?
    (If it’s PHP and CSS: Which files do I need to modify?)

    To give you a couple of examples for what I would like to do:

    1) On the main Shop page: Remove the “Sort by…” and “Display … products per page” boxes at the top
    2) On the Product page: Remove the “Additional Information” and/or “Review” Tabs underneath the price section
    3) On the Product page: Don’t display the “Related Products” at the bottom of the page

    There’s some more things I’d like to modify, but the above three should get me started in trying to understand things a bit better…

    Thank you once again for a great theme, and for the outstanding support!

    #170438

    In reply to: Remove line / border?

    Hey!

    Would you like to remove all frame and box shadows? If so, please add following code as well

    #top .wp-caption img { padding: 0; box-shadow: none }
    .widget { outline: 0!important; box-shadow: none!important; }

    Cheers!
    Yigit

    #170423
    kc
    Participant

    hey hey,

    on my localinstallation i miss on the header the last small underline (border) after the menue . on the top they are visibillity

    i use all the time the header setting : header with social icons and bottom

    i see something with the inspector: the z-index: = 0, below the code from the layout.css, when i changed the z-index up to -1 then the missing border ist showing, is that the solution?

    media=”screen”
    .header_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    filter: alpha(opacity=95);
    z-index: 0;

    any idea how i can check that out blease.

    thanks carsten

    My site is still in maintenance mode, but it is the same with the ENFOLD demo theme:

    the round circled images in front of each comment is also no longer there at the demo, take a look here:
    http://kriesi.at/themes/enfold/2012/12/12/lorem-ipsum-dolor-sit-amet-consectetuer-adipiscing-elit-aenean-commodo-ligula-eget-dolor-aenean-massa/

    No image in front of each comment!

    EDIT:

    I just discovered, that this is obviously a browser issue:

    The circled images in front of the comments (at the DEMO!!!) are not there in Firefox 24.0 (Javascript enabled), but in Opera and Chrome browser they are there. I use Windows desktop 7 prof. 64bit:

    Opera & Chrome browser:

    Screenshot Opera - Chrome

    Firefox 24.0 under Windows 7 prof. 64bit:

    Screenshot Firefox 24 Windows 7prof.

    See here the Firebug result:
    http://oi44.tinypic.com/msc3zt.jpgFirebug

    • This reply was modified 12 years, 5 months ago by BeeCee.
    #170390

    In reply to: top button no icon

    not working with this code.
    you can check.
    now the code is in quick css.

    #170383
    chooseone
    Participant

    Hi!

    1.
    I have a lot of Tags for each single post. Is it possible to show only 3 of them (randomly if possible) instead of all??? This will be awesome!

    2.
    I removed all with the following code in Quick.css – Is this Code ok? i removed the delimiter, because i do not know what it is and it takes a lot of free space from the and of the post to the top of the footer…. or any better solution?

    .blog-tags {
    display: none;
    }

    .post_delimiter {
    display: none;
    }

    Thank you for your great support

    #170372

    Thank you, Devin.

    I realized this might be an issue that no fix is currently available with the visual editor and I have found a way to get around with it.

    Sorry about directing you to the other topics I posted. Didn’t mean to interrupt your workflow.

    Thanks again!

    #170368

    Hello!

    You can try to add following code to functions.php

    
    add_filter('the_excerpt', 'do_shortcode');
    

    It will activate shortcodes support for excerpts. By default wordpress does not allow html code or shortcodes in the excerpt: http://wordpress.org/support/topic/shortcodes-dont-work-in-excerpts

    Cheers!
    Peter

    #170358

    Hey astrosoft!

    No, right now WordPress does not support this filter for cpts (see: https://kriesi.at/support/topic/is-it-possible-to-create-two-completely-seperate-portfolios/#post-116113 ) – however I expect that they’ll update the function with wp3.8.

    Cheers!
    Peter

    Hi Ismael ,

    Sorry I’m going to change my question.

    1.) I want a similar navigation like the kriesi site , the social icons look really neat in the navigation. Is this possible in enfold ? I’m using a small non fixed header. If this is a lot of work then I’d rather skip this.

    2.) My main issue is with the icons I want to place before the footer. I want the icons inside + the circle to be much bigger , I found this code >

    .iconbox_top .iconbox_icon{
    float:none;
    position: absolute;
    left: 50%;
    top:-26px;
    margin:0 0 0 -26px;
    padding:15px; <<< increases the circle size
    border-radius:100px;
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    box-sizing: content-box;
    font-size: 20px; <<< increases the font inside
    line-height: 24px;
    }

    My main issue here is I can’t center the icons, i mean not all of them. For example facebook centers fine, while vimeo doesn’t

    #170340

    Is no longer relevant. Too many problems. I changed the theme This topic can now be closed.

    Hello dsgnerfw!

    What type of header are you using right now? You can increase the size of the social icons using this:

    #top .social_bookmarks li a {
    width: 40px;
    line-height: 42px;
    min-height: 40px;
    font-size: 20px;
    }

    Cheers!
    Ismael

    #170292

    Hey designinside!

    I see you already managed to get it working with the code i provided in the other post, i’m closing this topic.

    Best regards,
    Josue

    #170290

    Feel free to request it here: https://kriesi.at/support/topic/enfold-feature-requests/.

    Regards,
    Josue

    #170287

    Topic: menu items

    in forum Enfold
    drewski1k
    Participant

    I would like to add menu links to the top (where the phone number is) how can I do that?

    I would like to change the font color of the phone number font

    I am getting a fatal error when I try to update menu’s from – appearance>menu (Catchable fatal error: Object of class WP_Error could not be converted to string in….)

    will post more info on my site but can’t seem to find any place to choose “private” reply (it is not available above the submit button)

    #170286

    Topic: menu issues

    in forum Enfold
    drewski1k
    Participant

    I would like to add menu links to the top (where the phone number is) how can I do that?

    I would like to change the font color of the phone number font

    I am getting a fatal error when I try to update menu’s from – appearance>menu (Catchable fatal error: Object of class WP_Error could not be converted to string in….)

    will post more info on my site but can’t seem to find any place to choose “private” reply (it is not available above the submit button)

    #170283

    In reply to: top button no icon

    Hey!

    Please add this on your custom.css or Quick CSS:

    #top .ls-nav-prev, #top .ls-nav-next {
    font-family: 'entypo-fontello';
    }

    Cheers!
    Ismael

    #170260

    Hey andypeck!

    1.) Add the following on the Quick CSS field or custom.css:

    #header_meta {
    background: red;
    }

    2.)

    #top .social_bookmarks li a {
    width: 40px;
    line-height: 42px;
    margin: 0px;
    padding: 0;
    min-height: 40px;
    font-size: 20px;
    }

    3.)

    #header_main_alternate, #avia-menu {
    background: red;
    }

    4.) You can inspect each menu item then look for the menu list id:

    #menu-item-755 a {
    background: blue;
    border-right: 1px solid green;
    border-left: 1px solid yellow;
    border-top: none;
    }

    Cheers!
    Ismael

    #170257

    Hi groggy4pres!

    1.) It will show the full width of the image but it takes time to resize. You can resize your browser then reload the page, you’ll see the whole width of the slider image.

    2.) It doesn’t crop on my end but the logo needs a top margin. Add this on your custom.css or Quick CSS:

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

    Cheers!
    Ismael

    #170238

    so the total css code is:
    #seriesengine .enmse-selector select { height: 40px;
    .page-id-3510 #top select { margin-bottom: 0; }

    Is this correct?

    Also, code you suggest works fine with IE and Firefox. However, the combo boxes are unaffected with Chrome and seem narrower than with the other two browsers.

    #170236

    In reply to: Main Menu last item

    Hey RicardoSuarez!

    Just add this on your custom.css or Quick CSS:

    #top .main_menu .menu>li:last-child>a {
    padding-right: 10px;
    }

    Remove browser cache then reload the page.

    Cheers!
    Ismael

    #170224

    Hey Nora!

    You can target the header when scrolled by using the .header-scrolled class, see:

    .header-scrolled .logo img { padding-top: 5px; }

    Best regards,
    Josue

    #170221

    Hey mdgworld!

    Please see this topic.

    Best regards,
    Josue

    #170220

    In reply to: logo vertical align

    Hello Christian!

    Add this code too:

    .header-scrolled .logo{ top: 0; }

    Best regards,
    Josue

    #170218

    Hello!

    Please add this code as well

    .page-id-3510 #top select { margin-bottom: 0; }

    That should do it

    Best regards,
    Yigit

    #170210

    Hi Yigit!

    My operating system is Windows 7. Chrome is the only browser I’m having a problem in. What’s happening is that as I scroll around, certain sections appear black over the page.

    **I just now realized, this is the only page having the problem, and it’s only the top portion of the page. All I did was add a few items to one of the demo content pages, but maybe some of the html got screwed up. I think I’ll just try creating a new page and start over. I’ll let you know if the problem persists.

    Thanks!
    Michele

    #170208

    In reply to: logo vertical align

    hi,
    now the logo is in the middle which is correct so far but if I scroll down, the header gets minimised and the 14px top is too much and the logo is not longer in the middle….
    is there an option to disable the 14px top margin when the header is scrolled? or is there another hack?

    greetings
    christian

    Hello jennallocco!

    1) Please try adding !important to force it

    #top .social_bookmarks { font-size: 18px!important; }

    2)

    #top .social_bookmarks li a { width: 50px; }

    Regards,
    Yigit

Viewing 30 results - 138,751 through 138,780 (of 142,818 total)