Viewing 30 results - 210,181 through 210,210 (of 244,605 total)
  • Author
    Search Results
  • #335291

    I didn’t know of this feature at all, after spending several hours with Enfold, thank you sir!

    #335289

    Hi opvab!

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

    .activeTitle span.toggle_icon, .activeTitle .toggle_icon .hor_icon {
    border-color: red !important;
    }

    Cheers!
    Yigit

    #335288
    rira
    Participant

    Hi there,

    I’m ussing the enfold theme in combination with the buddypress plugin.
    I have made a custom registration page but i want to remove the sidebar.

    can someone tell where to add an css code and what is the css code ( i guess it is in de sidebar.php file)

    Note I’m ussing a child theme but I already copied a sidebar.php file in the childtheme

    #335287
    This reply has been marked as private.
    #335278

    Hey hughsieg5!

    Yes you can HTML for captions but tooltip would disappear before you can click on the link. Such feature was requested, please vote it here – https://kriesi.at/support/enfold-feature-requests/

    Cheers!
    Yigit

    #335268

    In reply to: top bar

    Hi ftt123!

    Please go to Enfold theme options > Header > Extra Elements and add this HTML code in front of your number – http://pastebin.com/DERafP39
    and then go to Enfold theme options > Advanced Styling tab and edit “Small bar above main menu”

    Best regards,
    Yigit

    #335257

    Hi!

    Please try updating WordPress to version 4.0 and try re-updating Enfold via FTP – http://vimeo.com/67209750

    Cheers!
    Yigit

    #335253

    In reply to: Max Dimension Logo

    Hey!

    Currently your header height is 116px. You can go to Enfold theme options > Header choose to display Custom Pixel value for the size and adjust it as needed. If you would like to increase the size of your current header, please increase header height. Your designer can design the size you would like, as long as you adjust the header size, it would fit nicely

    Cheers!
    Yigit

    #335252
    This reply has been marked as private.
    #335251

    Hi!

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

    #footer .avia_transform .av_font_icon {
    opacity: 1!important;
    -moz-transform: none!important;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    }

    Best regards,
    Yigit

    #335243
    gkobmf
    Participant

    I am having trouble finding recommendations for adding Parallax scrolling effects like those found on the Coin website:

    https://onlycoin.com/

    Can you suggest a way to implement this type of animation effect on images in ENFOLD?

    #335241

    Hi!

    Please request such feature here – https://kriesi.at/support/enfold-feature-requests/
    You can refer to this example – http://jsfiddle.net/kizu/bhGn4/

    Regards,
    Yigit

    #335239

    Hi bicounet!

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

    .toggle_icon, .toggle_icon .vert_icon, .toggle_icon .hor_icon { border-color: red !important; }

    if that does not help, please post the link to your page where we can see an example
    Regards,
    Yigit

    #335237

    Hey!

    Please go to Enfold theme options > Advanced Styling and edit “Main menu links” and for transparent header, please go to Enfold theme options > Header > Transparency Options

    Regards,
    Yigit

    #335235

    Hi!

    Please check this post and see if that helps – https://kriesi.at/support/topic/layerslider-blank-after-updating-to-enfold-3-0/#post-334802

    Best regards,
    Yigit

    #335234
    nonne
    Participant

    Hi Kriesi team

    Thanks for your great theme!!
    I am having this odd problem with setting up email for contact form (I am to use similar form on more Enfold applications).
    I have spent all day trying to figure it out and I’m pulling my hair out by now :)
    Setting up a nice comprehensive contact form works smoothly itself, and it also works like a charm in the front end (besides the email-problems). Enfold does its work…

    However setting up the email “configuration” in the form raises some problems for me:
    1) Setting up the email address where mails should be delivered to
    2) Setting up the Autorespond Text, that will be sent to the users email address once he has submitted the form

    For BOTH 1) and 2) same problem: I have tried several email-adresses and it only works with a outlook.com adress??!!

    Please refer to private content for links and login credentials

    very best regards

    #335229

    In reply to: Facebook icon RTL

    Hey!

    Please update the theme to the latest version (3.0.1).

    Best regards,
    Josue

    #335222

    Topic: Enfold Image Sizes

    in forum Enfold
    frescova
    Participant

    Is there a quick reference that lists all of the image sizes enfold uses?

    Thanks.

    #335216
    havi
    Participant

    Hi guys,

    I just updated Enfold to the latest release and I cannot make the pages/blog on this site (first one below) display the sidebars correctly. They display below the content as if the page was full width with is not.

    As this is a multisite you can see that the second site (in Spanish) does display the sidebar. The settings are the same on both.

    Could you please let me know what to do?

    Thank you!

    Havi

    PS: After reading a lot of the tickets I requested my hosting to clear the full cache. I really hope it will solve it. I will keep you posted!!

    Warmly,

    Havi

    Ok. latest update. Clearing all caches and flushing it from the CDN does not do it. I did discover something though:

    When I look at http://redshoemovement.com in Safari, the sidebars display on the bottom of the page as it if were a full width page but when I look at it on Firefox, they don’t even display. Does this info help somehow?

    I am really desperate to fix this as it is a live site.

    Thank youuuuuuu!!!

    Warmly,

    Havi

    • This topic was modified 11 years, 6 months ago by havi.
    #335210

    Hey!

    The best solution in my opinion would be to create another slider consecutive to the one you already have, but in this one you’d select a square image size setting.

    Then enable this and add a specific class to each of the slider (mobile_slider, desktop_slider), finally add this to Quick CSS:

    .mobile_slider{ display: none; }
    @media only screen and (max-width: 767px) {
    .mobile_slider{ display: block; }
    .desktop_slider{ display: none; }
    }
    

    Best regards,
    Josue

    #335208

    Hey!


    @DDamjanovic
    , the problem is related to the dynamic avia stylesheet, try the following: via FTP go to the /wp-content/uploads/dynamic_avia/ and remove the enfold.css file, then attempt to save the theme settings again.


    @mrussell1984
    , in your case the dynamic stylesheet doesn’t exists, make sure the /wp-content/uploads/dynamic_avia/ folder is writable (CHMOD 777), also the login details you posted don’t work.

    Best regards,
    Josue

    #335205
    solsikkehaven
    Participant

    Using enfold – latest version:

    I would like to add 2 menu items to the main menu (not sub-levels) beside the rest of the normal first level menu items (like “welcome”, “contact”, “news” etc.)….

    First one is an english flag – instead of the text “Information in English”
    Second one is a german flag – instead of the text “Information auf Deutch”

    Could this be done in some way. Using the mega menu is not an option ? – because that is only for 2-3-4. level menu items?

    #335203

    Hi, I’m in the same situation, Enfold 3.0.1 and no visibility for LayerSlider (new or exemple)…
    Regards.
    Jean

    #335199
    Kristofer Vildbird
    Participant

    Ok, here we go again. A question. Or rather two.

    1) I have a video on my side with a caption and a linkbutton to my email. Is it possible to not have these visible on top of my fallback image in mobilebrowser?

    2) I don’t seem to have the “Section bottom border styling” like in this picture – http://i.imgur.com/OOWV7UB.png
    I do have the latest version of enfold. Can you help?

    Thank you.

    Kris

    #335197

    Topic: layout size

    in forum Enfold
    patriscia
    Participant

    hello I downloaded the latest version enfold. I want the site http://www.piovesanugo.biluba.com not responsive and I wanted to ask how do I make the same size layout http://www.ermesitalia.com

    #335193
    CORMarketing
    Participant

    I am running on WP 4.0, and your latest version of Enfold. I have implemented the accordion slider on more than one page, but it comes up blank. I have loaded the same page on my windows phone and the images show up.

    I do not have any plugins loaded. Do you have a fix for this?

    #335186
    connect4consulting
    Participant

    Hi,

    Love your themes and support and I’m hoping you can help me with a tiny problem I’m having.

    Have a problem with the following site (credentials below), specifically the featured image on the blog posts. The featured image for the Enfold theme appears to be a very wide and short crop of the full size image. Is there a way to change this to a different shape? I want it to be a square, about 400px by 400px, and I’d like it to be responsive. I’m using the featured image on the home page and that same image is square-shaped.

    So what do I need to do to make it work?

    Thanks,
    Gabe

    #335185

    Hey Bernd!

    Can you post the link to your website please? Please firstly choose to display Logo Center, Menu below option in Enfold theme options > Header tab and add a secondary menu in Appearance > Menus. I would like to give it a shot, if you do not like the look, you may need to hire a freelance developer unfortunately.
    Also feel free to request such header here – https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Yigit

    Hi!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

    #335179

    Hi!

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

    #top .avia-post-nav { display: none !important; }

    Cheers!
    Yigit

Viewing 30 results - 210,181 through 210,210 (of 244,605 total)