-
AuthorSearch Results
-
January 28, 2016 at 9:14 pm #574085
In reply to: change blog
Hi Alexander!
Please go to Appearance > Editor and open functions.php file and find and edit following line
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entriesthen regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
And then add following code to Quick CSS
.read-more-link { font-size: 20px; }Best regards,
YigitJanuary 28, 2016 at 7:58 pm #574015In reply to: Masonry Gallery Not Working
Hi!
Please try regenerate the thumbnails and let us know if that solves the issue for you
https://wordpress.org/plugins/regenerate-thumbnails/Cheers!
BasilisJanuary 28, 2016 at 5:41 pm #573905Sorry… but not quite!
The thumbnails don’t work at all,they should on hover, open the larger image in the ajax gallery, also if the image is a single item not a gallery it still opens a pop upCheers
JulianJanuary 28, 2016 at 5:12 pm #573872The thumbnails are now inactive with :
#top #wrap_all .ajax_slide .avia-gallery-thumb a {
pointer-events: none;
}
Cheers
JulianJanuary 28, 2016 at 4:41 pm #573835In reply to: Post Header Image like in Demo
Hi there, first of all, thanks a lot for the support and quick responses!
I figured out the problem though, and I’d like to share it in case anybody comes across a similar problem:
Apparently, because of some permission issues, my server didn’t allowed the creation of different image sizes by WordPress (as you know when you upload an image, WordPress automatically creates different sizes for the same file. Thumbnaills, etc…) In my case I only had the one image I uploaded, so Enfold used that original image, without adapting it (because it couldn’t find the file that it needed to use).
The result is that on my WordPress installation the GD Gallery “php_gd” (or something like that) wasn’t enabled, which was the reason for the NON CREATION of images thumbnails, etc.
That fixed the problem.
Thanks again for the support!
January 28, 2016 at 1:25 pm #573704In reply to: Extra Portfolio Thumbs
Sorry Vinay, I don’t understand you.
This is what should show in the case study grid: http://imgur.com/x0ApVIA (8 items)
This is what actually shows: http://imgur.com/dKfiuyH (10 items)
You can see there are two extra thumbnails in the grid which do not have featured images and shouldn’t be there. They seem to link to auto-saves.
January 28, 2016 at 8:22 am #573549In reply to: Image Cropping in Easy Sliders
Hi Adrian!
Thank you for using Enfold.
– or do all the photos for each layout have to be Imported as identical crops, in which case I’d need different crop sizes of each image for different presentations throughout the site..
That will be the better way of handling images in the easy slider. You can also set the Slideshow Image Size to a specific thumbnail but some of the registered thumbnails are set to soft crop so two images with different size or proportion may not get the same cropped size even though they belong to the same thumbnail size.
Regards,
IsmaelJanuary 28, 2016 at 2:37 am #573402Topic: Portfolio Grid Thumbnails Not Cropping
in forum Enfoldjaimemerz
ParticipantMy client has a basic portfolio website for her photography. We have each photo set as a portfolio item with the photo itself set as the featured image. We’re using the portfolio grid in order to display all of the featured images with the lightbox feature.
We need the grid to display the thumbnails as square, or at least the same size, but instead the thumbnails are all different ratios, leaving a lot of unseemly white spaces around them. Currently it looks like this:

