Hi!
Please refer to this post https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
200 should work fine for you as well.
Best regards,
Yigit
Thank you once again Ismael. Now if I could get the preview image to vanish from the top of the blog component, i’d be in business.
Hey Ismael.
Still having the issue. Funny thing is – it is the 3rd image down in both galleries. Not sure why it would define a different height for a single image.
Thanks in advance
David
PHEW! I’m regenerating the images and its fixing the quality back! Heart attack diverted :)
Hey!
It seems like the plugin was updated yesterday. Have you updated yours? If that still does not help, please try contacting plugin author as they should have better insight on what could be causing the issue
Regards,
Yigit
That just totally destroyed every image on my site… crap. Didn’t quite understand all the settings and just did what you said without reading all the settings… its now made all my images terrible quality…
I dont know if I have a recent back up of my site either. Damn.
Hey Ismael,
Yeah i’ve tried fixing it my self (by removing some image classes / overlay )
http://stackoverflow.com/questions/12980153/image-moves-on-hover-chrome-opacity-issue
I’ll try and figure it out and I’ll keep it posted here :)
Hi Ed!
I suggest this plugin: http://wordpress.org/plugins/wordpress-seo/ – it enables you to set an preview image + custom desription text for facebook and google plus and you can use the “social” tab ( http://www.clipular.com/c/5678826713513984.png?k=2EpKGdnQl0mtbk_vvn_O5O2cfYY ) to change it for each entry (posts, pages, etc.).
Cheers!
Peter
Hey!
Did you check if the character code is valid? Maybe \E73C does not exist in the “entypo-fontello” font family. If it’s a custom character the font family may vary (i.e. maybe it’s called “fontello”).
Cheers!
Peter
Here is my quick.css in the Child Theme. You can see I added the line at the bottom. When I hover over the image it shows the character code, in this case “E73C”, and not the icon. Thoughts? My preference is to not touch the main theme files to make upgrading easy.
/* Below added on 1/10/14 to make the main body text larger. Added by Ryan Schefke */
body, body p {
font-size: 17px;
}
.main_menu ul:first-child > li > a {
font-size: 18px !important;
}
.image-overlay .image-overlay-inside:before {
content:"\E73C"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal;
}
EdParticipant
Hello and thank you for developing such a great platform/ theme. Sure. I could suggest a number of changes, and talk a bit about the frustrations inherent on learning to use a new tool, bu the truth is that the results speak for themselves: your theme and engine, has allowed me to make a beautiful, great-looking site for my fiends at http://www.mambocasting.com .
I have a simple reques for feedback/ comments on how to improve the site, in particular the “clients” area- the company has hundreds of these, and I want to display them differently, as well as a better way to display the videos…. if anyone can suggest good solutions or plug ins that would be very much appreciated.
I do have an immediate request, and that is that, whenever I share the site, it is randomly pulling pictures and non-related text to display ion other sites, say facebook or twitter. Can anyone tell me how can I set a set text and photo to display whenever I place the link to the main page?
Thanks!
Hey!
I hovered over the image of the project cinerama but I am not seeing the shift. I think you should remove the browser cache then reload the page a few times. Test it on another browser.
Regards,
Ismael
Hi!
You can try to replace the content value with the image url:
div .hr-short .hr-inner-style:before {
content: url(IMAGE URL HERE);
font-family: 'entypo-fontello';
}
Regards,
Ismael
If its an item on top of the background image you can try making its position a percentage (45% for example). Otherwise the inline documentation for Layerslider under the help tab is the best source I know of for its settings.
Hey!
Please use this to constrain the height of the images on mobile view:
@media only screen and (max-width: 767px) and (min-width: 480px) {
#top div .avia-gallery img {
max-height: 132px;
}
}
Best regards,
Ismael
Hey Ismael,
Thanks for the quick response!
I tried them already, but it’s not working. I would rather have it as an automatic function anyways so that I don’t have to edit all my images to be the same dimensions. (I want to use the “Perfect Grid”)
Any ideas?
Hi!
You need to edit those files via FTP or you can add the code on the child theme’s style.css.
Cheers!
Ismael
Hey jtree5757!
Please try the different “Size Settings” for the fullwidth masonry gallery. They can fit at least 4 images.
Regards,
Ismael
Hey guys,
Is there a way to make the Full Width Masonry Gallery have more pictures per row?
Default is three pictures, but it would be nice to have a little more control over this.
Any suggestions, or things I can fiddle around with?
I’m assuming it’s a css thing or maybe a function that calls for a specific size image/thumbnail?
Thanks a million!
Hi Ismael,
Thanks for the reply. I’m a bit lost though. We are using the Enfold Child Theme. I go to Appearance > Customize is goes to a Preview screen. When I go to Appearance > Editor I don’t see the base.css file.
On a separate note, I saw the update to the Enfold Theme and I tried to run the automatic update. I got this error, I don’t see a custom.css anywhere. https://www.dropbox.com/s/oolfaujx4s86dqr/Screenshot%202014-01-20%2020.00.15.png
Can I use media queries to load more or less images depending on size?
Thanks for responding :)
/homepage/home-v9-ip-home/
When you resize the page when the quote area has a 2 line quote the background image doesn’t stretch horizontally and vertically. The result is that the quote ends up popping out the bottom.
Quote section full width:

Quote section small width:

Do you see what I mean?
-
This reply was modified 12 years, 3 months ago by
Jagrav.
Hey elbnetz!
What do you mean by entypo codes? Can you please give us a link to a test page with the icons? A screenshot will help.
Regards,
Ismael
Hi Lead!
Edit css > base.css, find this code on line 363:
.image-overlay .image-overlay-inside:before{content:"\E869"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }
Replace the content value “\E860” with a different fontello icon.You can refer to this link for more icon codes: http://www.entypo.com/characters/
Regards,
Ismael
Hello,
Please try to deactivate all third party plugins to see if it gets fixed.
Regards,
Josue
Hi again,
Is it possible to have the logo work like it does on this site (kriesi.at). Meaning that when the header menu shrinks (you scroll down the page) the logo image/logo text shrinks and then the logo text fades out, I really like that touch!
I presume it is two images with the one staying and the other disappearing ??? Is that possible with the Enfold theme ???
Another question is how do I define the height of the header menu, both when it is “full”size (page not scrolled) and the height it shrinks to (when the page is scrolled down) ??
Thanks a lot !
Hey guys – got the title bit sorted. Size is now regulated on desktop. Only issue remaining is, on mobile, a couple of the thumbs are not square as they should be ( Same issue we solved by using:
#top div .avia-gallery img {
max-height: 333px;
}
for desktop)
Lastly – how do we make sure that applies to those images on mobile as well?
See this image: http://img42.com/F2IvZ
Which php page and section assembles the content seem on the image?
The product and tabs.
I can’t find it.
Thanks!!!!