Good morning,
I recently put this post up: https://kriesi.at/support/topic/incons-in-sliders-and-icon-boxes-not-showing/#post-175633
After the update, the problem remains.
Thanks in advance for your reply.
Brenda
This reply has been marked as private.
Hi there!
I do have a challenge with the blog post pictures, showing correctly.. If I choose a thumbnail pic for every blog post, it will show at the blog overview page – that is good.
BUT it also shows at the blogpost.. So when you enter a blogpost, you see a thumbnail pic at the top of the post, and then the headline – and then the same pic again (because this is the pic I choose to be the thumbnail pic..)
If I don´t choose a thumbnail pic in the blog post, the blog post will appear correct – but not at the blog overview page – there will be no pic at all..
So what I had done one time, was just to choose a thumbnail from the media gallery – and NOT put it in my blogpost and choose that.
That way the pic only displayed once. That was fine.
But every time I update the Enfold Theme, it changes.. So now it looks like sh… again ;)
In blog posts – I have a thumbnail pic (and it´s cropped – so it looks even worse – it´s about 700 x 300 px – and it should be 710 x 575! I´m using a border at every pic – so it can´t be cropped.. ), a headline and then the same pic in the right size (710 x 575 px)
What should I do? I want the pic to show at the blog overview off course – but I don´t want it show 2 times, in the blog post..
And should I stop with the border at my blog pics..? (Because if it keeps changing every times I update – I can´t have the border.. But I really want them, it´s a part of my layout…)
Please help… :-) Regards Karolina
Click to see example:
http://www.karolinakaersner.com/plastic-fantastic-2.html
-
This topic was modified 12 years, 2 months ago by
frost2001.
Hello Devin,
I see, thank you. That means that i need to “repair” the Permanent link (https://kriesi.at/support/topic/h1-permalink-takes-to-home-page-not-archive-page-for-posts/) becouse if I do like you explain, the permalink redirect to the startpage and not to the Blog itself.
It is possible to make that change in the child template?
Thank you
Antonio
-
This reply was modified 12 years, 2 months ago by
LA_BREVA.
Hey Ismael,
The website is still localhost (Mamp).
With te hope to see more thumnails on a standard desktop screen (from 4 to 6), i changed in css/shortcodes line 1915
from
@media only screen and (min-width: 1800px){
to
@media only screen and (min-width: 1341px){
I tested in Safari and Fiirefox and result is oke. Do i have to change more code to have this working in I.E., Chrome?
If that is the only code to change: can i change line 1916 from 16.6% it to 12% to see 8 thumnails in a row?
best regards,
leRenaar
Hi!
It’s how the breadcrumb works at the moment. If you use the code I posted here: https://kriesi.at/support/topic/breadcrumbs-with-portfolio/ the structure should be Home > Portfolio Category > Another Portfolio Category (i.e. subcategories) > Project. I’ll tag this thread for Kriesi – maybe he can provide a better solution…
Regards,
Peter
Hey robwheatley!
Please see Kriesi’s response in this topic: https://kriesi.at/support/topic/enfold-easyslider-two-questions/
Regards,
Josue
Hi Alex!
Add this code to the Quick CSS:
.post-entry .big-preview{ display: none !important; }
Cheers!
Josue
Hi Robert!
Try with this code instead:
#top .avia_textblock h1 { color: #5c5140 !important; }
#top .avia_textblock h2 {color: #5c5140 !important; }
#top .avia_textblock h3 {color: #5c5140 !important; }
Best regards,
Josue
Hey!
You can use the woocommerce shortcodes. Insert a Text Block then insert the woocommerce shortcode or use the Product Grid element. Place the Color Section on top of it. Don’t set a Shop Base Page on Woocommerce > Settings Pages panel.
Cheers!
Ismael
I may have imported dummy data too many times – how do i get rid of it so my top navigation no longer says
Home Home Home Portfolio Portfolio Portfolio Blog Blog Blog etc?
Hey!
Add this on your custom.css or Quick CSS:
.fixed_header.social_header #main {
padding-top: 119px;
}
/*header with social icons: */
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 88px; line-height: 88px; }
Adjust the height and the line-height then follow up the top padding’s value.
Best regards,
Ismael
Hey!
It seems that the private replies plugin would also allow the topic creator to see the reply. I have disabled that since it doesn’t really make sense. thanks for pointing that out and sorry for any initial shock this may have caused :)
Best regards,
Kriesi
Testimonial Slider stops after the second testimonial…. I’ve got three but the slider stops after the second one…. does not rotate…. I only installed enfold and JQuery updater plugin…. WordPress 3.7….
http://wein.webpage-design.at/cm/
-
This topic was modified 12 years, 2 months ago by
melonmelon.
Hi there. When I set a featured image for a blog post, how do I prevent it from showing up in the actual blog post? All I want it to do is show up in the blog feed. I’m upgraded to the latest version of Enfold. Currently have “single post with large preview image” set for single post style and for blog style, I have “single author, big preview Pic” set.
Help, please! :)
Hey miguelinho84!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
#top .main_menu .menu li a { font-size: 18px; color: red; background-color: blue; }
#top .main_menu .menu li a:hover { background-color: blue; color: red; }
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .main_menu .menu li a:hover { background-color: #6ab2b5; color: white; }
Best regards,
Yigit
thznk you for the reply .
On my ipad it still shows all the way to the right .
i set something in the middle on my desktop . But on my ipad it still shows way out right
Hi logan2d!
I managed to get this on my local installation:

I generated a post slider shortcode and then added it after the <body> tag starts in the header.php file:
<?php echo do_shortcode("[av_postslider link='category' columns='3' items='9' offset='0' contents='no' preview_mode='auto' image_size='portfolio' autoplay='no' interval='5']"); ?>
Regards,
Josue
Is there any way to make the Wooommerce “cart_dropdown_link” appear in the enfold header in responsive mode? Here are screen shots of the cart slider (top right) at normal screen size and in responsive mode: http://nexuscontentlab.com/temp/
Thanks mike.
Hey musklick!
You can add the img in the header.php, after the body starts:
<img src="your_img" class="bottle" ?>`
Then apply this CSS:
.bottle{
width: 350px;
height: 650px;
position: fixed;
left: 0;
top: 0;
z-index: 1000;
}
Try it out and see if it works, if it doesn’t provide us with a link to your website and the image of the bottle you want to use.
Best regards,
Josue
Hi, I’m trying to create an effect where an image of a bottle, placed to left side starts in the header, covers a portion of the main content and ends in the footer. So the effect is that the bottle “pops” out of the web page. The main content should contain a layer slider and the footer should have widgets as usual. Is this possible? The height can be static. When I place the bottle in the background it breaks on smaller screens. Could you put it as a transparent image on top of everything? Or use different CSS for different viewports.
I can provide an image of the desired effect if that would help. Really hope you can help with this, I’m getting close to dead line and can’t get it to work. And my client really want this effect.
This reply has been marked as private.
Hi Josue,
Here’s the code I’m using for the advanced editing ‘text blocks’
#top .main_color .avia_textblock h1 { color: #5c5140; }
#top .main_color .avia_textblock h2 {color: #5c5140; }
#top .main_color .avia_textblock h3 {color: #5c5140; }
Thanks,
Robert
Hey!
Yoast Google Analytics causes a javascript error on the admin screen. Actually it’s not required because Enfold already comes with an option field which helps you to print the analytics code. The plugin just slows down your website.
Best regards,
Peter
How can i make sure everthing looks the same for every device ( ipad/desktop/laptop )
I made a slider on my desktop . everthing is centred but on ipad i can’t see the things i changed to the slider
and on the laptop ( different resolution ) everything is more to the right .
-
This topic was modified 12 years, 2 months ago by
iluvatoq.
Hey guys,
My portfolio grid is still broken on this page > http://www.realwiredmusic.com/artists/
Sortable categories are still not displaying at the top, and the images sizes & titles are not right.
My portfolio grids on the homepage are perfect – why is this page giving me such problems?
Please help – my client needs this fixed asap.
I really appreciate the help!
Hey!
Ah, ok. Dieses Problem habe ich hier schon einmal gelöst: https://kriesi.at/support/topic/make-excerpt-shorter/#post-172121
Best regards,
Peter
Thanks Josue ,
I found out the way , put in QCSS:
/*header with social icons: */
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 90px; line-height: 90px; }
.fixed_header.social_header #main {
padding-top: 118px;
}
regards !
Hi,
I have a problem with the Theme Enfold…
I have activated the comment on page, following that procedure: https://kriesi.at/support/topic/enfold-comments-on-pages/ but the procedure don’t work… on every page the comment box doesn’t appear…
http://www.gardalandparkfanpage.it/novita-2014/
Any suggest for resolve this issue??
Thanks in Advance