Viewing 30 results - 138,631 through 138,660 (of 142,817 total)
  • Author
    Search Results
  • #171580
    Jason
    Participant

    Hi,

    I opened a thread with several serious issues in 2.3. It was closed with no answers to any of the problems posted.

    Why?

    https://kriesi.at/support/topic/a-few-issues-with-enfold-2-2/#post-169840

    Jason

    #171558
    daddyhenk
    Participant

    I use “Home 7 – One Page Layout”, but I want to replace these scroll-over background images:

    <div id=”av_section_3″ class=”avia-section main_color avia-section-large avia-no-shadow avia-full-stretch avia-builder-el-14 el_after_av_section container_wrap fullsize” style=”background-repeat: no-repeat; background-image: url(http://kriesi.at/themes/enfold/files/2013/04/photodune-757323-living-room-m.jpg); background-attachment: fixed; background-position: top left; “>

    and

    <div id=”av_section_6″ class=”avia-section main_color avia-section-large avia-no-shadow avia-full-stretch avia-builder-el-29 el_after_av_section container_wrap fullsize” style=”background-repeat: no-repeat; background-image: url(http://kriesi.at/themes/enfold/files/2013/06/tablet-1.jpg); background-attachment: fixed; background-position: top left; “>

    Where can I do that, i don’t see these in options??

    Regards Henk

    #171555

    In reply to: Enfold – Phone Info

    This seems to fix it well, but there is a little jump at the end of the scrolling, because the main_menu doesn´t stay exactly at the percentage-value. Any idea?

    .main_menu{
    top: 45%;
    }
    .main_menu .menu > li > a {
    height: 30px !important;
    line-height: 30px !important;
    }
    .header-scrolled .main_menu{
    top: 12%;
    }

    Regards

    #171554

    I have made several changes in the theme files, so will go over and overwrite individual files (that where updated),
    Do i need to stop all plugins before doing that?
    What will happen with the slides i made, will they stay as they are ?

    Thanks very much for your help.

    #171546
    mathysjp
    Participant

    Hi
    I have a problem with the background image.
    I set follow settings in the Enfold Theme options:
    – main content: Custom Background Image; Position of the image= TOP Center; Repeat=Repeat; Attachment=Scroll
    Same settings for footer and sockets.
    I don’t want any footers or sockets or sidebars.

    on the website Preview ( http://uovleu.ch.gothicus.ch-meta.net/ ) I have on some pages a white bar at bottom. How can I solve this?

    cheers Jean-Pierre

    #171539

    Topic: Linkable iconbox

    in forum Enfold
    chrisknittel
    Participant

    Hi guys, not necessarily support but want to ask anyone who might know.

    In previous versions of Enfold, the following worked perfectly:

    https://kriesi.at/support/topic/solution-making-the-iconbox-element-fully-linked/

    But after update to 2.3, this does not work anymore. Does anyone know how to fix this?

    uff, I’m very sorry, just found the reason:
    https://www.ghostery.com/

    It blocks the gravatars in FF; I have set now the gravatar.com site to the whitelist and now I see them all.
    I’m very sorry for the trouble; thanks for your patience!

    By the way:
    where can I set in this new forum a topic as “solved”?

    #171507

    Based on a question by pcschool: https://kriesi.at/support/topic/slide-out-mobile-menu-with-click-and-show-submenu/#post-171122

    It would be really nice to make the mobile menu slide out only the top menu first, then when pressing a top menu item the submenu opens. This way the visitor has a nice overview of the main menu just like desktop visitors do. Imagine opening a site on your desktop with all submenus already open, how chaotic would that be? So if that would be chaotic, it’s even more chaotic on a small screen.

    #171488
    phangmoh
    Participant

    Hi guys,

    After upgrading to the latest Enfold (v2.3.0), the social icons on the top header disappear.
    If I hover over it, the color do change to active color (like blue for twitter) but the icon is still missing.
    Is this a bug?

    #171478

    In reply to: Ipad issues

    Hi,

    Te code below did not work for me:

    @media only screen and (min-width: 400px) and (max-width: 1024px) {
    .responsive .template-blog .blog-meta,
    .responsive .post_author_timeline,
    .responsive #top #main .sidebar {display: block; }
    }

    Kindly find attached error on my ipad screen. Attached

    #171475
    This reply has been marked as private.
    #171474

    In reply to: Ipad issues

    Hey!

    Do you know the screen resolution of your iPad? Please use this instead:

    @media only screen and (min-width: 400px) and (max-width: 1024px) {
    .responsive .template-blog .blog-meta,
    		.responsive .post_author_timeline,
    		.responsive #top #main .sidebar {display: block; }
    }

    For the header, add a top margin:

    @media only screen and (max-width: 1024px) {
    .responsive #top #header {
    position: fixed;
    margin-top: 100px;
    }
    }

    Adjust the top margin if necessary. Remove browser cache then reload the page a few times.

    Cheers!
    Ismael

    #171472

    In reply to: IE8 Issues + others?

    Hey!

    I’m sorry! My bad! Edit the Color Sections where you want to add shadow1.jpg as image as background then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “section-shadow1″.

    .section-shadow1 {
    background-repeat: no-repeat;
    background-image: url(https://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg);
    background-attachment: scroll;
    background-position: top center;
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg', sizingMethod='scale');
       -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg', sizingMethod='scale')";
    }

    Best regards,
    Ismael

    #171462

    Hey jjranson!

    Add this code to the Quick CSS (Enfold > Styling):

    .boxed .container {
    margin: 0px 25px !important;
    width: 960px !important;
    }
    .content .entry-content {
    padding-right: 25px !important;
    }
    .content, .sidebar{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    }
    .inner_sidebar {
    margin-left: 25px !important;
    }

    Result:

    Best regards,
    Josue

    #171458

    In reply to: Enfold – Phone Info

    Hey Bruno!

    Try with this CSS code:

    .main_menu{ 
    top: 85px;
    }
    .main_menu .menu > li > a {
    height: 30px !important;
    line-height: 30px !important;
    }
    .header-scrolled .main_menu{
    top: 5px;
    }

    Result:

    Regards,
    Josue

    #171453

    Hello!


    @lemedia
    : Yes, it is possible. Just add this on your custom.css or Quick CSS:

    .language_flag img {
    display: none !important;
    }
    
    .language_code {
    display: block !important;
    text-transform: uppercase;
    }

    Best regards,
    Ismael

    #171450

    Hi!

    Looks like you have the same issue on this thread: https://kriesi.at/support/topic/iconfonts-links-not-working-in-safari-on-mac/#post-171449

    I will close this one. Please watch out for a probable solution on the link above.

    Regards,
    Ismael

    #171448

    In reply to: top button no icon

    Hello!

    According to Devin “Make sure to clear you *browsers* cache and not just the sites. The browser may have the old font files and be serving them up locally.” Also, test the site on different browsers. I visited the site again and the fonts and arrow are working fine.

    Cheers!
    Ismael

    #171431

    Hello!

    If you want to show the sidebar on mobile view, you can add this on your custom.css or Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive .template-blog .blog-meta,
    		.responsive .post_author_timeline,
    		.responsive #top #main .sidebar {display:block; }
    }

    To increase the main menu and drop menu font, use this:

    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    font-size: 14px;
    }
    
    #top .main_menu .menu li ul a {
    font-size: 14px;
    }

    Cheers!
    Ismael

    #171425

    Hello
    But i am still getting same loading problem(loading problem in the sense even the slider placeholder will not be visible) in my laptop as well as desktop, what might be the reason, did i missed anything on my end?I also tried in responsinator.com the same problem occurs in some of the resolutions.
    Thanks

    #171420

    Hey!

    Please use this instead:

    .fallback-post-type-icon {
    position: relative;
    margin: 0 0 0 -20px;
    height: 60px;
    width: 60px;
    line-height: 59px;
    font-size: 25px;
    text-align: center;
    border-radius: 100px;
    display: block;
    left: 20px;
    top: 60px;
    }
    
    .avia-content-slider-inner .slide-content {
    padding-left: 80px;
    }
    
    .avia-content-slider-inner .slide-entry.flex_column {
    margin-top: -40px;
    }

    Best regards,
    Ismael

    #171405

    In reply to: Misaligned Columns

    Hello!

    Please try adding !important to it

    .grid_3 br { display: none!important; }

    On top of each column, there is a line break added for some reason. This code should remove them :)

    Cheers!
    Yigit

    #171404

    Hey!

    Please add following code to Quick CSS in Enfold theme options

    #top #wrap_all .avia-gallery-2 .avia-gallery-thumb a { width: 111px; }

    Regards,
    Yigit

    #171394

    In reply to: Logo size animation

    Hi !

    There is a misunderstanding :)

    When you are already to the top on enfold theme and scrolling up more, the logo is over-scaling, like a zoom effect.

    This is what i’m trying to reach.

    http://zebre.zebre-studio.fr/logo-scalling/

    I showed you an exemple with Kriesi.at and mine. Mine is stuck to the top as yours is scalling up when scrolling over the top position of the page.

    Thanks man, this is an awesome support.

    Hi!

    Please add following code to Quick CSS in Enfold theme options

    .logo { top: -56px; }
    #header_meta { padding: 10px 0 10px 0; } 
    .sub_menu a { color: black!important; font-size: 14px; }
    .main_menu ul:first-child > li a { height: 90px; line-height: 90px; font-size: 14px; color: black!important; }
    .main_menu { background-color: #e1e1e1; }
    #header_main { border-top-style: none; }
    li#menu-item-5018 a { padding-right: 13px; }
    #main { padding-top: 50px!important; }
    #socket { background-color: black; }
    .avia3-menu a { color: green!important; }

    These should do it. Please flush your browser cache and refresh your page a few times after applying these codes.

    Best regards,
    Yigit

    #171381

    In reply to: Make Excerpt Shorter

    I tried that but it didn’t seem to hold.

    http://www.blogginginspiration.com/

    The lady I’m making this for wants the header on top of the image and excerpt like this:

    http://lifeblessons.blogspot.com/

    Thoughts on how to make this look like this (as far as the title on top)?

    Thanks!

    #171380

    Hi!

    Yes,that is because i forgot to add semi colon :) Sorry. Here is the correct one

    .content { padding-top: 70px; }

    Please flush browser cache and refresh your page a few times after adding code to Quick CSS

    Cheers!
    Yigit

    chekkers
    Participant

    Hi there, I have a few questions about desktop and mobile amends.
    I’ve got screen grabs and css changes here:
    https://www.dropbox.com/sh/6eaha9afax7vowt/ze_E9tvTtM

    My domain is lisa-leung.com
    It’s a private site so here’s a temporary log in:
    User: enfold
    Password: support

    Thank you!!!

    Desktop

    1. Custom hover state for images.
    – Change hover colour to #000
    – Remove icon and replace with
    – Remove rounded corners

    2. Changes to main menu drop down
    – Move hover state up to line up with content
    – Reduce line spacing of drop down items
    – Remove line from top of drop down
    – Reduce width of drop down

    3. Increase padding above full width slider

    4. Use custom left/right buttons on slider

    5. Use custom pagination indicator on slider

    6. Remove line from under full width slider

    7. Format footer text

    8. Custom ‘back to top’ button

    Mobile

    9. main menu shifts left when window is resized

    10. Logo is no longer vertically aligned for Phone

    11. Slide out menu disappears

    12. Style slide out menu to match desktop version

    13. Make a main menu item trigger sub menu only, and NOT a destination page

    14. Use em dashes to separate menu items for mobile only

    15. Use custom buttons for slide out menu and close

    #171353

    Hi Devin

    Just added that and it works :)

    Thank you very much.

    Kind Regards

    Sean

    #171348

    Hello!

    Please add following code to Quick CSS in Enfold theme options and adjust as desired

    .content { padding-top: 70px }

    top padding is 50px by default

    Regards,
    Yigit

Viewing 30 results - 138,631 through 138,660 (of 142,817 total)