Forum Replies Created
-
AuthorPosts
-
Hi,
Can you post the link to the page in question please?
Regards,
JosueHi!
Try using a Code Block element.
Regards,
JosueOctober 22, 2014 at 9:43 pm in reply to: Problem after updates WP and Enfold – website broken #339753October 22, 2014 at 9:42 pm in reply to: Fullscreen background image (Fullscreen Slider) without vertical scrollbar #339752Hey!
Try adding this code to the Quick CSS:
body.home { overflow: hidden; }Cheers!
JosueOctober 22, 2014 at 9:39 pm in reply to: Some of the main features are not Functionin Properly & Can Not Update the Theme #339750Hi!
Try re-uploading a fresh copy of Enfold via FTP, there seems to be some missing files – http://screencast.com/t/240h3mOVOxez
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
Can you please check if it works with the WordPress theme activated?
Cheers!
JosueHey Jen!
No, you can put that code in your child theme functions.php.
Cheers!
JosueOctober 22, 2014 at 9:05 pm in reply to: Changing the Color of the Arrows and Close Buttons in Magnific Popup #339738Here you go:
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{ color: black; } .mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover{ color: white; border-color: white; }Adjust as needed.
Regards,
JosueHi!
Copy the modified base.css to your child theme directory (css/base.css) and add this to child functions.php file:
// Change base.css function wp_change_basecss() { if(!is_admin()){ wp_dequeue_style( 'avia-base' ); wp_enqueue_style( 'avia-base-child', get_stylesheet_directory_uri().'/css/base.css', array(), '2', 'all' ); } } add_action( 'wp_enqueue_scripts', 'wp_change_gridcss', 100 );That will dequeue the default base.css and enqueue the child one instead.
Best regards,
JosueHi,
Try adding this at the very end of your theme functions.php file:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('.avia-gallery a img').each(function(){ jQuery(this).attr('alt', jQuery(this).data('avia-tooltip')); }); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
You can share that info here privately, just tick the “Set as private reply (Only you and moderators will see the content of this post)” checkbox above the Submit button.
Cheers!
JosueHey!
It’s fixed now. LayerSlider is deactivated too; i used this plugin (you can access it from Plugin > Edit Functions) which allows you to store custom code like that, separately from the theme.
Cheers!
JosueHey!
I’ll attempt to fix it asap.
Cheers!
JosueHi!
You’d need to change the duration of the cookie WordPress sets for password protected posts, refer to this question in stackoverflow:
http://wordpress.stackexchange.com/questions/149313/set-session-time-limit-for-password-protected-postsPlease note that this is a WordPress feature unrelated to Enfold, therefore it’s outside our support scope.
Best regards,
JosueOctober 22, 2014 at 8:08 pm in reply to: Editing a 404 page using do_action('avia_404_extra') #339706Hey Colin!
No information feeds to that action by default, that’s an empty action left there for user usage, refer to the comment there:
// allows user to hook into 404 page fr extra functionallity. eg: send mail that page is missing, output additional informationBest regards,
JosueHey!
You can use a Code Block element with this settings – http://screencast.com/t/NQ8ZnQfnwe
Regards,
JosueHi!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { $content .= "PUT PLUGIN PHP FUNCTION OR SHORTCODE HERE" return $content; }You’ll need to use
do_shortcodein case of shortcode inclusion.Cheers!
JosueHi Bernd!
I think you’ll need to edit the file itself, open /enfold/functions-enfold.php and look for line 173:
$excerpt = apply_filters( 'avf_ajax_search_excerpt', avia_backend_truncate($post->post_excerpt,70," ","...", true, '', true) );Replace it by this:
$excerpt = apply_filters( 'avf_ajax_search_excerpt', avia_backend_truncate($post->post_excerpt,70," ","...", true, '<br>', true) );Then add this to Quick CSS:
#top #searchform br { display: block; }Best regards,
JosueHey!
Can you check it now? i edited the code to use the is_tax function:
if(!is_single() && is_tax('dir')){ $avia_config['blog_content'] = "excerpt_read_more"; }Regards,
JosueOctober 22, 2014 at 7:36 pm in reply to: Bug / incompatibility with Google Analytics by Yoast plugin #339693We’d need to see the actual issue to work around this issue to be honest, can you upload it to a test environment we could access?
Regards,
JosueOctober 22, 2014 at 7:31 pm in reply to: Latest News widget: show custom post type (Enfold 3.0) #339692Hi Arjan de Wit!
Refer to this topic:
https://kriesi.at/support/topic/latest-news-widget-query-from-all-custom-post-types/Best regards,
JosueOctober 22, 2014 at 7:22 pm in reply to: Changing the Color of the Arrows and Close Buttons in Magnific Popup #339691Hello!
Try with this code in Quick CSS:
div.avia-popup button.mfp-arrow:before{ color: black; } div.avia-popup button.mfp-arrow:hover:before{ color: white; }Regards,
JosueOctober 22, 2014 at 7:15 pm in reply to: How to repeat social icons from header and clone them to footer? #339682Hey Gabe!
Try adding this code to the Quick CSS:
#socket .copyright { float: right; } #socket .social_bookmarks { float: none; position: absolute; left: 0; right: 0; margin: 0 auto; width: 100px; top: 5px; }Cheers!
JosueHi Silvio!
Add this to your custom CSS:
#socket { position: absolute; bottom: 0; width: 100%; }You’ll need to make some space for the footer at bottom.
Regards,
JosueHey Marie!
Try adding this to your theme / child theme functions.php:
function change_lightbox_size() { return "full"; } add_filter('avf_avia_builder_helper_lightbox_size','change_lightbox_size', 10);Cheers!
JosueOctober 22, 2014 at 6:44 pm in reply to: How can I reduce the number if words in the "Enfold Latest News" widget. #339659Hi CobbyNelson!
The Latest News Widget uses the default the_excerpt function, you should be able to change it with this:
http://matthewfecher.com/webdesign/wp-quick-tip-how-to-change-the-excerpt-length/Cheers!
JosueHey!
Yes, you need to enclose it there too.
Cheers!
JosueHi!
Try adding this code to your child theme style.css:
.single .big-preview a, .single .post-title a { pointer-events: none; }Best regards,
Josue -
AuthorPosts
