Forum Replies Created
-
AuthorPosts
-
Good, let us know how it goes.
Cheers!
JosueOctober 8, 2014 at 4:08 am in reply to: "Circle of Death" and Can't Edit in Avia Layout Builder #332077You are welcome, glad to help :)
Regards,
JosueOctober 8, 2014 at 3:32 am in reply to: How do I set Accordion to have all toggles open by default and not only one. #332067You are welcome, glad to help :)
Regards,
JosueHi!
Try with this code instead:
function custom_excerpt_length( $length ) { return 30; } add_filter( ‘excerpt_length’, ‘custom_excerpt_length’, 999 );Cheers!
JosueOctober 8, 2014 at 3:20 am in reply to: apotrophe character converted to html code when sharing on twitter and pinterest #332059Hey!
Please update the theme to the latest version (3.0.2). Also your PHP memory limit is quite low, increase it to at least 128M – http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Once you done that, please hand me a temporary WP admin account in a private reply.
Best regards,
JosueHi!
I suggest using this plugin to store custom functions separated from the theme files, once activated you’d just need to paste the code in Plugins > Edit functions.
Best regards,
JosueHi Antonio,
We may require to see the backend view in this case, can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueOctober 8, 2014 at 2:54 am in reply to: "Circle of Death" and Can't Edit in Avia Layout Builder #332041Hello,
Have you tried disabling all third-party plugins to see if it gets fixed? also your PHP memory limit is quite low, please increase it to at least 128M – http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Regards,
JosueHey!
Try adding this to Quick CSS:
.av-menu-button > a .avia-menu-text{border: 0; border-radius: 0; padding: 0;} .av_header_transparency .av-menu-button > a .avia-menu-text{border: 2px solid; border-radius: 2px; padding: 9px;}Cheers!
JosueHi Nashtad!
You could use anchor links, refer to this article:
http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/Best regards,
JosueOctober 8, 2014 at 1:10 am in reply to: "Circle of Death" and Can't Edit in Avia Layout Builder #331998Hi!
Are you using the latest version of WordPress (4.0) and Enfold (3.0.2)? have you tried disabling all third-party plugins?
Best regards,
JosueHi Frank!
I’m not seeing any big red button over the itunes button – http://screencast.com/t/DVSdU2D64cPN
Regards,
JosueHi,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueOctober 8, 2014 at 12:40 am in reply to: How to recreate translucent background box in Animated Numbers element in 3.0? #331982Hey Antonio!
Yes, that’s already added by default, you’d just need to apply the class and Quick CSS accordingly.
Regards,
JosueOctober 8, 2014 at 12:38 am in reply to: How do I set Accordion to have all toggles open by default and not only one. #331978Hey!
Try with this code instead:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery("p.toggler").trigger('click'); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Cheers!
JosueHi @sfierst,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi!
I couldn’t reproduce this on my local install, there is a newer version of Enfold (3.0.2), check if the issue persists with it.
Best regards,
JosueHey!
That’s the avf_avia_builder_helper_lightbox_size filter (affects ALB attachments links), you can use it this way:
function change_lightbox_size() { return "full"; // default is 'large' } add_filter('avf_avia_builder_helper_lightbox_size', 'change_lightbox_size', 10);Source:
/config-templatebuilder/avia-template-builder/php/generic-helper.class.php:25Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey Finlando!
Set that element a custom class (custom_first_post), then add this to Quick CSS:
.paged .custom_first_post{ display: none !important; }Cheers!
JosueHi Tim!
I tried reproducing the issue on my end (OS X 10.9, Safari 7) – http://screencast.com/t/1dtcSGaeiU
Best regards,
JosueHi,
You can set that when you edit the menu item – http://screencast.com/t/fHXkSNKwdF
Regards,
JosueHey!
It’s done, please review your site.
Regards,
JosueColor sections get a minimum height of 100px by default, i’d suggest setting a custom ID to that color section and adding this to Quick CSS:
#section { min-height: initial !important; }Regards,
JosueHi Magda,
It should work fine now, don’t select the same page here – http://screencast.com/t/rypWfEGwix
Cheers!
JosueHi,
Can you post the link to your website please? Dashboard access would be helpful too.
Regards,
Josue -
AuthorPosts
