Forum Replies Created
-
AuthorPosts
-
Hello,
Have you tried disabling all third-party plugins to see if it gets fixed? i didn’t try that because your site is live and i don’t want to mess things around.
Regards,
JosueSeptember 23, 2014 at 5:12 am in reply to: Problem with Order Again button on WooCommerce Checkout #323473Hey!
I made a test purchase (selected pay via telephone) but i’m not seeing the same as your screenshot – http://screencast.com/t/xJebu1rc64
Regards,
JosueYou are welcome Robert, glad we could help :)
Regards,
JosueHey Miguel!
No, that’s not possible unfortunately.
Cheers!
JosueHey!
I tried login but got this error: ERROR: User has not been activated..
Alternatively you could use this Enfold shortcode to create a spacer (change 50 by the value of your preference):
[av_hr class='invisible' height='50' shadow='no-shadow' position='center' custom_class='']
Cheers!
JosueSeptember 23, 2014 at 4:06 am in reply to: Text box editing problems (adds 'p' tags; white text; cross-browser) #323440Hi!
Are you referring to this space? that’s because the title has an extra line in the backend – http://screencast.com/t/mYrU9IRE.
Best regards,
JosueSeptember 23, 2014 at 3:30 am in reply to: Trying To Duplicate "Features" Page in Enfold Demo #323430You are welcome Scott, glad we could help :)
Regards,
JosueCould you please check if it happens on Chrome?
Best regards,
JosueHi!
Can you post a link to that? the built-in Enfold form should work fine in that enviroment.
Cheers!
JosueSeptember 23, 2014 at 2:57 am in reply to: Cannot installed the theme, in the new version: 2.9.2 #323421Hi Alexia!
We’d need a WordPress admin too, please create one for us.
Regards,
JosueHey!
The transparent logo is actually being shown in the markup – http://screencast.com/t/062jbKUPHeP, it doesn’t show because as you said it’s an empty PNG.
Regards,
JosueSeptember 23, 2014 at 2:33 am in reply to: Trying To Duplicate "Features" Page in Enfold Demo #323417Hi Scott!
You can limit that to the toggle contents only:
.tab_inner_content .av-special-heading { width: 100%; clear: both; display: block; margin-top: 0px; overflow: hidden; position: relative; }Best regards,
JosueWe looking forward to hearing from you Xavier :)
Regards,
JosueHey!
The links you posted are returning a 404 error page right now, please check.
Regards,
JosueHi Ole,
I see it now, try adding this at the very end of your theme / child theme functions.php file:
function change_scrollspy_offset(){ ?> <script> (function($){ $(window).load(function() { $('body').data()['bs.scrollspy'].options.offset = 88; }); })(jQuery); </script> <?php } add_action('wp_footer', 'change_scrollspy_offset');Regards,
JosueHey Lyse!
I couldn’t really reproduce the issue. On which browser are you experiencing this? does it happen on another browser/computer?
Cheers!
JosueSeptember 23, 2014 at 1:14 am in reply to: Trying To Duplicate "Features" Page in Enfold Demo #323384Hey Scott!
I’m not really seeing a difference between the first, second and third tab to be honest – http://screencast.com/t/ENX910s6
Regards,
JosueHi!
Correct, you need to paste the full URL of the video (Youtube or Vimeo).
Cheers!
JosueHey!
I don’t see why not, you can always enable certain plugins for certain Sites only.
Cheers!
JosueHey!
Try adding this at the very end of your theme functions.php file:
add_filter( 'avf_google_heading_font', 'add_basic_fonts'); function add_basic_fonts($fonts) { $fonts['Georgia'] = 'Georgia'; $fonts['Arial'] = 'Arial'; return $fonts; }Modify as needed.
Cheers!
JosueHi!
The code works but you need to purge your minification/caching so it gets applied.
Regards,
JosueHi,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueHey Jack!
This code will add it to all pages:
add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2); function avia_add_social_toolbar($id = "", $context = "") { if($context == "page") avia_social_share_links(); }Regards,
JosueHi!
Can you post a link to your blogs?
Regards,
JosueHey!
Can you check if the slowness persists with the default WordPress theme activated? please note that support for third-party plugins is outside of our scope.
Regards,
JosueHi Corina!
2.9.2 is the latest version of Enfold right now.
Cheers!
JosueHi!
If you link the image or the link to a Youtube/Vimeo video it will open as lightbox when clicked.
Best regards,
JosueSeptember 22, 2014 at 11:29 pm in reply to: Whats the fixed layout pixel width of the theme? #323346Hey GB!
I think it is 910px right now, you’ll be able to change this via Theme Options in 3.0 though.
Cheers!
JosueTry with this code instead:
function disable_nav_on_products() { if(is_singular('product')){ add_filter('avia_post_nav_entries', '__return_false'); } } add_action('get_header', 'disable_nav_on_products');Cheers!
Josue -
AuthorPosts
