-
AuthorSearch Results
-
November 16, 2016 at 12:57 am #712680
Topic: Masonry gallery and feature image
in forum Enfoldpaolomusic
ParticipantHi,
I have a problem with portfolio pages in my website. I have created a new portfolio page in which I used a Masonry Gallery to display other portfolio elements (at the bottom of the page). I put a feature image on the page, which is the one I want as default when I share that link on Facebook. That same image is also one of the thumbnails in the masonry.
What happens when I try to share the page via Facebook is that:
– it shows only 5 of the 7 images from the Masonry Gallery from which to choose (and the one I need is not among them)
– it doesn’t show the feature image.
I’ve tried to add, move, delete images from the masonry, I’ve tried with or without feature image..but I still can’t solve the problem.
I hope you can help me finding a solution. Thank you very much guys!November 15, 2016 at 9:40 pm #712616In reply to: Productimages Woocommerce review-order.php
Hi Andy,
I don’t want remove this image I want work normal and regular with woocommerce
and I can’t do that because Enfold don’ let me do this. Please, tell me what I can do
instead using woocommerce templating – not dirty workarounds!
And: I m not only ask for the thumbnail, I ask for the productlink too.
Read my post correctly please – Thank you!Regards
MikeNovember 15, 2016 at 9:27 pm #712608In reply to: Lightbox image duplicated if thumbnail exists
Hi,
as long as you have enfold’s lightbox function activated it will use those thumbnails to create enfold’s lightboxe of course. You could choose to deactivate enfold’s lightbox by going to Enfold->Theme Options->Lightbox Modal Window
Hope this helps.
Best regards,
AndyNovember 15, 2016 at 5:09 pm #712540Topic: How do I remove the date from a category page
in forum Enfolddrjaylp
ParticipantWhen using a blog widget on the advanced editor in Enfold, I am unable to remove the time stamp on the thumbnails, even though I am using a plugin that should do that universally. Any suggestions? The client absoltuely wants these removed.
November 14, 2016 at 11:48 pm #712217Topic: Display thumbnails in categorie- or tag pages
in forum Enfoldcoralys
ParticipantHi everybody,
in the last our, I realized, that it makes a big difference, whether I´m using the standard- or the advanced layout builder for my blog posts. With the advanced builder I have more options, but I don´t can find a option to display the related posts in the bottom, like that on the standard post builder. Is it possibile to create a similar function?And another question. If I click on a catagorie or a tag, the posts, which was created with the standard builder are displayed full. The posts which were built with the advanced builder were displayed only with the title and a read more button. Ideally, I would have the title and a thumbnail (in a grid layout) with the read more button. Is there any way to do this in that way?
Thanks a lot
CoraNovember 14, 2016 at 2:36 pm #711966In reply to: Lightbox image duplicated if thumbnail exists
It seems like enfold’s lightbox is just picking that thumbnail image up for some reason.
November 14, 2016 at 2:34 pm #711961In reply to: Lightbox image duplicated if thumbnail exists
I need thumbnail function:/ Is it using its own lightbox then or..? If so is there no way to override it or, well i dont know..
November 14, 2016 at 1:24 pm #711934Topic: Image preview size problem
in forum FAQ & Video Tutorialsswotmarketing
ParticipantHi, i am using your enfold theme. Wondering under gallery function, can i standardize all previewed thumbnail images into consistent size and within the border/frame?
example: http://tsfurnituredesign.com/wp-content/uploads/2016/11/Screen-Shot-2016-11-14-at-7.18.26-PM.png
They are consistent and regardless the photo is horizontal or vertical, system auto squeeze them within the frames.Look into my website (http://tsfurnituredesign.com/catalogue/page/2/) , vertical image will be cut off half way.
Could you advise?
November 14, 2016 at 12:58 pm #711914In reply to: Lightbox image duplicated if thumbnail exists
Hi,
so why not simply use the function “turn off showing thumbnails for uploaded images”?
Seems that this plugin does not work well with the in build lightbox from Enfold. We can’t do much about it unfortunately. Maybe plugin’s author could help you. Tell him to deactivate it’s lightbox function, so you are able to just use Enfold’s lightbox.
Best regards,
AndyNovember 14, 2016 at 12:43 pm #711902In reply to: image link overlay issues
ok so just to show that it isn’t just plugin related, I made into a short code you can pop into your functions.php file and you will get the same results I have listed above. I think there is something going on with with the JS in the theme but I’m not sure.
function ideabox() { query_posts(array('orderby' => 'date', 'order' => 'DESC' , 'showposts' => 1)); if (have_posts()) : while (have_posts()) : the_post(); $return_string = '<a href="'.get_permalink().'">'.get_the_post_thumbnail().'</a>'; endwhile; endif; wp_reset_query(); return $return_string; } add_shortcode('ideapost', 'ideabox');November 14, 2016 at 4:14 am #711742In reply to: product title in product grid
Hi!
It should work now. I have replaced this code:
#top .avia-content-slider a:hover .thumbnail_container img { -webkit-transform: scaleX(1.2,1.2); -ms-transform: scaleX(1.2,1.2); -o-transform: scaleX(1.2,1.2); transform: scaleX(1.2,1.2); }To this code:
#top .avia-content-slider a:hover .thumbnail_container img { -webkit-transform: scale(1.2,1.2); -ms-transform: scale(1.2,1.2); -o-transform: scale(1.2,1.2); transform: scale(1.2,1.2); }Best regards,
NikkoNovember 13, 2016 at 10:18 am #711588In reply to: image link overlay issues
I have now tried a brand new website and install of Enfold and now tested with several php plugins that use short code and using a phpwidget.
They are cause the same issue so it’s not isolated to the plugin.Here is the code I’m trying to run and as you can see, there is no extra css.
<div > <div> <div > <?php $archive = new wp_Query(array( 'posts_per_page' => 1)); ?> <?php while ($archive->have_posts() ) : $archive->the_post(); ?> <a href="/contact"> <?php the_post_thumbnail(); ?></a> <?php endwhile; ?> </div> </div> </div>November 12, 2016 at 12:07 pm #711429In reply to: Lightbox image duplicated if thumbnail exists
Using GD bbpress attachments plugin, users can upload images to forum comments. If one image is uploaded it has a thumbnail in the comment, and when i open it first the image opens, but there is 2 images in this pop up lightbox, the next is without name the thumbnail image. I know this second is the thumbnail grabbed because when i “turn off showing thumbnails for uploaded images”(in the GD plugin), then all is good, no duplications.
November 11, 2016 at 2:45 pm #711147Hi,
this is not a theme related question and that’s why we can’t really help you with thi, but as a starting point I feel this could be the right direction: http://stackoverflow.com/questions/5123489/how-to-overlay-a-play-button-over-a-youtube-thumbnail-image/5123612#5123612
Best regards,
AndyNovember 11, 2016 at 12:19 pm #711092Topic: Magazine hero title size
in forum EnfoldPoirot
ParticipantHi,
I’m trying to change the hero title size, but when I do, the font size of the thumbnail titles changes as well. Is there a way to change them separately? [Edit: I fixed the following issue:]
Also, I would like to remove/reduce the white space below the hero title (and which separates it from the next element below). But in developer tools I can’t seem to find the code of this space.Best regards
PoirotNovember 11, 2016 at 6:21 am #711002In reply to: Google Page Insights
Hi,
I’ve installed Simple Image Sizes plugin and used this to create some custom thumbnail sizes for my home page and a gallery on one of my blogs. This works fine and Google, GTMetrix, Pingdom etc are all happy.I am unsure though how I employ this tactic with the Portfolio page which shows a Masonry Gallery and also individual portfolio items which use masonry to show images. The number of columns varies. The default image size for masonry is 705×705 but this size would be different based upon number of columns and the type of masonry layout. I am currently using flexible masonry. Is there another way I should be doing this – I would rather serve an image closer to the actual layout size rather than a 705x705px image.
Regards
AlanNovember 11, 2016 at 1:53 am #710958Topic: Magazine proportion
in forum EnfoldPoirot
ParticipantHi!
Is it possible to change the magazine proportion, between the big image and the thumbnails? It is currently 1/2 + 1/2. I would like 2/3 +1/3.
Best regards,
PoirotNovember 10, 2016 at 3:55 pm #710785In reply to: Oluşturmayı önleyen JavaScript ve CSS kodları ..
Merhabalar,
Evet, WooCommerce > Settings > Products > Display bolumune gidip katalog gorsellerinin boyutunu 380x380px’e degistirip regenerate thumbnails eklentisiyle tekrardan olusturunca muhtemelen sorun cozulecektir :)
Regards,
YigitNovember 10, 2016 at 3:50 pm #710778In reply to: Oluşturmayı önleyen JavaScript ve CSS kodları ..
Peki @yigit bey fotoğrafları Photoshop Web için kaydettim ,WP Smush ve TinyPNG eklentileri ilede resimleri optimize etmeme rağmen sıkıştırma istiyor.

