Viewing 30 results - 230,311 through 230,340 (of 244,428 total)
  • Author
    Search Results
  • Hi!

    Alternatively you could select the “Don’t show the images at all and display the preview text only” option: http://www.clipular.com/c/6453051829256192.png?k=5TIdSdjsRn87CQytVuQeUU4899A

    By going this way Enfold will stretch the content area of the ajax preview to 100% width and you can use the new space to build your custom layout. I.e. use the the “Easy Slider” shortcode and the “custom link” option for each slide to apply your custom link(s) to the images.

    Regards,
    Peter

    #214815
    #214809

    Hi!

    If you’re using WPML this article http://kriesi.at/documentation/enfold/translating-the-portfolio-slug-with-wpml/ will help you.

    Best regards,
    Peter

    #214800
    Pete
    Participant

    Hi Guys
    Loving Enfold by the way
    Not sure whether this is something that can be done but is it possible to give the boxed version some drop shadow down the sides to lift it off the background? also it would be nice if the border could run down the sides to give it a finish as against a cut off look.
    Its purely a visual thing everything about Enfold is working perfectly for me. With not having any coding knowledge I thought I would ask as you guys may just have a quick remedy for this, CSS and all that!

    Please advise

    Kindest regards

    Pete

    This reply has been marked as private.
    #214790

    hey,

    i switched to several other themes and the problem still appears, that is pretty confusing since everything was working fine a few weeks ago. then i updated the enfold theme and the portfolio issues occured. then i didn’t check for the products, but obviously the fault has to be somewhere else…

    can it be, that the wordpress update to version 3.8.1 caused the problem? i googled for this issue but couldn’t find a solution :/

    would be glad for any hint!

    best regards
    philipp

    #214783

    Hey Neal!

    I marked this thread for Kriesi. Unfortunately bbpress doesn’t allow us to edit the username and Kriesi must replace it in the database table. It can take some time though because we’re working on the next Enfold theme update and we want to release it on Monday.

    Regards,
    Peter

    #214773
    AdDesign
    Participant

    Hi,

    I have a problem with the gallery. I would like to set up a gallery as under the “Enfold demo / Shortcodes / Gallery / Bigger Gallery with preview”. But no matter what sizes settings I’ll make for the gallery preview in the editor, it always seems the same big preview picture.

    Gallery

    Any ideas? Thanks!

    Best regards, Alex

    #214769
    This reply has been marked as private.
    #214758

    Topic: Page Transitions

    in forum Enfold
    brijesh1111
    Participant

    Hi ,

    In enfold, can we implement page transitions between two pages as below?

    http://tympanus.net/Development/PageTransitions/

    Thanks
    Brijesh

    #214757

    Topic: Login Page

    in forum Enfold
    brijesh1111
    Participant

    Is enfold having any Login page template ?

    #214753

    Topic: Help with optin form

    in forum Enfold
    abortolotti
    Participant

    Hey guys,
    I know I may ask something that may not be solved but I try anyway.
    I just installed a really cool plugin form that allows you to have optin forms popping up at the bottom of your page as you scroll.
    The problem is that the name and email fields do not seem to appear horizontally as they should…
    The developer said the following:

    Antonio. It looks like all of the formatting didn’t get stripped out. Another possibility is that you have styles for your theme that cause form elements to appear on their own line.

    Is there a way to fix that, maybe by adding some quick css or modifying some code (that I don’t know)? Here is the correct example of how the optin shows up on the developer’s website:

    http://optincrusher.com/training/aweber-integration/#comment-573

    and here is the wrong one on mine:

    http://vacationrentalsecrets.com/about/

    Thank you so much! I know this may not be feasable, but I would really like to use that optin and not discard it because it doesn’t fit with Enfold.

    Antonio

    #214728

    Hey mscott819!

    Unfortunately that kind of customization is beyond what we can do via support as well. I would recommend having a freelance developer from either Microlancer or Codeable re-style your iframe to match the theme styling in the same way you’ve started to above.

    Regards,
    Devin

    #214726
    deyowulf
    Participant

    When I enable minify CSS in W3 Total Cache it deactivates or prevents the enfold Image Rollover from working. Is there any way I can fix this?

    Thanks

    Jonny

    #214725

    Hey p_niedrich!

    With this, it may not be something that we can assist with as I don’t know of a way to turn of the permalink structure for WooCommerce products. Try switching to a default theme like twenty fourteen or twenty thirteen. If the issue happens there then its a conflict with your server settings and permalinks that really should get ironed out in order to use pretty permalinks site wide.

    Otherwise you could try the WooCommerce support forums and see if they could provide the same kind of fix Peter did for the portfolio permalink removal but for products.

    Regards,
    Devin

    #214722

    Contact Form:
    Option to use input Name field as a watermark label inside the input bar rather than a normal Text label on top of the input bar.
    (Would look the same as how the captcha equation sits inside the bar.) Would just make the contact form neater and simpler.

    #214719
    foreigner
    Participant

    Hi. I’m using a small fixed header (which I assume is the default for the Enfold theme). How do I change the bg and hover state and text color of the menu drop-down labels? A close example is what is used natively on the WordPress 3.8 CP. (White text on dark grey; hover state reveals accent color). Unlike WordPress, however, I refer only to the drop-down (sub) labels, not to the main menu labels in the header (which are currently grey text on white). Thanks.

    #214708
    This reply has been marked as private.
    #214703

    In reply to: main blog sidebar

    Hey jmalevic!

    What page did you set as blog or home page? You can set it on Enfold > Theme Options > Frontpage settings. You can create a custom sidebar on Appearance > Widgets > Enfold custom widget area then apply it on that page.

    Regards,
    Ismael

    #214702

    Hey Devin,

    Actually, that isn’t true. The images are all different sizes. If you open them in the lightbox, you will see that they range in height and width. Like I said, for some strange reason, it is the case on both galleries, 4th row, mid image. I have added your recommended snippet. Still getting the same results.

    #214694

    That image is sized at 414×450 while the rest are 450×450. If the root dimensions before being uploaded are not over 450×450 (like that image isn’t) then WordPress shrinks it down to fit at its longest edge. In this case that leaves it taller than the other images.

    Right now I only see it causing an issue on true mobile size. So you could wrap the max-height in a media query for mobile specifically to shrink it down even further with something like this:

    
    media only screen and (max-width: 479px) {
    #top div .avia-gallery img {
    max-height: 79px;
    }
    }

    Ultimately the issue just stems from using an image that is too small on one edge from all of the others.

    #214691

    Please don’t create duplicates like this. We are getting an abnormal spike in support requests so things will be delayed.

    I’m closing this one so the other can be picked up where it was left off.

    For #2, the field is to add a class name for that element. For example if you added in customclass you could then add css to your quick css or custom.css file (in the css folder):

    
    .someclass {
    color: #333 !important;
    }
    

    This would make text color of the the text in that element #333.

    3) We didn’t write the code for the LayerSlider, its a plugin Kriesi has purchased the right to bundle with the theme so we aren’t really equipped to answer that.

    #214688

    Hey Ismael.
    Have now added the new snippet and getting the same results. It is that single image on both galleries for some strange reason.

    This is now what I have in total for this image ordeal

    #top div .avia-gallery img {
    max-height: 333px;
    }
    
    @media only screen and (max-width: 767px) and (min-width: 480px) {
    #top div .avia-gallery img {
    max-height: 132px!important;
    }
    }
    
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    #top div .avia-gallery img {
    max-height: 217px;
    }
    }
    #214687

    Hey!

    The next release of the theme will include a video implementation on the Fullscreen slider. I think that is what you need when I checked what you’re doing on the test site. I don’t think it is possible to add a fullscreen video on the layer slider without major modification. Try to enclose the iframe or video tag inside a div with 100% width:

    <div style="width:100%;"><iframe src="//www.youtube.com/embed/UDW1bp6ANlE" frameborder="0" allowfullscreen></iframe></div>

    You should probably wait for the Fullscreen Slider video implementation on Enfold 2.5.

    Regards,
    Ismael

    #214686

    Hey David!

    The code above target the mobile screens like iPhone etc. Please add this below:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    #top div .avia-gallery img {
    max-height: 217px;
    }
    }

    Best regards,
    Ismael

    #214681

    Hi Matt!

    WooCommerce adds a new sidebar area in the widgets area specifically for the shop. You can customize its content there.

    Widgets in the display everywhere will always show everywhere. There are a number of plugins that let you customize what widgets show where which you can use if you want more control over the widgets in your sidebars. Specifically this one: http://wordpress.org/extend/plugins/widget-logic/ and this one which is a bit easier to use http://wordpress.org/plugins/display-widgets/

    The sidebar is intended to go under the product image. The demo just doesn’t have widgets on the sidebar for single products.

    Cheers!
    Devin

    #214675

    In reply to: Column modal

    Hi clecocq!

    I’m sorry but this is beyond the scope of support. Please hire a freelance developer to help you. You can visit this link. Request the feature here.

    Regards,
    Ismael

    #214674

    In reply to: Issue with IE 9

    Hi!

    Please update your theme files to the most recent release which has bug fixes from the past few in it as well. For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Best regards,
    Devin

    #214669

    In reply to: header style logo

    Hi!

    You can actually use the “Header with social icons and bottom navigation” then set the theme to “Boxed Layout”. You can apply the logo as header background. Add something like this on QUuick CSS:

    #header {
    background-repeat: no-repeat;
    background-image: url(https://localhost/kriesi/enfold/wp-content/uploads/2012/04/2.jpg);
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    }
    
    .header_bg {
    opacity: 0;
    filter: alpha(opacity=0);
    }
    
    .logo {
    display: none;
    }

    Change the background-image url with your logo background.

    Regards,
    Ismael

Viewing 30 results - 230,311 through 230,340 (of 244,428 total)