Viewing 30 results - 6,301 through 6,330 (of 10,101 total)
  • Author
    Search Results
  • Hi vic98!

    Please go to Appearance > Editor and open functions.php file and find

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);	

    and change size as needed and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
    Then add following code to Quick CSS in Enfold theme options under General Styling tab

    .single .post-meta-infos { display: none !important; }

    Cheers!
    Yigit

    #486283

    In reply to: blog header images

    Hi gorgani!

    Thank you for using Enfold.

    Edit the blog post element then set the Preview Image Size to manual. Choose the custom preview image size. You might need to regenerate the thumbnails first. Use this plugin then go to Settings >Media, click the Regenerate Thumbnails button: https://wordpress.org/plugins/simple-image-sizes/

    Cheers!
    Ismael

    #486281

    Hey!

    I tried to login to the site but it’s not working. What is the thumbnail size that you use in the slider?

    Regards,
    Ismael

    #486184

    Thanks. I tried the code, but I must be doing something wrong. I dragged a Text Block, clicked on the “Text” tab, pasted your code and replaced YOUTUBE_CODE_HERE with the long URL of the video. Saved it, updated etc. There is no thumbnail, but the video pops up. I pasted the code below as taken from the text block after saving it. Do I have a syntax error somewhere ? Doesn’t work for me for some reason. Thanks Joe

    #486162

    Hi Joe!

    The image element just pulls static images uploaded to the Media library, there’s no way for it to detect that it is being linked to a YT video and change its image accordingly.

    However, as you are using YouTube videos we could make use of the already YouTube-generated thumbnail, try using a Text Block / Code Block element with a code like this for your videos:

    <a href='http://www.youtube.com/watch?v=YOUTUBE_CODE_HERE'><img src=' https://i.ytimg.com/vi/YOUTUBE_CODE_HERE/hqdefault.jpg'></a>
    

    Cheers!
    Josue

    #486143

    Thanks, that makes sense for self-hosted videos.

    However, I also used the 3rd approach (image element) to link to a Youtube Video. I used the long URL and the short URL, but the image did not show a thumbnail in either case. Should the thumbnails show up when linking to youtube videos ?

    Thanks – Joe

    cidcreative
    Participant

    Hi.

    Is there a way to use the Portfolio from the Photography Demo in One Page Portfolio Demo? I really like the way the thumbnails “flip” in Photography Demo and would like to use that animation treatment in the One Page Portfolio. Is that possible? I can’t find it in the thread and I can’t figure it out.

    Thanks!

    lol4000
    Participant

    Hi,

    I have finished my website using this template and was really happy with it until I provided it to the client to add their own posts and products. As they have been adding images of all different sizes and aspect ratios the pages are misaligned due to the heights of the images being different.

    To rectify this on the product pages I have added the following CSS to ensure the image spaces are all the same height. However this is no good for viewing on mobile devices as this makes the image space really tall and no longer square.
    .thumbnail_container {height: 230px; line-height: 230px !important; overflow:hidden;}

    http://www.hydrossolutions.com/product-category/market-sectors/construction/

    I could ask the client to ensure they upload square images only of a minimum width / height to ensure they are always aligned, although I would much prefer to be able to control this myself is possible.

    The images for news stories really confuse me as they are totally different sizes and inconsistent throughout.

    See the links below which shows how different they all look.
    http://www.hydrossolutions.com/2015/07/31/applicator-training-courses-australia/
    http://www.hydrossolutions.com/2015/07/15/nanolia-worldwide-amalgamation-announcement/
    http://www.hydrossolutions.com/2015/07/31/athens-underground-graffiti-playground/

    Even on the homepage where it shows the news posts displayed within a content slider the first three images shown all look square but then when you scroll to the next three, the images are different sizes again.

    I just want them all to look the same width / height.

    #485730

    Hi!

    You’d need to use the 3rd approach (Image element) and set the thumbnail manually as the Image element, there’s no way in Enfold to auto-generated a thumbnail for self-hosted videos.

    Regards,
    Josue

    Dear Josue (or any other member of the fabulous Enfold support team),

    I still have problems with my portrait gallery.

    “Perfect Grid” seems to be the best option for my case, but I couldn’t find a way to let the thumbnails be shown without being clipped (in both dimensions, width and height). I tried a lot of settings of “min-height” (and other settings like max-hight, min-width, height and width), without any success. I couldn’t get rid of the clipping.

    If I use “Flexible Masonry”, the thumbnails are not clipped! But I got problems with the sort order, again with trying a lot of settings, without any proper solution.

    A last approach was, not to use “Masonry Gallery”. Instead I tried “Gallery”. This looks fine, but I got sporadic gaps.

    To illustrate my tries, I created a test page. It’s passwort protected, please use this password: enfold

    My main questions are:
    1. Is a way known, to use “Masonry Gallery” with “Perfect Grid” without clipping the thumbnails (like “Flexible Masonry” does)?
    2. What can be done to use “Gallery” without the sporadic gaps?

    Kind regards,

    Eckhard

    • This reply was modified 10 years, 8 months ago by Eckhard.
    #485341

    Hi!

    can you show us about which video and thumbnail you are talking about? then we could try to do it for you.

    Regards,
    Andy

    #485339

    The code you posted doesn’t work for me. It doesn’t show the thumbnail and when I click on it, it says “Image could not be loaded”.

    Let me restate, I just want to put a video, that shows a thumbnail, when the user clicks on it, it opens into a larger size so they can view it.
    Is there no simple way to do this ? What is the solution ?

    Please advise.

    #485238

    Hello Andy,

    I have a customised postslider.php for the BLOG GRID function on my page.
    I want to have the short code wrapped around each blog post thumbnail.

    You will see that I have manually added some code after the excerpts with custom fields.
    Now I just want to wrap the shortcode around the thumbnail on blog grid posts.

    Thanks,
    Alvin

    #485153

    Hi!

    Use this as an example:

    <a title="Despicable Me" rel="prettyPhoto[movies]" href="http://trailers.apple.com/movies/universal/despicableme/despicableme-tlr1_r640s.mov?width=640&height=360"><img src="/wp-content/themes/NMFE/images/thumbnails/quicktime-logo.png" alt="Despicable Me" width="50" /></a>
    

    and put in your settings.

    Fore more information about lightbox settings see this: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone

    Regards,
    Andy

    #484893
    alvinhy
    Participant

    Hello, I am trying to put a social hover on images on the frontpage where I use blog grid.
    I tried to customise postslider.php

    This is the current code I have:

    					$stufflink = get_post_meta($the_id, 'wpcf-stuff_link', true);			
    					$output .= $thumbnail ? "<a href='".$stufflink."' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title='' target='_blank'>{$thumbnail}</a>" : "";

    However, I would like to wrap the thumbnail with the shortcode:
    echo do_shortcode( '[shortcode]' . $text_to_be_wrapped_in_shortcode . '[/shortcode]' );

    Is it possible? I can’t figure out how to put the code in between the shortcode for it to work.
    Thanks.

    #484879
    marieilene
    Participant

    Is there a way to add navigation to a gallery ? As it is now the usr has to click on each thumbnail to move to the next image. It would be much more user friendly if there were next and previous buttons next to the main image, is that possible? This is the gallery style I am talking about:
    http://trgrealtyinc.com/portfolio-item/for-sale-429-431-geneva-street-775000/

    Thanks

    Marie

    #484545

    I love u :)

    Thanks! Maybe my last question for single-product.

    1. Possible to move Short Product description a bit to left, that the whitespace isnt that big between thumbnails and short description?
    2. How to remove whitespace between end of product description and footer?

    Happy Weekend

    #484526
    alvinhy
    Participant

    Hello, I have a blog grid on my frontpage and the thumbnails are not cropping properly.
    I want them to be in the same size. I already set in advanced builder “choose the preview image size manually”, but the image does not stretch into the size.

    I want them to be around “360×270” size.
    Is there a solution to this?

    #484520

    Hey!

    please try to separate different questions into different tickets. Otherwise it gets too confusing for us moderators and for other readers who are searching help too. Furthermore we can answer simultaneously when you separate your questions, so you get a faster reply.

    I am unsure if I fully understand your first post.
    Enfold does not provide social sharing in lightbox. For this function you need to search a 3rd party plugin.
    You can control image sizes using a plugin like this: https://wordpress.org/plugins/simple-image-sizes/. Afterwards you need to regenerate thumbnails (you can do this with the very same plugin).

    I don’t know what you mean with “… but with different sized images, I want a way for it to show the featured image, …”. Can you explain further what you want to achieve? or maybe even show screenshots/mockups of what you need? use imgur.com or dropbox.
    I can’t see the left and right arrows anymore. Did you remove them?

    Best regards,
    Andy

    #484470

    Hi!

    Please add following code to Quick CSS as well

    div.product div.images div.thumbnails {
        padding-top: 0;
        margin-top: 0;
    }
    .single-product .image-overlay { display: none !important; }

    I could not see the second issue but second code should remove image overlay from product gallery on single product page.

    Regards,
    Yigit

    #484323

    Thats looks better. Just Two things to be ready with this:

    1. Move thumbnails a bit top (Make it even with main image)
    2. On hover on main image, the hover effevt (overlay) is breaking the border right.

    #484314

    Hi!

    You can try this:

    .template-shop .single-product-main-image .images a {
        width: 70%;
        float: left;
    }
    
    .single-product-main-image .thumbnails {
        width: 25% !important;
        float: left;
        margin-left: 4%;
    }
    
    #top .single-product-main-image .thumbnails a {
        width: 48%;
    }

    Regards,
    Ismael

    #484313

    Hi!

    If you’re referring to the size of the thumbnail that is being used in the product item, you can set the size on Woocommerce > Settings > Products > Display > Product Images panel. Adjust the thumbnail size then regenerate the thumbnails. https://wordpress.org/plugins/simple-image-sizes/

    Best regards,
    Ismael

    Ah!!!! ok that’s what went wrong… I assumed 10% would mean the images would appear sooner (less scroll)

    Tried it again and still don’t see much of a difference for pages with lots of thumbnails such as the link I gave in previous replies above

    Well, if you say it’s the correct file & line to edit in main theme files then I will see with client what we’ll do. Leave it as is or apply your animation removal fix with css.

    Thanks!!

    You can consider this topic closed & resolved.

    #484064
    queremosjugar
    Participant

    If i set this shortcode, css width is set with a , instead a .

    Shorcode:
    [av_gallery ids='8762,8761,8760' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='portfolio' columns='3' imagelink='lightbox' lazyload='avia_lazyload']

    CSS Code:
    #top #wrap_all .avia-gallery-3 .avia-gallery-thumb a {
    width: 33,3333%;
    }

    Example: http://www.queremosjugar.org/dia-de-socios-en-el-alamillo-27-de-junio/

    • This topic was modified 10 years, 8 months ago by queremosjugar.
    #483766

    Hey,

    isnt is possible to move thumbnails to the right of main image? I reduced main image size, so it should enough place for doing this or? I added a screen, how it should be.

    Sorry, I was referring to the first suggestion:
    enfold/js/shortcodes.js file line 86
    $(‘.avia_animate_when_almost_visible’, container).avia_waypoints({ offset: ‘80%’});

    What I mean is, I edited that and changed it to 10%. I edited it in actual theme files to test it at first. I didn’t see any difference in amount of scrolling necessary to have the thumbs appear. So I was wondering if that was really the line of code to edit for the portfolio gallery thumbnail animation.

    Please confirm
    Thanks!

    #483650

    Hi!

    I’m sorry but what you’re trying to do is not possible without major modification on product template because those thumbnails are located on a different container.

    Regards,
    Ismael

    #483530
    bibbitybop
    Participant

    I have an mp4 video, I want to show as a thumbnail (generated by Enfold), when the user clicks on it it pops up in a Lightbox.

    I’ve read through the forums here on how to do this and have tried a number of approaches still can’t get it quite to work correctly. I either get the Lightbox to work but no thumbnail…. OR I have a thumbnail but can’t get it to open in a Lightbox.

    Here is what I have tried and the results;

    Approach 1: (Video Element)
    When I use a “Video Element” and add the URL “http://myurl/myfile.mp4&#8221;, the thumbnail shows up, but when you click on it, it doesn’t show a Lightbox.

    Approach 2: (Video Element with iframe=true)
    When I do the same as above, but change the URL to “http://myrul/myfie.mp4?iframe=true&#8221; , the thumbnail disappears and it only shows the link, but it does open in a Lightbox, when you click on it.

    Approach 3: (Image Element, setting link to URL manually)
    When I add an Image Element and set the URL to open the video, the Lightbox opens correctly but because I’m using the image element, there is no thumbnail.

    Any suggestions ? Thanks !

    • This topic was modified 10 years, 8 months ago by bibbitybop.
    #483295

    Hi!

    Please inspect these two lines as well – http://i.imgur.com/WmE3BbC.png and make sure that their heights are matching your widget thumbnails size

    Regards,
    Yigit

Viewing 30 results - 6,301 through 6,330 (of 10,101 total)