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.
This reply has been marked as private.
This reply has been marked as private.
Hi guys,
never worked with @media screen before so here goes.
@media screen and (max-width: 690px) {
.logo_addition img {
visibility: hidden;
display: none;
}
}
I have added this code to my Quick CSS on enfold.
now when the screen gets to the 690px point it doesnt add to my .logo_addition code.
if i manually add it via source it works perfectly.
now my question does enfold overwrite this?
Regards
Hi Yigit,
Sorry, a link is not possible since the website is not live yet (as it is being developed). You should be able easily replicate the problem using the settings I’ve mentioned earlier. I can send you a screenshot if that helps.
Cheers,
Jozef
Dude,
Updated my enfold which updated helper.. etc etc re’added code worked first time.
Thank you to everyone for there help.
Hi, I love Enfold. You’ve done a great job!
I have three questions:
Nr. 1)
I want to build a single page parallax website and I want the main menu to change as you scroll down showing the current active area.
I have added anchors to the different color areas following the indications at http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
but the main menu still doesn’t show any changes (highlight & underline effect) as I scroll down to the different areas.
Just in case this is relevant: I’m using the homepage as a frontpage as well. Every color area carries the name of one of the main menu items.
Nr. 2)
How do I link the main menu areas so that the go to the color areas in the parallax frontpage/home?
Nr. 3)
I want to add a custom CSS. Where do I find all the CCS style sheets?
Thank you very much for your help!
Hi!
On the previous versions of Enfold, a lot of users are complaining about the “Where do you want to display Blog?” option. Whenever they set the page on this option then edit the blog page using the Advance Layout Builder, they don’t see the elements on the front end. It’s because setting the blog page on this option will force that page to use the index.php or basically the blog post overview page.
The new option “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” gives you the capability to edit the blog page to your liking using the Advance Layout Builder while correctly specifying the page as the blog on “Where do you want to display Blog?” option. For clarification it says “Use the advance layout editor to build your own blog”, that means you can only build the page using the advance builder and you can’t use the default editor when editing the blog page.
Follow these steps:
1.) Create a page then set it as the blog on “Where do you want to display Blog?” option.
2.) Set the Blog Style to the new option “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” .
3.) Edit the new page using the Advance Layout Builder. :)
Thank you for your understanding.
Best regards,
Ismael
This reply has been marked as private.
This reply has been marked as private.
Hi Devin,
I do think the theme is creating orphaned paragraph tags. I just tested creating a new page using your Avia Builder that has 3/4 column with gallery and 1/4 column with text box – everything empty and the orphaned </p> tag still appears after the avia gallery. I will private reply the link to you.
Also regarding the styling tags, I understand you need to create inline styling, but shouldn’t the style declaration be in the header above the body content, not within the body content? This style tag is between the <body> </body> tags.
Not to be such a stickler I guess I could launch the site as it is, but I do believe it should be free of these basic errors……
Thanks,
Linda
Looking to add share buttons to the bottom of posts.
mainly just need facebook and google+ i guess
what do you suggest? the other thread doesnt seem to come up with anything useful.
Awesome – Pictures! Nice bforliano
Check mine out ;)
http://www.apprupt.com/