Is there anything we can do to force the thumbnail previews to all be the same size?
Both WordPress and Enfold are up to date as of Jan 27th, 2015.
January 28, 2016 at 12:40 am #573353In reply to: Specify image dimensions – Avid Layout Builder
Unable to do so when using the 2nd method and selecting from “Slide image & thumbnail” (top left corner)
January 27, 2016 at 7:39 pm #573217In reply to: GIF DOESN'T PLAY IN GALLERY
I have had to place the GIF in an easy slider so it functions, with the actual gallery in a three set thumbnail below.
January 27, 2016 at 7:25 pm #573206In reply to: GIF DOESN'T PLAY IN GALLERY
Hi there,
This is isn’t quite correct. These GIF’s are set to auto-play, and you can see the GIF as a thumbnail playing without any ‘start’, but stops when it is selected in the gallery.Silvio
January 27, 2016 at 1:33 pm #572845Topic: GIF DOESN'T PLAY IN GALLERY
in forum Enfoldsilviouk
ParticipantHi there
When a GIF is uploaded to the Gallery, it shows motion when it is a thumbnail (big image with thumbnails below setting), but will not show motion as the main gallery image, or when launched in lightbox, any ideas why this is?
January 27, 2016 at 7:54 am #572646In reply to: How can I add a slider on search results page?
Hi!
Unfortunately, adding the layer slider as shortcode is not going to work. You can append it on top of the search page but the slider will not initialized correctly. Example (functions.php file):
// add layer slider in search add_action('ava_after_main_title', 'add_layer_slider'); function add_layer_slider() { if( is_search() ) { echo do_shortcode("[ av_layerslider id='1']"); } }Please try to use this instead:
// add layer slider in search add_action('ava_after_main_title', 'add_layer_slider'); function add_layer_slider() { if( is_search() ) { $resources = "<link rel='stylesheet' id='layerslider-css' href='http://localhost/kriesi/enfold/wp-content/themes/enfold/config-layerslider/LayerSlider/static/css/layerslider.css?ver=5.6.2' type='text/css' media='all' /> <script type='text/javascript' src='http://localhost/kriesi/enfold/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/greensock.js?ver=1.11.8'></script> <script type='text/javascript' src='http://localhost/kriesi/enfold/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/layerslider.kreaturamedia.jquery.js?ver=5.6.2'></script> <script type='text/javascript' src='http://localhost/kriesi/enfold/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/layerslider.transitions.js?ver=5.6.2'></script>"; $script = "<script data-cfasync=\"false\" type=\"text/javascript\">var lsjQuery = jQuery;</script><script data-cfasync=\"false\" type=\"text/javascript\"> lsjQuery(document).ready(function() { if(typeof lsjQuery.fn.layerSlider == \"undefined\") { lsShowNotice('layerslider_7_1','jquery'); } else { lsjQuery(\"#layerslider_7_1\").layerSlider({responsiveUnder: 1140, layersContainer: 1140, autoStart: false, startInViewport: false, pauseOnHover: false, twoWaySlideshow: true, loops: 1, keybNav: false, touchNav: false, skin: 'fullwidth', globalBGColor: 'rgba(255, 255, 255, 0.45)', navPrevNext: false, hoverPrevNext: false, navStartStop: false, navButtons: false, showCircleTimer: false, thumbnailNavigation: 'disabled', lazyLoad: false, yourLogoStyle: 'left: 10px; top: 10px;', cbInit: function(element) { }, cbStart: function(data) { }, cbStop: function(data) { }, cbPause: function(data) { }, cbAnimStart: function(data) { }, cbAnimStop: function(data) { }, cbPrev: function(data) { }, cbNext: function(data) { }, skinsPath: 'http://www.saldaturacontrollo.it/wp/wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/'}) } }); </script>"; $output = $resources . '<div id="layer_slider_1" class="avia-layerslider main_color avia-shadow avia-builder-el-0 el_before_av_one_full avia-builder-el-first container_wrap sidebar_right" style="height: auto;"><div class="ls-wp-fullwidth-container" style="height: 121px;">'.$script.'<div class="ls-wp-fullwidth-helper" style="width: 918px; height: 121px; left: 0px;"><div id="layerslider_7_1" class="ls-wp-container ls-container ls-fullwidth" style="width: 918px; height: 120.789px; margin: 0px auto; visibility: visible;"><div class="ls-inner" style="width: 918px; height: 121px; background-color: rgba(255, 255, 255, 0.45098);"><div class="ls-slide ls-animating" data-ls=" transition2d: all;" style="width: 918px; height: 121px; visibility: visible; display: none; left: auto; right: 0px; top: 0px; bottom: auto;"><img src="http://www.saldaturacontrollo.it/wp/wp-content/uploads/2016/01/news3.jpg" class="ls-bg ls-preloaded" alt="news3" style="padding: 0px; border-width: 0px; width: 1610.53px; height: 120.789px; margin-left: -346.263px; margin-top: 0.105263px;"><div class="ls-gpuhack" style="width: auto; height: auto; padding: 0px; border-width: 0px; left: 0px; top: 0px;"></div><p class="ls-l" style="top: 56.3684px; left: -22.5474px; white-space: nowrap; width: auto; height: auto; font-size: 10.4684px; line-height: 11.2737px; padding: 0px; border-width: 0px; margin-left: 0px; margin-top: 0px; transform-origin: 50% 50% 0px; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.002, 0, 0, 0, 1); opacity: 1; visibility: visible;"><span class="slide-slogan2">I corsi in partenza e le nostre novità</span></p></div></div><div class="ls-loading-container" style="z-index: -1; display: none;"><div class="ls-loading-indicator"></div></div><div class="ls-shadow"></div></div></div></div></div>'; echo $output; } }Best regards,
IsmaelJanuary 27, 2016 at 5:54 am #572589Topic: Blog Thumbnails and Portfolio Grid
in forum Enfolddialedinmarketing
ParticipantHi Kriesi Team,
I was hoping you could help me out with two things. I’ve included two links below, one to a blog page and one to a portfolio page.
For the Portfolio page is there a way to make the portfolio grid on the bottom not display the portfolio piece that has been selected?
For the blog, is there a way to crop or stretch the featured image for the thumbnails so that every image is uniform? Like for the masonry gallery.
Many thanks,
DI.January 27, 2016 at 2:35 am #572503Hi mmxvi!
You need to restore the frontpage from the restaurant one page demo without importing the demo again?
You can do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/.
And then copy this into the editor on your page.
[av_fullscreen size='extra_large' animation='fade' autoplay='true' interval='5' control_layout='av-control-hidden' scroll_down='aviaTBscroll_down' perma_caption='aviaTBperma_caption' custom_class=''] [av_fullscreen_slide slide_type='image' id='387' position='top left' video='http://' mobile_image='' video_cover='' title='Welcome to Enfold Restaurant' custom_title_size='' custom_content_size='16' caption_pos='caption_left caption_left_framed caption_framed' link_apply='button button-two' link='lightbox' link_target='' button_label='About us' button_color='light' link1='manually,#about' link_target1='' button_label2='Reservations' button_color2='theme-color' link2='manually,#reservations' link_target2='' font_color='' custom_title='' custom_content=''] The best gourmet restaurant available in Manhatten Book online or call (555)123-4567 [/av_fullscreen_slide] [av_fullscreen_slide slide_type='image' id='378' position='top left' video='http://' mobile_image='' video_cover='' title='' custom_title_size='' custom_content_size='' caption_pos='caption_bottom' link_apply='' link='lightbox' link_target='' button_label='Click me' button_color='light' link1='manually,http://' link_target1='' button_label2='Click me' button_color2='light' link2='manually,http://' link_target2='' font_color='' custom_title='' custom_content=''][/av_fullscreen_slide] [av_fullscreen_slide slide_type='image' id='377' position='top left' video='http://' mobile_image='' video_cover='' title='' custom_title_size='' custom_content_size='' caption_pos='caption_bottom' link_apply='' link='lightbox' link_target='' button_label='Click me' button_color='light' link1='manually,http://' link_target1='' button_label2='Click me' button_color2='light' link2='manually,http://' link_target2='' font_color='' custom_title='' custom_content=''][/av_fullscreen_slide] [av_fullscreen_slide slide_type='image' id='375' position='top left' video='http://' mobile_image='' video_cover='' title='' custom_title_size='' custom_content_size='' caption_pos='caption_bottom' link_apply='' link='lightbox' link_target='' button_label='Click me' button_color='light' link1='manually,http://' link_target1='' button_label2='Click me' button_color2='light' link2='manually,http://' link_target2='' font_color='' custom_title='' custom_content=''][/av_fullscreen_slide] [/av_fullscreen] [av_section color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-restaurant-one-page/files/2014/07/fruit_bg.jpg' attachment='384' attachment_size='full' attach='scroll' position='bottom right' repeat='no-repeat' video='' video_ratio='16:9' min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='about' custom_class=''] [av_heading tag='h2' padding='50' heading='About Us' color='' style='blockquote modern-quote modern-centered' custom_font='#ffffff' size='60' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [av_one_half first] [av_heading tag='h2' padding='20' heading='A few words <strong>about us</strong>' color='' style='blockquote modern-quote' custom_font='#ffffff' size='' subheading_active='subheading_below' subheading_size='15' custom_class=''] Let us introduce ourselves [/av_heading] [av_textblock size='' font_color='' color=''] Donec elit libero, sodales nec, volutpat a, suscipit non, turpis. Nullam sagittis. Suspendisse pulvinar, augue ac venenatis condimentum, sem libero volutpat nibh, nec pellentesque velit pede quis nunc. Vestibulia Curae; Fusce id purus. <strong>Ut varius tincidunt</strong> libero. Phasellus dolor. Maecenas vestibulum mollis Lorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis. [/av_textblock] [/av_one_half][av_one_half] [av_heading tag='h2' padding='20' heading='A place to wine, a place <strong>to dine</strong>' color='' style='blockquote modern-quote' custom_font='#ffffff' size='' subheading_active='subheading_below' subheading_size='15' custom_class=''] How it all came to be... [/av_heading] [av_textblock size='' font_color='' color=''] Lorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis. <blockquote>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</blockquote> Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. [/av_textblock] [/av_one_half][av_hr class='invisible' height='50' shadow='no-shadow' position='center'] [av_gallery ids='387,382,381,375,376,377,378,379,380' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='portfolio' columns='9' imagelink='lightbox' lazyload='avia_lazyload' custom_class=''] [av_hr class='invisible' height='50' shadow='no-shadow' position='center'] [/av_section] [av_section color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-restaurant-one-page/files/2014/07/wine-1500x1102.jpg' attachment='382' attachment_size='extra_large' attach='parallax' position='center center' repeat='stretch' video='' video_ratio='16:9' min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='menu' custom_class=''] [av_heading tag='h2' padding='0' heading='Our Menu' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#ffffff' size='60' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [/av_section] [av_section color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-restaurant-one-page/files/2014/07/fruit_bg.jpg' attachment='384' attachment_size='full' attach='scroll' position='bottom right' repeat='no-repeat' video='' video_ratio='16:9' min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' id='' custom_class=''] [av_heading tag='h2' padding='25' heading='<strong>Menu</strong> of the day' color='' style='blockquote modern-quote modern-centered' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [av_one_fifth first] [/av_one_fifth][av_three_fifth] [av_catalogue ] [av_catalogue_item title='Sesame crusted scotch fillet' price='7.50$' id='379' link='lightbox' target=''] with honeyed Pedro Ximenez sauce and potato cake [/av_catalogue_item] [av_catalogue_item title='Roast Rack of Lamb' price='7.50$' id='375' link='lightbox' target=''] with herb crust and fruity mesclun salad and straw potato [/av_catalogue_item] [/av_catalogue] [/av_three_fifth][av_one_fifth] [/av_one_fifth][av_heading tag='h2' padding='25' heading='Break<strong>fast</strong>' color='' style='blockquote modern-quote modern-centered' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [av_one_half first] [av_catalogue] [av_catalogue_item title='Eggs Benedict' price='21$'] with either bacon or salmon [/av_catalogue_item] [av_catalogue_item title='Enfold’s famous Crepes' price='16$'] with fresh fruit, bacon and maple syrup [/av_catalogue_item] [av_catalogue_item title='French Toasted Brioche' price='17$'] with grilled banana, bacon, rosewater mascarpone and maple syrup [/av_catalogue_item] [/av_catalogue] [/av_one_half][av_one_half] [av_catalogue] [av_catalogue_item title='Low Carb Breakfast' price='13$' link='' target='' disabled=''] grilled chicken breast with veggies [/av_catalogue_item] [av_catalogue_item title='Bagel' price='8.50$' link='' target=''] with salmon, cream cheese and salsa [/av_catalogue_item] [av_catalogue_item title='American Pancakes' price='21$' link='' target='' disabled=''] with chocolate sauce or maple syrup, honey and cream [/av_catalogue_item] [/av_catalogue] [/av_one_half][av_heading tag='h2' padding='25' heading='Lunch<strong>Time</strong>' color='' style='blockquote modern-quote modern-centered' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [av_one_half first] [av_catalogue] [av_catalogue_item title='Spiced Pigeon' price='38$'] Ale & artichokes [/av_catalogue_item] [av_catalogue_item title='Ribeye Steak' price='42$'] Mushroom ketchup & fries [/av_catalogue_item] [av_catalogue_item title='Duck Breast' price='35$'] Smoked confit fennel & umbles [/av_catalogue_item] [av_catalogue_item title='Roast Turbot' price='22$'] Mussel & seaweed ketchup, salmon roe & sea rosemary [/av_catalogue_item] [/av_catalogue] [/av_one_half][av_one_half] [av_catalogue] [av_catalogue_item title='Linefish' price='27$'] Pan fried line fish, herbed nicola potato and mussel salad [/av_catalogue_item] [av_catalogue_item title='Autumn Lamb' price='33$'] Pan seared lamb loin, slow roasted lamb shanks [/av_catalogue_item] [av_catalogue_item title='Duck' price='75$'] Confit duck leg, mushroom and liver stuffing and onions [/av_catalogue_item] [av_catalogue_item title='Homedried Tomato' price='22$'] with sesame, aubergine puree and burnt aubergine jelly [/av_catalogue_item] [/av_catalogue] [/av_one_half][av_heading tag='h2' padding='25' heading='Wine <strong>Selection</strong>' color='' style='blockquote modern-quote modern-centered' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [av_one_half first] [av_image src='http://kriesi.at/themes/enfold-restaurant-one-page/files/2014/07/wine-845x684.jpg' attachment='382' attachment_size='gallery' align='center' animation='pop-up' link='' target='' styling='' caption='' font_size='' appearance='' custom_class=''][/av_image] [/av_one_half][av_one_half] [av_catalogue] [av_catalogue_item title='Grechetto, Poggio Della Costa' price='23$' link='' target='' disabled=''] 2011, Umbria, Italy (B) 13|49 [/av_catalogue_item] [av_catalogue_item title='Muskateller, Heidi Schrock' price='45$' link='' target='' disabled=''] 2010, Neusiedlersee-Huggeland, Austria (B) 52 [/av_catalogue_item] [av_catalogue_item title='Posip, Zlatan Otok Winery' price='12$' link='' target='' disabled=''] 2012, Island of Hvar, Croatia (B) 53 [/av_catalogue_item] [av_catalogue_item title='Chenin Blanc, Nicolas Joly' price='33$' link='' target='' disabled=''] 2010, Loire, France (B) 65 [/av_catalogue_item] [av_catalogue_item title='Petite Chablis, F. Bachelier' price='32.90$' link='' target='' disabled=''] 2011, Chablis, France (O) 44 [/av_catalogue_item] [av_catalogue_item title='Prosecco, Jeio' price='22$' link='' target='' disabled=''] NV, Italy (O) 11|37 [/av_catalogue_item] [av_catalogue_item title='Cava Brut, Campasso' price='33$' link='' target='' disabled=''] NV, Spain (O) 11|41 [/av_catalogue_item] [av_catalogue_item title='Sparkling Rosé, Trevisio' price='44$' link='' target='' disabled='aviaTBaviaTBdisabled'] NV, Veneto, Italy (O) 11|41 [/av_catalogue_item] [av_catalogue_item title='Sauvignon Blanc, Urlar' price='23$' link='' target='' disabled='aviaTBaviaTBdisabled'] 2011, Wairarapa, New Zealand (B) 12|45 [/av_catalogue_item] [av_catalogue_item title='Pinot Grigio, Scarbolo' price='35.50$' link='' target='' disabled='aviaTBaviaTBdisabled'] 2012, Friuli, Italy (B) 12|45 [/av_catalogue_item] [/av_catalogue] [/av_one_half][av_heading tag='h2' padding='25' heading='Non alcoholic <strong>Beverages</strong>' color='' style='blockquote modern-quote modern-centered' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [av_one_third first] [av_catalogue] [av_catalogue_item title='7UP' price='3.90$'][/av_catalogue_item] [av_catalogue_item title='Root Beer' price='3.90$'][/av_catalogue_item] [av_catalogue_item title='Apple Juice' price='3.90$'][/av_catalogue_item] [av_catalogue_item title='Orange Juice' price='3.90$'][/av_catalogue_item] [/av_catalogue] [/av_one_third][av_one_third] [av_catalogue] [av_catalogue_item title='Coke' price='3.90$'][/av_catalogue_item] [av_catalogue_item title='Pepsi' price='2.90$'][/av_catalogue_item] [av_catalogue_item title='Red Bull' price='4.90$'][/av_catalogue_item] [av_catalogue_item title='Bitter Lemon' price='2.95$'][/av_catalogue_item] [/av_catalogue] [/av_one_third][av_one_third] [av_catalogue] [av_catalogue_item title='Crush' price='2.70$'][/av_catalogue_item] [av_catalogue_item title='Crystal Light' price='5.90$'][/av_catalogue_item] [av_catalogue_item title='Banana Shake' price='5.90$'][/av_catalogue_item] [av_catalogue_item title='Pineapple shake ' price='7.95$'][/av_catalogue_item] [/av_catalogue] [/av_one_third] [/av_section] [av_section color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-restaurant-one-page/files/2014/07/pizza-1500x1000.jpg' attachment='379' attachment_size='extra_large' attach='parallax' position='center center' repeat='stretch' video='' video_ratio='16:9' min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='contact' custom_class=''] [av_heading heading='Contact us' tag='h2' color='custom-color-heading' custom_font='#ffffff' style='blockquote modern-quote modern-centered' size='60' subheading_active='' subheading_size='15' padding='0'][/av_heading] [/av_section] [av_section color='alternate_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='bottom right' repeat='no-repeat' video='' video_ratio='16:9' min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' id=''] [av_one_fourth first] [av_icon_box icon='ue808' font='entypo-fontello' position='left' title='Enfold Seattle' link='' linktarget='' linkelement=''] 4326 University Way NE Seattle, WA, United States (555) 345 888 <a href="mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a> [/av_icon_box] [/av_one_fourth][av_one_fourth] [av_icon_box icon='ue808' font='entypo-fontello' position='left' title='Enfold Dallas' link='' linktarget='' linkelement=''] 11311 Harry Hines Blvd Dallas, TX, United States (555) 389 976 <a href="mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a> [/av_icon_box] [/av_one_fourth][av_one_fourth] [av_icon_box icon='ue808' font='entypo-fontello' position='left' title='Enfold Detroit' link='' linktarget='' linkelement=''] 4870 Cass Ave Detroit, MI, United States (555) 389 976 <a href="mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a> [/av_icon_box] [/av_one_fourth][av_one_fourth] [av_icon_box icon='ue808' font='entypo-fontello' position='left' title='Enfold L.A.' link='' linktarget='' linkelement=''] 1818 N Vermont Ave Los Angeles, CA, United States (555) 774 433 <a href="mailto: (Email address hidden if logged out) ">LA@enfold-restaurant.com</a> [/av_icon_box] [/av_one_fourth][av_two_fifth first] [av_heading heading='Locations' tag='h3' color='' custom_font='' style='' size='' subheading_active='' subheading_size='15' padding='10'][/av_heading] [av_google_map height='300px' zoom='auto' saturation='' hue='#632200' mobile_drag_control='aviaTBmobile_drag_control'] [av_gmap_location address='4870 Cass Ave ' city='Detroit, MI' country='United States' long='-83.06618029999998' lat='42.35521869999999' marker='' imagesize='40' tooltip_display=''][/av_gmap_location] [av_gmap_location address='E Grand Blvd' city='Detroit' country='' long='-83.03965289999996' lat='42.3737628' marker='' imagesize='20' tooltip_display=''][/av_gmap_location] [av_gmap_location address='Dexter Ave' city='Detroit' country='' long='-83.1263045' lat='42.3829635' marker='' imagesize='20' tooltip_display=''][/av_gmap_location] [av_gmap_location address='Linwood Ave' city='Detroit' country='' long='-83.11450300000001' lat='42.382062' marker='' imagesize='20'][/av_gmap_location] [/av_google_map] [/av_two_fifth][av_three_fifth] [av_heading tag='h3' padding='10' heading='Get in touch' color='' style='' custom_font='' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [av_contact email='' title='' button='Submit' on_send='' sent='Your message has been sent!' link='manually,http://' subject='' autorespond='' captcha=''] [av_contact_field label='Name' type='text' options='' check='is_empty' width='element_half'][/av_contact_field] [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_half'][/av_contact_field] [av_contact_field label='Message' type='textarea' check='is_empty' options='' width=''][/av_contact_field] [/av_contact] [/av_three_fifth] [/av_section] [av_section color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-restaurant-one-page/files/2014/07/restaurant_hotel_brown-1500x1000.jpg' attachment='380' attachment_size='extra_large' attach='parallax' position='center center' repeat='stretch' video='' video_ratio='16:9' min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='reservations' custom_class=''] [av_heading heading='Reservations' tag='h2' color='custom-color-heading' custom_font='#ffffff' style='blockquote modern-quote modern-centered' size='60' subheading_active='' subheading_size='15' padding='0'][/av_heading] [/av_section] [av_section color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' id=''] [av_one_half first] [av_heading tag='h2' padding='0' heading='Select a table & <strong>book now</strong>' color='' style='blockquote modern-quote' custom_font='#ffffff' size='' subheading_active='subheading_below' subheading_size='15' custom_class=''] We will confirm your order via E-Mail [/av_heading] [av_textblock size='' font_color='' color=''] Lorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis. [/av_textblock] [av_contact email=' (Email address hidden if logged out) ' title='' button='Book now' on_send='' sent='Thanks you! <br/>Your reservation has been sent! <br/>You should receive a confirmation soon!' link='manually,http://' subject='' autorespond='We will confirm your reservation as soon as possible ;)' captcha='' color=''] [av_contact_field label='Name' type='text' options='' check='is_empty' width='element_half'][/av_contact_field] [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_fourth'][/av_contact_field] [av_contact_field label='Date' type='datepicker' options='' check='is_empty' width='element_fourth'][/av_contact_field] [av_contact_field label='Time' type='select' options='17:30,18:00,18:30,19:00,19:30,20:00,20:30,21:00,21:30' check='is_empty' width='element_fourth'][/av_contact_field] [av_contact_field label='Seats' type='select' options='1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20' check='is_empty' width='element_fourth'][/av_contact_field] [av_contact_field label='Table' type='select' options='Any,1,2,3,4,5,6,7,8' check='is_empty' width='element_fourth'][/av_contact_field] [/av_contact] [av_heading tag='h2' padding='0' heading='Order by <strong>Phone</strong>' color='' style='blockquote modern-quote' custom_font='#ffffff' size='' subheading_active='' subheading_size='15' custom_class=''][/av_heading] [av_textblock size='' font_color='' color=''] Prefer to make your reservation via phone? <strong>Give us a call!</strong> You can contact us between 10am and 22pm ever day of the week. Our Phone number is <strong>(555) 784 332</strong> <strong>Opening hours:</strong> Mon – Fri, 10am – 12pm Sat – Sun, 11am – 04am [/av_textblock] [/av_one_half][av_one_half] [av_image_hotspot src='http://kriesi.at/themes/enfold-restaurant-one-page/files/2014/07/floor_plan.png' attachment='383' attachment_size='full' animation='fade-in' hotspot_layout='numbered'] [av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='transparent_dark' hotspot_color='custom' custom_bg='#724019' custom_font='#ffffff' custom_pulse='#a1300d' hotspot_pos='25.9,19.3'] For up to 8 persons [/av_image_spot] [av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='transparent_dark' hotspot_color='custom' custom_bg='#724019' custom_font='#ffffff' custom_pulse='#a1300d' hotspot_pos='42.6,19.3'] For up to 8 persons [/av_image_spot] [av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='transparent_dark' hotspot_color='custom' custom_bg='#724019' custom_font='#ffffff' custom_pulse='#a1300d' hotspot_pos='28.9,54.9'] For up to 8 persons [/av_image_spot] [av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='transparent_dark' hotspot_color='custom' custom_bg='#724019' custom_font='#ffffff' custom_pulse='#a1300d' hotspot_pos='28.9,83.8'] For up to 8 persons [/av_image_spot] [av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='transparent_dark' hotspot_color='custom' custom_bg='#724019' custom_font='#ffffff' custom_pulse='#a1300d' hotspot_pos='50.3,43.8'] For up to 4 persons [/av_image_spot] [av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='transparent_dark' hotspot_color='custom' custom_bg='#724019' custom_font='#ffffff' custom_pulse='#a1300d' hotspot_pos='50.3,60.6'] For up to 4 persons [/av_image_spot] [av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='transparent_dark' hotspot_color='custom' custom_bg='#724019' custom_font='#ffffff' custom_pulse='#a1300d' hotspot_pos='50.3,76.2'] For up to 4 persons [/av_image_spot] [av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='transparent_dark' hotspot_color='custom' custom_bg='#724019' custom_font='#ffffff' custom_pulse='#a1300d' hotspot_pos='50.3,91.9'] For up to 4 persons [/av_image_spot] [/av_image_hotspot] [/av_one_half][/av_section]Cheers!
ElliottJanuary 26, 2016 at 10:52 pm #572420In reply to: Layerslider image are suddenly much smaller. Why?
My language may have been confusing. I successfully re-created my images using the Regenerate Thumbnails plugin. There was no change in the problem.
January 26, 2016 at 9:48 pm #572389In reply to: Layerslider image are suddenly much smaller. Why?
I tried to re-create my images using Regenerate Plugins
https://wordpress.org/plugins/regenerate-thumbnails/It didn’t fix the problem. It looks exactly as before.
January 26, 2016 at 8:13 pm #572337In reply to: Layerslider image are suddenly much smaller. Why?
Hi danowen777!
Please try to re-create your images using Regenerate Plugins
https://wordpress.org/plugins/regenerate-thumbnails/Let us know if it works as should
Cheers!
BasilisJanuary 26, 2016 at 6:23 pm #572263Topic: Magazine Blog Post Featured Image Sizing
in forum Enfold118group
ParticipantIs there a way to make all of the featured images on the Magazine element the same size? They seem to all be different sizes… I have installed the regenerate thumbnails plugin – which fixes the blog page – but not the Magazine element.
-
This topic was modified 10 years, 3 months ago by
118group.
January 26, 2016 at 3:49 pm #572175Topic: Gallery thumbnails
in forum EnfoldDjBeau
ParticipantHi
I have a gallery on my site. When you enter it the thumbnails are supposed to go from semi transparent to normal. And sometimes they do. But sometimes you have to scroll up or down to activate the transparency change. If you don’t it will just stay semi transparent.
The problem occurs on several Macs in Chrome, Firefox, and Safari.
January 26, 2016 at 4:29 am #571859In reply to: keep ratio of images on blog archives page
Hey!
Add this to your custom CSS.
.blog-meta a, .blog-meta img { width: 300px !important; height: 200px !important; }And then in /enfold/functions.php on line 118 change the size for the thumbnail
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180);And regenerate your thumbnails using this plugin, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Regards,
ElliottJanuary 26, 2016 at 12:24 am #571709Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.big-preview.single-big * { border-radius: 1000px!important; }then go to Appearance > Editor and open functions.php file and find
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321);and change the sizes so it would be square and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
YigitJanuary 25, 2016 at 10:03 pm #571625In reply to: Hiding Meta Data on Post Slider
Hi Elliott,
I’m using this already. Here is a snapshot of the CSS that I’m using:
http://www.tiikoni.com/tis/view/?id=75ac911
This is what I want to disappear on the post slider:
http://www.tiikoni.com/tis/view/?id=f9c7511
None of the CSS provided works. It works when you use Firebug to input the information but once you put this into the CSS file, it doesn’t work.
In addition, I also want to hide the image in the slider
http://www.tiikoni.com/tis/view/?id=1714551
I’ve tried to use these two CSS commands to hide the images but they are not working.
body.avia-content-slider .fake-thumbnail .slide-image { display: none !important; }
a.slide-image { display: none !important; }-
This reply was modified 10 years, 3 months ago by
slui.
January 25, 2016 at 9:24 pm #571612Topic: link to a pdf from the featured image in blog posts
in forum Enfoldcyber13
ParticipantHi,
Is there a way to link the featured image to a pdf in the single blog post? So now the featured image on the blog page goes to the single post. On the single posts page, I would like to have the featured image link to a pdf file instead of opening a larger image of the thumbnail. Also, it is restricting the image size to 180×180 instead of displaying the original width and height. How can I stop it from restricting the image to that size and show the original aspect ratio?January 25, 2016 at 12:23 pm #571281In reply to: Magazine element Featured Image
Hey!
I don’t know how that happened but the thumbnails should be cropped exactly like in your test site because that is the specified size in the functions.php file:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );`
Did you install any plugins or added thumbnail modification prior to the issue? Please post the login details here, we would like to check it.
Regards,
IsmaelJanuary 25, 2016 at 9:06 am #571155Hey!
Is this something you want to do? categories on top and products at the bottom?
Then please make these changes in woocommerce if you already have not
and goto woocommerce > Products > Categories > Edit
Update category image for every category.
Here is the css to target
/* Product Category */ .product-category { } /* Products */ .type-product.has-post-thumbnail { }You can also try right clicking on the product and inspect the element to get the class names.
Please feel free to get back to us if you have any questions
Cheers!
VinayJanuary 25, 2016 at 2:33 am #570983In reply to: Blurry image on header background
Hi Draidel!
Is it the parallax section? When you select the image are you sure you chose the full image with no scaling and not a thumbnail?
When I viewed your link you were using a transparent header so there is no background image applied to it.
Cheers!
Elliott-
This reply was modified 10 years, 3 months ago by
Elliott.
January 24, 2016 at 10:30 pm #570932In reply to: Caption under image in Lightbox view?
Hey!
There’s no real connection between the Portfolio item and the full size image other than the -explicitly set- URL (custom link). However, you can get the “featured image” (thumbnail) associated with that Portfolio item and show the title of that attachment instead.
function custom_link_structure($link_markup, $entry){ $the_id = $entry->ID; $custom_link = get_post_meta( $the_id ,'_portfolio_custom_link', true) != "" ? get_post_meta( $the_id ,'_portfolio_custom_link_url', true) : false; $link = !empty($custom_link) ? $custom_link : get_permalink($the_id); $title = get_post(get_post_thumbnail_id($the_id))->post_title; $link_markup[0] = "a href='{$link}' title='{$title}' "; return $link_markup; } add_filter('avf_portfolio_custom_image_container', 'custom_link_structure', 10, 2);Regards,
Josue-
This reply was modified 10 years, 3 months ago by
Josue.
January 24, 2016 at 9:05 pm #570893In reply to: Drop Down Menu
Not sure how or what – but the banner images are working now :) go figure.
I know this is a silly question but I have three column’s the middle one I have a thumbnail image with the text that keeps wrapping around the bottom of it. I don’t want the text to wrap around the bottom of the image. I just need it for the middle column on the home page. Everything is left justified.
~ Z
January 24, 2016 at 7:02 pm #570844In reply to: Cleaning up useless images created by Enfold
Hello Vinay,
Thank you for your prompt reply on my inquiry. I appreciate it.
I have seen some of the plugins related to managing the media content, however with some skepticism as I would need time to run them in dev mode of the total website, just to see if they really take care ONLY of those images not used/linked.
Regarding my request for adding the feature to disable several sizes of thumbnails, maybe this will be taken into account for future releases.
Thank you again for your time and support.
Cheers
-
This topic was modified 10 years, 3 months ago by
-
AuthorSearch Results
-
Search Results
-
My client has a basic portfolio website for her photography. We have each photo set as a portfolio item with the photo itself set as the featured image. We’re using the portfolio grid in order to display all of the featured images with the lightbox feature.
We need the grid to display the thumbnails as square, or at least the same size, but instead the thumbnails are all different ratios, leaving a lot of unseemly white spaces around them. Currently it looks like this:

Is there anything we can do to force the thumbnail previews to all be the same size?
Both WordPress and Enfold are up to date as of Jan 27th, 2015.
Topic: GIF DOESN'T PLAY IN GALLERY
Hi there
When a GIF is uploaded to the Gallery, it shows motion when it is a thumbnail (big image with thumbnails below setting), but will not show motion as the main gallery image, or when launched in lightbox, any ideas why this is?
Hi Kriesi Team,
I was hoping you could help me out with two things. I’ve included two links below, one to a blog page and one to a portfolio page.
For the Portfolio page is there a way to make the portfolio grid on the bottom not display the portfolio piece that has been selected?
For the blog, is there a way to crop or stretch the featured image for the thumbnails so that every image is uniform? Like for the masonry gallery.
Many thanks,
DI.Topic: Gallery thumbnails
Hi
I have a gallery on my site. When you enter it the thumbnails are supposed to go from semi transparent to normal. And sometimes they do. But sometimes you have to scroll up or down to activate the transparency change. If you don’t it will just stay semi transparent.
The problem occurs on several Macs in Chrome, Firefox, and Safari.
Hi,
Is there a way to link the featured image to a pdf in the single blog post? So now the featured image on the blog page goes to the single post. On the single posts page, I would like to have the featured image link to a pdf file instead of opening a larger image of the thumbnail. Also, it is restricting the image size to 180×180 instead of displaying the original width and height. How can I stop it from restricting the image to that size and show the original aspect ratio?
