I am having a similar problem to: https://kriesi.at/support/topic/all-theme-options-do-not-work-blank-page/#post-389648. I just installed the Enfold theme and can customize it via the “Customize Your Site” button. However, the “Enfold” menu option has no drop-downs, and clicking on it brings me to http://mysite.com/myblog/wp-admin/admin.php?page=avia with a message “No Data Received”.
I’ve modified the config file to increase the memory to 64M, but it did not help. I then enabled debugging. but I don’t even get a debug log. The first time this happened, I deleted the Enfold directory, unzipped locally again, and re-uploaded it. No change. Ideas?
Hi Elliot,
I changed the line 334 of the file contact.php in “wp-content -> themes -> enfold -> config-templatebuilder -> avia-shortcodes”.
$form_args = array(
“heading” => $title ? “<h3>”.$title.”</h3>” : “”,
“success” => “<h3 class=’avia-form-success’>”.$sent.”</h3>”,
“submit” => $button,
“myemail” => $email,
“action” => get_permalink($post_id),
“myblogname” => get_option(‘blogname’),
“autoresponder” => $autorespond,
“autoresponder_subject” => __(‘Merci pour votre message !’,’avia_framework’ ),
“autoresponder_email” => $email,
“subject” => $subject,
“form_class” => $meta[‘el_class’].” “.$color,
“multiform” => true, //allows creation of multiple forms without id collision
“label_first” => true,
“redirect” => $redirect,
“placeholder” => $hide_labels
);
The fact is that my site is a one page site (you can see it here : lewokdeblaise.be). So ideally I shouldd identify the form ID to be able to differentiate the two that I have on this page. But I really don’t know how I can find it, neither how I could use that information for the coding :-(
Your help is very welcome !
Best regards
Blaise
Hello
Why the placement of the images icons have changed?
Before it was on the left on the button text, now it’s on the right… It’s not a goo idea to have forced that, or, at least, let us the choice of the image placement…
before: http://s4.postimg.org/64j0rq1fd/capture_10.png
after: http://s4.postimg.org/rpo3fby61/capture_11.png
I do not know what release of Enfold have changed that…
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
#top .avia-slideshow-button {
margin-left: 0;
}}
Best regards,
Yigit
Hello,
I know it is not easy to me.
But I try to explain.
Click on the button user account – then right click in the Sidebar anything and they can detect the fault. (the endpoints are not right)
Where do I set this?
Is it possible to customize the user account and registration in Enfold Theme our requirements?
If so, where please.
Or is there a plugin for this?
Which plugin do you recommend for horizental and vertical scrolling?
How to places it in the header. – See Kiko Milano – Thank you.
Best Regards
Jessica
Hi – love the theme!
Question: referring to this page: http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ You have to click on one of the images to get the preview to show up (with the l and r buttons, featured image and text). Is it possible to have the preview of the first item open by default when someone goes to the page?
I want to make a product tour that looks like this preview box, letting people step through images and text. If there is a better way, please also let me know.
Thanks,
Robert
Hi,
I saw a post from a few days ago mentioning that this would be fixed in the next theme update. I downloaded 3.0.8 and I still can’t create a new form. I added the following code (see below) which was posted in the forum and still I can’t create a new form. Are you guys still working on this?
I added this to our bug list so it should be fixed in the next update but in the meantime try opening up /enfold/config-gravityforms/config.php and change lines 21 – 25 from this.
add_filter(‘gform_display_add_form_button’, ‘avia_add_gf_button_to_editor’, 10, 1);
function avia_add_gf_button_to_editor($is_post_edit_page)
{
return true;
}
To this.
add_action( ‘current_screen’, ‘avia_add_gf_button_to_editor’ );
function avia_add_gf_button_to_editor( $screen ) {
if ( $screen->base == ‘post’ ) {
add_filter( ‘gform_display_add_form_button’, function(){ return true; }, 10, 1 );
}
}
Hey!
Try commenting out line 289 in /enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php.
//new avia_tinyMCE_button($tiny);
We could try doing a check to see if that plugin page is active and then comment that out but I’m not sure of the function or ID to use.
Best regards,
Elliott
Hi kimoribj!
That is going to take a lot of time and code so it would have to be considered custom work. I would be best to hire a freelancer to help you out with these customizations.
I think we do have plans on integrating mailchimp with our contact form but currently our contact form’s only function is for emailing. If you want to try and get some other functionality added to it such as a newsletter then see here to get started, http://kriesi.at/documentation/enfold/add-onclick-event-to-the-contact-form-submit-button/.
Regards,
Elliott
Enfold 3.0.5
Dear Friends,
I am very sorry to have to bother you. I changed my Main Menu to the new “buttons” look and now I want to change it back to the original look and I cannot figure out where or how I made the change in the first place.
I have searched the Enfold settings and and scoured the forum and cannot find the solution. Can you please help!
Sincerely,
Boe
Dear Kriesi-Team,
can you help me with the navigation underline?
Active is the portfolio. When I go to an other menu button, the underline (hover) is not visible.
Also the active portfolio item has no underline.
I also want the underline visible at the active portfolio child item.
How can I edit it with the quick css?
By the way, the other menu underlines are working perfect.
Regards, Sandy
Hi
I have a theme enfold, I hope I have posted the question in the right place.
The menu button remains at the top right side, creating a discomfort in the slide!
I tried it with the CSS code you suggested, but I have not solved …
Unfortunately I do not know how to send the screenshot … but I put a link to my site
Thank You
Luca
Hello!
You can put two Blog Elements in two 1/2 Columns, not sure what you meant with the color background, if you can provide a mockup that would be great. Regarding the share buttons you’d need to use a 3rd party plugin for that as the Enfold ones only appear on single view.
Regards,
Josue
Hey Jon!
Try opening up /enfold/framework/php/class-form-generator.php and around line 371 you should see this.
showButtonPanel: true,
Add this beneath it.
minDate: 7,
Best regards,
Elliott
I’m using ninjaforms for building forms in my WP.
However when I’m adding a form and I want to change the description to a custom one and the visual editor loads the page freezes.
I called ninjaforms and they analyzed to problem and it seems that there are JavaScript errors caused by another plugin that adds TinyMCS buttons.
I have all plugins disabled but it points to avia_globals and therefore to the enfold theme.
Uncaught ReferenceError: avia_globals is not definedavia-tinymce-buttons-4.js?wp-mce-4107-20150118:17 tinymce.create.inittinymce.min.js?ver=4107-20150118:9 etinymce.min.js?ver=4107-20150118:2 atinymce.min.js?ver=4107-20150118:9 N.inittinymce.min.js?ver=4107-20150118:9 (anonymous function)tinymce.min.js?ver=4107-20150118:4 (anonymous function)tinymce.min.js?ver=4107-20150118:2 atinymce.min.js?ver=4107-20150118:4 htinymce.min.js?ver=4107-20150118:4 (anonymous function)tinymce.min.js?ver=4107-20150118:4 i
Can you please help me?
This reply has been marked as private.
Hi Mysterygene1975!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text { background-color: red; color: orange; border-color: black; }
#top #wrap_all .header_color .av-menu-button-colored > a:hover .avia-menu-text { background-color: green; color: white; border-color:orange; }
#top #wrap_all .header_color .av-menu-button-colored.current_page_item > a .avia-menu-text { background-color: purple; color: black; border-color: green; }
Cheers!
Yigit
Hey markzarak!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home div#after_section_2 {
display: none;
}
.avia-button.avia-size-x-large {
font-size: 20px;
}
Best regards,
Yigit
My customers website is just finished using ENFOLD
On the frontpage, there is a video and by the end of it, it shows suggested videos. I want to remove those, as the customer doesn’t want it there.
But with your URL adding-button, it is not possible to do so. I need to be able to embed it, as only this will allow me to remove the suggested videos. Or, you can tell me of a way it can be done I have not yet found… :)
Thanks in advance :-)
Martin
is there a way to remove the “Demo Import” tab from the enfold theme options.
Hello,
Just wondering if there is a way to make the ENFOLD menu work like this when viewed on a mobile device?
http://weblusive.com/buildpress/
Rather than having the menu appear from the top right corner, I would like it to roll out from underneath either the button or a div.
If it is too much trouble to tweak it, how can I disable it so that i can install another menu plugin and have it replace nicely? Like Ubermenu.
Thanks in advance!
Jireh
Hey Sasolini!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top label { font-size: 16px; }
p.form_element { margin: 0; }
.avia_ajax_form .button { font-size: 16px; }
.main_color input[type='submit']:hover { background-color: orange; }
Best regards,
Yigit
Hey Bryan!
Thank you for using Enfold.
There is no global option for the transparent header so you have to do it for every pages manually. Create a template as a starting content. Just add the elements that you want as starting content then click the Template button at the top right corner of the advance layout builder. Use this template for every page.
Regards,
Ismael
Hi nontrepreneur!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color .avia-color-theme-color-subtle { background-color: #dbc9b0; }
@media only screen and (max-width: 480px) {
#top .avia-slideshow-button { display: block; margin-left: 0; }}
Regards,
Yigit
Is there any plans to upgrade Enfold to ensure it passes the google mobile friendly tests?
My site has failed on two counts
1 On Google Page speed insights I see…
Some of the links/buttons on your webpage may be too small for a user to easily tap on a touchscreen. Consider making these tap targets larger to provide a better user experience.
2. On Google Mobile Friendly test I see
Page appears not mobile-friendly
Content wider than screen
Links too close together
Since it is strongly rumoured that Google intends to rank site by their mobile friendly status in April 15 I would like to sort the issues out soon.
Hey
I try to change the look of the buttons, but the new css in the child theme gets overruled bij the shortcodes.css from Enfold.
Any idea how to fix this?
#top .avia-button.avia-color-light {
color: #ffffff;
border: 3px solid #95BA20;
background-color:rgba(0,0,0,0.3) !important;
}
Thanx
Tom
Follow directions here and make sure that you have enabled the ‘Description’ field in the ‘Screen Options’ (top right button while working with Menus.
I have tried to add in the code so I can added some text and a small logo to the upper right area of header, above the navigation buttons.
check out this page
http://electju.wwwsr11.supercp.com/
my header widget is currently centered “under” the navigation area. I would like to have it above in the white area.
I feel I am close, can you help me with adjustments?
CSS CODE:
#header .widget {
right: 50%;
padding-top: 0;
position: absolute;
top: 0;
transform: translate(-50%);
}
——
CODE FOR FUNCTION PHP:
add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}
Hello Enfold theme team,
we have our website on http://www.madoverfish.com developed using your brilliant theme. Lot of things seem to stop working on and off. However the most important issue right now is, I’m UNABLE to edit any of my pages. When I go to edit page, the Avia layout builder seems to be frozen. I try pressing “Default Editor’ it doesn’t work. the main content area where I need to type in or make changes or add anything, is like a “spinning wheel” button (as if content is just about to load, but it never does). I just upgraded wordpress to 4.1.1 today (to the latest version). Is the theme NOT compatible with latest release of wordpress or what is the issue? Also I tried adding a new page, the Avia layout builder doesn’t appear. The “Advanced layout editor” button is present, however when I click it nothing happens. So all new pages would be added by default wordpress editor. Can you help me with this issue please? I’m sure others are or may be already facing issues with this. I love this theme and after lot of research had purchased it. BTW i tried opening on various browsers, it doesn’t work. currently using mac.
Thank you so much
Suhasini