Viewing 30 results - 8,491 through 8,520 (of 10,095 total)
  • Author
    Search Results
  • Hey!

    You can try fancybox: https://github.com/fancyapps/fancyBox . I created a child theme which replaces prettyphoto with fancybox. You can download it here: http://www.mediafire.com/?05ho02ecut516hu

    Cheers!
    Peter

    techgrayscale
    Participant

    Hello! Wondering if it’s possible to adjust the background of the title and excerpt here: http://www.charlestonwedding.com/2014/recent-weddings/ to cover more of the image when a line wrap is needed rather than “breaking” the grid by going downwards? Make sense?

    Many Thanks!!!

    #242598

    Hey Labhanshi!

    You can use the Gallery Element and this plugin: http://wordpress.org/plugins/wp-gallery-custom-links/ to apply custom image links to your gallery images. You just need to install the plugin, then use the url field to apply a custom link. To use the plugin insert this code into your child theme functions.php (at the very bottom):

    
    add_filter('avf_avia_builder_gallery_image_link', 'avia_change_gallery_thumbnail_link', 10, 4);
    function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta)
    {
        $custom_url = get_post_meta($attachment->ID, '_gallery_link_url', true);
        if(!empty($custom_url))
        {
            $link[0] = $custom_url;
            $link['custom_link_class'] = 'aviaopeninbrowser';
        }
        return $link;
    }
    

    If you need help with the gallery paddings please post a link to the final layout which you want to use and give us more details about the styling adjustments.

    Cheers!
    Peter

    #242596

    Hi!

    I noticed two blurry images on your website. One section uses this image: http://sc.preview.addwebtoday.com/wp-content/uploads/2014/03/Schneider-Centre-Office-Ft-Myers.jpg as background. The image size is 598px x 438px and thus the background appears blurry on screens with a higher resolution. The second blurry background (section at the very top) still links to a thumbnail ( http://sc.preview.addwebtoday.com/wp-content/uploads/2013/04/Ft-Meyers-Beach-Plastic-Surgery-300×195.png ). Please make sure that the original image ( http://sc.preview.addwebtoday.com/wp-content/uploads/2013/04/Ft-Meyers-Beach-Plastic-Surgery.png ) is used. Note that this image has a resolution of 1000 x 650px and screens with a high resolution will also display a blurry baxkground. If you want perfect backgrounds you also must use high resolution images with a resolution of 1920px or more.

    Best regards,
    Peter

    #242581

    Hi Viramedia!

    You can try to use the dark lightbox skin. Open up enfold/js/avia.js and replace

    
    elements.prettyPhoto({ social_tools:'',slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });
    

    with

    
    elements.prettyPhoto({ social_tools:'', theme: 'dark_rounded', slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });
    

    or

    
    elements.prettyPhoto({ social_tools:'', theme: 'dark_square', slideshow: 5000, deeplinking: false, overlay_gallery:false, default_width: ww, default_height: wh });
    

    2) Yes, you can link to the fullsize image by adding this code to your child theme functions.php file:

    
    add_filter('avf_avia_builder_gallery_image_link', 'avia_change_gallery_thumbnail_link', 10, 4);
    function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta)
    {
        $link = wp_get_attachment_image_src($attachment->ID, "full");
        return $link;
    }
    
    

    Regards,
    Peter

    #242554

    Hey!

    Use 1500px image then the theme will re-size or break the image down to smaller thumbnails. If you want to create a new topic, just browse through theme list and look for the current theme that you’re currently using. Scroll below, you’ll see the “Create New Topic” section.

    Regards,
    Ismael

    #242482

    Hey!

    The “Slideshow Image Size” refers to the size of the thumbnail that is going to be use on the Easy Slider. It won’t change the size of the actual slider. You can add this on Quick CSS if you want to specify the height of the slider:

    .avia-slideshow-inner {
    height: 300px !important;
    }

    Best regards,
    Ismael

    #242241

    OK. I fixed the problem. We figured out what was important–its the ratio that is important, not the actual size of the image.

    For example if you want all the pictures to be square you would size them all to 400×400, or 800×800 or 120×120, or whatever. If you want vertical rectangle pictures, then an aspect ratio of 600 (height) x 300 (width) or 800×500, etc. Or if you want it horizontal rectangle, then it would be just reversed 800 (height) x 500 (width), or 300×600, etc. It is the relationship of the height x width that matters, not what the actual size (the numbers) are, that is taken care of by the theme itself (Enfold in my case).

    So what we wanted was a square ratio. So we set all our different image sizes (featured image, thumbnail, small, medium, large, post, portfolio, etc) in Enfold to the same “aspect ratio” which for us was square (e.g. 650×650, 700×700, 120×120 respectively) .

    Then, we resized all our pictures in Photoshop to the maximum size we thought we would use–for us that was 800×800. So every picture was resized to 800×800 (for you PS people, we used an action, much faster :).

    Next, we deleted all the images in our media library that we were replacing. Then we uploaded all the new 800×800 images we just created and attached them to the respective products on the product pages. The pictures were resized by the cart according to the use of the picture, so our thumbs were 120×120. The main product image was sized by the cart to 450×450, and the enlarged product image was 600×600.

    Now, if we ever want to change those preferences, we can just change setting in Enfold, and then regenerate the images. As long as we’ve kept the same ratio, it will work seamlessly.
    You can see how we’ve done on our website here: http://www.outtagear.com .

    I hope this helps others, Good Luck!

    I think that at least the increasing of the maximum vertical dimension of the lightbox to use the available screen dimension should be possible, isn’t it?
    And also the possibility to avoid the resizing of the picture inside the lightbox, in that way you can overcome the problem uploading the images with the needed dimensions.

    In any case, could you please suggest me a lightbox plugin that is compatible with Enfold for solving this problem, because I know that sometimes plugins create problems to the theme.

    For example, trying “Final Tiles Grid Gallery” plugin, it seems that also the lightbox from Enfold is opened.
    Is there a simple way to disable the opening of the lightbox of Enfold?

    Thanks,
    Giovanni

    #242080

    In reply to: #226711 response

    Ok. I’ve put also changes proporsed by Ismael and Josue, but still there is no effect I want to get in ajax portfolio, display as gallery:
    – don’t display lightbox after clicking big photo
    – don’t display lightbox after clicking on small photos on thumbnail
    – big photo should be not clickable
    – small photos on thumbnail should be clickable, but after clicking it should change big photo, no display any lightbox

    My page is http://www.yskra.pl

    #242036

    Hello!

    I have the same problem. I’ve tried :
    1. Re-sized the images in Settings<Media . Then “Regenerated Thumbnails”
    2. “Regenerated All Thumbnails” in Tools<Regen. Thumbnails

    And when I upload new image, woocommerce makes it the right size. Size is added to the file name, for example http://vkk-journal.ru/wp-content/uploads/bibliotechka-2012-3-301×4301-245×350.jpg. It was 301×430 and became 245×350. Ok. it’s what I need.
    But in product page it resizes. For example
    http://vkk-journal.ru/store/osnovnoe-o-zaloge-sudebnaya-praktika/
    http://vkk-journal.ru/store/kassovyie-operatsii-v-kreditnom-kooperative-kassovaya-distsiplina/

    I look at The Chrome Developer Tools:
    Основное о залоге
    <span class=”image-overlay overlay-type-image” style=”opacity: 0; left: 5px; top: 5px; display: block; height: 426px; width: 298px;”>
    <span class=”image-overlay-inside”>
    </span>
    </span>

    Why height: 426px; width: 298px;? Where did these dimensions?
    Thank you!

    • This reply was modified 12 years ago by Alisa.
    #242008

    Thanks so much Ismael, but for a featured image only? It’s the thumbnail image of a portfolio item for the Ajax portfolio I believe. The screenshot of this thumbnail is 495px.
    1500px for this seems quite big, to be honest.

    P.S. How can I start my own thread by the way?
    Thanks so much for your support.
    Steph

    Hi!

    You can create a portfolio item then look for “Overwrite Portfolio Link setting”, select “Define custom link”. Add the url of the vimeo or youtube video. This should open the video on lightbox when the portfolio thumbnail is clicked.

    Best regards,
    Ismael

    With the above description this isn’t doable with the current lightbox script. You would need to have something custom developed to work within those constraints.

    #241866
    cmdlinegeek
    Participant

    I’m trying to use an image 1130px x 400px as the color-section background image, while using the parallax feature. However, each time I set the image and refresh the page, the image seems to be scaled to a larger size. What size does the image need to be so that it isn’t scaled at all. Also, shouldn’t the option “stretch to fit” take care of this issue? Thank you.

    Note: I have tried multiple thumbnail sizes when setting the image.

    #241845
    wesleysoccer
    Participant

    http://encorecoatings.com/encore-for-wood-deck-docks/

    Is there any reason my thumbnail image is sideways (2 images) but it shows normal in lightbox?

    Thanks.

    #241777

    Ok guys, theme updated. results of my testing are:

    In Google Chrome it does not appear. The page fades to grey and if you scroll down to the bottom of the page there is a large white space displayed.
    On Samsung Tab 3 – Chrome browser now displays the lightbox, but you have to “chase” it down the screen
    On Samsung Tab 3 – native browser it does not show the lightbox and now you can’t change the image that appears in the ‘big thumbnail’ by selecting one of the small thumbnails
    On Samsung Galaxy S2 – native browser, lightbox doesnt show and now you can’t change the image that appears in the ‘big thumbnail’ by selecting one of the small thumbnails. Extended Header issue resolved
    On Samsung Galaxy S2 – Chrome browser: Extended Header. Google Font not showing, Gallery ‘Big Preview’ height not auto adjusting as per the CSS. Lightbox does not appear although page fades to grey and it seems that you can ‘chase’ it down the screen but its not showing
    On IE11 everything works as expected

    here’s a screen shot of how i have the header.php configured with the google font code if it helps:

    https://www.dropbox.com/s/4ddig3zdh90t31g/headerphp.PNG

    thanks,
    stu

    #241747

    Hi!

    Set the post format to Gallery then use the “Add Media” button to insert a gallery. Save the post then edit the blog page. Use the “Single author, small preview pic” blog style.

    Best regards,
    Ismael

    #241722

    Hey!

    You can use this on the child theme’s functions.php:

    function avia_change_image_size_array() {
    global $avia_config;
    $avia_config['imgSize']['gallery'] = array('width'=>900, 'height'=>600 );						// images for portfolio entries (2,3 column)
    avia_backend_add_thumbnail_size($avia_config);
    }
    add_action( 'init', 'avia_change_image_size_array', 1);

    Cheers!
    Ismael

    #241592

    btw. how can the gallery post being displayed on the blog entry page?

    http://wpml.viramedia.de/news/

    thanks

    #241590

    Thanks for the tipp… found the issue… it was the themeFusion Core Plugin for AVADA previosly installed…

    thanks did work great, problem solved

    #241484

    Hi Igor!

    That should not be happening, have you tried disabling all third-party plugins to see if it gets fixed?

    Regards,
    Josue

    #241415
    dstellagon
    Participant

    Hi.

    When I have a sidebar, the blog looks like this, and the sidebar just shows empty at the bottom.

    https://imageshack.com/i/ngpxphp

    When I remove the sidebar, the blog looks all centered, with the thumbnail on top.

    https://imageshack.com/i/0vti8kp

    I’d like it to keep looking like the one with the sidebar, but without the bottom sidebar.

    Also, is there a way to have a box that includes the thumb and the information, in order to help make text readable so that I can have a complete background image?

    Thanks.

    #241394
    Viramedia
    Participant

    Hi
    I understood that when Post Format is set and I activate an image Gallery in the blogpost, it will be visible on the website…

    http://wpml.viramedia.de/postformat/

    but how can I have the lightbox activated & why are the thumbs below the main image always darker?

    Thanks
    Igor

    Hi,

    I am trying to be more clear.

    Have a look at the images in the following link:
    https://drive.google.com/folderview?id=0B8lRqyCRL2oHc2lJX0htTUcwZXc&usp=sharing

    A portrait image, like “Arabesque” (width 900, height 2773 – picture 1), is displayed very small on the lightbox (picture 3), even smaller than the correspondent thumbnail image, and the lightbox is used to have a more detailed picture.

    A landscape image, like “Allorizzonte” (width 1500, height 508 – picture 2), is displayed as a big image on the lightbox (picture 4), much too big.

    The point is that the lightbox is not using all the available vertical dimension of the screen but only a portion of it and that all the images are resized to the maximum height and so the proportionality with the real images is left.

    What I need for the lightbox is that the maximum height should be as large as possible on the basis of the available screen and moreover to display the images proportionally to the real ones, having the possibility either to define the % of the resize or to directly define the size of the image displayed on the lightbox.

    In such a way, starting from the maximum height available for the lightbox, you can accordingly define the dimension of the different images in order to display images similar to the real ones and properly detailed.

    Thanks again for your help.

    Kind regards,
    Giovanni

    #241018

    Hi lsgstudio!

    You can add additional image sizes in the functions.php file. Look for the start of the section with this line:
    $avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36);

    Regards,
    Devin

    #240912

    In reply to: Image sizes and css

    Hi David,

    Thx for your reply!

    I understand you have this for the dynamics of enfold, but shouldnt that be aplied to the avia containers that require this and explicitly not to the custom text block images?

    How would you add a 200×300 image inside the custom text block to left aline it as a thumbnail to have text run around it and make sure screens display it at 100×150 including retina?

    Visual:

    [img] text te
    xt text text t
    ext text etc

    My opinion is to only apply width/height=100% to places where this is needed, not all images.

    Ps. Somehow this prob came with 2.6(1) and was not there in 2.5.4 resulting in images being shown double sized allover the site.

    • This reply was modified 12 years ago by borkent.
    #240863

    Hi Dude,

    Thanks for your reply. the lightbox is gone but it is still a link nojust opening in new page.

    Shouldn’t have mentioned the lightbox, sorry. I still want to trigger the gallery big picture but without it being a link to whatever, clicking on it must not be possible. Only to trigger.

    So thumbnails are not a link to anything only to activate/trigger the gallery.

    thanks

    lisa_intesolv
    Participant

    None of my images are showing up. I’ve loaded them into the media library, but when I try to add them to a page or the LayerSlider they don’t work. In the LayerSlider, the preview just gives me the spinning thinking wheel; same on the page. When I try to load an image onto a page, it just gives me a broken image thumbnail. What am I doing or not doing?

    Hi Dude,

    I’ll give it a shot…But still having an issue with the images not being the same height.

    Ismael – this css: `#top div .avia-gallery .avia-gallery-big img {
    height: 100%;
    }`

    works in FireFox but stretches the images in Chrome way beyond their 670px height – no good. Please feel free to take a look: http://www.sistahhollywood.com/spring-2014-trend-report/ … And for some reason in Chrome, it removed the thumbnails from under the big preview from 2 – 4. #veryfrustrating

    Is there documentation or a post somewhere that tells us what sizes these images should be to begin with? So it looks correct/good across browsers just like your demo … This way we can avoid having to constantly tweak the CSS.

Viewing 30 results - 8,491 through 8,520 (of 10,095 total)