Hi,
I think I found were the 845×321 is coming from and how to edit it, please try the solution here:
https://kriesi.at/support/topic/how-to-maintain-aspect-ratio-for-big-preview-featured-image-on-blog/#post-332548
Best regards,
Mike
Hi @Basilis,
Thanx for reaching out.. I have disabled the caching plugin.. Also I removed the changes suggested earlier in this thread.
Chrs!
Hey moniot,
Try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 767px){
#top #wrap_all .av-inherit-size .av-special-heading-tag {
font-size: 0.4em!important; }
.av-special-heading.av-special-heading-h3 {
right: 30%!important;
top: 140px!important;}
.hr-inner.inner-border-av-border-thin {
border-color: transparent!important; }
}
Please clear your cache :)

Best regards,
Mike
Thanks for the very fast reply! The featured image is actually 1920×1280 pixels, so it is getting cropped top and bottom – I just removed and then re-imported another featured image, also 1920×1280 pixels, and it’s still not showing the full image. I see that it is resizing it the same way. I tried to isolate this with css in my child theme, but to no avail –
.single-tribe_events .tribe-events-event-image img {
height: auto !important;
width: 100% !important;
border: 0px solid red; // for testing only
}

How can I stop it from resizing it – it should be 845 x 563 to maintain the correct sizing.
Hello
I’ve looked carefully at this post –
https://kriesi.at/support/topic/how-to-adjust-featured-image-height-in-single-post/#post-274245
I edited the index-loop.php and added it to my child theme, both in an ‘includes’ directory and also in the child theme’s root (wasn’t clear as to where it should go), plus I installed the regenerate plugin and regenerated just the one image that I’m using as an example for the post, below, and it’s still cropping top and bottom and not showing the full image. Please advise. Thanks!
Hi Rikard,
See below! Let me know if this makes sense…
Page: http://www.ccyran.com/projects/rga-stories/
I’d like the body copy width to stay around this width regardless of the browser width:
https://ibb.co/kdWoi5
Instead of this happening when the browser width is wider:
https://ibb.co/mUwoi5
So I want to have the similar text responsiveness as this website. The way the body copy width eventually stops expanding after a certain width, regardless of how wide the browser is.
Thanks!
Chris
-
This reply was modified 8 years, 11 months ago by
ccyran.
Hey gang!
On my site the text always looks great, except that it covers my models faces on my iPhone 7. I’ve been trying to find a way to position the text on mobile devices in the lower left corner of each splash page. I think I’m close but I need your help…
I found this bit of wisdom from y’all: https://kriesi.at/support/topic/controlling-content-on-mobile-in-the-enfold-theme/
I tried it and it does indeed change my text on mobile, but I wonder if it’s possible to
1. Add code to the css to get the text to position itself in the lower left corner of the first section?
2. Make the text behave the same when the iPhone is in landscape mode? (Currently, it only changes the text when in portrait mode. I know it probably has to do with setting the width to a different value, but I have no idea what that value should be.)
3. Also make the font a smidge smaller?
THANKS!!!
-Rob
-
This topic was modified 8 years, 11 months ago by
moniot.
Hi,
OK, I see now :)
I added !important; to Victoria’s code & it worked on my end, Please add & clear your cache :)
#top #header .av-main-nav > li > a {
background-color: transparent!important;
}

Best regards,
Mike
Hey mveneziane,
From what I see your mobile issues is with the “tablet” size, so I wrote the css below to use the mobile menu of the phone, adjust the social icons placement, and change the direction and width of the slider text. Hope it helps :)
Try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 988px) {
.main_menu .avia-menu, #header_main_alternate, .fallback_menu{display:none;}
.container #advanced_menu_toggle, #advanced_menu_hide{display:block;}
.responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle{left:auto;}
#header_main nav .social_bookmarks {left: -90%!important;}
.responsive #top .slideshow_caption {
left: 0!important;
width: 80%!important;
padding: 10%!important;
}
Please clear your cache :)

