Viewing 30 results - 97,681 through 97,710 (of 106,490 total)
  • Author
    Search Results
  • Hey!

    Can you try updating Enfold to version 2.4.5 and WordPres to version 3.8? Newer version of LayerSlider was added recently, updating may solve the issue. Kriesi announced that Enfold version 2.5 will be released next week which will be fully compatible with WordPress 3.8.1, if it not so urgent, you can wait for the version 2.5 as well
    Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Yigit

    #214894

    Thanks! I was baffled, but your test prompted me to dig deeper. It was the images. I think they were too large. They were scans at 1200 dpi and about 4mb each. WordPress Gallery did handle them, but the theme Gallery could not. I saved them at a smaller size and they work.

    I did notice some issues with the Gallery however. The big preview and thumbnails have some funny behaviors. For example, when I chose 36×36 for the thumbnails, it did seem to use that size, but insisted on blowing them up to about 150×150 on the page itself. At least in Preview mode. But I can work around this or use Justified Image Grid plugin.

    #214858
    Bulent Gercek
    Participant

    Hi,

    When we hit the search button on the top of the screen its shows the results with Ajax. And there is a featured images shown on the list for every item. But when we clicked to the “View all results” it shows the list of the all item found with the search without featured image. How can we add featured image to the search results?

    Thanks.
    Best regards.

    Hey Peter,

    did the css-thing to solve the problem in fist step. Works fine so far. Thank you!

    Regards,
    Arne

    Isnt the “Additional Portfolio Item Settings” section supposed to work?
    Maybe its just a bug here. Does the Option “Custom link” work with any kind of preview-image (Slideshow, Gallery, Imagelist)?

    Best Wishes
    Arne

    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

    Hi!

    No, but you can deactivate the slideshow links with following css code – insert it into the quick css field

    
    .portfolio-preview-image .avia-slideshow-inner li {
    pointer-events: none;
    }
    

    Regards,
    Peter

    #214808

    Hey!

    I couldn’t reproduce the issue – I tried to insert a gallery with 4 random images here: http://eichlerclub.com/theme-sample-pages/portfolio/ (I picked some images from the media gallery which re not at the very beginning/end of the image grid) and all 4 images display fine on the page and are saved. Maybe the issue occurs only on a certain page?

    Cheers!
    Peter

    #214793

    I’m having the same problem, I insert new images, but the gallery shows oldest images
    tried deactivating all plugins
    different browsers
    erasing cookies and cashes
    when i added to the .htaccess file got error
    please help

    #214785

    In reply to: Windows problem?

    Hey!


    @brdconcept
    – I agree with Devin. Something is weird with your wordpress installation.

    1) The backend is broken. The submenu items of the left toolbar don’t work properly and i.e. the menu editor (Appearance > Menus) doesn’t work (i.e. we can’t expand the menu item options). This is not a theme issue though because I can reprouce these issues with all themes – i.e. with the default Twenty Fourteen theme).

    2) Your website shows a weird banner on the admin page: https://imagizer.imageshack.us/v2/1630x820q90/560/c1cl.png which is not part of the theme code. I think a plugin, some custom code or your hoster adds it to the website and this banner breaks your admin page too (at least for me).

    Cheers!
    Peter

    #214748

    Hey!

    Can you please give us a link to the page with the color section?

    Regards,
    Ismael

    #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

    #214718

    Hi David!

    Please add this on Quick CSS or custom.css:

    .avia-icon-list-container.avia-builder-el-6.el_after_av_textblock.avia-builder-el-last .iconlist_icon {
    background: url('http://www.cadeaugolf.nl/wp-content/uploads/2013/04/image_rl2.png') no-repeat center center;
    background-size: 40px 40px;
    }
    
    .avia-icon-list-container.avia-builder-el-6.el_after_av_textblock.avia-builder-el-last .iconlist-char {
    display: none;
    }
    

    Best regards,
    Ismael

    #214706

    In reply to: Gallery for post

    Hi studiotopo!

    You can use the regular WordPress Add Media button just above the visual editor and then select your images to become a gallery.

    Cheers!
    Devin

    #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.

    #214690

    Hi!

    I think the wp rocket plugin is causing the issue. Kriesi uses BWP Minify plugin to compress scripts and optimize page speed.

    Cheers!
    Ismael

    #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;
    }
    }
    #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

    #214677

    Hey!

    You will also need to then include a custom class on your code and then some css inside the desktop only media query in the css/custom.css file to hide the image on desktop.

    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

    #214662

    Hi Monique!

    I’m sorry but I don’t see the difference between the two. Can you please elaborate? Add this on Quick CSS to set the thumbnail image on the navigation to 100% width with a minimum height and width of 80px:

    .avia-post-nav .entry-image img {
    border-radius: 100px;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 80px;
    min-width: 80px;
    }

    Cheers!
    Ismael

    #214655

    Hey Mario!

    I’m sorry but this is beyond the scope of support. The code you posted above is not enough to create a grayscale effect. You need to hire a freelance developer to modify the masonry images.

    Cheers!
    Ismael

    #214643
    auroradesignstudio
    Participant

    I have a gallery of hundreds of photos by different artists and I need to be able to have the user search them by artist name, which I planned to place in the caption for each image in the masonry tile portfolio. But the captions don’t appear to be searchable, because when I put in the artist name that I entered in the caption, nothing comes up (using the search bar in the header). Do you have a fix for this?

    #214631
    docperi
    Participant

    Hi,
    i’m trying to get the images at the Full Width Masonry in greyscale and on hover in color …
    trying long time and it wont work …

    i’ll tryed with various css
    got following css but my problem is finding the right class or #id to place it

    -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      filter: url(grayscale.svg); 
      filter: gray; /* IE 6-9 */

    Appendix: Found the right place … and it works with this css. :-)

    • This topic was modified 12 years, 3 months ago by docperi.
    #214625
    Monique
    Participant

    Hi Guys,

    Been a while. I just updated to WordPress 3.8.1 and then updated to most recent Enfold 2.4.5 using the WP admin.

    I just spot checked some pages and noticed on the Portfolio pages (I am using Single Portfolio: 2/3 Gallery template) that in the side navigation from one portfolio to another, the feature image is distorted and larger on some of the portfolios. Please see image below.

    http://mydesignspace.com/wordpress/wp-content/uploads/2014/01/Slider-navigation-issue.jpg
    This page: http://www.mydesignspace.com/work/responsive-web-design/

    I removed feature image and reset it to see if that fixed problem but, no change. I am not using any special CSS so not sure why some are behaving like that.

    I am not having that problem in the posts section: http://www.mydesignspace.com/my-big-smoke-with-cigar-aficionado/

    Any thoughts?

    Regards,
    Monique

    PS – Looks like it is only happening in IE (10) and Firefox (22, 26). Chrome and Safari look ok.

    • This topic was modified 12 years, 3 months ago by Monique.
    #214607

    Topic: Responsive Slider

    in forum Enfold
    bc3inca
    Participant

    I have created a slider on this site: http://unitedhomeexperts.yourmarvinwindows.com/

    The slider is not response though, as the slider images just overlap each other on smaller screens.

    How do I get this to work?

    #214603
    mscott819
    Participant

    I am using a third-party plugin that creates a custom page that contains a checkout iFrame for WePAY. Unfortunately, it doesn’t style the page based on the theme. I have added code to the functions.php that has allowed me to add my logo to the page:

    if ( ! function_exists( ‘mycred_buyCRED_custom_styling’ ) ) :
    add_action( ‘mycred_buy_cred_page_header’, ‘mycred_buyCRED_custom_styling’ );
    function mycred_buyCRED_custom_styling() {
    echo ‘
    <style type=”text/css”>
    html { background-color: rgb(34, 34, 34); }
    body { width: auto; height: inherit; margin: 0; padding: 120px 0 0 0; overflow: hidden; }
    body { background-image: url(“http://www.crewnami.com/wp-content/uploads/2013/10/Crewnami_Logo_V3.png&#8221;); background-position: top center; background-repeat: no-repeat; }
    body > img { display: none; }
    body > p { position: absolute; top: 24px; left: 24px; margin: 0; padding: 0;
    </style>’;
    }
    endif

    However, I would like it to look like the rest of the site. Unfortunately, that is above my pay grade. I would appreciate any help that could be provided.

    THANK YOU

    Hi!

    Not with how its currently set up no that isn’t an option. You could probably find a plugin that has the functionality you are looking for and get a similar implementation. Its not quite as integrated but if you are only showing images it doesn’t really matter if its a theme element or a plugin.

    Regards,
    Devin

    #214587

    In reply to: Who can i do?

    Hello!
    if you go on my web site http://lnx.hindu-temple.net that i’m working under the voice “contatti” there is “cartina”.
    here there is a image of what i would like to do. now in enfold not, but if i click on yellows point an image open into small window.

Viewing 30 results - 97,681 through 97,710 (of 106,490 total)