OK, I figured it out. The Enfold folder had another enfold folder within it. Got it updated to 2.9.1
But….It is still cropping my slider images!
You have the admin authority.
Can you help me figure it out?
I really need to do this soon as my clients are seeing only part of the slider images and it looks really unprofessional.
Thank you.
Hello
I’ve just updated to enfold 2.9 and have made a page using the masonry gallery on this
http://georgeorbelian.org/george-orbelian-ceramics-01/
page.
When I click on an image the lightbox does not open.
Have I not set something correctly ?
I am also wondering if there is a way to place a masonry gallery in a post.
Thanks,
George
Hello!
I am using woocommerce and enfold tofether to creat an online digital shopping marketplace. I want to be able to disable the product page images in the gallery and main featured image from being opened up in a lightbox where someone can download the file and take the image without paying for it. Is this possible? If so please help!
Thanks in advanced! Best theme on the planet!
OK, now I am frustrated. I downloaded a fresh copy from themeforest, uploaded the new enfold folder to the FTP, made certain to overwrite, and it is still 2.8.1 on my wordpress.
Now I have done it with the HostGator staff once, twice by my self and still 2.8.1. Are you sure that the file on themeforest is 2.9.1?
HELP HERE.
Hello …
I’ve setup Enfold’s Blog Posts in ‘Single Author, Big Preview Pic’ Mode
I seem to have alot of space between each post – see: http://awesomescreenshot.com/03b37irw3a
Can you help on how I can reduce this?
Thanks a lot.
I need something similar : I need to uses a different version of the main logo (of a site) on one single page of the website and the possibility to not show the complete menu, just the “Home” menu.
I am using Enfold, so How can I do this ? ….I want to be able to do it myself and learn, I don”t want to hire someone to do it for me.
Please help :)
BabaOo
I’ve heard of a workaround essentially “detaching” LayerSlider from Enfold and then rendering via shortcodes.
I’m open to that or any other solutions.
Hey!
That is exactly what the code i posted should do. But you should set Enfold main menu to “main” as well.
If you are seeing the code below footer, that means you have probably added the code to Google Analytics field and not to Quick CSS field which is inside General Styling tab. Please check once again
Cheers!
Yigit
I installed the Enfold Theme and the child theme. Now the navigation menu has 2 of everything (Home, Home, Pages, Pages, etc.). Is that normal?
http://www.magnuslawfirm.com
Hey Tim! :)
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.blog-meta {
pointer-events: none;
}
Cheers!
Yigit
Hey sterlingwilliam!
You can add images and videos but since tooltip is only shown on hover, you would not be able to click video play button. Please request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/ :)
Cheers!
Yigit
Hi charger70!
Please add following code to Quick CSS in Enfold theme options under General Styling tab to remove mobile nav.
a#advanced_menu_toggle {
display: none!important;
}
You can choose your secondary menu as your main menu as well in Appearance > Menus and remove main menu on desktop and show secondary menu, and on mobile, remove secondary menu and display mobile menu with following code
@media only screen and (max-width: 990px) {
nav.sub_menu { display: none !important; }}
nav.main_menu { display: none !important; }
Cheers!
Yigit
Hey guys, loving the enfold theme.
Kind of new with themes and wordpress but can get around pretty decent and quickly learning.
I’m building a page for a church and want to get a section for upcoming events.
I’ve done some searching but didn’t find any real leads to what’s the best for this type of thing.
I love how the events are listed out here: http://www.summitrdu.com
You’ll see the events at the bottom left.
Is that something i can do with the theme or would I need a plugin or widget for this?
Thanks in advance!
Nate
Hi odmv91!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h3.iconbox_content_title {
padding-bottom: 2px!important;
}
Cheers!
Yigit
Hi. I don’t seem to have all the shortcodes in my wordpress MCE dropdown. Is there any documentation for Enfold that lists the text equivalents for all the possible shortcodes? Or do you want to just tell me what the options are for various toggles / accordions?
Thanks.
Hi Dude,
Thanks form your reply. What about BBpress? I do see a folder in my enfold dir with that?
I got a support ticket at IThemes security Pro People! Looking at the log files – It shows it happened when I updated the Enfold theme?
The settings in BBPress where you set the four control files (regis, groups, activate, members) was just reset along with the pages was moved to the bin
No hacker :-) But password is updated anyway.
Anyway… No harm done but it just strange and the time/log files shows it was me doing it … Hmmm
Hi connect4consulting!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
1-
@media only screen and (max-width: 480px) {
h1.logo a { font-size: 20px; }}
2-
div#header_main { border: none!important; }
3-
.home div#av_section_1 { height: 88px; min-height: 88px; }
Best regards,
Yigit
Hi Yigit,
Thanks for your reply. Just to make sure we’re talking about the same sort of effect, please take a look at the example I mentioned above (http://kreaturamedia.com/layerslider-wordpress-2d-demo-slider/, 4th to 5th slide transition) — that’s what I mean by a ‘filmstrip’. If you could please explain how to make that happen, it would be much appreciated!
Alternatively, from what I’ve read in the comments on the LayerSlider plugin page (see http://codecanyon.net/item/layerslider-responsive-wordpress-slider-plugin-/1362246/comments?filter=all&term=examples&utf8=%E2%9C%93), it seems that there are a bunch of examples included in the plugin download that are not bundled with the Enfold theme. If there’s some way you can provide access to those, I might be able to find my answer that way. Thanks!
dear support agent,
i will like to add on the homepage of my website a list of the upcoming events of my theatre company, would you suggest a specific enfold widget or function for that or an external plugin?
thank you
Hi,
We are installing enfold inside a folder of the main site and have set up a bunch of portfolio items. I have these portfolio items (classes) grouped together under a portfolio category ‘courses’. If I start out on the ‘courses’ page with houses all the class portfolio items it takes me to a page with the class name in the title area and url that looks like this: /training/portfolio-item/ccna-routing-and-switching-boot-camp/
If I go to the class from the category page “courses” it puts “Blog – Latest News” in the title are (even though that is not the blog and the blog is set to a different page) and it gives me a string that looks like: /training/courses/ccna-routing-and-switching-boot-camp/
I want this to be consistent. If they click to the class either way I want it to say the name of the class in the title area and I want the url string to be /training/courses/ccna-routing-and-switching-boot-camp/ (so that it contains ‘courses’ not ‘portfolio-item’). Is there anything special I need to do to get this to display consistently no matter which way they get there?
Thanks.
-
This topic was modified 11 years, 8 months ago by
waterwalk.
Hey!
Sorry for the late reply! Can you please firstly try updating Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
and post a temporary admin login if that too does not help?
Cheers!
Yigit
Hey!
Please go to Enfold/config-templatebuilder/avia-shortcodes folder and open image.php file and find
class='avia_image' {$blank}>{$overlay}
and change it to
title='{$title}' class='avia_image' {$blank}>{$overlay}
Best regards,
Yigit
-
This reply was modified 11 years, 8 months ago by
Yigit.
Thank you for the response Yigit but why and how does it work on the Enfold Demo site? http://kriesi.at/themes/enfold/
Hi!
1- Please go to Enfold theme options > Header Layout > Extra Elements and uncheck “Append search icon to main menu”
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab
ul#avia-menu { width: 41%; margin: auto; }
@media only screen and (max-width: 1340px) {
ul#avia-menu { width: 48%; }}
@media only screen and (max-width: 1140px) {
ul#avia-menu { width: 54%; }}
3- Please go to Enfold/Includes folder and helper-main-menu.php file and find
if($headerS['header_social'] == 'icon_active_main' && !empty($headerS['bottom_menu'])) echo $icons;
and add following code right below it
get_search_form();
and adjust its position using following code in Quick CSS field
#header form#searchform { top: 10%; left: 40%; position: relative; }
Best regards,
Yigit
Hey Zeng!
Sorry for the late reply!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
img.size-full { width: 100% !important; }
Best regards,
Yigit
Hey Katherine!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.togglecontainer { z-index: 2; }
Cheers!
Yigit