-
Search Results
-
Hi
Wordpress v4.7 installed and Enfold v3.8.3
When editing a page there is a javascript error (Uncaught TypeError: $(…).pointer is not a function(…) ) so a lot of functionality (including the page builder button) isn’t working.
The following thread suggest reinstalling WordPress, we have done this (also reinstalled Enfold).
Wordpress has been installed both from a one click installer and with the files uploaded via FTP manually and it is still not working.
No other plugins are installed.
What to do?
Can someone please show me how or where to find the information needed to add an additional class to the buttons in Enfold. What I am doing is creating onclick events with in Google analytics so that i can track the clicks from the buttons and links on my site.
I also have some buttons that are images I would also like to know how to add a class to them in Enfold as well please. here is the site – http://www.buzinga.com.au
Hello,
I just bought your theme Enfold and so far everything is working fine, except when I want to create a new page or post, or simply just edit an existing one, I just see a blank editor without buttons and white text. I have no plugins installed and when I activate the standard WordPress theme the editor works perfectly. Also, nothing happens if I click the Advanced Layout Editor button. I am running WordPress version 4.7 and Enfold version 3.8.2. The site is www.consumer-concept.dk
I hope you can help me out with this problem. Thank you!
Hello.
The avia layout builder is not working. Just nothing happens when button clicked.I installed a fresh wordpress site
with the latest enfold theme just downloaded
no plugins
cache cleared
tried with different users
different browsers
deletet entire site and reinstalled wordpress (but not upgraded) this time to see if it works – noSo can you please assist, to make the advanced layout builder work.
Installed the same thing yesterday to another new site and everything worked just fine… even with a bunch of plugins.
Not sure how to create a temp login. Please assist. Thank you.
Hi all,
I’ve given all buttons in my Enfold site rounded corners in ‘Styling extra’, however the only button that doesn’t want to conform seems to be the contact form button. How can I add rounded corners to this button in css?
A customer is trying to create a very, very long frontpage with the Enfold theme. But there’s a problem with saving the page after a few times of editing and pressing the publish button. The whole page gets cut off and only half a page is shown. I tested it and indeed after editing and saving the page a couple of times the debug output is way shorter then it initially was.
I dit some further testing and it after editing a few text blocks the output in the debug/output field is suddenly a lot shorter. Also see this gif:
The output is very long at first, I make a change and suddenly the output is cut in half.
I’ve checked php error logs, but no error can be found there (so it’s not a php input limit or something). I’ve set the following php settings as well:
php_value max_input_vars 20000
php_value post_max_size 64MHope you can help!
Hello I would like to adapt sign in, sign up, register, questionary form to to have the enfold look and feel but it doesn’t work. I can’t replicate the default Enfold contact form on Contact Form 7 or Theme my login.
Here is the default Enfold Form
<form action="https://pdr.127.0.0.1.xip.io/contact/" method="post" class="avia_ajax_form av-form-labels-visible avia-builder-el-5 el_after_av_textblock avia-builder-el-last " data-avia-form-id="1" data-avia-redirect=""> <fieldset> <h3>Send us mail</h3> <p class=" first_form form_element form_fullwidth" id="element_avia_1_1"> <label for="avia_1_1">Name<abbr class="required" title="required">*</abbr></label> <input name="avia_1_1" class="text_input is_empty" type="text" id="avia_1_1" value=""> </p> <p class=" first_form form_element form_fullwidth" id="element_avia_2_1"><label for="avia_2_1">E-Mail <abbr class="required" title="required">*</abbr></label> <input name="avia_2_1" class="text_input is_email" type="text" id="avia_2_1" value=""></p> <p class=" first_form form_element form_fullwidth" id="element_avia_3_1"><label for="avia_3_1">Subject <abbr class="required" title="required">*</abbr></label> <input name="avia_3_1" class="text_input is_empty" type="text" id="avia_3_1" value=""></p> <p class=" first_form form_element form_fullwidth av-last-visible-form-element" id="element_avia_4_1"> <label for="avia_4_1" class="textare_label hidden textare_label_avia_4_1">Message <abbr class="required" title="required">*</abbr></label> <textarea name="avia_4_1" class="text_area is_empty" cols="40" rows="7" id="avia_4_1"></textarea> </p> <p class="hidden"> <input type="text" name="avia_5_1" class="hidden " id="avia_5_1" value=""> </p> <p class="form_element "><input type="hidden" value="1" name="avia_generated_form1"> <input type="submit" value="Submit" class="button" data-sending-label="Sending"> </p> </fieldset> </form><div class="" id="theme-my-login<?php $template->the_instance(); ?>"> <?php $template->the_action_template_message( 'login' ); ?> <?php $template->the_errors(); ?> <form name="loginform" class="avia_ajax_form av-form-labels-visible" id="loginform<?php $template->the_instance(); ?>" action="<?php $template->the_action_url( 'login', 'login_post' ); ?>" method="post"> <p class="form_element form_fullwidth"> <label for="user_login<?php $template->the_instance(); ?>"><?php if ( 'username' == $theme_my_login->get_option( 'login_type' ) ) { _e( 'Username', 'theme-my-login' ); } elseif ( 'email' == $theme_my_login->get_option( 'login_type' ) ) { _e( 'E-mail', 'theme-my-login' ); } else { _e( 'Username or E-mail', 'theme-my-login' ); } ?></label> <input type="text" name="log" id="user_login<?php $template->the_instance(); ?>" class="text_input" value="<?php $template->the_posted_value( 'log' ); ?>" size="20" /> </p> <p class="form_element form_fullwidth"> <label for="user_pass<?php $template->the_instance(); ?>"><?php _e( 'Password', 'theme-my-login' ); ?></label> <input type="password" name="pwd" id="user_pass<?php $template->the_instance(); ?>" class="text_input" value="" size="20" autocomplete="off" /> </p> <?php do_action( 'login_form' ); ?> <div class="tml-rememberme-submit-wrap"> <p class="tml-rememberme-wrap"> <input name="rememberme" type="checkbox" id="rememberme<?php $template->the_instance(); ?>" value="forever" /> <label for="rememberme<?php $template->the_instance(); ?>"><?php esc_attr_e( 'Remember Me', 'theme-my-login' ); ?></label> </p> <p class=""> <input class="button" type="submit" name="wp-submit" id="wp-submit<?php $template->the_instance(); ?>" value="<?php esc_attr_e( 'Log In', 'theme-my-login' ); ?>" /> <input type="hidden" name="redirect_to" value="<?php $template->the_redirect_url( 'login' ); ?>" /> <input type="hidden" name="instance" value="<?php $template->the_instance(); ?>" /> <input type="hidden" name="action" value="login" /> </p> </div> </form> <?php $template->the_action_links( array( 'login' => false ) ); ?> </div>What do I need to change on order to make this TML submit form to work?
Hey there
I implemented a fix as suggested here https://kriesi.at/support/topic/woocommerce-2-6-problem-urgent/#post-650161 and i can update the cart. but the icon amount it not reflecting the amounts in the cart.
If you add a quantity of the 1st product (20) then add to cart, it works perfect and icon correctly reflects the number in the cart.
Add a productBut if you then go to view Cart (hosted on WPengine) and change the quantity and then hit update cart. The dropdown shows the correct number but the icon is stuck at the initial value of 20.
If you refresh the cart page,the icon does update and reflect the correct figure.
Are you able to assist?
Enfold 3.8
Woocommerce 2.6.4

