I can’t seem to get the ajax portfolio feature to pull up anything but a “big image, thumbnail below” layout. I’m trying to get this portfolio item layout — http://barsocchini.com/beta2/portfolio-item/3021-rambla-pacifico-press/ — to show up via an ajax portfolio here: http://barsocchini.com/beta2/press/ But, the ajax view only seems to want to show a “big image, thumbnail below” layout, Any clues on this one?
Also, I see that wordpress has been placing auto-created thumbnails with timestamps as recent as 10/15, so I’m guessing that the directory is writable by wordpress.
Hey Devin,
The thumbnails are now fixed, thanks for that!
As for the other two issues, I’m testing on Mac Parallels running Win 7 and IE8.
Here’s a screenshot of the menu disappearing (note that the slider is transitioning in the screenshot, not broken): http://i.imgur.com/hQnh9Zp.png
Thanks,
Tom
Hey!
Please try deactivating BJ Lazy Load plugin. It replaces thumbnail image with a placeholder
Regards,
Yigit
Hi i arrleady learned how to add custom fields to the portfolio in this topic.
https://kriesi.at/support/topic/portfolio-items-custom-fields/
Just now i would like to know, how can i add some advanced custom fields to it, that i created with a plugin like
http://wordpress.org/plugins/advanced-custom-fields/ or
http://wordpress.org/plugins/custom-content-type-manager/
i did try to just add the name “datefield” of the customfield to the line in the register-portfolio.php:
‘supports’ => array(‘title’,’thumbnail’,’excerpt’,’editor’,’comments’,’custom-fields’,’datefield’)
but doesn’t work
Thanks for answers
-
This topic was modified 12 years, 5 months ago by
wesdacar.
I think I know what is wrong with it.
The portfolio thumbnail was set to automatic scaling and i think the featured images was too small or something.
I set it to manual and use original size thumbnail and now it is working perfectly fine on safari and mobile.
Thanks!!
Thanks Josue. Not working though. See here…
http://mcalpin.net/brian-mcalpin/
search for any of the portfolios you see here…
http://mcalpin.net/portfolio/
they’re stiill showing up, and just deliver a thumbnail… no link even.
Ideas?
Hi emilottersten!
Would you consider using the Order Page Attributes? You need to edit each Portfolio Items then add a number on “Order” attribute field. First, edit includes > admin > register-portfolio.php and find this code on line 34:
'supports' => array('title','thumbnail','excerpt','editor','comments')
Add the page attributes:
'supports' => array('title','thumbnail','excerpt','editor','comments', 'page-attributes')
You can now add order attributes number to each portfolio items. If you don’t add an Order attribute they will default to 0. Use this on functions.php:
function custom_post_grid_query( $query, $params ) {
$query['orderby'] = 'menu_order';
$query['order'] = 'ASC';
return $query;
}
add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);
Best regards,
Ismael
Hey ronvanbreukelen!
You could try something like this http://wordpress.org/plugins/auto-post-thumbnail/
The code is possible but its beyond what we could assist with via support to custom write on the fly to change what the source is of the image, re-size it and then place it for the grid.
Cheers!
Devin
Take a look at this page:
http://www.bluesquidmedia.com/free-inbound-marketing-resources/
Any idea why the thumbnails are cutting off? If you sort them, they’ll go back to normal.
or adjust to 2 columns of smaller thumbnails(preferable) like the shop page on mobile horizontal layout
When resizing the grid layout archive pages like this one:
http://kriesi.at/themes/enfold/blog/blog-grid/ (3 columns)
to mobile width(iphone etc), the items from the 3 columns should display above one another in one column (rather than the alternating 1 large thumbnail item, 2 smaller thumbnails items)
The shop page: http://kriesi.at/themes/enfold/shop/ the 3 columns adjusts this way to 1 column for mobile width
How can I make this change to the 3 column grid layout?
ahh… I now understand that they were coded to be that size to also accommodate the 2 column layout though for my needs 3 column size is preferable also I don’t plan on using any other portfolio layout templates that require the larger 495 x 400 image so reducing to 208px width should speed up page load.
Thanks for your help Ismael!
Hi ttem!
The blog grid layout use the portfolio thumbnails set on functions.php
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
You can change the size then regenerate the thumbnails.
Best regards,
Ismael
Hey NavGrief!
Can you please give us a link to the product page with the huge images? Have you tried to regenerating the thumbnails?
Regards,
Ismael
It seems the grid template is loading the full size featured image then resizing to 208 x 168.
Is it possible to change the template to load just the thumbnail? (which can be sized to 208 x 168
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