Hey pako69!
80x80px would be optimal size. Please regenerate thumbnails using this plugin http://wordpress.org/plugins/regenerate-thumbnails/ after you change the sizes
Regards,
Yigit
Hey Laureninthailand!
You can use em tags to make them italic as shown in screenshot here http://i.imgur.com/GFVYgTx.jpg
Regards,
Yigit
Dear Ismael,
Deactivated all plugins but the problem is still exist with the latest FF/Chrome/Safari.
with IE there is no any problem.
Please check the printscreens in different browsers: http://postimg.org/image/r5eo3im9t/
Thanks is advance,
Attila
This reply has been marked as private.
Hey!
You are welcome! Please try deactivating all active plugins and check if that helps
Regards,
Yigit
Hi Yigit,
worked, thanx! Regarding the gravatar picture: I’m using gravatar already, but somehow it seems that WordPress is not using that picture, it seems it is using the facebook or Google+ image.
How can I resolve this?
Cheers,
Gee Are
Hey!
Please add following code to Quick CSS
.rounded-container img { height: 81px; width: 81px; }
Your avatar size is 50x50px, it would be better if you used Gravatar to display your avatar
Cheers!
Yigit
I think I found the issue.
img, a img {
border: medium none;
display: inline-block;
height: auto;
image-rendering: optimizequality;
margin: 0;
max-width: 100%;
padding: 0;
width: auto;
}
Why is that CSS property set in the base.css? To what should I change it ?
But mostly it baffles me why you set it in the first place.
Hi Yigit,
thanks for your answer! The featured image issue is solved. However, the gravatar image is still too small. Have a look at http://miApple.me right now.
Cheers,
Gee Are
Hi Gee Are!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.gravatar img { height: 60px; width: 60px; }
.big-preview { display: none; }
Best regards,
Yigit
Hey jvines!
You would use the Fullscreen slideshow element from the Avia Layout Builder. See the first element here for an example: http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
Regards,
Devin
Hi!
Do you mind creating a temporary admin login posting it here privately so i can take a look?
Cheers!
Yigit
Hey!
Can you post the link to your shop page so we can take a look?
Cheers!
Yigit
Hey!
I don’t know of any way to change how the image resizes without removing the themes auto image adjustment theme and site wide. The width/height are set to auto and max-width: 100% so that images fit no matter the screen size. You can use column shortcodes or css style to constrain them further automatically but the size set with WordPress’s visual editor will not have enough priority to overwrite the theme setting.
For example you could do:
#top .slide-entry .slide-entry-excerpt.entry-content img {
width: 60%;
height: inherit;
}
This will force all of your images in the slide entries to have images 60% of the container size.
Cheers!
Devin
Actually on the home page I’m using an easy slider with featured size (1500×430 px) but the final result doesn’t satisfy me.
On a full hd screen the image is “stretched” and doesn’t look sharp (obviously):

While on a 4/3 screen it’s really too small compared to the footer.

What can I do?
Is it possible at least to add a resolution that works fine on a full hd screen? Like 1980 x 568 (proportional to 1500 x430px)? I’ve tried to no use “no scaling” setting, but doesn’t help.
Is it also possible to “fix” how it looks on 4/3 screens?
Thank You
HI
I am trying to have a fullscreen slideshow with a mix of still images and videos all the same aspect ratio.
see this page:
http://www.copenhagenfilmcompany.dk/2014/landing-enx/
the second and third images are videos, one (self hosted) doesn’t play, the other is from vimeo but shows the play/pause button.
I don’t understand how to set the right size for the video – it is cropped to a wide format, but if I set the slideshow to be “no scaling – use original” then the video is not the right size – either too tall with black borders, or with a black border at the bottom, depending on the settings on the image itself. Can you help me with this?
I wanted them to be the same height as the other images (they are 1060×400). It almost works when I select the “slideshow with sidebar” setting, although the video is a bit shorter than the images
I also need to get rid of the play/pause button – is this possible from Vimeo? I don’t understand how to do a self-hosted video – I uploaded one to my media library but it doesn’t play when I add it to the slideshow. What am I doing wrong? Would that give me more control over the size, hiding play buttons, etc?
thanks
N
-
This topic was modified 12 years, 2 months ago by
Munford.
This reply has been marked as private.
Hello,
I was wondering if it was possible to make certain bits of the additional text in the banners over the image on my homepage italic? They are latin names for animals and the standard presentation of this would always be italics.
The site is here so that you can see what I mean. So for the picture of the Ethiopian wof, the words ‘Canis simensis’ would have to be in Italic, for example.
Thank you,
Lauren
http://compassionateconservation.net/
Hello
avia-testimonial-image are border-radius:100px
entry-image sizes (image that are used to navigate between each post or eacth portfolio entry) are also border-radius:100px
It seems that both of those images are using the same source size image : the default wordpress thumbnail
What should be the rights size of the default wordpress thumbnails to have perferct circles and not a big image into the left and right portfolio arrow?
thanks
My site is not public
Thank you for your answer.
It’s not what I’m after exactly. Let me describe it in detail and maybe you would have some suggestions on where I should start looking to program it.
– The div image container stays square at 800×800 or less (dynamically resized so that all images are fully visible inside the current window size and don’t overflow it, causing the need to scroll)
– Horizontal pictures are vertically aligned to the middle of the div
– As a result the “next/previous” arrow controls stay at the same place throughout the slideshow
Thanks again
Edit: Let me just add that doing the same with the lightbox instead of the fullwidth slider is also good for me, would that be easier to program?
-
This reply was modified 12 years, 2 months ago by
AlexKK.
Thank you! It works now! ;)
Wonderful. I’ll give this idea a try. Thanks!
Hey!
You can select the “Video” post format for a post if you want to feature a video. Just make sure that you add the video link to the post content and that the “video” post format is selected: http://www.clipular.com/c/6677544845705216.png?k=kgxSp2lG1POjhTfjvUVXgjeGWDU
Note that the “grid layout” doesn’t support video previews and you must select the “Multi Author Blog (displays Gravatar of the article author beside the entry and feature images above)” or “Single Author, small preview Pic (no author picture is displayed, feature image is small)” or “Single Author, big preview Pic (no author picture is displayed, feature image is big)” layout.
Best regards,
Peter
Thank you soo much Ismael and Devin. That totally made it!!!
Thanks support team!!!
Thank you so much Ismael!
We will use the plugin that will set the first image used in a post as the feature image, the code you gave stops the feature image from displaying in the post so we don’t get a double up while still allowing the feature image to be displayed in all our post sliders.
Thank you very much for all your time and help.
Cheers
Hi w3developing!
Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code on line 90:
"subtype" => AviaHtmlHelper::number_array(1,100,1, array('All'=>'-1'))),
Replace 100 with 150. I think you’ll have a problem with page speed when you have 150 portfolio items on one page.
Best regards,
Ismael
Hey Tim!
Can we see the page live? I have a native IE8 I keep installed and will see if there is an issue.
Best regards,
Devin
Hi Ismael, I assume you’re talking about issue 1. Sounds like this is specific of Chrome (Explorer is fine). The entire lower part of the home page keeps pulsating, moving either vertically or horizontally by a few pixels. This happens every 5 seconds or so – when the images scroll. Just added the horizontal ruler whitespace before “STAY CONNECTED”, but no luck.
Also pls let me have any feedback on issue 2.
Thx.
Hi!
You can use this:
#my-color-section {
height: 75px;
min-height: 75px;
padding-top: 10px;
}
Change the height and the min-height value.
Cheers!
Ismael