Hello,
I am about to release a website using the Enfold theme, and in our main front-page slider we chose to stop autoplaying a video we have there, which we were able to do using the global settings, then turn autoplay off.
However, a very large picture thumbnail of the video remains that looks rather funky – how can we get rid of this picture so we only have the video player left, and no picture? We are using vimeo as our video player, btw.
Thank you!
Bill
-
This topic was modified 12 years ago by
Bill.
Hi,
I’m having a similar issue.
When I place my logo in the center with menu buttons below, the logo’s left side is cut-off in mobile view. Also, I’m noticing that the menu button covers everyone’s logo (everyone who is using the Enfold theme).
Is there going to be a fix soon?
http://www.orangeslicenetwork.com
Hey rseybold!
We have some of vids/articles that cover most of the questions, about disabling the breadcrumbs it can be done via enfold options > Header > Header Title and Breadcrumbs.
http://kriesi.at/documentation/enfold/
Cheers!
David
Hello guys, I was having a look on the showcase thread and there are some great websites there.
One that impressed me a little bit is this one http://www.execsearch.com/ but I doubt that they are still using enfold.
However, the question is: Is it possible to make some modifications to enfold in order to get that kind of menu? I think it looks really gorgeous and professional at the same time. I’ve seen in another topic that you suggested someone to hire a freelancer to change the style and if that’s the only way to do it do you have any idea how much could something like that cost?
Thank you, keep it up with the great job!
Here is an enfold site for inspiration. It is a Toronto summer design camp for high school students http://www.summerdesignlab.com.
-
This reply was modified 12 years ago by
slui.
Looks like the issue exists with the main enfold theme as well…
http://kriesi.at/themes/enfold/shortcodes/gallery/
I click on the thumbnail and it shows the background… Close it and open it again and no background fade.
-
This reply was modified 12 years ago by
kork.
This reply has been marked as private.
Hey gentlemansgazette!
Please try using this plugin http://wordpress.org/plugins/wordpress-https/
Regards,
Yigit
So I’ve experimented further. The Mega Menu behaves as expected (ie stretched over the full width of the webpage) only in the Logo left, Menu right setting.
All other settings are off-screen! I found a link where you can see it in practice (tested in Opera and Chrome): http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/
see on Pages and Shortcodes
I believe this is your own demo site!
Jozef
Hello Peter,
1. Even i would also like to use child theme. But when i first install it, i found the menus were breaking on main navigation bar. So at that time i skip and then use the parent theme. As i want to change the theme name from Enfold to our Site name in source code and has already working with changed name. I may create another ticket to take help on using child theme, if using child theme creates any problem that time.
3. I read the information from the link provided by you. Looks very much helpful. But just wanted to know what this 2nd point refers –
“Add Custom Classes to your Elements”. I mean how and where to add custom class. And how will it correlate with the quick css code you provided.
Can you help me with any example or video.
Thanks
For some reason after I updated to the latest version of Enfold, my theme in https looks different than http.
Why is that?
Take a look here and here.
Hello,
Love your theme but seeing some random bugs on it. Not sure when they showed up, so unfortunately I can’t point you to which upgrade may have cause it but only noticed because I was updating the plug-ins and Enfold theme.
On http://stagerightlighting.com/ there is a large white box above my content, it seems to be caused by a padding-top style.
– In the CMS for that page I have the option chosen for no head and no footer.
– The few times I have tried to preview from the Edit Page the white container also appears
– When I switched to “Default Editor” from “Advanced Layout Editor” to try and look at the code it disappears… very odd.
1. When previewing the page after switching to “Default Editor” all that appears is this white box.
On http://production.stagerightlighting.com/ which SHOULD be pointing to the same landing page, built in the CMS, displays correctly.
I also noticed the main navigation runs into the logo now, where it would resize in the past.
Please help!
Hey!
Please make sure that you add this for each of the languages’ Enfold > Styling > Quick CSS:
#top .sub_menu>ul.avia_wpml_language_switch {
display: none !important;
opacity: 0 !important;
visibility: hidden;
}
You can also add this on css > custom.css file if you don’t want to add the modification for each language.
Regards,
Ismael
Hi!
You can make your post private by checking “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Regards,
Yigit
Can I send a link via email rather than having the URL in the forums?
hi ismael, got everything going this night… thank you :-)
one problem still there:
i now managed to get two different product types in one shop with customization,
but :-)
as i have only one shop page (which i dont use, i redirected it) i need two different titles in the title bar from enfold. is there another option to change this title?
<?php
// Anpassungen wenn Product-Typ "MY-OWN-PRODUCT"
global $post, $product;
if (function_exists('get_product'))
{
$product = get_product( $post->ID );
if( $product->is_type( 'MY-OWN-PRODUCT' ) )
{
// HERE I NEED TO CHANGE TITLE BAR
WITH SOME FUNCTION/FILTER
}
else {
// LEAVE THE STANDARD BAR
FROM SHOP PAGETITLE
}
}
?>
Hi guys. Love the Enfold theme. Searched your forum for an answer, but seems nobody else asked for this one. I have tried to make just the header transparent, but leave the menu not transparent. The code I have used unfortunately makes both the header and menu transparent, which makes seeing the menu a problem. I used the following code, which is wrong.
.header_bg, #avia-menu, .main_color{
background: transparent !important;
}
What CSS code could I use that would only allow the header to be transparent, but the menu would be normal?
Website I am using is http://www.fireinvestigatordirectory.com. Thank you in advance. Have a great day.
-
This topic was modified 12 years ago by
steven1000.
Hey kork!
Can you post the link to your website so we can take a look?
Regards,
Yigit
Does anyone have an example of nice employee bio pages they have created with Enfold?
This reply has been marked as private.
Hey!
Please go to shop page on demo site http://kriesi.at/themes/enfold/shop/ and add an item to cart. Is this what you are looking for?
Cheers!
Yigit
Hi antoinebro!
Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px
Regards,
Yigit
Hi!
Please add following code to bottom of Avia.js file inside wp-content\themes\enfold\js folder
jQuery(document).ready(function($){
jQuery('img').removeAttr('title');
});
Greetings E! :)
Best regards,
Yigit
the first and last link seem to have around 50% bad reviews. share-this seems to email you extra spam..
i guess i’ll try “socialize”
Hi bforliano!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive .mobile_slide_out .logo {
margin-left: 35%;
}}
Cheers!
Yigit
Hey Ace5Studios!
Thank you for using the theme!
We usually suggest these plugins:
http://wordpress.org/plugins/addthis/
http://wordpress.org/plugins/socialize/
http://wordpress.org/plugins/share-this/
I hope this helps.
Regards,
Ismael
Hi,
I’ve added the following in the function.php (not function-enfold.php):
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Bree Serif’] = ‘Bree Serif:400’;
return $fonts;
}
add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Bree Serif’] = ‘Bree Serif:400’;
return $fonts;
}
However, the font doesn’t appear in the font selector in the theme options. Any idea?
Thanks,
Gabe
Hi,
Just installed Enfold and when I click on the “Enfold” button in the left menu of WordPress I get this error:
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /data/9/1/46/114/1209929/user/1289562/htdocs/wordpress/wordpress/wp-admin/includes/deprecated.php on line 304
Any idea what the problem is?
James Bosma
Thanks you for responding.
All I see now are blank pages. I got the error by checking the source.
The site was working last night before I finished. 2 files were updated around 6 hours ago. functions.php in Enfold and functions.php in child theme. I can see there has been code added relating to the cart.
Please advise on fixing this issue ASAP. I would rather have the site back the way it was with a ‘cart’ icon.
My client was due to approve the site an hour ago but they can only see blank pages.