Viewing 30 results - 138,661 through 138,690 (of 142,714 total)
  • Author
    Search Results
  • #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

    #170193
    abmich
    Participant

    Hello – love your theme. The page layout editor is really powerful and the theme performs well.

    On my site at eatdrinktc.com I am having difficulty customizing the menu – specifically the following.

    1. The entire background of the menu bar – so it is a single, solid color
    2. The color & hover color of top level and sub links
    3. The font size of the title in the bar below the menu

    Normally I can use Firebug to determine what elements are in play but it appears that even when I add custom css into the quick code box it is over-ridden.

    Thanks!

    #170165
    mdgworld
    Participant

    Hello,

    I did quite a bit of searching, but just not finding the fixes so hoping I can get some help…

    1. This is a new one for me (I swear I hadn’t seen it happening before). I’m not sure what I did, but now when I hover over ANY image on my site, the text below it jumps down about 10 pixels (give or take). Why is it doing this and how can I get it to stop?

    2. I’m using the theme in boxed mode and would like to add banner images below the main nav at the top, but above the header wording and only on some pages. Is that a custom field or something else I can do per page? Thoughts?

    3. I’d like to make the width of the colored line at the top of the drop down menus in the top nav a little thicker. Can I do that?

    4. I’d like to make the small arrow bullets in the mega menu circles instead. Can I do that?

    Thanks a ton!

    mdgworld

    #170135

    Hi!

    So i’m closing this topic for now, if you have any questions or issues, feel free to open a new one :)

    Regards,
    Yigit

    #170114

    Hi timfl!

    The images will display at whatever size the container is at that time. So on desktops showing full size they will expand to the 603 width that you are seeing now.

    Unfortunately there isn’t any setting to use a smaller width than that so using at least that width is best.

    Regards,
    Devin

    #170110

    If you put the shortcode in a color section with a custom ID filled into the custom ID field you could then target those columns and add your own widths to them.

    Something like this:

    #top #my-custom-wc-products .products .product {
    width: 19.20%;
    }
    #170105

    I’ll go ahead and close the topic then.

    #170095
    #170092

    Hello!

    If this is IE8 then it isn’t registering the media queries making the site as wide as it should be on desktops and it has issues with the min-width property.

    Try using these two plugins: http://wordpress.org/plugins/respondjs/ and http://wordpress.org/plugins/modernizr/ to bring IE8 up to speed.

    Cheers!
    Devin

    #170083

    Hey mikemurphy10!

    I didn’t see the issue when viewing your site just now. Try clearing your local cache to make sure you’re getting the most recent changes and fixes and that the browser hasn’t saved an incorrect file.


    @jgoldberg1983
    I’ll address your issue in the topic you created on it.

    Regards,
    Devin

    #170082

    In reply to: top button no icon

    This reply has been marked as private.
    #170080
    norasp
    Participant

    Hi there!

    My name is Nora and I’m tweaking my first wordpress web and, of course, I need some help. Here’s the web http://www.casanostrafilms.com

    I tweaked the header code because the logo (I don’t know why) was too close to the header_meta (leaving a lot of space at the bottom but not enough space above). I also tweaked font sizes and other stuff, here’s the code (I’m showing everything in case there is something disastrous that I haven’t noticed):

    #header {
    font-size: 18pt; !important}
    
    #header_main {
    border-bottom-width: 0px;}
    
    #header_meta .container{
    min-height: 40px;}
    
    #top .social_bookmarks li{
    float:right; padding: 5px; !important; }
    
    #top .social_bookmarks li a {
    float:right; !important; }
    
    #top .main_menu .menu > li > a, #header_main .container{ font-size: 10pt; !important; }
    
    .breadcrumb.breadcrumbs.avia-breadcrumbs { color:#CC0000; }
    
    @media only screen and (min-width: 1140px)  {
    .logo img { padding-top: 20px;  }
    }
    
    @media only screen and (min-width: 760px) {
    .logo img { padding-top: 20px;  }
     }
    
    

    As you see it is the fixed header and when I scroll it the logo is too close to the bottom, so I would like to change the padding on the logo image again but only when scrolling so it’s height centered. Hopefully I won’t have to change .js

    Thanks a lot!!!!

    Nora

    • This topic was modified 12 years, 4 months ago by norasp.
    #170064

    should this also work for the footer menu?

    #170050
    jjranson
    Participant

    I am using a widget to display our church sermons. There are dropdown boxes at the top for filtering purposes. Those boxes are not rendering as expected. They are blank rather than showing “Browse Series”, “Browse Speaker”, and “Browse Topics”. Please refer to: http://www.gatewaychurchtest.net/sandbox0/sermon-videos/

    Those same boxes render properly with other themes and other sites. What CSS code can I add to Enfold to make the boxes preloaded with the expected prompts rather than blanks?

    Thank you for your help.

    #170029
    RobbShirey
    Participant

    I just upgraded a few of my sites to 2.3.1 and notice that the bottom border of the nav container at the top is missing. You can see http://www.robbshirey.com

Viewing 30 results - 138,661 through 138,690 (of 142,714 total)