Viewing 30 results - 132,571 through 132,600 (of 142,762 total)
  • Author
    Search Results
  • Hey!

    The code for the promo box would be:

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

    If you want to target multiples you do it this way:

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

    Cheers!
    Josue

    eswyt
    Participant

    I can’t say enough how much I love this theme. Thank you so much for your work and your support.

    Have a few more things that I need help with.

    1. I would like to give the top menu a color background and then the font lighter. But for the main menu then, leave it a white background with dark font. If I change in top menu, it also changes the main menu. How can I do what I want to do?

    2. I would like increase the size of the social icons. Cannot find out where to do that.

    Thanks again. http://charbonneaugolfclub.com

    #235190
    remix1998
    Participant

    Dear Sir

    I got a question about how to setup top & main menu ??

    I want to use a page as frontpage which only show top menu, and the other page such as blog page or reading page which can show top menu & main menu or even secondary menu, how can i setup menu to do it, is it possible to do different pages have different menu?? how can i do it ?

    Many Thanks

    NeilLateral
    Participant

    When history, cookies and data are cleared on ipad or iphone the slide show does not work.
    Upon touching logo top left it loads site again and slide show works, could you supply me with the fix please so slide show works when a new person loads site.

    castlemanplumbing.com.au

    #235183

    Hi!

    1. Try adding this code to the Quick CSS:

    .av_promobox .avia-button-wrap{
        float: none !important; 
    }
    .av_promobox .avia-button-wrap .avia-button {
        float: none !important;
        position: static !important;
        margin-top: 0 !important;
    }

    2. You can put a shortcode (contact form) in a layer of LayerSlider.

    Cheers!
    Josue

    #235182
    oliviad
    Participant

    Hi,
    I have made some modifications in the header (thanks to your help!) and I have a mast problem with my top menu links which are not properly clicable? The mouse has to be on the very top of the menu to be able to clic. I guess this is a Z index problem but I did not manage to fix it myself.

    Here is my website

    http://goo.gl/bDLlkd

    Many thanks for your help !

    #235173

    Hey!

    No, is not possible as far as i know.

    Best regards,
    Josue

    georgeorbelian
    Participant

    Hi Guys —

    2.6 has really improved the development experience for full browser video! Thanks —
    I am using a video for my home page

    http://www.oceanportalproject.org

    Works great on the desktop, but when I look at it on an iPhone and iPad the image I have used as a background image does not stretch to fit the screen —
    On the Styles/Custom Background setting I have the option to repeat the image but this has a different effect. I’m wondering if a stretch to fit selection could be added to that area or if there is a different way I should go about getting my background image fall back for video on mobil devices to stretch to the edges of the browser.

    Best — George

    #235138

    Hi Josue,

    Thank you for checking in! I believe it is fine now, I just used the original css #top textarea as I found this is the one that worked on all browsers. It’s not localized to the chat box though but doesn’t seem to be messing anything up. If you feel that it’s ok to make this global adjustment and I’m not missing anything then this is resolved.

    Best,
    Jonathan

    #235133

    Its a fairly simple change that you can make yourself. The Quick CSS field is the exact same thing as adding css to a .css file and allows you to wait for us to update the main parent theme.

    If you want to make the change now you can do so in the functions.php. I wrote it out for another user here https://kriesi.at/support/topic/after-update-to-2-6-some-css-styles-child-theme-style-css-are-not-being-applied/#post-235122 .

    I’ll need another 20 or so minutes to test it on my live dev server and then push it to Kriesi so it can get added to 2.6.1.

    #235119
    This reply has been marked as private.
    #235095

    Hey coretekk!

    Thank you for the suggestion! It has been requested a few times in the official feature request topic as well but so far I’ve not heard if Kriesi has any plans one way or another on the feature specifically.

    Best regards,
    Devin

    #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 11 years, 12 months 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

Viewing 30 results - 132,571 through 132,600 (of 142,762 total)