Hey pako69!
Kriesi just fixed a small bug with the isotope filter animations. He updated enfold/js/avia.js
Best regards,
Peter
Hello
I see that in my WordPress admin as un update but there is no info about it on Themeforest
Thanks
I’d like to know how to stop Enfold from taking the image 950X632 that I am using in my Post Blogs and rendering down to 600X400. I have over 800 legacy posts and have for five years maintained the 950X632 size for my Blogs.
I have tried to use a unique Post Page to solve the problem, but it also renders the image down.
I do not want to use the featured image function to solve this issue
thanks !
-
This topic was modified 11 years, 8 months ago by
EdFritz. Reason: Tried to change topic description. How to stop
There is a better way to manages changes to a themes functions.php. I’d recommend using the WP plugin: code-snippets. https://wordpress.org/plugins/code-snippets/ You can manage/catalog all your various function.php code changes, and active, deactivate, ext….. Also if you add a new function code using this plug-in, then activate code and the code breaks your site, you can put plug in into safe mode by adding a line code into you wp-config.php. define(‘CODE_SNIPPETS_SAFE_MODE’, true); how to do this is defined in plugins read me.txt.
I am using this plugin to manage my function.pho changes in Enfold without any problems.
Hi Richard!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
li.current_page_item a {
color: red!important;
}
Best regards,
Yigit
This reply has been marked as private.
Hi OrangeMediaNL!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
.avia-layerslider {
display: none!important;
}}
Cheers!
Yigit
Hi Yigit
Thank you! Okay I’m half way there.
How do I get my blog post featured image to span the width above the post title like here
http://kriesi.at/themedemo/?theme=enfold
Notice the difference here
http://www.jasminesboutique.co.uk/jb-blog/
Hi BootsD!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.av-masonry-entry-content.entry-content {
text-align: center;
}
Cheers!
Yigit
Hey LecheLMP!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }
Best regards,
Yigit
Hey!
Can you update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750 and check if that helps?
Cheers!
Yigit
Hi OriginsSpeak!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.woocommerce-tabs .container {
width: 100%!important;
}
Regards,
Yigit
Hi Sinead!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) and (min-width: 768px) {
.logo img {
max-width: 60%!important;
margin-top: 20px!important;
}}
Best regards,
Yigit
Hi, I’ve just updated my Enfold which made most of my portfolios stretch full screen width, I like it and want to keep it but have a question.
When viewing my home page portfolio http://www.davidmattock.co.uk on my large screen 1920 x 1080 the thumbnails at 4 columns were too big so I changed it to 5 columns which looks great. But my problem now is on smaller res screens or ipads in landscape 4 columns look much better as 5 is too small.
Is there a way to get it to change from 5 cols to 4 when viewed on a smaller and not as wide format screen ?
Many thanks
Hi banyuid!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.blog-meta span.iconfont:before {
display: none;
}
Best regards,
Yigit
JPParticipant
Hi guys,
I’ve updated to the latest version of Enfold (running on EP 3.9.1) and unfortunately this has caused an annoying issue to appear. On the big Easy sliders on my website, there is a 1 pixel gap applied to the edge of the sliders.
Then the masonry-style gallery (done via Jetpack plugin) at the bottom of that page never goes to the full width of the content area (e.g. compared to the bordered text area above it).
How do I fix these two issues?
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo, .logo a, .logo img {
position: relative;
height: 100px!important;
max-height: 100px!important;
}
Best regards,
Yigit
Hey T!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.logo { opacity: 0; }
.header-scrolled .logo { opacity: 1; }
Great user name by the way! :D
Regards,
Yigit
Hey bitsoul!
Please go to Enfold/includes/admin and open register-widget-area.php file and change it as needed
Regards,
Yigit
Hi sineadh!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#av_section_3 h4 {
margin-top: 15px;
}
Cheers!
Yigit
Hi!
Thank you for your kind words and for choosing Enfold :)
Unfortunately, image links seems to be broken. Can you please upload your screenshot on imgur.com or Dropbox public folder and post the link?
Best regards,
Yigit
Hi fgrippe!
You can add the themeforest information into the update field in the theme options and update right from the child theme. See: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Its the same thing for a child theme or parent since the auto update from within wordpress updates the parent theme only.
Cheers!
Devin
WOuld it be possible to some how add a Yelp link at the top with the Facebook, Twitter and other links?
Thanks.
Hey!
The website you posted is not using Enfold.
Cheers!
Josue
Hi,
I just updated the Enfold theme and unfortunately it made a big change to my portfolio videos that I can’t figure out how to fix through my research.
When I clicked on the portfolio item the video used to pop-up in a lightbox. It no longer does. It goes straight to the vimeo page.
Any suggestions?
Hi
I am having this issue, but when I updated my version (Version 2.5.4.), the header on my site broke because of all the changes made. Is there any way to opt out of the new header set up to keep what I have or is there another work around to show the visual editor? I had to revert to the older version to not have to redo my header.
Doug
re: #268505
hi, all, does anyone know why I cant see the text in the visual editor of a text panel or page content using enfold – I have installed a fresh test enfold theme with no plugins, latest wordpress, and I cant see to edit the text in the visual editor – it is there in code view but not in visual, any help much appreciated, cheers
Hi!
You could use a button with a class set (.open-popup-link), and you’d change the JS code accordingly:
jQuery('.open-popup-link a').magnificPopup({
type:'inline',
midClick: true
});
Cheers!
Josue
Hi Colin!
Are you referring to the folder name? if so, it’s “enfold” (lowercase, without quotes).
Regards,
Josue