Çünkü
<img src="http://siteadi.com/wp-content/uploads/2016/06/dekoratif-tugla-gorunumlu-bordur-00-450x450.jpg" class="attachment-shop_catalog size-shop_catalog wp-post-image" alt="dekoratif-tugla-gorunumlu-bordur-00" sizes="(max-width: 380px) 100vw, 380px" width="380" height="380">
fotoğrafları büyük olarak çekmemesi için 380 ile sınırlandırdım ama testte 450px450 olan fotoğrafı sıkıştırma yapmamı istiyor
Regenerate Thumbnails Eklentisini kullansam bu sorunu çözermiyim.-
This reply was modified 9 years, 5 months ago by
Mustafa Turgut.
November 10, 2016 at 9:08 am #710583Topic: portfolio gallery for each project
in forum Enfoldpatinodesigns
ParticipantI have the thumbnails for the one page portfolio… is there a way i can show multiple images for each portfolio thumbnail? for example… http://mpatino.com/#portfolio in the first thumbnail I have a home depot truck image.. when clicked on.. can i scroll through different views of that home depot truck image instead of showing the next portfolio item…?
thanks
November 10, 2016 at 8:58 am #710578In reply to: optimizing pics
Hey jelle!
Thank you for using Enfold.
Please provide a link to the actual page with the gallery. Is this the theme’s gallery shortcode? Edit the element then choose a thumbnail in the “Gallery Preview Image Size” options.
Cheers!
IsmaelNovember 10, 2016 at 8:44 am #710575In reply to: optimizing pics
Hey jelle,
Yes, do you have any image optimizer plugin enabled? if yes try to disable that plugin then run this plugin so it crops the image to it’s right size: https://wordpress.org/plugins/force-regenerate-thumbnails/
Best regards,
NikkoNovember 10, 2016 at 8:30 am #710572Hi Elena,
I checked the code you used and I replaced it with this one:
add_action('woocommerce_before_main_content', 'ava_woocommerce_before_main_content', 5); function ava_woocommerce_before_main_content() { if(!is_tax('product_cat')) return; $resources = "<link rel='stylesheet' id='layerslider-css' href='" . get_template_directory_uri() . "/config-layerslider/LayerSlider/static/css/layerslider.css?ver=5.6.2' type='text/css' media='all' /> <script type='text/javascript' src='" . get_template_directory_uri() . "/config-layerslider/LayerSlider/static/js/greensock.js?ver=1.11.8'></script> <script type='text/javascript' src='" . get_template_directory_uri() . "/config-layerslider/LayerSlider/static/js/layerslider.kreaturamedia.jquery.js?ver=5.6.2'></script> <script type='text/javascript' src='" . get_template_directory_uri() . "/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_6','jquery'); } else { lsjQuery(\"#layerslider_6\").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 . $script; echo $output; echo do_shortcode("[ av_layerslider id='6']"); ?> <div id="av_section_1" class="avia-section main_color avia-section-default avia-no-shadow avia-bg-style-scroll avia-section av-minimum-height av-minimum-height-25 container_wrap sidebar_left" style="background-color: #ec9b84; background-color: #ec9b84; "> <div class="container"> <div class="template-page content av-content-small units"> <div class="post-entry post-entry-type-page post-entry-417"> <div class="entry-content-wrapper clearfix"> <?php echo do_shortcode("[ av_one_fifth first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][ av_font_icon icon='ue806' font='entypo-fontello' style='border' caption='Lista dei desideri <br/> WISHLIST' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon][/av_one_fifth] [ av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][ av_font_icon icon='ue859' font='entypo-fontello' style='border' caption='ACQUISTO <br/> facile e veloce' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon][/av_one_fifth] [ av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][ av_font_icon icon='ue802' font='fontello' style='border' caption='PAGAMENTO SICURO <br/> con Bonifico e PAYPAL' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon][/av_one_fifth] [ av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][ av_font_icon icon='ue804' font='fontello' style='border' caption='SPEDIZIONE <br/>24/48 ore' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon][/av_one_fifth] [ av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''][ av_font_icon icon='ue803' font='fontello' style='border' caption='Rimborso di denaro ad ogni acquisto' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon][/av_one_fifth]"); ?> </div> </div> </div> </div> </div> <?php }Color Section shortcode causes it to break, so I created the
<div>s, as for the layerslider, it doesn’t seem to work, I even fixed the script code and changed localhost which causes 404 error, for the layerslider part, can you use image instead? as I really tried to make the layerslider work but unfortunately I already spent a lot of time. Hope this helps :)Best regards,
NikkoNovember 10, 2016 at 7:53 am #710562In reply to: Blog Image & Single Post Image Cropping
Hey!
1.) It’s not using the default thumbnail because you set the blog posts’ preview image size option to “No Scaling”.
// REMOVED
2.) The lightbox is disabled. Please remove browser cache or hard refresh before testing the page. You can check it here.
// REMOVED
// REMOVEDCheers!
IsmaelNovember 10, 2016 at 7:45 am #710560Hey!
We added a “dirty” solution in the functions.php file:
add_action('woocommerce_before_main_content', 'ava_woocommerce_before_main_content'); function ava_woocommerce_before_main_content() { if(!is_tax('product_cat')) return; $resources = '<link rel="stylesheet" id="layerslider-css" href="http://www.vincenzaboutique.it/wp-content/themes/enfold/config-layerslider/LayerSlider/static/css/layerslider.css?ver=5.6.8" type="text/css" media="all"> <script type="text/javascript" src="http://www.vincenzaboutique.it/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/greensock.js?ver=1.11.8"></script> <script type="text/javascript" src="http://www.vincenzaboutique.it/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/layerslider.transitions.js"></script> <script type="text/javascript" src="http://www.vincenzaboutique.it/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/layerslider.kreaturamedia.jquery.js?ver=5.6.8"></script>'; $script = "<script data-cfasync=\"false\" type=\"text/javascript\"> lsjQuery(document).ready(function() { if(typeof lsjQuery.fn.layerSlider == \"undefined\") { lsShowNotice('layerslider_6','jquery'); } else { lsjQuery(\"#layerslider_6\").layerSlider({responsiveUnder: 1140, layersContainer: 1140, autoStart: false, startInViewport: false, pauseOnHover: false, firstSlide: 'random', twoWaySlideshow: true, loops: 1, keybNav: false, touchNav: false, skin: 'fullwidth', 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.vincenzaboutique.it/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_section avia-builder-el-first container_wrap sidebar_left" style="height: auto;">'.$script.'<div class="ls-wp-fullwidth-container" style="height: 282px;"><div class="ls-wp-fullwidth-helper" style="width: 919px; height: 282px; left: 0px;"><div id="layerslider_6" class="ls-wp-container ls-container ls-fullwidth" style="width: 919px; height: 282.149px; margin: 0px auto; visibility: visible;"><div class="ls-inner" style="background-color: transparent; width: 919px; height: 282px;"><div class="ls-slide ls-slide-1" data-ls=" transition2d: all;" style="width: 919px; height: 282px;"><img src="http://www.vincenzaboutique.it/wp-content/uploads/2016/11/slider-vincenza-boutique-wishlist.jpg" class="ls-bg" alt="slider-vincenza-boutique-wishlist"><div class="ls-gpuhack"></div></div><div class="ls-slide ls-slide-2" data-ls=" transition2d: all;" style="width: 919px; height: 282px;"><img src="http://www.vincenzaboutique.it/wp-content/uploads/2016/11/slider-vincenza-boutique-shop.jpg" class="ls-bg" alt="slider-vincenza-boutique-shop"><div class="ls-gpuhack"></div></div><div class="ls-slide ls-slide-3" data-ls=" transition2d: all;" style="width: 919px; height: 282px;"><img src="http://www.vincenzaboutique.it/wp-content/uploads/2016/11/slider-vincenza-boutique-3.jpg" class="ls-bg" alt="slider-vincenza-boutique-3"><div class="ls-gpuhack"></div></div><div class="ls-slide ls-slide-4" data-ls=" transition2d: all;" style="width: 919px; height: 282px; left: 0px; right: auto; top: 0px; bottom: auto;"><img src="http://www.vincenzaboutique.it/wp-content/uploads/2016/11/slider-vincenza-boutique-4.jpg" class="ls-bg" alt="slider-vincenza-boutique-4"><div class="ls-gpuhack"></div></div><div class="ls-slide ls-slide-5 ls-active" data-ls=" transition2d: all;" style="width: 919px; height: 282px; visibility: visible; display: none; left: auto; right: 0px; top: 0px; bottom: auto;"><img src="http://www.vincenzaboutique.it/wp-content/uploads/2016/11/slider-vincenza-boutique-5.jpg" class="ls-bg ls-preloaded" alt="slider-vincenza-boutique-5" style="padding: 0px; border-width: 0px; width: 806.14px; height: 174.932px; margin-left: 56.4298px; margin-top: 53.5338px;"><div class="ls-gpuhack" style="width: auto; height: auto; padding: 0px; border-width: 0px; left: 0px; top: 0px;"></div></div><div class="ls-slide ls-slide-6" data-ls=" transition2d: all;" style="width: 919px; height: 282px;"><img src="http://www.vincenzaboutique.it/wp-content/uploads/2016/11/slider-vincenza-boutique-6.jpg" class="ls-bg" alt="slider-vincenza-boutique-6"><div class="ls-gpuhack"></div></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; $columns = do_shortcode("[av_one_fifth first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''] [av_font_icon icon='ue806' font='entypo-fontello' style='border' caption='Lista dei desideri <br/> WISHLIST' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon] [/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''] [av_font_icon icon='ue859' font='entypo-fontello' style='border' caption='ACQUISTO <br/> facile e veloce' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon] [/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''] [av_font_icon icon='ue802' font='fontello' style='border' caption='PAGAMENTO SICURO <br/> con Bonifico e PAYPAL' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon] [/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''] [av_font_icon icon='ue804' font='fontello' style='border' caption='SPEDIZIONE <br/>24/48 ore' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon] [/av_one_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''] [av_font_icon icon='ue803' font='fontello' style='border' caption='Rimborso di denaro ad ogni acquisto' link='manually,http://' linktarget='' size='40px' position='center' color='#b02b2c' custom_class=''][/av_font_icon] [/av_one_fifth]"); echo '<div id="av_section_1" class="avia-section main_color avia-section-default avia-no-shadow avia-bg-style-scroll avia-builder-el-1 el_after_av_layerslider el_before_av_productgrid av-minimum-height av-minimum-height-25 container_wrap sidebar_left" style="background-color: #ec9b84; background-color: #ec9b84; "><div class="container"><div class="template-page content av-content-small units"><div class="post-entry post-entry-type-page post-entry-16"><div class="entry-content-wrapper clearfix">'.$columns.'</div><!-- close content main div --></div></div></div></div>'; }// http://www.vincenzaboutique.it/categoria-prodotto/abbigliamento/collezione/
Cheers!
IsmaelNovember 10, 2016 at 3:19 am #710501In reply to: product title in product grid
Hi,
Try adding this code in Quick CSS:
#top .avia-content-slider .thumbnail_container img { -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } #top .avia-content-slider a:hover .thumbnail_container img { -webkit-transform: scaleX(1.2,1.2); -ms-transform: scaleX(1.2,1.2); -o-transform: scaleX(1.2,1.2); transform: scaleX(1.2,1.2); }Let us know if it works :)
Best regards,
NikkoNovember 8, 2016 at 10:47 am #709685In reply to: Blog Image & Single Post Image Cropping
Thanks Ismael,
1b) BLOG OVERVIEW
Nope! The thumbnails of the single post and the overview are completly different. This was the beginning of this thread and I don´t understand the programming until now. By default In the blog overview (Preference: Elegant, Advanced layout editor) the images are not cropped and imagesize is not limited. By default in the single post with sidebar the images are cropped to 1040 x 391px and the imagesize is limited to 845 x 321px. Result: pixelated, unfitting details. Maybe the converse would make sense.We have found a solution for the single post (plugin). Do you have a solution for the thumbnails in the blog overview?
2) LIGHTBOX
Doesn´t work! Check it out, you have the credentials.Best regards Sven
November 8, 2016 at 9:19 am #709657In reply to: Blog Image & Single Post Image Cropping
Hi!
1.b) It using is the same thumbnail, “entry_without_sidebar” or “entry_with_sidebar”.
2.) Do you want to disable the lightbox? Please go to the Enfold > Theme Options panel and then disable the Lightbox Modal Window option.
Best regards,
IsmaelNovember 7, 2016 at 10:47 pm #709514In reply to: Productimages Woocommerce review-order.php
Hi Yigit,
mmmh was that so incomprehensible? Ok, here the screen…
http://www.exusu-design.de/_data/wcc.png
– Productimage (Thumbnail) left of the productdescription
– Producttitle as link to productdetailpageNovember 7, 2016 at 7:51 pm #709446Topic: Productimages Woocommerce review-order.php
in forum EnfoldMike61
ParticipantHi,
I need the following changes at Woocommerce review-order.php:
– Productimage (Thumbnail) left of the productdescription
– Producttitle as link to productdetailpageBecause Enfold use filters instead woocommerce standard templating i hope you can help me?!
Thank you and reagrds
Mike -
This reply was modified 9 years, 5 months ago by
-
AuthorSearch Results
-
Search Results
-
Hi,
I have a problem with portfolio pages in my website. I have created a new portfolio page in which I used a Masonry Gallery to display other portfolio elements (at the bottom of the page). I put a feature image on the page, which is the one I want as default when I share that link on Facebook. That same image is also one of the thumbnails in the masonry.
What happens when I try to share the page via Facebook is that:
– it shows only 5 of the 7 images from the Masonry Gallery from which to choose (and the one I need is not among them)
– it doesn’t show the feature image.
I’ve tried to add, move, delete images from the masonry, I’ve tried with or without feature image..but I still can’t solve the problem.
I hope you can help me finding a solution. Thank you very much guys!When using a blog widget on the advanced editor in Enfold, I am unable to remove the time stamp on the thumbnails, even though I am using a plugin that should do that universally. Any suggestions? The client absoltuely wants these removed.
Topic: Image preview size problem
Hi, i am using your enfold theme. Wondering under gallery function, can i standardize all previewed thumbnail images into consistent size and within the border/frame?
example: http://tsfurnituredesign.com/wp-content/uploads/2016/11/Screen-Shot-2016-11-14-at-7.18.26-PM.png
They are consistent and regardless the photo is horizontal or vertical, system auto squeeze them within the frames.Look into my website (http://tsfurnituredesign.com/catalogue/page/2/) , vertical image will be cut off half way.
Could you advise?
Topic: Magazine hero title size
Hi,
I’m trying to change the hero title size, but when I do, the font size of the thumbnail titles changes as well. Is there a way to change them separately? [Edit: I fixed the following issue:]
Also, I would like to remove/reduce the white space below the hero title (and which separates it from the next element below). But in developer tools I can’t seem to find the code of this space.Best regards
PoirotTopic: Magazine proportion
Hi!
Is it possible to change the magazine proportion, between the big image and the thumbnails? It is currently 1/2 + 1/2. I would like 2/3 +1/3.
Best regards,
PoirotI have the thumbnails for the one page portfolio… is there a way i can show multiple images for each portfolio thumbnail? for example… http://mpatino.com/#portfolio in the first thumbnail I have a home depot truck image.. when clicked on.. can i scroll through different views of that home depot truck image instead of showing the next portfolio item…?
thanks
Hi,
I need the following changes at Woocommerce review-order.php:
– Productimage (Thumbnail) left of the productdescription
– Producttitle as link to productdetailpageBecause Enfold use filters instead woocommerce standard templating i hope you can help me?!
Thank you and reagrds
Mike
