Viewing 30 results - 134,881 through 134,910 (of 142,788 total)
  • Author
    Search Results
  • #212494

    Thanks for your help. I finally understand the footer. Here’s my notes in case in can help anyone else.

    [] There’s 2 areas in the footer

    1) Footer widgets (top footer area)
    Can choose 1 to 4 columns

    2) Socket (bottom footer area)
    Copyright (left) and Footer Menu (right)

    [] To add Menus to Footer Widgets (4 columns)

    1) Create Footer settings
    Theme Options > Footer tab
    Default Footer Widgets & Socket Settings:
    Display the footer widgets & socket
    Footer Columns:
    4
    Copyright:
    © Copyright – Your Company[nolink]

    2) Create 4 menu names in WP Admin: Appearance > Menus
    Example:
    Footer 1, then add links
    Footer 2, then add links
    Footer 3, then add links
    Footer 4, then add links

    3) Add Footer menus to Widgets in WP Admin: Appearance > Widgets
    Example:
    Drag “Custom Menu” widget into > Footer – column1 area
    Add into to Custom Menu
    Title: Your title
    Menu: Footer 1

    Drag “Custom Menu” widget into > Footer – column2 area
    Add into to Custom Menu
    Title: Your title
    Menu: Footer 2

    Drag “Custom Menu” widget into > Footer – column3 area
    Add into to Custom Menu
    Title: Your title
    Menu: Footer 3

    Drag “Custom Menu” widget into > Footer – column4 area
    Add into to Custom Menu
    Title: Your title
    Menu: Footer 4

    [] To add Menus to (Footer) Socket

    1) Create Footer settings
    Theme Options > Footer tab
    Default Footer Widgets & Socket Settings:
    Display the footer widgets & *socket

    2) Create a new menu names in WP Admin: Appearance > Menus
    Create a new menu
    Example:
    Footer Socket, then add links

    3) Menu Settings (beneath Menu Structure)
    [x] Footer Menu (check)

    • This reply was modified 12 years, 1 month ago by Jagrav.
    #212486

    Hey!

    Regarding the first question please see Kriesi response here: https://kriesi.at/support/topic/kriesi-logo/#post-161892.

    For the second one, this code will work (add it to the Quick CSS):

    #header_main .container, .main_menu ul:first-child > li > a {
    height: 120px  !important;
    line-height: 120px  !important;
    }
    
    html.fixed_header #main {
    padding-top: 120px;
    }

    Best regards,
    Josue

    #212469

    In reply to: Logo: format & shrink

    Added (likely related) information: I tried adding the css given here just to see what it would look like: https://kriesi.at/support/topic/making-header-background-and-menu-background-more-transparent/

    Header remained the same on all browsers. Absolutely nothing changed (this with the previous css deleted). So I’m figuring something’s going on with the header–just hoping it’s not a conflict with a critical plugin (though nothing indicates it is). Thanks.

    #212463
    HankInTheForest
    Participant

    Hi there,

    On my website http://www.PriceBuilders.com I have drop-down menu items under Portfolio and Services. On the desktop layout, these items are not clickable. When I look on Mobile, these items are clickable and go to an undefined page.

    How can I fix?

    Thanks,
    -Henry

    #212441
    This reply has been marked as private.
    #212433

    Oh, that worked! Great, thanks again!

    If anyone else is interested, the code is below (easy to change the color, just swap the rgb (x,y.z)). Also make sure you get the right ID for your menu item (inspect the item).
    Here is the CSS:
    ——————

    #menu-item-2756.avia-menu-fx { display: none; }
    .header_color .main_menu ul:first-child > li#menu-item-2756 > a {
    padding: 5px 10px;
    background-color: rgb(9, 70, 17)!important;
    color: white!important;
    height: 30px!important;
    line-height: 20px!important;
    margin-top: 28px;
    border-radius: 10px;
    border-width: 0px;
    }

    .header-scrolled li#menu-item-2756 a {
    margin-top: 7px!important;
    }

    .header_color .main_menu ul:first-child >li#menu-item-2756 > ul { border-top: none; }

    li#menu-item-2756 .avia-menu-fx { display: none; }

    #212430

    Hey guys – got the title bit sorted. Size is now regulated on desktop. Only issue remaining is, on mobile, a couple of the thumbs are not square as they should be ( Same issue we solved by using:

    #top div .avia-gallery img {
    max-height: 333px;
    }

    for desktop)

    Lastly – how do we make sure that applies to those images on mobile as well?

    #212420

    Hey!

    Please try adding !important rule to force it

    .header-scrolled li#menu-item-2756 a {
    margin-top: 7px!important;
    }

    It should work

    Regards,
    Yigit

    #212416

    Wow, thanks! Looks great!! Juuust one little thing..
    Now when I scroll, the “button” dips down below the rest of the menu items. I had this issue before, and the following code helped it:

    .header-scrolled li#menu-item-2756 a {
    margin-top: 7px;
    }

    but now that doesn’t seem to work?
    Any thoughts?
    Thanks!
    Cheers,
    Steve

    #212411

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .av-special-heading, .av_promobox { margin-top: 5px; }
    .avia-content-slider { margin: 5px 0; }

    Best regards,
    Yigit

    This reply has been marked as private.

    Hey!

    Please add following code to Quick CSS as well

    #av_section_4 .avia-builder-el-32 { height: 174px; }

    Which browser are you using?

    Best regards,
    Yigit

    #212385

    Hi
    I removed the text formatting for the text on the right and it has helped it align better – but there still seems to be a gap between the top of the slider div and the top of the slider images. Have I got the image size or aspect ratio wrong somehow?
    Thanks again
    Chris

    #212366

    In reply to: how to customize lines

    Hey David!

    Use the “Short Separator” then add this on Quick CSS or custom.css:

    .hr-inner {
    width: 100%;
    position: absolute;
    height: 1px;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -1px;
    border-top-width: 1px;
    border-top-style: solid;
    }
    
    .hr-short .hr-inner-style {
    border-radius: 20px;
    height: 34px;
    width: 34px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    line-height: 33px;
    text-align: center;
    border: none;
    }
    
    .alternate_color .hr-short .hr-inner-style:before {
    color: #42a0bd;
    }
    
    div .hr-short .hr-inner-style:before {
    content: '\E808';
    font-family: 'entypo-fontello';
    }
    
    .hr-short .hr-inner-style:before {
    font-size: 13px;
    color: rgb(66, 160, 189);
    }

    Regards,
    Ismael

    This reply has been marked as private.

    Hey!

    You are welcome! I see that you have started another topic related with SEO by Yoast, so i am closing this one.

    Best regards,
    Yigit

    #212323

    Topic: main menu problems

    in forum Enfold
    petersandin
    Participant

    Hi,
    In my menu I have added a fontello icon for a facebook link. I had to do a bit of extra css to make it appear where I wanted and you helped me with that. Today I updated to the latest version and I had to change a few of the values for it to appear in the right place again, however in internet explorer it doesn’t. (I’m not sure if the problem was there also before the update since I don’t use it much).
    http://www.petersandinfoto.se/

    In my custom css I have addded these lines
    .menu-item .av_font_icon {
    position: relative;
    margin-top: 0px;
    }
    .header-scrolled .menu .av_font_icon { top: 0px; height: 15px; }

    where I previously had to have offset values for “margin-top” and “top” for it to appear in the right place but after the update I had to change them to 0 for the icon to appear in the right spot.
    Any suggestion what to do?

    #212301

    In reply to: Invisible icons

    Hi homolagergely!

    I have just checked your website and on my end, only go to top icon is missing http://i.imgur.com/jSF0f54.jpg
    Can open Footer.php file in Appearance > Editor and make sure 168th line is the same as in screenshot, It should be at the very bottom of the file http://i.imgur.com/M3XOqYo.jpg

    Best regards,
    Yigit

    martinbose
    Participant

    I would like to mark some sections in Advanced Layout Builder to show them only on desktop version of the web site, but not mobile one . I use for this. It works when I insert shortcode [notphone] and [/notphone] in the same text element in the Advance Layout Builder, however it doesn’t work when opening and closing tags in different sections, for example when I try to hide a row of videos or images. Could you please help me to solve this problem, are there other options to change what sections are displayed on mobile devices?

    Hey paulrt27!

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

    .home .content { padding-top: 0; }

    Best regards,
    Yigit

    Hi wethepublic!

    Please add following code to Quick CSS to remove the first section you showed

    .content, .sidebar {
    padding-top: 0; }

    You have horizontal ruler elements in the second section, please remove them and whitespace should be decreased

    Regards,
    Yigit

    #212253

    In reply to: Search icon

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    #top #menu-item-search.menu-item-search-dropdown>a {
    font-size: 20px;
    margin-top: 10px;
    }

    Cheers!
    Yigit

    #212240

    Hi!

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

    Cheers!
    Yigit

    #212238

    In reply to: layer slider shift

    Hi MUNFORD!

    I think you forgot to close the anchor tag on the text block with the “CFC Short and Doc” logo. Edit the text block, find this code:

    <h3 style="text-align: center;"><a title="SHORT & DOC" href="http://www.copenhagenfilmcompany.dk/2014/short-doc_en/"><img class="wp-image-3617 aligncenter" style="margin-top: 0px; margin-bottom: 0px;" alt="SHORT & DOC" src="http://www.copenhagenfilmcompany.dk/2014/wp-content/uploads/2014/01/SHORTDOX1-300x220.png" width="211" height="155"></a>CINEMATIC STORYTELLING</h3>

    Replace it with:

    <a title="SHORT & DOC" href="http://www.copenhagenfilmcompany.dk/2014/short-doc_en/"><h3 style="text-align: center;"><img class="wp-image-3617 aligncenter" style="margin-top: 0px; margin-bottom: 0px;" alt="SHORT & DOC" src="http://www.copenhagenfilmcompany.dk/2014/wp-content/uploads/2014/01/SHORTDOX1-300x220.png" width="211" height="155">CINEMATIC STORYTELLING</h3></a>

    Cheers!
    Ismael

    #212226

    In reply to: Tags Pages

    Hi!

    By headline, you mean the page title? You can use this on Quick CSS:

    
    #top .alternate_color.title_container .main-title a {
    color: blue;
    }

    Cheers!
    Ismael

    #212211

    Hey!

    Please try adding following code to Quick CSS too

    .top-tel { z-index: 999!important; }
    .main_menu { z-index: 9; }

    Regards,
    Yigit

    #212191
    sgkeil
    Participant

    Hello there!
    First off, great theme, thanks ;)

    Just like this topic, I wanted the last menu item to look like a button. I followed the advice on the post, and it worked great… but…
    https://kriesi.at/support/topic/header-menu-button/#post-176950

    There’s one difference – I *just* want the last word (MDB Portal Sign in) to be green, but NOT the drop-down menu’s that are under it. The site link is here: http://www.sciant.com

    Is there a way to
    a) keep the button over “MDB Portal Sign in”, but NOT have it on the drop-down menu items? (e.g. to have “beta registration,” “sign-in,” and “help desk login” to be theme-standard?
    b) not have the red underline on:hover effect when you hover over the green MDB portal “button”?

    Thanks so much!
    Steve

    #212178
    hbjcapital
    Participant

    Hi, I would like a little help in making some final changes for the website http://hbjcapital.wpengine.com/ (hosted on WPengine)

    1. I would like to have each post in the grid layout to have a light grey background so that it appears distinct, just like you see in the featured post below the layer slider.

    2. When the user clicks on “customer login” in the top right in the thin blue bar, a pop-up should display just like the search function pop-up, which will have fields for username and password. The field should then pass the data to the same fields on soft.hbjcapital.net and upon validation, open the userportal at soft.hbjcapital.net in a new tab. I do not like how its opening in the frame now.

    3. Also, how do i hide a featured post from appearing in the grid layout below it, as you can see the featured post also appears as the 1st entry in the grid.

    Please have these answered soon. Thanks :)

    #212168
    #212166

    Hey!

    This code should work: https://kriesi.at/support/topic/wpml-language-switcher-options-not-working/#post-210621 – if it doesn’t please post a link to your website.

    Best regards,
    Peter

Viewing 30 results - 134,881 through 134,910 (of 142,788 total)