Viewing 30 results - 133,021 through 133,050 (of 142,866 total)
  • Author
    Search Results
  • #231668

    Hi!

    Please try flushing browser cache and refresh your page a few times.
    Please also add following code to Quick CSS

    #top .ls-nav-prev, #top .ls-nav-next { z-index: 300; }

    so slider navigation buttons will be under header when scrolled down
    EDIT: Forgot to attach screenshot http://i.imgur.com/DgAnxtN.jpg

    Cheers!
    Yigit

    • This reply was modified 12 years, 1 month ago by Yigit.

    Hey BabaOorhum!

    That is only available using the portfolio grid or masonry elements. You need to hire a freelance developer if you want to add it on something else. For further modifications, please visit Werkpress.

    Best regards,
    Ismael

    #231662

    In reply to: Button fehlerhaft

    Hey!

    You have following custom CSS code added in Quick CSS section

    .avia-button.avia-size-small, .avia-button.avia-size-medium, .avia-button.avia-size-large {
    color: black!important; }

    !important rule stops the code from applying. Please change it to

    .avia-button.avia-size-small, .avia-button.avia-size-medium, .avia-button.avia-size-large {
    color: black; }

    Then you can remove the code i have posted here https://kriesi.at/support/topic/button-fehlerhaft/#post-231636

    Regards,
    Yigit

    #231661

    Topic: Clickable area

    in forum Enfold
    giraudg
    Participant

    Hi there :)

    I set up enflod theme on my website few monthes ago : http://handball-formation.fr
    It perferctly works. Receive all my congrat’s…again !

    I have two requests for you :

    1. Is it possible to make the iconbox entirely clikable ?
    I’d like my visitor could click everywhere in the iconbox to access at the linked page, including the square with text but also the litte icon at the top of the box.

    2. Is it possible to make a real breadcrumb in the header ?
    Just over the pages/posts, you put the path of the content with “You are here : home / blog / etc.”
    I’d like the path elements could be clicked to access at the concerned page/subpage.

    Thank’s for you help.
    Best regards,

    Guillaume

    Hi HawthornTravel!

    I checked the page and I’m really not sure what’s wrong with it. I don’t see the issues mentioned above regarding the testimonials. A screenshot will help. Please contact the plugin author, we don’t usually support third party plugins. You can request the feature here: https://kriesi.at/support/topic/enfold-feature-requests

    Cheers!
    Ismael

    #231646

    Hi Yigit!
    That is what I’ve got

    .social_header .phone-info {
    float: right; padding-top: 40px; color: red; }

    .social_header .phone-info { font-size: 20px; }
    #top .social_bookmarks li a { font-size: 18px; color: red; }

    Just added color: red; inside (hope it is ok, at least it works. Kind of being proud of myself, never studied html or css :-) )

    #231644
    newmesis
    Participant

    menu overnight stops working well
    http://sebastianschool.cl/
    http://sebasgarden.cl/

    #231640

    In reply to: Menu broken

    that means I should open a new topic to present my probelema?

    Hi wrxer123!

    You can add this on Quick CSS or custom.css:

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: 1200px;
    }

    Best regards,
    Ismael

    #231622

    Hi!

    Have you flushed browsers cache after applying the code? If not, please do so.
    There may be a punctuation error in your custom CSS code in Quick CSS and that could stop code from applying. Please try adding the code to top of the Quick CSS and check if it works then.

    Regards,
    Yigit

    #231606

    Topic: WOOCOMMERCE SETTINGS

    in forum Enfold
    nicomad
    Participant

    Hi, I made my project with ENFOLD using the woocommerce plugin. I create my own product catalogue display page (the landing shop page) using Enfold pages because I wanted to change the image sizes and with a fullwith layer slyder WP on the top. I have two problems: 1. if I set this own page in woocommmerce (woocommerce settings – product options – Product and shop page) as my catalogue display page, the fullwith layer slyder dont work. 2. Secondly when I’m at my chart page and its empty there is a button to return to the shop but doesn’t work. Once clicked reloads the same page. I think because I didnt define my product and shop page in woocommerce settings. Thank you for your help

    #231585

    Hi!

    Oh my bad, i thought you would like to remove image overlay. Please remove the code i have posted in my previous post and refer to Josue’s post here https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464

    Regards,
    Yigit

    #231574

    Hi!

    Please add following code to Quick CSS as well and adjust as needed
    1-

    .social_header .phone-info.with_nav span { color: red; }

    2-

    #header { position: fixed; }
    #main { padding-top: 156px; }

    Best regards,
    Yigit

    #231558

    Hey mhiller!

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

    @media only screen and (max-width: 989px) {
    .responsive #top #header {
    position: fixed;
    }
    .responsive #top #main {
    padding-top: 90px;
    }}

    Best regards,
    Yigit

    #231554

    In reply to: Moving a icon box up

    Hi Richard!

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

    #top .iconbox_top { margin-top: 0; }

    Regards,
    Yigit

    #231548

    In reply to: Hiding header_meta

    Hey!

    Please add following code to Quick CSS as well

    .fixed_header.social_header #main {
    padding-top: 117px;
    }

    Now that Header meta section is removed, top padding of main section should be decreased using the code above.
    I could not reproduce the issue on my end on Chrome on Win7, however, i tagged Josue to take a quick look on his Mac. Let us wait for his answer.

    Regards,
    Yigit

    #231534

    Hi derek62!

    Answered your answer here https://kriesi.at/support/topic/using-georgia-font-for-heading/#post-231533
    Please do not create duplicated topics as it is making it harder for us and other users to follow topics.
    Closed!

    Regards,
    Yigit

    #231527

    In reply to: Mistake since update

    Hi Yigit,

    here ist our custom css code:

    .logo img { padding-top: 30px; }

    #top .header_color .main_menu .menu ul li>a:hover {
    color: #888;
    }
    .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
    border-top-color: black!important;
    }
    .main_menu ul:first-child >li > ul {
    border-top-width: 3px; }
    #top .main_menu .menu li ul a { border-color: black; }
    #top .main_menu .menu li ul a { color: black; }
    #footer li {
    text-transform: lowercase !important;
    }.avia-menu-fx { display: none; }
    .header_color .main_menu ul:first-child >li > ul { border-top-color: transparent! important; }
    .avia-shadow {
    box-shadow: none;
    }
    span.news-thumb { border: none; padding: 0; }
    .image_size_widget .news-thumb img {
    width: 36px;
    height: 36px;
    }
    #socket { border-top: none; }
    img, a img {
    border-radius: 0 !important;
    }
    #top .main_menu .menu li ul a { background-color: white; }
    .main_menu .menu ul {
    display: none;
    margin-left: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 208px;
    z-index: 2;
    padding: 0 0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    margin-top: -1px;
    }

    .header_color .main_menu ul {
    border-top-width: 2px;
    border-top-style: solid;
    }

    .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
    border-top-color: #719430;
    }

    .header_color ul {
    border-color: #e1e1e1;
    }
    .main_menu .menu ul {
    display: none;
    margin-left: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 208px;
    z-index: 2;
    padding: 0 0;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    margin-top: -1px;
    }

    .header_color .main_menu ul {
    border-top-width: 2px;
    border-top-style: solid;
    }

    .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
    border-top-color: #719430;
    }

    .header_color ul {
    border-color: #e1e1e1;
    }
    Kind Regards
    Sebastien

    #231523

    Hi,

    Dont worry it’s been fixed. Apparently it has something to do with “wpautop”, when the paragraph automatically adds <p>
    Thanks and cheers

    #231518

    Hi Josue,

    I’ve seen that topic.

    Strangest is that this link has no OG tags and shows perfectly on LinkedIn.
    http://www.thewhir.com/web-hosting-news/ibm-acquires-cloud-host-softlayer

    So I thought it might have something to do with not being validated enough with the w3 validator.

    It has 20+ errors and 20+ warnings, whereas http://www.next2know.org only shows 2-3 errors.

    Could you try visiting the website again, it could have been that the hosting server was restarting (seriously need to upgrade that..)

    If it’s still down.. what is your location? I’ve heard reports from my client that it has not been reachable from the US in certain places.

    Thanks for your time!

    Regards,

    Matthijs

    #231514

    Hi Tanya2105!

    Please add following code to Quick CSS as well and adjust as needed

    .social_header .phone-info { font-size: 20px; }
    #top .social_bookmarks li a { font-size: 18px; }

    Best regards,
    Yigit

    #231509
    xglienas
    Participant

    Hi there!

    I’m working with the fullscreen slider in my homepage :: http://www.inopia.cat/ and it doesn’t reposition from the center as in your example (http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/) it just reposition from top-left corner.

    Clicking on the thumbnail in the slider I should have the option of: “Image Position” – Center Center position but i don’t have it :(

    Here i’ll give some links to screenshots ::
    Fullscreen slider menu: https://dl.dropboxusercontent.com/u/2486145/Captura%20de%20pantalla%202014-02-26%20a%20la%28s%29%2009.14.20.png
    Editing form element :: https://dl.dropboxusercontent.com/u/2486145/Captura%20de%20pantalla%202014-02-26%20a%20la%28s%29%2009.14.32.png
    Clicking on “change Image” :: https://dl.dropboxusercontent.com/u/2486145/Captura%20de%20pantalla%202014-02-26%20a%20la%28s%29%2009.14.45.png

    Thanks in advance!
    X

    #231505
    Tanya2105
    Participant

    Hi!
    I Use fixed header with social icons and additional information.
    I put my phone number number at the right side of it using code you suggested before in this forum
    (this quick CSS )
    .social_header .phone-info {
    float: right; padding-top: 40px; }

    But the number is so small. Can I make it bigger?
    Also the social icons are very small…
    Thank you!

    #231504

    In reply to: WMPL

    This reply has been marked as private.
    #231480

    Hey!

    See https://kriesi.at/support/topic/using-conditional-menus-with-custom-defined-user-roles/ – it shows you how to define new conditional checks.

    Cheers!
    Peter

    #231476

    Hey Yigit,
    thank you it works perfectly :)
    Another little thing i noticed,
    if you try to add a product in the cart you will have the cart icon top right of the monitor. When you go on rollover on the icon it will display the cart with view cart and checkout buttons but they are not on the same line, i guess they need a float:left but i don’t know which class exactly is. Can you help me out about this too? :)

    Thank you

    Alex

    #231472

    Hey!

    1) Füge diesen Code in das Quick CSS Feld ein:

    
    #top .header_bg {
    opacity: 1;
    }
    

    2) Ich konnte kein “Rufen Sie uns an” finden, aber wenn der Balken ganz oben bei “Beratung unter Telefon” gemeint ist könnt ihr die Farbe mit:

    
    #header_meta {
    background: #333;
    }
    

    ändern.

    3) Ich empfehle immer nur einen
    tag zu setzen. Dann könnt ihr mit:

    
    #top .sidebar .textwidget{
    line-height: 1em;
    }
    

    die Zeilenhöhe bestimmen. Ihr könnt auch Komma-Werte setzen (zB 2.5em).

    Regards,
    Peter

    Hi,
    topic is resolved,it works now.
    Thanks,

    #231419

    Topic: Moving a icon box up

    in forum Enfold
    Richard
    Participant

    Hi
    As you can see from the screen shot (website on localhost) I have some space between the copy and icon boxes which I am trying to get rid of. The icon boxes should sit side by side just under the copy above…which they were (but with a huge gap) until I started to move them up

    https://www.dropbox.com/s/xpqojmsuf0ykv8e/Screenshot%202014-03-03%2014.36.22.png

    The code

    .flex_column.av_one_third.avia-builder-el-10.el_after_av_one_third.el_before_av_one_third.column-top-margin{margin-top:-350px;
    }
    
    .flex_column.av_one_third.avia-builder-el-12.el_after_av_one_third.el_before_av_hr.column-top-margin{margin-top:-350px;
    }

    only works on one column. Is there a way to this properly?
    regards
    Richard

    #231418

    Topic: Text image overlay

    in forum Enfold
    nick_henri
    Participant

    Hi,

    I’m trying to figure out how to do text image overlays, similar to the 3 boxes shown near the bottom of this page: http://www.sapient.com/en-us/sapientmphasize.html (Our Experience, What We Do, …). I’m trying to replicate a similar look for a site by 3 images on the home page that have text overlayed on top but haven’t been able to figure it out in the Enfold theme. Could someone provide some guidance?

    Thanks,
    Nick

Viewing 30 results - 133,021 through 133,050 (of 142,866 total)