Viewing 30 results - 132,691 through 132,720 (of 142,870 total)
  • Author
    Search Results
  • #235081

    I’m also having a problem with Advanced Layer Slider under 2.6. My home page at eichlerclub.com breaks if the LayerSlider element is on the page. I can remove the element everything works. If I add it back in, even with the default slider, the only think that appears on the page is the header. The rest of the page only shows the background color. Even the WordPress toolbar at the top is blanked.

    #235046
    costin
    Participant

    Hi,

    At alloelectricien.lu, after update to 2.6, I have some issues with the header. I’ve over viewed the custom css and fixed some of them but I still have some left.

    1) I’ve used this code before to /*DISABLE VERTICAL LINES IN MENU */:

    .bottom_nav_header.social_header .main_menu ul:first-child>li:first-child a {
    border: none;
    }
    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    border: none;
    }

    but I still have one line left at the beginning of the header. How I can take it out please? The website header should look like alloplombier.lu in design (which is using the previous theme version)

    2) How can I increase the header menu please? Before I’ve used the code below but now it doesn’t work any more.

    /*INCREASE MENU HEIGHT*/
    .bottom_nav_header.social_header .main_menu ul:first-child > li a {
    height: 40px;
    line-height: 40px;
    }

    3) The header menu is now set to slim and sticky. How can I make the transparent colour to not be transparent when scrolling down? as here alloplombier.lu

    4) I’ve had the secondary menu in the right of the logo as I have at alloplombier.lu now but it’s gone.
    Before update I was advised to use the code below but it seems that now its not working anymore.

    #header_meta { margin-top: -30px; }
    .sub_menu {
    top: 250%;
    }

    What can I do please?

    Thank you!

    • This topic was modified 12 years ago by costin. Reason: added another question
    #235036

    Hi pallisvans!

    Please add following code to Quick CSS in Enfold theme options under Styling tab for your second question

    .avia-post-nav .entry-info-wrap { width: 240px; }
    #top .avia-post-nav { background: rgba(0,0,0,0.8); }

    As for your first questions, you can place two post slider elements on top of each other. It is possible as you requested but you are going to hire a freelance developer for that kind of customization.

    Best regards,
    Yigit

    #235034

    Thanks Yigit,

    The logos moved, but they are off center to the left, do you think there is a conflict with my other CSS code?:

    #top .social_bookmarks li {
    float: left;
    }
    .sub_menu {
    left: 0;
    }

    html {
    background: white !important;
    }

    #top .social_bookmarks_mail:hover a{color:#efefef; background-color:#666666; }

    .iconlist-char {color:#0093dd;}
    .avia-icon-list .iconlist_icon {
    background: white !important; border: 2px solid #0093dd;
    }

    @media only screen and (min-width: 786px) and (max-width: 1000px) {
    .avia-icon-list .iconlist_icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    margin-right: 15px;
    }
    }

    @media only screen and (min-width: 786px) and (max-width: 1000px) { .avia-icon-list .iconlist_content_wrap { margin-right: -10px!important; }}

    .avia-caption-content h4 {
    line-height: 30px;
    }

    .avia-slideshow-dots a {
    height: 10px;
    width: 10px;
    border-radius: 6px;
    padding: 5px;
    }

    #top.home #av_section_1 {
    border-top: 0;
    }

    #menu-item-search {
    display: none;
    }

    .avia-logo-element-container.avia-logo-slider.avia-content-slider.avia-smallarrow-slider.avia-content-slider-active.avia-content-slider1.avia-content-slider-odd.avia-builder-el-2.avia-builder-el-no-sibling .new-special-heading {
    display: none !important;
    }

    #top .avia-logo-element-container img {
    box-shadow: none;
    }

    .no-content-slider-navigation.no-content-slider-heading{
    display: none;
    }

    @media only screen and (max-width: 767px) {
    .avia-fullwidth-slider div .slideshow_caption h2 span, .avia-fullwidth-slider div .slideshow_caption .avia-caption-title em span {
    font-size: 12px;
    }
    }

    #top #socket .social_bookmarks {
    position: absolute;
    right: 0;
    }

    @media only screen and (max-width: 767px) {
    #header_main {
    padding-bottom: 20px;
    }

    .responsive .main_menu {
    position: static;
    margin-top: 20px;
    }
    }

    div .slideshow_caption h2 { text-transform: none!important; }

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }

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

    .avia_textblock .social_bookmarks li{
    float: left !important;
    list-style: none;
    margin-left: 0;
    }

    #expertise { border-top: 2px solid white; }

    #design { border-top: 2px solid white; }

    #brands { border-top: 2px solid white; }

    #title { border-bottom: 2px solid white; }

    #header_meta .container { float: right; }

    #235028

    Topic: Error Message

    in forum Enfold

    I am getting an error message on the top of one of my pages and I don’t know what it means. The error is at http://papernapkinmarketing.com/portfolio-item/unfpa. Thanks for the help.

    Also – how do you do a series of page ID’s in this code for ICON BOX transparency?

    For instance, Page ID’s 58 and 60
    Just the 60 works by using:

    .page-id-60 .main_color.iconbox_top .iconbox_content {
    background: rgba(255,255,255,.8);
    }

    But trying to add Page ID in a series does not work:
    .page-id-58, 60 .main_color.iconbox_top .iconbox_content {
    background: rgba(255,255,255,.8);
    }

    Do I have to add this CSS for Each and Every Page ID that has a Icon Box?

    Still needing code for “PROMO BOX” – thanks!

    #234985

    Solved! I used the intstructions from this thread: https://kriesi.at/support/topic/move-menu-in-header-down-lower/

    noble51
    Participant

    Is it possible to make Icon Boxes a PERCENTAGE of White so you can see the image below it like a transparent look?
    Say a 75% of #ffffff
    Or can the white be changed to a Hex Color?

    I’ve found how to do this to the ICON BOX by using this code:

    .page-id-60 .main_color.iconbox_top .iconbox_content {
    background: rgba(255,255,255,.8);
    }

    What would the CSS be for changing a PROMO BOX??

    See here: http://ng-sandbox.com/warren/dental-plan/
    The test on the Right is with an ICON BOX with the proper ID, how can I change the PROMO box on the left – make that white background the same “TRANSPARENCY”

    Thanks in Advance

    Paul

    #234950

    Topic: Dummy Data problem

    in forum Enfold
    BW-Topas
    Participant

    Hi, I have encouterd a problem after appling dummy data. After a while a I wanted to do remove it – still I can not remove HOME it and it has multiplied. I have tried to clear my dabase with wp optimize or reinstalling wordpress. After a clean installation the dummy data have not disappeared. Even if I import the dummy data again – the multiplied.

    http://www.bw-topas.cz/wordpress

    Thanks for any advice,

    Adam

    #234941

    Hey!

    You can request such feature here https://kriesi.at/support/topic/enfold-feature-requests/
    Glad we could help! Let us know if you have any other questions or issues

    Cheers!
    Yigit

    Hey Paul!

    Please add following code to Quick CSS

    .header-scrolled .menu-second-line { top: -42px; }

    Cheers!
    Yigit

    #234911

    Hey!

    I see what you mean but I can’t see a reason that it should be happening. It doesn’t look like there is any conflicts going on but you can try deactivating any plugins that are currently active and then re-installing the theme over FTP just in case there was a corruption in the main javascript files which could cause the masonry script to not run correctly.

    Before that you could also try adding one or two more images to that masonry section and see if its an issue with the calculation of that specific number/size. It *shouldn’t* be happening anyway so I’ve also tagged Kriesi on the topic to take a look into it as well.

    Cheers!
    Devin

    #234910

    Hey Dominik!

    Please see Ismael’s post here to add the Google font you would like to use https://kriesi.at/support/topic/add-new-font/#post-234710
    then you can go to Enfold theme options > Styling > “Defines the Font for your body text” and choose it

    Regards,
    Yigit

    #234906

    Hey!

    Not that I know of but I’ll re-tag Peter on the topic as he is more familiar with the js used for the slideshows.

    Regards,
    Devin

    #234901

    Hey!

    Make sure you’ve added in fallback video options to the same exact location where the self hosted video is. For example, you upload video.mp4 to the blank video field on the element in the Avia Layout Builder. You then would also add video.ogg, video.WebM to the same exact folder so that the theme can use them in places where the other format isnt supported.

    See: http://www.w3schools.com/html/html5_video.asp

    With iOS, videos can not be autoplayed so the user has to actually start a video playing which unfortunately we can’t change.

    Cheers!
    Devin

    #234890

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 989px) { 
    .responsive #top #main {
    margin-top: -88px;
    }}

    If that does not work, please post the link to your website

    Best regards,
    Yigit

    #234879

    I did as you said but nothing is showing.
    Might be that the inmofactory_helper.html file is not in root?

    And furthermore, how can I edit the basecode of a page I created in enfold (I mean a page wich is listed on the top bar, so when you click it, the “property search” shows up as a hole page.

    Thanks alot for your help.

    #234878

    In reply to: Logo in secondary menu

    Hey!

    You can choose to display Header with social icons and bottom navigation in Enfold theme options > Header tab and and move secondary menu to bottom of the header with following code

    .sub_menu { margin-top: 8%; }

    For further customization, you are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.

    Regards,
    Yigit

    #234866

    In reply to: broken page design

    Hey!

    As confirmed here https://kriesi.at/support/topic/display-problems-on-different-operating-systems/#post-234863 issue was solved. So i am closing the topic

    Best regards,
    Yigit

    #234864

    Hi!

    Great! I am closing both topics, feel free to start a new one if you have any other questions or issues!

    Cheers!
    Yigit

    #234861

    Hi!

    Glad you figured it out! Did re-installing WordPress solve the issue you were having here https://kriesi.at/support/topic/broken-page-design/ ?

    Regards,
    Yigit

    #234853
    This reply has been marked as private.
    #234832

    In reply to: Custom CSS

    Hey matsch!

    Please add following code to Quick CSS as well
    1-

    #top .avia-logo-element-container .slide-image { background-color: transparent; }

    2-

    .image-overlay { opacity: 0.3 !important; }

    3-

    .avia-menu-fx { display: none; }

    Best regards,
    Yigit

    #234823
    DigitalMedia
    Participant

    I asked already for custom css per page :
    https://kriesi.at/support/topic/how-to-change-css-style-per-page/

    But i’d like to change only title menu color per item.
    Example : Item 1 : Color Blue / Text Bold / Uppercase
    Item 2 : Color Red / Text Normal / No Uppercase

    Thanks a lot

    #234816
    Cdfb
    Participant

    Hi there

    There seams to be a bug with the responsive design. If I make my browser only occupy half the screen (how I have it most of the time), I cannot navigate the page (the top links have disappeared, and there’s no horizontal scroll bar). I’m using Firefox.

    How do I fix this error?

    #234801

    Hey cerf!

    Please add following code to Quick CSS

    .title_container .breadcrumb { top: 65%; }
    .title_container .main-title { margin-top: -10px; }

    Best regards,
    Yigit

    #234780

    Hi tonyiatridis!

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

    .entry-content-header h3 a {
    text-transform: uppercase;
    }

    Best regards,
    Yigit

    noble51
    Participant

    IF you go here to see my MAIN NAVIGATION you will see the nav button called: Health Care Reform and Compliance
    It’s a long navigation link and my client wants to make it two lines “stacked”

    Searching the Support I found this css to make it two lines using this code:
    .menu-second-line {
    clear: both;
    display: block;
    position: relative;
    top: -100px;
    }

    Visually it LOOKS FINE – but test what happens when you scroll down. The Second Line travels up and disappears upward.
    Try it out:
    http://ng-sandbox.com/warren/

    For the header I’m using:
    Fixed Header with Social Icons and Additional Navigation

    Is there something else I can add to the navigation CSS so this does not act this way?

    • This topic was modified 12 years ago by noble51.
    #234766

    In reply to: Enfold fixed header

    Hi Yigit,

    We’re getting closer. This is what I have in my Quick CSS right now

    #header_main .container, .logo img, .logo a {
    height: 88px !important;
    line-height: 88px !important;
    max-height: none !important;
    }

    .header_color .main_menu ul:first-child > li > a {
    height: 88px !important;
    line-height: 88px !important;
    }

    I have a logo which is 88 px high. It has a perfect size an every responsive device, but there is no padding at the bottom. There is a slider directly below the logo and there is no space in between.

    When I enter this into the Quick CSS
    .fixed_header #main {
    padding-top: 135px;
    }
    the header is getting taller, but not in the responsive views.

    Your can have a look here: http://www.save-your-life.net. I’m still developing so there is a password required: abitur97

    Regards

    Mark

    #234764

    In reply to: membership plugin

Viewing 30 results - 132,691 through 132,720 (of 142,870 total)