Hi rikv!
Thank your for using the support forum!
Did you use the Enfold Latest News widget? The widget does have an option to display the title and the excerpt. Additionally, the post thumbnails should be automatically added right before the post title if a featured image is set. If you don’t mind providing a link to actual page with the widget, that would be great.
Best regards,
Ismael
Hi, 2 questions.
1.I have a “rightside-bar” where i display my recents blogposts as a widget.
This widget only show the titles of the posts.
Is it possible to show something more, a little excerpt?
2. Like i said before, i only shows the title of the post, how can i also add the little thumbnails?
See “latest news”
Thank you
Hi.
Need help with two things.
1. I need to make this thumbnails/preview images bigger, without altering the format.
If its small, it looks like this:
http://www.daliastellagonzalez.com/resenas/page/2/
If its large, it looks like this:
http://www.daliastellagonzalez.com/blog/
The option of “Choose the preview image size manually” does not work. it makes a slight difference of what shows inside the box, but it doesn’t change the box size.
2. I need to get rid of the featured image showing into the article page. I want to have it only as a thumbnail on the outside of the article page, not inside. See how odd it looks they way it’s programmed right now:
http://www.daliastellagonzalez.com/calendario/actividades-de-abril/
Thanks for your help.
I’ve been trying several combinations trying to fix it, but I haven’t been able to fix it.
Any help, anyone? :(
/* #Images
================================================== */
img, a img {
border:none;
padding: 0;
margin:0;
display:inline-block;
max-width: 100%;
height:auto;
width:auto;
image-rendering: optimizeQuality;
}
I’ve removed the display, the image rendering, the height, width, put them back in, changed the values to auto, to 100%. And every it’s either the WordPress Image Resize or the thumbnails and the rest of the pictures getting messed up.
Hey JaredBurnett!
I think it was a caching issue, there is no border around images on my end http://i.imgur.com/XkIvFIF.jpg
Cheers!
Yigit
Hey there,
Is there any option or possibility to change the size of the Thumbnail portfolio entries?
I use the mansonry Objekt to present different portfolio items at the startscreen. Now i want that the entries are smaller, so that there is more space.
Actual there is space for 4 entries in a row. if it is possible i want to get like 6 or 8 Thumbnails / Portfolio entries in a row.
-> my page: http://www.mbo-fotografie.de
Hi!
Thank you for the info. If you’re talking about the black overlay background when you click on a thumbnail then I can see it on my end properly fading in and out. On what browser and OS are you testing this? I tested mine on Chrome Windows 8 and I think Firefox will function the same. If you want to modify avia.js on the child theme, add this on the child theme’s functions.php:
/*
* Register frontend javascripts:
*/
if(!is_admin())
{
add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100);
}
function avia_register_child_frontend_scripts()
{
$child_theme_url = get_stylesheet_directory_uri();
//register js
wp_register_script( 'avia-default-child', $child_theme_url.'/js/avia.js', array('jquery'), 1, false );
wp_enqueue_script( 'avia-default-child' );
}
Create a js folder with avia.js file on it. I hope that helps.
Best regards,
Ismael
Hi.
I, as well as the other fellow users, need a template that allows the user to maximize/minimize an attached photo with WordPress’ Image Edit function. (ref: https://kriesi.at/support/topic/image-function-still-not-working-correctly/ )
Having the same problem (being unable to edit photos with Image Edit, I employed Josué’s solution:
Removing this code:
height: auto;
width: auto;
…from CSS > base.css
Although it fixes the problem, it creates another one, even worse: It messes up the thumbnails in the blog, and stretches and squashes the Featured Images of different posts.
Is there any other more reliable solution to fix both things in this theme?
Thanks. Don’t know if you work on weekends, but a prompt reply will be greatly appreciated.
Hi Ismael. I appears that it has nothing to do with the Nexgen gallery.
It exhibits the exact same problem on the demo Enfold website at http://kriesi.at/themes/enfold/shortcodes/gallery/
I click on the thumbnail and it fades… Close it and open it again and no background fade.
Additionally, would there be a way to disable PrettyPhoto through the functions.php file? I’m using a child theme and don’t want to modify avia.js in case of future updates to the parent.
Hi hypermediamarketing!
1) Please use the code I posted here: https://kriesi.at/support/topic/remove-dates-displayed-in-child-latest-news-widget/#post-241094 and place it into the child theme functions.php
2) To increase the size of the image use this css code:
.image_size_widget .tweet-thumb img, .image_size_widget .news-thumb img {
width: 36px;
height: 36px;
}
.image_size_widget .news-thumb {
height: 44px;
width: 44px;
}
You can also use a bigger thumbnail size but then you must install a plugin like: http://wordpress.org/plugins/simple-image-sizes/ to increase the widget preview thumbnail size.
Regards,
Peter
Hello,
I am about to release a website using the Enfold theme, and in our main front-page slider we chose to stop autoplaying a video we have there, which we were able to do using the global settings, then turn autoplay off.
However, a very large picture thumbnail of the video remains that looks rather funky – how can we get rid of this picture so we only have the video player left, and no picture? We are using vimeo as our video player, btw.
Thank you!
Bill
-
This topic was modified 11 years, 12 months ago by
Bill.
This seems to be an issue again after the latest update. I applied the same quick css code that was previously suggested here without success: https://kriesi.at/support/topic/gallery-with-4-columns-of-thumbnails-flush-together/
maybe I just need the same code adjusted for the new update
I want the exact same effect as before. Right now there is a crazy looking white border around the images here http://www.jaredburnettphoto.com/portfolio/live/
Please advise. Thanks for all the help!
Thanks,
Jared
Looks like the issue exists with the main enfold theme as well…
http://kriesi.at/themes/enfold/shortcodes/gallery/
I click on the thumbnail and it shows the background… Close it and open it again and no background fade.
-
This reply was modified 11 years, 12 months ago by
kork.
Thanks for letting me know!
Hi,
It seems that the default thumbnail title will always show on hover in the galleries (layout builder). Even if I choose the caption tool-tip.
Is there some css or code that I can remove / add that will not show these default title’s on hover?
Enfold 2.6.2 – WP 3.8.1
Thanks,
Chris
-
This topic was modified 12 years ago by
Chris.
Hey garyguthrie!
1.) You can add this on Quick CSS or custom.css to remove the link on featured image:
.template-page .big-preview a {
pointer-events: none;
}
2.) The theme’s template like the portfolio can only accept thumbnails or images that is uploaded on the wp media library. You can’t use the default “Insert from URL” on the theme.
Cheers!
Ismael
Hi!
You can specify the min and max height of the thumbnails. Add this on Quick CSS or custom.css:
.avia-content-slider .slide-image, .avia-content-slider .slide-image img {
min-height: 140px;
max-height: 140px;
width: 100%;
}
Regards,
Ismael
Hey bakbek!
Thank you for using the theme! You can’t specify a thumbnail for the actual video but you can set featured image for the posts. Use that as an alternative for video preview thumbnail.
Regards,
Ismael
Hi,
I tried to understand the size of the “big preview image” but did not understand the answers so far.
I’m doing a redesign of an existing site and I’d like to use the same photos > “ALL photos have the size 650 x 460” (more than 200 photos !)
I’d like to create the single portfolio 2/3 gallery with the thumbnails under the big image.
At the moment the big image is streched and pixels > http://www.anmadesign.fr/portfolio-item/cma-cgm/
What do I need to do to reduce the height of that big image?
Thank you in advance,
AB
1.
Thanks for your reply. Unfortunately we are not using posts for the items. We are using portfolio entries that i can’t change to link ect. like i can with posts.
2.
I think you misunderstood. The thumbnails are fine, but whenever an image is hovered over so that it appears in the big preview box, the image here is very often stretched. Also changing the settings for the big preview does not change anything.
/ Frostholm
-
This reply was modified 12 years ago by
Frostholm. Reason: Spelling
Hey techgrayscale!
No, this is imo not easily possible because the image and the headline position are set to relative and you can’t overlap with css code.
Cheers!
Peter
Hi Frostholm!
1.) Create posts then set them to “Link” post format. Add the url of the category page. Use these posts for the post slider.
2.) Please add this on Quick CSS to maintain the alignment of the gallery thumbnails:
.avia-gallery-thumb a {
width: 20%;
height: 150px;
max-height: 150px;
min-height: 150px;
}
.avia-gallery-thumb a img {
height: 150px;
max-height: 150px;
min-height: 150px;
}
Regards,
Ismael
Hi!
1.) The “Slide Image Size” option will not re-size the actual slider. This option is the selection of thumbnail sizes that you want to use for the slider. Selecting larger images will give you crispier and better image quality. The slider will inherit the size of the container so if you place it on a one third column, it will have the same size as the column plus minus padding, margins etc.
2.) Basically, all you need to do is upload large images something like 1900px in width. The theme will automatically trim it down into smaller thumbnails. You can find the thumbnail sizes on functions.php, you can adjust those if you want.
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
$avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
$avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider
$avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
$avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)
$avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider
Regenerate the thumbnails using this plugin after: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Ismael
Hi!
Open up includes/loop-search.php and replace:
echo "<h2 class='post-title entry-title'><a title='".the_title_attribute('echo=0')."' href='".get_permalink()."' $markup>".get_the_title()."</a></h2>";
with
$slider = get_the_post_thumbnail(get_the_ID(), 'entry_without_sidebar');
if($slider) $slider = '<a href="'.get_permalink().'">'.$slider.'</a>';
if($slider) echo '<div class="big-preview">'.$slider.'</div>';
echo "<h2 class='post-title entry-title'><a title='".the_title_attribute('echo=0')."' href='".get_permalink()."' $markup>".get_the_title()."</a></h2>";
Cheers!
Peter
This reply has been marked as private.
What CSS code can I use to set the thumbnail image size to the be same in my blog post grid layouts?
Hi costin!
The thumbnail creation is entirely dependent on the server and how fast it can process the request. The theme creates 11 sizes and WordPress itself creates 2-3.
So the short answer is yes :)
Cheers!
Devin
Hello, I have problems with my theme:
1. With fonts – I noticed that in Opera or Firefox browsers they don’t look properly. Lithuanian letters (like į, š, ė, ū, ų…) look different (stronger) than others. I tried to find the font, which would not have that problem, but not succeeded. On the mobile device (HTC) Lithuanian letters are not seen at all…
2. Other one with pictures. When I upload pictures to my media library, some of them don’t show thumbnail of that picture. That causes problems when creating galleries: if I try to create the gallery with such an image, it fails and the gallery can’t be created. Sometimes it helps to try and upload the image ones again, but not always…
My page: http://www.fotoseimai.lt
I hope you can help me. Thank you.
Ausra