Best regards,
Mike
Hi everyone
I tired to find a solution for my problem via search, but couldn’t find one sadly.
If I add pictures in Medium size (default – 300×285) everything is fine.
If I want to use a bigger picture at this position and I add (for example) an Portfolio (495×400) I do get a cutoff on top & bottom of the pic.
Same for hotspot-picture and other elements… what’s the correct way to increase the displayed picture size for certain pictures/areas?
Medium:
http://fs5.directupload.net/images/170423/l7mew4pd.png
Portfolio:
http://fs5.directupload.net/images/170423/v4kqx86f.png
thanks in advance
tdParticipant
Ich benutze auf meiner Startseite den “Transparent & Glassy Header”, der auf Desktopbrowsern und auf dem Mobilen Safari meines iPads ohne Probleme funktioniert.
Auf meinem iPhone tritt bei dem Mobilen Safari jedoch das Problem auf, das “Transparent & Glassy” nicht funktioniert und stattdessen das Logo eingeblendet wird. Dies ist seit WP 4.7.4 so.
Was kann ich tun? Vielen Dank!
PS: Wenn ich meinen Desktopbrowser das Fenster in der Breite immer weiter verkleinere kommt zunächst die korrekte Mobile-Version der Website, aber dann – bei weiterer Verkleinerung – eine noch mal andere mobile Fassung, die kein Transparent & Glass Header mehr; diese entspricht der Seite auf dem iPhone
-
This topic was modified 8 years, 11 months ago by
td. Reason: Ergänzung
Maybe some useful information in this thread with my response
Hey Birgitte,
Try this code in the General Styling > Quick CSS field:
.widget.newsbox .news-time {
display: none !important;
}
Or if you want to try editing the Class-framework-widgets.php file you could follow this:
https://kriesi.at/support/topic/how-to-remove-creation-date-and-time-from-the-enfold-latest-portfolio-widget/#post-138927
Best regards,
Mike
Hi,
I’m setting up the the WP Job Manager plugin on my website. I appreciate this is a Plugin, so not sure that the Enfold team can help me but thought I’d ask as the level of support you get here is much better than WordPress.org.
If the job page is opened on a desktop device and the browser window is of a reasonable size, the job thumbnails appears no problem. If the browser is resized (making it smaller, or opened on a mobile device), the images disappear.
Does anyone have any ideas how I can avoid this?
You will also see on the website, that the Job Filter options are all displayed – both the parent and child category filters. Is there anyway of just getting the parent category filters to display?
Many thanks for your time.
Tim
Hi,
Great, glad you found a solution and thanks for letting us know. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Great, glad you got it working and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Try this code in the General Styling > Quick CSS field:
.page-id-2137 div .avia-breadcrumbs {
background-color: transparent!important;
padding-top: 0px !important;
}

Best regards,
Mike
Disable for ‘html’
-webkit-font-smoothing: antialiased;
Open Mega menu and hover on top elements
Video included – as u can see on hover elements changes their opacity (or weight).
Fix in my first post..
Safari ONLY on macos
Hi everyone,
I wanted to point out an issue I just noticed. I have a masonry gallery with captions in the images. After this gallery, I have a headline and two columns of text all within single and half column sections that have animations (left to right).
It seems that after the gallery, the animations do not trigger till the section is at the top of the browser window. When I move the columns above the gallery, they work fine and trigger right when they come into view.
In fact, when they are not working, I could scroll to the content and it does not load. Even if I leave it on screen, it doesn’t load. Only when I move it all the way up to where it’s about to leave the window, then it loads—very late.
Does not happen when it’s before the gallery.
Thanks,
Leyden
Not the result I was looking for.
I would like to have the breadcrumb remain on
the Affiliate page / links… however…
I would like to have that breadcrumb centered with
the highlight removed.
In that row / space where the breadcrumb is
located, you have a Top | Center | Bottom. Currently
is at the Bottom of that row. Would like to have it
positioned in the Center with the highlight removed.
Thank you, kindly!
Hey tremblayly,
I checked both french and english in mobile, and it seems both have the same issue which is the text overflowing, try adding this css code in Quick CSS (located in Enfold > General Styling), add this on both languages:
@media only screen and (max-width:767px) {
#top .avia-slider-testimonials .avia-testimonial-content p {
font-size: 13px;
}
.responsive #top .avia-testimonial {
padding-left: 20px !important;
padding-right: 20px !important;
}
}
Let us know if this helps, if there are other issues missed, please provide a screenshot or point it :)
Best regards,
Nikko
Hi,
Glad we could help. Let us know if you need more assistance regarding this topic :)
Best regards,
Nikko
Hey ana40,
You image is 90×90 being resized up to 209×209, Please try going to Settings > Media and increase thumbnail sizes to 126x126px and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
More can be read here: https://kriesi.at/support/topic/woocommerce-3-0-03-0-1-and-the-images-issue/
Best regards,
Mike
It seems like we need to change the “thumbnail” to another photo size in the code per this advice in this thread:
https://kriesi.at/support/topic/large-image-in-rss-feed/
?