Updating from Abundance to Enfold and the Woo product images are all huge!
I have changed setting noted in Woo Commerce> Catalog > Image Options
These settings affect the actual dimensions of images in your catalog – the display on the front-end will still be affected by CSS styles. After changing these settings you may need to regenerate your thumbnails.
Catalog Images 225px, Width 225, Height ,Yes Hard Crop
Single Product Image 300 Width , 300 Height , Yes Hard Crop
Product Thumbnails 80 Width, 80 Height, Yes Hard Crop
It says that the catalog will change but I need to CSS in the theme. (Abundance integrated this for me) How do I get the css for the product image changes and not affect the other post images?
Thanks
I don’t know of any off hand but I’m sure there is something in the WordPress plugin repository that will work for you.
Kriesi is constantly working on new features for Enfold but with how flexible the theme is it isn’t as easy to add things in like with other themes. For the portfolio items there would need to be a new secondary field for video urls or something like that. Then iframe fixes for displaying them in a grid, cross browser compatibility etc. So it can take a bit of time :)
Otherwise let us know if you have any other questions or issues and we’ll do our best to help.
Regards,
Devin
Looking much better now. Checking with IE8 now I’m only getting the recent posts thumbnail issue which can be fixed by using:
.image_size_widget .news-thumb img {
width: 36px;
height: 36px;
}
The icon is showing correctly and I’m not actually sure what you mean by menu not showing at certain sizes since again, IE8 can’t render media queries so the menu never gets css to tell it to hide.
Is it happening on native IE8 or an emulator?
Hi turner2f!
Single product pages display the sidebar on the left side underneath the product thumbnail. You can use the “Single Product Pages” widget are to add widgets to the product pages.
Best regards,
Peter
Devin,
Thanks for the reply. The quick CSS suggestion to not display dates on posts worked perfectly.
I am really pleased with the Enfold theme except for how it currently manages video.
I think improving overall theme support for video content should be a very high priority. Most people want to utilize video on their site these days and will expect Enfold content and media elements to display video thumbnails the same way they do with image files.
A friend’s site at http://www.pdmtv.com uses a theme called Breakout that seems to have successfully solved many issues with video integration. Maybe this can provide some insight on a path to enhancing video support in Enfold.
Meanwhile, can you suggest any plugins that would add a ‘Recent Post’ grid, widget, etc. to pages with thumbnail support for video/embedded video?
Thanks,
Keith
Hello,
I ma running into a little conflict between you Lightbox action and a great Youtube Channel plug-in. The issue that I have is the plugin works great but once you click on the video to target video thumbnail to play on the larger player on top, the Enfold theme default lightbox launches the video lightbox on top which cause the video to play twice. is there any that I can insert in that particular to tell the lightbox not to launch. I might a simple shortcode edit… not sure, I thought I would ask first.
You tube Cannel plugin: http://poselab.com/en/youtube-channel-gallery-demo-with-playlist/
Thanks,
D
Hey!
Right now the only way to show a featured image for the post or portfolio item is to add that image to the Featured Image. Video posts and portfolio posts don’t display the video as a preview though it is something we’ll be looking at adding in the future if possible.
For the dates, Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.date-container.minor-meta,
.date-container.minor-meta + span{
display: none;
}
Best regards,
Devin
Hello Jack!
1) Yes but it requires advanced coding skills. If you’re a skilled php/wordpress developer you can modify the code in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog.php and /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php. If you’re not a developer please don’t touch these files and hire a freelancer if necessary.
You can hide the post thumbnail with css – insert following code into the quick css field
.home .avia-content-slider-inner .slide-image{ display: none; }
You can’t remove the link with css though. If you want to remove the link from the title open up wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\postslider.php and replace
$output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : '';
with
$output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup>".$title."</h3>" : '';
However note that this mod will affect ALL blog grid elements and post sliders and they will show up without a clickable title afterwards.
2) No, the color section is always a fullwidth element. However you can use a 2/3 column element within the color section to limit the content width.
Best regards,
Peter
Hello!
You can set the default gallery thumbnail size on Settings > Media > Thumbnail size. Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Ismael
Hey!
The regenerated thumbnails are 301 by 214 px now. I think Devin’s fix worked. Please remove browser cache then reload the page. The portfolio page looks great. The Media settings doesn’t affect the portfolio thumbnails.
Best regards,
Ismael
Hey!
Edit the single product thumbnail size on config-woocommerce > config.php, find this code:
$avia_config[‘imgSize’][‘shop_single’] = array(‘width’=>450, ‘height’=>999, ‘crop’ => false);
Replace it with:
$avia_config[‘imgSize’][‘shop_single’] = array(‘width’=>650, ‘height’=>900, ‘crop’ => false);
Regenerate the thumbnail using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Ismael
This reply has been marked as private.
Sorry, fouled up the image tag example. 2nd attempt:
Example of video image tag: <a href="http://vimeo-video.com"><img src="http://mysite.com/wp-content/still-image.jpg" alt="test for thumbnail" /></a>
I’m updating my site with the Enfold theme and very much like the look so far but have run into a problem I can’t seem to resolve.
Note: Virtually all of my posts, pages and portfolio items will include video from my Vimeo+ account as my primary business and the focus of this site is video production services.
I’m using a ‘Blog Posts’ advanced content element on my home page. If I use the Vimeo supplied Embed code in a blog post, it works very well both on desktop and mobile displays but, I get no image thumbnail displayed for that post in the Blog Posts element on my home page. I get the same result with video in a portfolio item or page using any compatible advanced content elements on another page.
I tried using the Link and IMG codes to add the video in my post rather than embedding and it works fine but the image is still not displayed in Blog Posts on the home page. The also creates aspect issues when launching the video on mobile devices.
Example of embed: <iframe src=”//player.vimeo.com/video/76392850″ width=”500″ height=”281″ frameborder=”0″ webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
Example of video image tag:
The only way I seem to be able to get the thumbnail link in a Content Element to work is to set a “Featured Image” which then displays that image on the page plus the video clip as well. I don’t really like the double image.
1st question: Is there any way I can add video to posts, pages and portfolio items that will display thumbnail images in content elements?
2nd question: Is there some way I can choose to not display the date on blog posts?
Thanks,
Keith
Well my problem is with the image thumbnails in the gallery inside a portfolio post when using ajax version. No matter what number of columns I set it is always 5. They look blurry and I guess it is because theme convert them to 80×80 and they showed bigger.
The original settings in the functions-enfold.php are 80x80px so I change it to 160x160px and then I regenerate thumbnails with plugin, but nothing.
update_option( 'thumbnail_size_h', 80 ); update_option( 'thumbnail_size_w', 80 );
They are still 80×80. I even create a new portfolio post with a new gallery and still it creates the thumbnails 80x80px. May be this is not the line to fix.
The solution in this code for the css – #top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; } reduce the size of the thumbnails to half and shows 10 thumbnails instead of 5, but does not fix the problem.
Hey alvinhy!
You can add this on your custom.css or Quick CSS:
.attachment-portfolio_small.wp-post-image {
min-height: 192px;
}
I don’t think we can use the same trick to your blog. The images have different proportions. Please upload images with almost the same height and width.
Best regards,
Ismael
Try changing them to 301 by 214. In functions.php look for:
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
Since you have a bigger width/area you can increase the size and then re-generate all the thumbnails with : http://wordpress.org/extend/plugins/regenerate-thumbnails/
I looked through the other topics and I could not find echo $sliderHtml; in my loop-index.php
I want to have the featured image be the thumbnail for recent posts but I do not want it visible in the blog post itselt because I want an image at the end of the post. How do I accomplish that?
Hello, my thumbnails in portfolio and blog are not cropping to the correct size.
I want them to be a fixed sized instead of having different sized thumbnails.
Is this possible?
http://whysocreative.com/blog/
http://whysocreative.com/portfolio/
I’ve uploaded a logo into my header bar, it looks fine when I view it on a pc using oldish version of mozilla. A friend using a mac [with version 24 of firefox, and with safari 5.1.9.] sees only a thumbnail version of the logo on the ‘home ‘ page, whereas it’s fine on the other pages.[originally I accidentally ticked ‘thumbnail’ box for size when putting logo in, then amended this when I realised my error] We’re baffled. I can get him to send a screenshot if it helps.
My site is http://www.movementsense.com.
This is my first attempt at making a website so when replying don’t assume much grasp of technology!
i’m delighted with the theme so far and how easy it’s been for a newbie like me to make something I’m happy with.
Hey!
1.) There is no 12 column option for the portfolio. The maximum is 5 columns.
2.) What is the size of the portfolio featured image that you’re trying to upload? This is the thumbnail size use for the portfolio 4-5 columns:
$avia_config['imgSize']['portfolio_small'] = array(‘width’=>260, ‘height’=>156 ); // images for portfolio 4 columns
Best regards,
Ismael
Hallo
Ich versuche gerade eine Video Gallery zu erstellen, bei der beim Start ein Video gezeigt wird, und die Thumbnails der restlichen Videos darunter angezeigt werden. So wie bei einer Bilder Gallerie, aber die Video sollten nicht in einer Lightbox oder neuen Seite geöffnet werden, sondern Direkt (normaler video embed).
Das einzige was gehen würde, wäre den Layer Slider dafür zu nutzen, ist aber doch eher etwas umständlich.
Hat jemand eine andere Idee ?
Vielen liebe Dank
Gruss Dani
-
This topic was modified 12 years, 2 months ago by
SonicCube.
Could you fix these two problems?
Hi!
Try to upload a large image as product thumbnail. You’re uploading an image with 350x350px in size. WP doesn’t have the chance to crop it. You can edit the single product thumbnail size on config-woocommerce > config.php, find this code:
$avia_config['imgSize']['shop_single'] = array('width'=>450, 'height'=>999, 'crop' => false);
Regenerate the thumbnail using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Ismael
Hi sletts02!
You can do so in Functions.php file inside Enfold folder http://i.imgur.com/odEw0st.jpg
Regards,
Yigit
Hi,
I noticed that my slideshow on my front page has been getting stuck on the 2nd picture. I’ve clicked on the arrow button to prompt slides show to continue and also click on various thumbnails but the large image does not change. I also added new photos to slideshow to see what would happen, slideshow played 1st and 2nd picture but remains stuck on 2nd.
I tried creating another page with slideshows but encounter the same problem when I previewed it.
Please help ASAP as I need to prepare the site for an application (and laymen’s term is appreciated as I am not tech savvy).
Many thanks in advance! Tiffany
Hi guys,
I have started creating portfolio items across a number of categories.
I have a portfolio grid page, where I want all of the items to show in a sortable manner – like in your demo – so when a category is selected, the thumbnails are animated and shift around to only display items from that category.
My problem is that only one of the items is currently showing on the portfolio grid page. Please help?
I currently have 3 items set up.
http://www.realwiredmusic.com/artists/
(I have the maintenance mode on, so please let me know if you’d like the admin details, and how I can get them to you privately)
Thanks!
Hi,
Is there a way to completely turn off the ‘You might also like’ module for posts, or to modify it to show only the titles and not the thumbnails?
Thanks!
Hi,
Try adding this code to the Quick CSS area in the Theme options page:
#top .gallery a, #top .gallery a img{
display: inline-block !important;
}
Regards,
Josue
Hello,
I purchased Enfold yesterday and it seems a very powerful theme to build pages.
Yet I found my firsts problems that I have not gotten to see addressed in the forum.
Sidebar: I have chosen to display the sidebar to the right but this appears not beside the content of the page but underneath. See here: http://idaccion.com/blog/recursos/marketing-y-comunicacion/ (the page is under construction). Do not know what I’m doing wrong and I think I’ve tried all possible combinations.
I would also that in the Grid Layout, below the thumbnail and the title does not appear the number of comments or the date. Is it possible?
And finally for now, I would put in the header a logo design of 1045×166 pixels. I’ve uploaded it but the theme so much reduced.
Thanks in advance,
LRS