Viewing 30 results - 3,841 through 3,870 (of 10,099 total)
  • Author
    Search Results
  • #812206
    Jennifer
    Participant

    Hello,

    I’d like to deactivate or hide the thumbnails that display at the bottom of each portfolio item page. I do want to keep the thumbnails on the main portfolio page though.

    Thanks in advance,
    Jennifer

    #812194

    I did it, but the code did not change the problem. The pictures look still blurred.

    I added this codes in the child:
    this here is for having fullsize for an image link:
    function change_lightbox_size() {
    return “full”;
    }
    add_filter(‘avf_avia_builder_helper_lightbox_size’,’change_lightbox_size’, 10);

    and this is for gallery image links :
    function avia_change_gallery_thumbnail_link($link, $attachment, $atts, $meta)
    {
    $link = wp_get_attachment_image_src($attachment->ID, “full”);
    return $link;
    }
    add_filter(‘avf_avia_builder_gallery_image_link’, ‘avia_change_gallery_thumbnail_link’, 10, 4);

    >I installed the responsive Lightbox plugin and there the images are displayed in original quality. No idea why the enfold Lightbox does not…

    #812164
    fusion01
    Participant

    HI there I’ve followed the following yet nothing is working:

    Both the WP Gallery Custom Links plug-in is installed.

    Following code is added to the bottom the functions.php file, residing in the enfold-child folder:

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

    I’ve added the appropriate links to each of the images (red & grey in tiles) – yet they still trigger the lightboxes. Please assist.

    #812050

    And i can not confirm this behavior – so that is the reason why i do not see your problem

    i have on right click open on the thumbnails the link to the portfolio-item itself.
    On the right click open on the image above the thumbnails i have new tab with the featured image.

    so in my browsers (Firefox, Chorme, Opera, Safari, Safari Technology Preview ) on OSX Sierra – there is no problem with that.

    i thought you would like to have that as a click option as well. So your right click open does not work ( but the click works?) –

    #811871

    In reply to: Image proportions

    Hey Jordan,

    Thanks for getting back to me. We just need to make the thumbnail size shorter in height, the width will stay the same.

    We’d like these thumbnails: http://www.mkdev.com.au/ambleside/category/bull-sales/

    To be the same as these thumbnails: http://www.mkdev.com.au/ambleside/bull-sales/

    Cheers
    Trent

    #811839

    I don’t want them to just play, but be showcased in a rotation and have people play which ones they want. I’ve seen it on other sites.

    I figured it out. Looks like the auto-rotate duration for the video easy slider is only for the video images on mobile devices, not desktops. Hence it says in the description “Images will be shown the selected amount of seconds”

    This is possible with mobile devices. Is there a way to do it on the desktop? I just want the thumbnails of the videos to rotate, then people can play which ones they want as they rotate.

    • This reply was modified 8 years, 10 months ago by Cameron.
    #811824

    if you normaly click on the thumbnails down the ajax portfolio grid – the ajax opens a preview of the portfolio item above – hovering that bigger image shows you an overlay effect and on click that image you receive a lightbox of the featured image.
    you can suppress that easily – but to have a different link on that ( imaginable was a link to the portfolio-item itself) will be more complicated.

    • This reply was modified 8 years, 10 months ago by Guenni007.
    #811728

    did you allready put those snippets into your functions.php of your child theme to set-up the fullsize images in lightbox and not the big one?

    this here is for having fullsize for an image link:

    function change_lightbox_size() {
        return "full";
    }
    add_filter('avf_avia_builder_helper_lightbox_size','change_lightbox_size', 10);

    and this is for gallery image links :

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

    maybe there is one snippet more for masonry image links

    but: the fullsize image here on your site is allready in that dimension (sometimes under the dimension of big-preview images)

    in functions.php (parent-theme) you can see the image-sizes which enfold is handling:

    $avia_config['imgSize']['widget'] 			= array('width'=>36,  'height'=>36);
    $avia_config['imgSize']['square'] 		 	= array('width'=>180, 'height'=>180);
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );
    $avia_config['imgSize']['featured_large'] 	= array('width'=>1500, 'height'=>630 );	
    $avia_config['imgSize']['extra_large'] 		 = array('width'=>1500, 'height'=>1500 , 'crop' => false);
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );
    $avia_config['imgSize']['portfolio_small'] 	= array('width'=>260, 'height'=>185 );
    $avia_config['imgSize']['gallery'] 		 	= array('width'=>845, 'height'=>684 );
    $avia_config['imgSize']['magazine'] 		 = array('width'=>710, 'height'=>375 );
    $avia_config['imgSize']['masonry'] 		 	= array('width'=>705, 'height'=>705 , 'crop' => false);
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );

    so if you want a good resolution for your lightbox images – do the snippets above and upload images with 1500px width

    • This reply was modified 8 years, 10 months ago by Guenni007.
    #811573

    Topic: Image proportions

    in forum Enfold
    trentsiddharta
    Participant

    Hi there,

    Firstly, awesome theme, thank you.

    How can we change the proportions of the thumbnails on this page: http://www.mkdev.com.au/ambleside/category/bull-sales/

    to be the same as on this page: http://www.mkdev.com.au/ambleside/bull-sales/

    Cheers
    Trent

    #811554
    allerart
    Participant

    I have to change the main picture when the user clicks on the thumbnail pictures of the woocommerce product detail page. By click on the main picture it’s still open the lightbox. I have tested some solutions like https://kriesi.at/support/topic/change-main-product-image-using-thumbnails-beneath/. Unfortunately it did not work. Can you help me?

    Here i would like to use it:

    • This topic was modified 8 years, 10 months ago by allerart.
    #811454

    Hi

    It works but it doesn’t do what i want so let me precise it maybe.
    You have almost it. I tried the different combinations of the code.

    When i go into one of the sections (item portfolio), it enlarges (which is great) put the text aside but let a thumbnail of the wider picture just besides like a gallery or diaporama.
    I just would like not to have twice the pictures (one in big and another one alone in little just after).
    Is it possible ?

    Thank you by advance
    I really thought I would never have an answer.
    Ty

    if I am not clear enough again, i will send you pictures of the wished changes.

    #811394

    Hey th-photography,

    Thank you for using Enfold.

    Please go to the Settings > Media panel then adjust the size of the Large thumbnail. Upload or regenerate the images again.

    Best regards,
    Ismael

    #811219
    pnguevarall
    Participant

    Hey guys,

    The goal is to have the full text or summary of my blog post on the blog page however currently it only shows the thumbnail and read more button.

    How do I get rid of the read more button and have it show the whole post. I’ve gone through the reading settings, Enfold blog layout, and options in the blog page with no luck.

    Would you mind helping me figure this out?

    Regards,
    Pat

    #811110
    PT0060
    Participant

    Hi,

    Im using woocommerce with enfold theme, and In some of my products the main image appears with very poor Quality.
    I already fix sizes and regenerate all thumbnails multiple times, the problem only appear on Chrome, in other browsers like safari everything its ok.
    The problem Its only at the main product image, the catalogue images and miniatures are fine.
    Can your please advise?

    Thanks,

    Frederico

    #810929

    In reply to: fullwidth slider

    Hi,

    I am taking about the home page. at the fullwidth slider the caption come before the image:

    the code now:

    <div class="slideshow_caption"><div class="slideshow_inner_caption"><div class="slideshow_align_caption"><h2 style="font-size:37px; " class="avia-caption-title" itemprop="name">UNIART BULIDING AUTOMATION SAVING ENERGY AND CONTROL</h2><div class="avia-caption-content " itemprop="description"><p>UNIART BMS is the most powerful solution for saving energy in public buildings and industry , a pure distributed system TCP/IP based with Web SCADA software</p>
    </div></div></div></div>
    <img src="http://ca.catom.com/wp-content/uploads/2015/03/hp5-1030x435.jpg" width="1030" height="435" title="hp5" alt=" " itemprop="thumbnailUrl" style="left: 0px;">
    

    the code i want:

    <img src="http://ca.catom.com/wp-content/uploads/2015/03/hp5-1030x435.jpg" width="1030" height="435" title="hp5" alt=" " itemprop="thumbnailUrl" style="left: 0px;">
    
    <div class="slideshow_caption"><div class="slideshow_inner_caption"><div class="slideshow_align_caption"><h2 style="font-size:37px; " class="avia-caption-title" itemprop="name">UNIART BULIDING AUTOMATION SAVING ENERGY AND CONTROL</h2><div class="avia-caption-content " itemprop="description"><p>UNIART BMS is the most powerful solution for saving energy in public buildings and industry , a pure distributed system TCP/IP based with Web SCADA software</p>
    </div></div></div></div>
    
    

    I want to switch between them and make the image come before the caption in the code.
    I want it to happen to make compatibility of the code in mobile, right now it does not look good.

    Tnx again,
    Mor.

    • This reply was modified 8 years, 10 months ago by morhai91.
    #810504
    Steffen
    Participant

    Hi,
    since a couple of days I’ve got the problem, that some of the product images in the catalogue view are blurry/pixelated. On the product page they look fine and on my mobile device the images in the overview of the category also looks fine. I already applied the “fix” for the blurry thumbnails posted in this forum. What can I do? The thumbnails looked fine a couple of days ago and to regenerate them does not have any effect.

    Thanks and kind regards

    #810254

    Hi,

    You need to set a bigger size for your thumbs here

    View post on imgur.com


    At least 150x150px and regenerate thumbs using this plugin

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #810187

    Hi Rikard,

    However, for some reason when looking at the posts page, the images are turned off. If I go back to Screen Options to tick “images” it does not remain ticked. So, if you log in, you may not be seeing what the initial issue was.

    Can you enable the thumbnail images to show again (not sure why they are note) and you may see what the initial issue was.

    Thanks

    #810005

    for portfolio.php

    I have added the line here:

    $custom_link = get_post_meta( $the_id ,'_portfolio_custom_link', true) != "" ? get_post_meta( $the_id ,'_portfolio_custom_link_url', true) : false;
    				$custom_link_class = get_post_meta( $the_id ,'_portfolio_custom_link', true) != "" ? 'grid-custom-link' : '';

    Also replaced line:

    $output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size, $image_attrs )."</".$link_markup[1].">";

    with line:
    $output .= "<".$link_markup[0]." data-rel='grid-".avia_post_grid::$grid."' class='".$custom_link_class." grid-image avia-hover-fx'>".$custom_overlay.get_the_post_thumbnail( $the_id, $image_size, $image_attrs )."</".$link_markup[1].">";

    Have I missed something? Thanks again.

    #810004

    Thank you for the instructions, I am having some problems though as it has stopped the thumbnails from loading and the slider.

    For the shortcodes.js file, I have added the 2 lines of code as follows, please let me know if this is correct.

    	methods = 
    			{
    				load_item: function(e)
    				var target = $(e.currentTarget);
    									if(target.is('.grid-custom-link')) return;
    				{
    					e.preventDefault();
    
    					var link			= $(this),
    						post_container	= link.parents('.post-entry:eq(0)'),
    						post_id			= "ID_" + post_container.data('ajax-id'),
    						clickedIndex	= items.index(post_container);
    #809847
    GuillLec
    Participant

    Is it possible to delete thumbnails in item portfolio ?
    See in the part “fondateur”, when you click on a zone, you get a little summary (its a deviated way of presenting things i recognize) but the thumbnail is useless.
    I wish i could delete it.
    Any ideas taken

    #809642
    AusWeb
    Participant

    Hi Guys,

    This is an Enfold question.

    When I’m logged into WordPress, and go to “Posts > All Posts”, on that page, the image thumbnail images are massive, taking up more than 50% of the screen – there doesn’t seem to be an image upload feature here to show you a screenshot.

    It makes it hard to read any text on the page, and I can only see about 1 post at a time before scrolling down.

    #809357

    In reply to: Images Compression

    Hi,

    Actually I’m compressing images before uploading on wordpress and i’ve activated gZip compression with my hosting service.

    How are you compressing your images? Because Page Speed is recommending you compress, and testing one of your images on TinyJPG shows a 64% savings if you use their tool
    postimage
    Also the Gzip tool says compression is not occuring
    postimage
    After optimizing your images, remove the old ones and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/ I believe this will help the magazine element issue.

    Best regards,
    Mike

    #809343

    In reply to: Street View

    Hey zimbo,
    Have you tried adding it as background image to your element? Here is a example css:

    body {
    background-image: url(https: (Email address hidden if logged out) ,-122.2266158,3a,75y,216.41h,84.03t/data=!3m7!1e1!3m5!1s8O486co7hAdjuVBZAOfXOA!2e0!6s%2F%2Fgeo3.ggpht.com%2Fcbk%3Fpanoid%3D8O486co7hAdjuVBZAOfXOA%26output%3Dthumbnail%26cb_client%3Dmaps_sv.tactile.gps%26thumb%3D2%26w%3D203%26h%3D100%26yaw%3D359.26068%26pitch%3D0%26thumbfov%3D100!7i13312!8i6656);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }

    I would wonder if you use the street view url how many times your site url can be loaded before google blocks it, they tend to block image leeching. Perhaps you could try taking a screenshot and upload it to your site as a background.

    Best regards,
    Mike

    @Jordan Shannon – thanks…

    Your height directive has a missing ! before the important and when this is included the slider disappears, but the thumbnails remain. :-(

    Is heightneeded? Or ‘auto’/’inherit’?

    The padding-bottom however creates a whitespace when responsive. I’ll have to add some responsive CSS to reduce the padding-bottom at various screen sizes. Can you remind/suggest code at what sizes might be appropriate, can’t remember when Enfold switches.

    zimbo
    Participant

    You can see the problem here

    If I remove the tabs element then the LayerSlider thumbnails overlap into the footer.

    Any ideas how to fix this?

    PS. If I add a 120px Whitespace element below the LayerSlider then the overlap ‘disappers’ but that’s not a solution because the page won’t work properly in responsive mode.

    #808952
    giaco_he
    Participant

    Hey team,

    I made a few changes to my WooCommerce product pages as suggested by an moderator in this forum. For example, take a look at: https://edley.de/produkt/digitales-marketing/

    I changed the product description box to full size using the following CSS Code in my Quick-CSS:

    /*Produktbeschreibung full width*/
    .single-product-summary {
    overflow: visible;
    }
    .template-shop div.product div.summary {
    width: 60%;
    float: left;
    }
    
    .single .woocommerce-tabs {
        position: relative;
        top: -75px;
    }
    
    /*Thumbnails Product Page in 1x6 anordnen*/
    #top .single-product-main-image .thumbnails a{
    width:15.3%!important;
    }
    

    It looks fine on the desktop version.
    However, the product pages look weird on mobile devices and in responsive mode. In the mobile version, the description is just displayed on one half of the page and the button ‘In den Warenkorb’ is not clickable anymore. Also, the different tabs (Beschreibung, Lernplan, Bewertungen) do look weird on devices that are smaller than an iPhone 6s Plus..
    Please take a look at the site on your mobile device or in responsive mode, you’ll see what I mean.
    Do you have any ideas on how to fix that?

    Thanks,

    Giaco

    • This topic was modified 8 years, 10 months ago by giaco_he.
    #808945
    perler
    Participant

    We would like to use the masonry gallery but would like to have a different picture for the thumbnail than for the lightbox image. what would be the best approach?

    http://imgur.com/a/FOyps
    Giant day team-wrap,

    Have the following problem with my side:
    Will remove thumbnail gallery image overlay and have inserted følgende code into fast CSS

    .postid-7493 .image overlay {visibility: hidden important; }

    Unfortunately, the Characterized has changed from the Website Entire, Code cleared, Cache taught width
    But website, still stay know, narrow.

    Please help

    Thank you

    Best regards

    Giuseppe

    #808749
    Dandelion222
    Participant

    I am trying to put a nice gallery into my post. The gallery looks nice once you click on it, but the preview images on the actual post page are tiny. I have tried several of the settings for the gallery. To include thumbnails, medium, large, square, gallery, portfolio. Nothing has any effect at all except for choosing “square” which just makes them a tiny square instead of a tiny rectangle. I’d like them to be about 300 pixels each and full size when you click on them. My wordpress media settings have defined “medium” as 300 so that should be alright.

    I looked in the Enfold Blog Layout settings but didn’t see anything that seemed relevant.

Viewing 30 results - 3,841 through 3,870 (of 10,099 total)