Viewing 30 results - 5,011 through 5,040 (of 10,101 total)
  • Author
    Search Results
  • Hi,

    Thank you for using Enfold.

    There is a designated thumbnail called “entry_with_sidebar” for single post page which has a maximum dimension of 845x321px. Install the following plugin then go to the Settings > Media panel. Adjust the size of the “entry_with_sidebar” thumbnail, save, update then regenerate the images.

    Please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.

    Best regards,
    Ismael

    #662518

    As you can tell the lightbox gets its images from both the Facebook-plugin from Smash Ballon and thumbnails from the shop. This happens with plugins turned on or off.

    No caching have been activated before today.

    cormie
    Participant

    Hi folks,
    I have somebody updating a page for me and something strange is happening in that when you click the thumbnail to enlarge an image, it appears to open twice, once in a gallery that has 6 pictures (all thumbnails on the page) and the close button on the bottom right and when you close this, the same enlarged image is under it, but in another gallery, which I prefer the look of and it has the close button top right, and this gallery only has the two images in that table.

    I prefer the set up of the 2nd gallery, it’s easier to see where to close it, it looks nicer and it only displays the images of the subject being clicked into and not the ones below.

    The page in question is here: http://www.vantasks.ie/van-information-2

    Also, the original quality of these images are over 6,000×4,000px and about 5mb each. I understand that Google and general SEO prefers smaller images as it’s better for site loading times and a better user experience, I did some googling, but all the advice was for images shown on the actual page, but nothing really mentioned about the quality and resolution of enlarged images. So it’s having 2 images, one small thumbnail fast loading one for the page and then the higher quality one to be enlarged is the ideal, but what kind of resolution and file size should the enlarged image be? And how do I know that the the thumbnail isn’t just the larger file shrunk by source code and it’s loading the smaller size one?

    Any help would be great, it’s not me doing the development work but I want to make sure it’s done right so any tips on what to look out for would be great!

    #662395
    wacky32
    Participant

    Hi,

    Am using the latest version of wordpress and enfold. Having issues getting a gallery to display properly. I want to have a larger image appear above some thumbnails, however when i create the gallery and set the “big preview” image size, it just displays HUGE. It won’t change in size at all.

    I’ve disabled all plugins and still having trouble.

    thx,

    #662392

    Thanks, it is working,

    Hello,
    I want to increase the image size of the Magazine Content element thumbnail and add excerpt.
    How do I go about these?
    This is how it appears on my site:
    1. http://www.realkenya.co.ke (on the home page just above footer – there is no thumbnail resize and no excerpt for Magazine Content element). Is it possible to make it appear like – https://travel.jumia.com/blog. The image is bigger and it has excerpt?
    2. I also want my blogs to look like the above on blogs page and not as I have here: http://realkenya.co.ke/blog/
    Thanks in advance.

    #662355

    In reply to: Gallery Thumbnail Size

    Hey kate,

    Increasing the number of images in a row or decreasing will resolve the issue. If you like to have 5 images in a row please re-generate the thumbnails using a plugin like https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Vinay

    #662303

    Topic: Gallery Thumbnail Size

    in forum Enfold
    kthompson
    Participant

    Hi. Have tried in vain to get Gallery thumbnails to be consistent size (see http://www.ktstage.com/overnight/portfolio-item/hotel-americano/ ) I imagine — since changing specs in Settings isn’t working — that it can be found in functions but it has eluded me. I don’t care about the crop, just that they are uniformly the same dimensions and don’t push new rows. Weirdly enough, sometimes it looks fine: http://www.ktstage.com/overnight/portfolio-item/refinery/

    #661978
    brianacunningham
    Participant

    I have a website store that I built for my friend and for some reason I can’t seem to get the product thumbnails to crop to the settings I have put into woocommerce (also hard crop).

    I have been doing some reading but haven’t found a combination of tricks that has worked for me OR I didn’t truly understand what I was supposed to do.

    I ended up setting a size for my thumbnails so they wouldn’t be massive but then when you go to the individual product page and click the main image to have it open up in lightbox (which I want) it opens the thumbnail size of course and not the full image size so the customer can get a good look at the product.

    I have had this one another website so if I get some assistance here I can probably apply it to the other one.

    See the private area for log in details.

    • This topic was modified 9 years, 9 months ago by brianacunningham. Reason: Adding a specific page to look at part of the issue
    #661902

    Hi shalenie!

    We are very sorry for the delay.

    The theme generates those thumbnails and they are use for specific elements in a page. And without those thumbnails, these elements will have to use the original image which will slow down the loading speed of the page. Do you really want to remove those thumbnails? If yes, use the following plugin then go to the Settings > Media panel. Delete the thumbnails that you don’t need, save, update then click the regenerate thumbnails button. https://wordpress.org/plugins/simple-image-sizes/

    Regards,
    Ismael

    Hi,

    We are very sorry for the delay. Please replace the modification with the following:

    					$this->loop[$key][‘text_after’] .= $this->loop[$key][‘author’];
    					$this->loop[$key][‘url’] = wp_get_attachment_url( get_post_thumbnail_id($id), apply_filters(‘avf_avia_builder_masonry_lightbox_img_size’,’large’));
    

    Best regards,
    Ismael

    #661617
    Stadsherberg
    Participant

    Hello!

    Thank for the great theme!

    I have some styling questions. Im using the woocommerce theme and got some small problems with the styling of my product page. First my product looked like this : https://www.dropbox.com/s/kh96cplvkxxka83/1.png?dl=0

    I wanted to remove the borders, so i used this code:

    
    .inner_product {
    border: none;
    }
    
    .inner_product .thumbnail_container {
    border: 1px solid white;
    border-bottom: none;
    }
    
    #top .inner_product_header {
    border: 1px solid white;
    border-bottom: none;
    }
    
    .avia_cart_buttons {
    border: 1px solid white !important;
    border-top: none;
    }
    

    This did most of the work, but not everything. There is still a gray arrow left and a small bar between the “in cart” and ” more info” text. Here a picture: https://www.dropbox.com/s/g1hsona7h87je8g/2.jpg?dl=0
    Is there a way to remove this?

    One more question, the box with the text “in cart” and ” more info” is like 60& opacity, but when you hover the box it becomes 100& opacity. Is there a code that wil make the box always 100& opacity?
    Here a picture: https://www.dropbox.com/s/jjut39vp3vrvyy8/3.jpg?dl=0
    Thx!

    • This topic was modified 9 years, 9 months ago by Stadsherberg.
    #661431

    Hello,
    This is how it appears on my site:
    1. http://www.realkenya.co.ke (on the home page just above footer – there is no thumbnail resize and no excerpt for Magazine Content element) If it’s not possible, which content element can I use to make it appear like – https://travel.jumia.com/blog. The image is bigger and it has excerpt?
    2. I also want my blogs to look like the above on blogs page and not as I have here: http://realkenya.co.ke/blog/

    • This reply was modified 9 years, 9 months ago by kaunda7.
    #661338

    Hi Pascal!

    Please go to WooCommerce > Settings > Products > Display and change product image sizes and then regenerate them using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Cheers!
    Yigit

    #661103
    kaunda7
    Participant

    Hey,
    1. I want to change (increase) the image size of the Magazine Content element thumbnail and add excerpt.
    Where do I set these?
    2. Is there a way of setting the blog layout of blog page to look like Magazine Content Element (thumbnail on the left and Title, Date, Author, Excerpt on the right)?
    Thanks in advance.

    • This topic was modified 9 years, 9 months ago by kaunda7. Reason: clarity
    #660911
    shalenie
    Participant

    Hello,

    I am bothered with the number of duplicated images in which I believe being generated by enfold and i think 2 images from wordpress as well.
    I cant seem to find this in my dashboard but its present in my ftp folders and its taking up a large amount of space.
    can you tell me which one i could safely delete among all these duplicates? so I can free some more space.

    Is there a plugin or anything that I can do to delete these excess images? and only use the ones i need, basically a full image and just a thumbnail mainly for the masonry type of gallery. I dont want to accidentally delete images that im using and it would mess up the presentation.

    here’s my site: http://www.leconstruct.com

    Looking forward for your usual immediate response.

    Thanks

    • This topic was modified 9 years, 9 months ago by shalenie.
    #660862

    In reply to: facing some issues

    Hey Tobiy,

    1- Glad you figured it out! :)
    2- Please refer to this post – http://kriesi.at/documentation/enfold/inserting-breadcrumbs-as-shortcode/
    1st 3- Please remove following custom CSS code

    @media only screen and (min-width: 468px) { 
    #top .thumbnail_container img {
        min-height: 450px;
    }}

    then go to WooCommerce > Settings > Products > Display and change product image sizes as needed and then regenerate them using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/. Also, please make sure to upload your product images in the same proportions.
    2nd 3- You can refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and add widget area to your header and show it conditionally on selected WooCommerce pages. Please https://docs.woothemes.com/document/conditional-tags/

    Best regards,
    Yigit

    #660739

    Hey Tyler,

    The masonry element is using the isotope script which calculates the position of the masonry items dynamically. I’m afraid, it’s not possible to change the width or the height of the thumbnail to make it look like a square without breaking the script. The width and height of the masonry items will depend on the number of columns and the current width of the main container.

    Best regards,
    Vinay

    #660717

    In reply to: Tables on mobile…

    Hi,

    1. I checked a few links but could not find the tables please provide a precise link where we can find the element in question.

    However to fix the table issue in mobile adjust the width to suit your design and try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) {
    .responsive .avia_scrollable_table .avia-data-table>thead>tr>th, 
    .responsive .avia_scrollable_table .avia-data-table>tbody>tr>th, 
    .responsive .avia_scrollable_table .avia-data-table>tfoot>tr>th, 
    .responsive .avia_scrollable_table .avia-data-table>thead>tr>td, 
    .responsive .avia_scrollable_table .avia-data-table>tbody>tr>td, 
    .responsive .avia_scrollable_table .avia-data-table>tfoot>tr>td {
        width: 150px;
    }}
    

    2. Were there any custom css added to the thumbnails? We need wordpress login details to check the setup closely.

    Best regards,
    Vinay

    #660619

    Ok, so I just ran the first images plugin… some issues it seems to have had… though I’ve just done it to 18,000 pages :'(

    It is pulling the first image EVER on a post. So images no longer there… I thought it would pull the first one in the post as in ones there presently. So, a child’s photo has been updated over the years yet the search will be showing the first photo we ever had of the child…

    Also, is there a way to take the height measurement out of the search result thumbnail? It is stretching the images and barely ANY of them would be even close to square… so, I need that to only have the width setting. Is this possible?

    Thank you!

    #660589
    tdoornbos
    Participant

    I need to make my masonry images square.
    I have updated the theme files according to these suggestions:

    https://kriesi.at/support/topic/adding-image-size-to-attachment-display-settings/

    https://kriesi.at/support/topic/masonry-blog-how-to-make-the-previewfeatured-images-higher/

    https://kriesi.at/support/topic/override-the-global-avia_config-within-child-functions-php/

    We even tried this:

    https://kriesi.at/support/topic/best-way-to-add-image-sizes/#post-351286

    I have updated the options in Simple Image Sizes, regenerated thumbnails using the Regenerate Thumbnails plugin.

    No changes have been made. Please help. Thank you.

    #660584

    Login credentials sent privately.
    I’ll mention another odd issue since the update. .PNG thumbnail images aren’t visible in the Media Library. I see the file name for .PNG, but not the image thumbnail. .JPG images are visible.

    #660459
    Nad
    Participant

    Hi
    I uesd the woocommerce plugin and the thumbnails of the images catalogue are blurry, whereas the large one are clear
    Someone could tell me what is the problem?
    cheers
    Nad

    #660228

    Hi jalmz!

    Please try to re-generate your thumbnails and let us know if that solves your issue.
    Thanks a lot

    Regards,
    Basilis

    #660186

    Hi,

    The thumbnail size is set to the “entry_with_sidebar” which has a maximum dimension of 845x321px. Upload images within that size range or better yet, make sure to upload images with the same size and dimension.

    You can also adjust the thumbnail size with the following plugin then regenerate the thumbnails: https://wordpress.org/plugins/simple-image-sizes/

    Best regards,
    Ismaelo

    #659963

    Topic: facing some issues

    in forum Enfold
    Tobiy
    Participant

    Hey there,

    i am facing some issues with my site:
    1. the lightbox for all images (blog or shop does not work) do not work. – even i have downgraded Enfold. i really dont understand why. Solved :-)

    2. the breadcrumbs are different: on the shop pages the breadcrumbs are under the displayed banner
    and on the layouted sites they are over the image slider. Is there are a way to “put” the breadcrumbs form the shop pages unter the banner image?

    3. if you see the product slider on the first page: the images looking weird. I did not find a way to scale them “smaller”. even i have used `@media only screen and (min-width: 468px)
    {
    #top .thumbnail_container img {
    min-height: 550px;
    }
    }`

    in order to align them. the images are scaling up. can you please give me a hint?

    3. Is it possible to put the woocommerce layer navigation on top of the shop site and on top of product category sites? I tried it with a custom site and widget areas, but the products were not filtered at all.

    Thank you so much!!!!!

    Kind regards!

    • This topic was modified 9 years, 9 months ago by Tobiy.
    #659651

    In reply to: Tables on mobile…

    Hi Ismael, Thank you.

    1. please see link below.

    3. We also have another issue on the homepage, if you go to the bottom on the page on the left side we have a small gallery with 4 photos, if you hover over the gallery the thumbnails behave strange and move around. Please can you check this for us also.

    Many Thanks,.

    Hi,

    If you enable debug mode in order to see shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/. You can then try to paste the following shortcode into a new 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]

    Regards,
    Rikard

    #658929

    Hi Ismael,

    I see what you mean. The code .page-thumb {
    display: none;
    }
    was there to prevent featured images showing on posts and pages from the featured image field.

    I have now added your code to the custom CSS http://mens.boutique/z/fragrance/ which displays the thumbnail. There is a stark difference between:

    http://mens.boutique/z/fragrance/
    and
    http://mens.boutique/z/skincare/scrub/

    Whereas on some pages it is resizing correctly on other pages it chops off. Is there a specific size for this or is there a error in its resizing? I am using this whole piece here including your code:

    /* ------------------------------------------------------------
    ## >= Enable Archive Image Shop
    ----------------------------------------------------------------*/
    .tax-product_cat .page-thumb {
        display: block;
    }
    
    .tax-product_cat .page-thumb {
        float: left;
        width: 30%;
    }
    
    .tax-product_cat .term-description {
        float: left;
        width: 68%;
        clear: none;
        margin-left: 2%;
    }
    

    Thanks for your help, it looks much better now, I appreciate it.

    Vincent

    #658865

    Hey DiscoverLink!\

    That can be because of the version update at 3.6.1
    Please try save the settings again and then Regenerate thumbnails

    Let us know if that solves the issues for you

    Cheers!
    Basilis

    #658669

    In reply to: Enfold, image quality

    Hi,

    Thank you for the info. In the hotspot element, after clicking the “Insert Image” button and selecting the appropriate image, are you setting the correct “ATTACHMENT DISPLAY SETTINGS” > “Size” before clicking the “Insert” button? It will default to the smallest thumbnail.

    Best regards,
    Ismael

Viewing 30 results - 5,011 through 5,040 (of 10,101 total)