Viewing 30 results - 8,521 through 8,550 (of 10,095 total)
  • Author
    Search Results
  • Hi!

    You can hide the dots with css code – insert it into the quick css field:

    
    .avia-slideshow-dots {
    display: none !important;
    }
    

    A thumbnail navigation is not supported by the slider though.

    Best regards,
    Peter

    #240623

    Hi!

    Yes, insert this code into the functions.php file (parent or child theme):

    
    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['custom_link_class'] = 'noLightbox';
        return $link;
    }
    

    Best regards,
    Peter

    #240206

    Hey!

    Please update Enfold to the latest version 2.6.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Yigit

    #240117
    lsgstudio
    Participant

    Greetings,

    I have a need for portrait images and thumbnails. I would like to add the ability to display thumbnails for images of original resolution 710×919. Perhaps a target thumbnail resolution of 178×230 would be appropriate.
    Can you tell me how to add these additional resolutions to the theme?

    Thanks
    John

    #240010

    ha thanks Ismael I now know where to edit. Except the thumbnails still trigger a lightbox.
    Is there a way for the thumbnails not to trigger a lightbox?

    #239884

    Hey!

    Please edit config-templatebuilder > avia_shortcodes > gallery.php, find this code on line 212:

    $output .= "<a class='avia-gallery-big fakeLightbox $imagelink $crop_big_preview_thumbnail $custom_link_class' href='".$link[0]."'  data-onclick='1' title='".$description."' ><span class='avia-gallery-big-inner' $markup_url>";
    							$output .= "	<img width='".$prev[1]."' height='".$prev[2]."' src='".$prev[0]."' title='".$title."' alt='".$alt."' />";
    			   if($caption) $output .= "	<span class='avia-gallery-caption'>{$caption}</span>";
    							$output .= "</span></a>";
    

    Replace it with:

    $output .= "<a class='nolightbox avia-gallery-big fakeLightbox $imagelink $crop_big_preview_thumbnail $custom_link_class' title='".$description."' ><span class='avia-gallery-big-inner' $markup_url>";
    							$output .= "	<img width='".$prev[1]."' height='".$prev[2]."' src='".$prev[0]."' title='".$title."' alt='".$alt."' />";
    			   if($caption) $output .= "	<span class='avia-gallery-caption'>{$caption}</span>";
    							$output .= "</span></a>";

    Remove browser cache then reload the page.

    Best regards,
    Ismael

    Hey!

    Can you point to an example of what you would like to happen with the lightbox? I’m not sure we are clear on what exactly it is you are looking for.

    Cheers!
    Devin

    #239700

    if I use CSS to take away the link than the thumbnail isn’t triggering the gallery

    #239698

    Thanks for your reply Yigit.

    but I mean the other images the ones in the portfolio item

    like this Portfolio item

    like this Portfolio item

    I want all images to not be links. the thumbnails can trigger the gallery to change without being a link right?

    #239670
    techgrayscale
    Participant

    Hello,

    I’m sorry to pile on the questions today – I always do my best to try and find solutions on my own first. However, I’m having trouble with this one as well – Is it possible to set a max to the number of columns the masonry galleries have no matter the size of the screen? So basically, even if a user was on a 27″ monitor, there would still only be 5 columns and the thumbnails would stretch proportionately to those 5 columns.

    Thanks for all your help!

    #239565

    Topic: Video embed image

    in forum Enfold
    jvines
    Participant

    Please see http://www.vinesdrive.com

    On the front page there I have a video embedded.

    Is there a way for me to be able to choose an image from the video to be shown rather than the quite dull black box?

    Like when you add a video to YouTube it asks you to select from a number of thumbnails, as an image to be shown with the video on the listings..

    Many thanks

    Hi Jyles!

    You are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.

    Cheers!
    Yigit

    #239274

    Hi again,
    But I don’t have this option

    #239266

    Hi!

    Go to Enfold > Header > Header Layout > Header Title and Breadcrumbs, enable it.

    Best regards,
    Ismael

    • This reply was modified 12 years ago by Ismael.
    #239261

    Thanks,
    I suddenly also have a problem that the breadcrumbs and the page title don’t show in the heading and can’t find where the setting for this is?

    Cheers,
    anweb

    #239186

    Hi anweb!

    You can add the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    #top.tax-product_cat .page-thumb {
    display: none;
    }
    

    Cheers!
    Devin

    #239172
    t3lgroup
    Participant

    Hi,

    When I want to create a new portfolio item and upload/add preview images they do not show in frontend.
    If I go to “edit portfolio item” the images DO show as preview images, but if I click the “ad preview images” there are no images.

    I have tried many times deleting them and uploading again. Still they do not show on the front page.

    Also, if I create a new gallery with preview, only the small thumbnails show – not the preview image.

    What can be wrong?

    #239146
    theworldawaits
    Participant

    Hey there,

    I am putting together a gallery and would like to adjust the spacing between the image thumbnails.. and also remove the white borders.

    gallery customization

    Please let me know if this is a simple solution.

    Thanks so much!

    sistahhollywood
    Participant

    Hi All,

    1. I’d like to create a page similar to the demo -http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ – specifically the content slider. My goal is to have 8 different galleries: gallery on the left, text on the right; and I don’t want it as a pop-up. I think I’m close, but I’m unable to figure out how to have all 8 galleries in one side similar to this: Screenshot of how I want the content slider
    Here is the page I’m attempting this on: http://www.sistahhollywood.com/spring-2014-trend-report/

    2. For a gallery, when you hover over any thumbnail – the image filename appears. How can I remove that withOUT removing the Description text?

    3. Big Preview images: Here is the link: http://www.sistahhollywood.com/spring-2014-trend-report/. How do I get the Big Preview images at the same height? Not, when you click on it to maximize it, but when you’re click through the gallery via the thumbnail. You’ll notice images are showing at different heights.

    Thanks so much for your time.

    #238761

    Hey Ismael,

    Thank you! However, I should have specified that I was hoping that when someone clicked on a thumbnail that the featured image would change (instead of the lightbox appearing).

    http://artcatsgallery.com/product/ceramic-cylinder/

    Hi Peter,

    The site is not published yet as I cannot obtain the correct result. I will try with a fresh and clean WordPress installation to verify it again.

    In any case, since with the Enfold masonry gallery is not possible to change the dimension of the lighbox to adapt its dimension to the original images, expecially for the portrait ones that become very small, could you please suggest me a plugin compatible with Enfold that overcome this problem?

    Thanks,
    Giovanni

    Jay
    Participant

    Hi Guys,

    Is it possible to have the portfolio grid navigation to appear on the left of the page with the thumbnails on the right? Instead of the navigation being on the top?

    Thanks in advance,

    Jyles

    #238367

    In reply to: image library

    Hi!

    No, that shouldn’t be the case. The media library doesn’t recognize the thumbnails generated with the WordPress function to create them so the ones in the media library aren’t thumbnails but are the same file(s) uploaded multiple times.

    Best regards,
    Devin

    #238310
    Bimdas
    Participant

    Is there a way to make the gallery appear the same way that portfolio looks on mobile devices? What I mean is the portfolio moves all the images into a single column whilst the gallery just maintains the number of columns and shrinks everything down so it becomes hard to see what the tiny thumbnails are.

    #238248

    Hi Ignazio!

    Please edit functions.php, find this code on line 98:

    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    

    Increase the width and height then regenerate the thumbnails.

    Best regards,
    Ismael

    #238188

    Hey Snerp!

    Can you please give us a link to the website? You can edit functions.php to increase the image size for the ajax portfolio preview image, look for this code:

    $avia_config['imgSize']['gallery'] 		 		= array('width'=>710, 'height'=>575 );						// images for portfolio entries (2,3 column)
    

    Increase the width and height. Something like this:

    $avia_config['imgSize']['gallery'] 		 		= array('width'=>900 'height'=>600 );						// images for portfolio entries (2,3 column)
    

    Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

    Hey!

    You can find the avia post navigation functions on functions-enfold.php:

    if(!function_exists('avia_post_nav'))
    {
    	function avia_post_nav($same_category = false, $taxonomy = 'category')
    	{
    		global $wp_version;
    	        $settings = array();
    	        $settings['same_category'] = $same_category;
    	        $settings['excluded_terms'] = '';
    		$settings['wpversion'] = $wp_version;
            
    		//dont display if a fullscreen slider is available since they overlap 
    		if((class_exists('avia_sc_layerslider') && !empty(avia_sc_layerslider::$slide_count)) || 
    			class_exists('avia_sc_slider_full') && !empty(avia_sc_slider_full::$slide_count) ) $settings['is_fullwidth'] = true;
    
    		$settings['type'] = get_post_type();
    		$settings['taxonomy'] = ($settings['type'] == 'portfolio') ? 'portfolio_entries' : $taxonomy;
    
    		if(!is_singular() || is_post_type_hierarchical($settings['type'])) $settings['is_hierarchical'] = true;
    		if($settings['type'] === 'topic' || $settings['type'] === 'reply') $settings['is_bbpress'] = true;
    
    	        $settings = apply_filters('avia_post_nav_settings', $settings);
    	        if(!empty($settings['is_bbpress']) || !empty($settings['is_hierarchical']) || !empty($settings['is_fullwidth'])) return;
    	
    	        if(version_compare($settings['wpversion'], '3.8', '>=' ))
    	        {
    	            $entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	            $entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	        }
    	        else
    	        {
    	            $entries['prev'] = get_previous_post($settings['same_category']);
    	            $entries['next'] = get_next_post($settings['same_category']);
    	        }
    	        
    		$entries = apply_filters('avia_post_nav_entries', $entries, $settings);
            	$output = "";
    
    		foreach ($entries as $key => $entry)
    		{
                if(empty($entry)) continue;
    
                $tc1   = $tc2 = "";
                $link  = get_permalink($entry->ID);
                $image = get_the_post_thumbnail($entry->ID, 'thumbnail');
                $class = $image ? "with-image" : "without-image";
    
                $output .= "<a class='avia-post-nav avia-post-{$key} {$class}' href='{$link}' >";
    		    $output .= "    <span class='label iconfont' ".av_icon_string($key)."></span>";
    		    $output .= "    <span class='entry-info-wrap'>";
    		    $output .= "        <span class='entry-info'>";
    		    $tc1     = "            <span class='entry-title'>".avia_backend_truncate(get_the_title($entry->ID),75," ")."</span>";
    if($image)  $tc2     = "            <span class='entry-image'>{$image}</span>";
                $output .= $key == 'prev' ?  $tc1.$tc2 : $tc2.$tc1;
                $output .= "        </span>";
                $output .= "    </span>";
    		    $output .= "</a>";
    		}
    		return $output;
    	}
    }
    

    Best regards,
    Ismael

    #238072

    Hey addwebtoday!

    When I checked the source code of your website I noticed you sometimes use the thumbnail version of an image as background image. I.e. a section uses this image: http://sc.preview.addwebtoday.com/wp-content/uploads/2013/04/Ft-Meyers-Beach-Plastic-Surgery-300×195.png as background. However the 300×195 prefix in the image url tells me it’s a thumbnail version of this image: http://sc.preview.addwebtoday.com/wp-content/uploads/2013/04/Ft-Meyers-Beach-Plastic-Surgery.png (with a resolution of 1000x650px instead of 300x195px). Make sure all background image urls point to the original, high resolution image and not to a thumbnail version of the image. In addition I recommend to use images with high resolutions – i.e. an image with a resolution of 1000×650 will appear blurry if you want to view it with a full hd screen. I recommend to upload the images with a resolution of 1920px or more.

    Best regards,
    Peter

    #238051
    Gigi
    Participant

    Hey Guys,
    I have just bough my 3rd Enfold license! I love this theme…
    I’m having some problems with displaying retina images on portfolio pages like this:

    http://staging.bedesignful.com/test/

    I have the WP Retina 2x plugin installed and the image that I’m uploading as thumbnail is 2000×3600 (So big enough!) but the thumbnails that shows up looks super pixelated on my retina display because was resized to 391×705…

    What did you do different on you demo?

    Thanks!

    #237991
    anweb
    Participant

    Hi,
    I want to show the category thumbnails on the shop page but not on the category page and tried a lot of different ways but can’t find a solution. If I put a image on the category it show on both and then try to remove it from the category page but can’t find the file. So how can I solve this

    don’t want it on this page
    http://aura-soma.astrodesign.se/produkt-kategori/archangeloi/

    want the image on this page
    http://aura-soma.astrodesign.se/webbshop/

    Or how can I instead change the shop page to be an ordinary wp page that I create in wp-admin?

    Thanks,
    anweb

    • This topic was modified 12 years ago by anweb.
Viewing 30 results - 8,521 through 8,550 (of 10,095 total)