Hi DigitalMedia,
Please do not make single topics for feature requests/suggestion. There is a dedicated topic for it here https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Devin
Thanks. Can you also clean up my old thread, https://kriesi.at/support/topic/newbie-looking-for-a-little-help#post-122164 ?
I had not edited any files in the theme (this is deliberate, for easy upgrades). I just deleted the whole enfold folder and extracted 1.8.2 (I already had done 1.8 a few days ago). Problem is still there. I have only added the custom css described in this thread, so are you sure it does not occur in the base theme? As in the screenshots, I am using the drop down not the icon menu.
Cheers,
Jason
Hi DigitalMedia,
First thing to check is the top right hand corner of the screen “Screen Options”. Click it and then click the checkbox for Advanced Layout Editor.
Regards,
Devin
got it! it is the “megamenu” functionality…
I have installed several sites in the past either through wordpress or uploading to the Themes Folder using FTP. However I recently bought your Enfold theme and cannot seem to be able to upload all the files. PLEASE NOTE THAT AVEDA ALREADY INSTALLED PERFECTLY :)
What happens is when i try to upload the using filezilla, the upload stops at file 615 ??. I then delete enfold folder and tried the WordPress zip upload option and after installed i then previewing the theme before activating it I see just a lot of garbled text.
I am at a loss as to what to do please help
thank you
Ismael is tagged on the topic for easy reference so hopefully he can point you in the right direction. The main thing is you’ll need to be able to pick out and target each class you want to modify on your own since there are so so many that will need to be changed.
A good starting point is watching this video on using Firebug: https://kriesi.at/support/topic/fyi-firebug-tutorial-for-wordpress-users
Regards,
Devin
Hi all,
I see that this has been asked in the past without success, so I’m offering a reward for anyone who can help me get the sidebar to float to the top (above the content) instead of at the bottom. I’m trying to gauge feasibility, so please let reply to this thread and let me know before going to the next step. If this post isn’t appropriate for the forum, I apologize, and will try elsewhere,
thank you, love the hard work that’s gone into the theme,
Greg
Same problem here. Slide show on startpage is working fine under newest chrome and firefox, but opera12 ist just showing the first two pictures and ie10 isn’t sliding, just switching the pictures … very disappointing, that the promised fix (https://kriesi.at/support/topic/easy-slider-problem ) in the current version didn’t happen. We would appreciate further help in this case! Currently using Enfold 1.8.2
Thank you for the screencast! This is interesting. Here are two screen grabs. The font is wrong in Chrome, and correct in Firefox.
If I do what you did in the inspector, in Chrome, then I see that removing Droid Sans fixes the headlines (they become thinner), and the body text also becomes Open Sans.
If I remove the quick CSS that re-states the two fonts, then the whole site goes back to Helvetica (in Chrome).
So what I’ve done is defined the entire site to be Open Sans in the quick CSS, and that will have to do.
Chrome:

Firefox:
Ismael, thank you for the assistance.
I have tried editing the wp-config.php by adding the code. I did that by adding the following right before the “That’s all, stop editing! Happy blogging” comment.
/**
*Added per Ishmael from Kriesi to aid in front page post slider issue.
*/
define(‘WP_MEMORY_LIMIT’, ‘128M’);
I’m still seeing the issue after the 1.8.1 update as well as the code addition.
Just to make sure, where in the wp-config.php file should that line be added. Also I can edit the .htaccess file. Is it better to edit one over the other? Perhaps both?
This problem is also now repeating on our Reviews page here: http://up-shift.net/upshifttest/reviews/
Howdy,
Thanks, tidied that up. Can you please remove the direct links to the site from my previous posts? Images are fine (I can fix those later). If you could also fix up https://kriesi.at/support/topic/newbie-looking-for-a-little-help#post-122164 that’d be great.
Back on the nav issue — I updated to the latest version of the theme, and it does not fix this issue. The issue also occurs with multiple browsers. Are you sure I have to add custom code to get this to work? Shouldn’t it be fixed in the theme?
Cheers,
Jason
Hi,
Please remove the counters, they are destroying the responsive layout, shrink your browser to size of a mobile phone and you will see what I mean. Plus they look cheap compared to the nice art you have. http://www.clipular.com/c?10772149=m_QwMs071q99Vj_D1eF4bTXG-hA&f=.png
Please add this css to your /css/custom.css file to fix the empty space OR put it in your Quick CSS located in Enfold > Theme Options > Layout Styling… the text box at bottom of page:
.responsive .container .twelve.units {
top: -49px;
Thanks,
Nick
This is probably a problem with the wpautop filter. A quick temp. solution would be to remove it. Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodestextblock.php and replace
return "<div class='avia_textblock'>".wpautop( ShortcodeHelper::avia_remove_autop($content) )."</div>";
with
return "<div class='avia_textblock'>".ShortcodeHelper::avia_remove_autop($content)."</div>";
Ismael, I still haven’t gotten any answer from Kriesi about this matter https://kriesi.at/support/topic/quform-not-working?replies=5#post-124415
I have my client waiting.
Sincerely,
Mika
The width of the blog is limited to 600px. If you want to expand it use following css code
#top .fullsize .template-blog .post .entry-content > * {
max-width: 900px;
}
#top .fullsize .template-blog .post .entry-content {
max-width: 900px;
}
Obviously you can use a different width value too :)
I’d recommend to try it. 1.8.1 contains several improvements. We didn’t include a “fix” regarding this issue simply because we can’t reproduce it on our servers and no other user reported it so far. I even can’t reproduce it on your website: http://www.screenr.com/riWH
Hi,
Please post the translation link here. :)
Regards,
Ismael
Hi,
Just add this on your custom.css or Quick cSS
.single .big-preview.single-big {
display: none;
}
Regards,
Ismael
Hey!
Try to use !important tags like
.cart_dropdown.visible_cart {
display: none !important;
}
#top.logged-in .cart_dropdown.visible_cart {
right: -2px;
display: block !important;
}
Regards,
Peter
Hey!
Try following code instead:
.fixed_header #main {
padding-top: 60px;
}
and don’t forget to clear the browser cache.
Regards,
Peter
Hi Ismael,
Thanks a lot for your response.
I don’t think I explained myself very well, sorry! I already have this CSS for the social media icons in the header –
}
#top .social_bookmarks_facebook:hover a{color:#fff; background-color:#006666; }
#top .social_bookmarks_twitter:hover a{color:#fff; background-color:#669966; }
#top .social_bookmarks_linkedin:hover a{color:#fff; background-color:#99cc33; }
#top .social_bookmarks_gplus:hover a{color:#fff; background-color:#eadd12; }
#top .social_bookmarks_vimeo:hover a{color:#fff; background-color:#cccc00; }
}
What I would like to do is have the icons stay white and backgrounds the above colours at all times, not just when you hover over them. But I would like to keep the rest of the header bar the current grey. Can I just take the hover word out of the coding?
Thanks for the footer code, I’ve added it in as you can see here http://etool.net.au/
I would like the three boxes to join up so that there aren’t any grey spaces in between them, just grey on either side. I played around with the padding, but it just made the footer longer and didn’t bring them together. Could you advise how to achieve this please?
Also if I wanted to use an image for the background instead of a colour for one of the boxes, what CSS would I add?
Thanks, Siobhan
Awesome that seemed to have worked,
Another issue, how to I center the graphics on the LayerSlider, when viewed on a wide screen (Desktop) the images are offset to the left
Hi,
I have tried several configurations thru the enfold theme and tha form simply does not send the message, altough it says “message successfully sent!
Website: http://www.bloisebuffet.com.br
I even tried using the solution proposed on this thread: https://kriesi.at/support/topic/17-contact-forms-not-sending-email – but it did not help.
Please, help me.
Thanks
I did manage to find some code you’ve posted before but it doesn’t quite solve the problem. I’ve added the horizontal line and increased the padding between the line and the next Post by using …
.template-blog .post-entry {
padding-top: 30px;
border-bottom: 2px solid #333;
}
… but how do you reduce the padding from the bottom of the Post to the line? Currently, there’s a padding of ~100 px and I would like to reduce it to a 50 px padding. Here’s a visual … http://www.todays40plus.com/category/travel/
Thanks.
Marshall
I would like to swap the top right phone number section with the top left social media icons. Not very knowledgeable with code but how can I accomplish this?
Many thanks.