Forum Replies Created
-
AuthorPosts
-
September 25, 2014 at 10:13 pm in reply to: Problem with Avia Layout Builder – Not loading on site #325294
Hey Marcelo!
I think that’s possible with Enfold, but it would require additional coding and adjustments.
Regards,
JosueHey!
Check out this topics in the WP forums:
https://wordpress.org/support/topic/problem-with-google-webmaster-tool
https://wordpress.org/support/topic/robotstxt-issuePlease note that this is not a theme issue.
Regards,
JosueSeptember 25, 2014 at 9:59 pm in reply to: Remove Portfolio Page – Feature Image Automatic Insert #325289Hi!
That should work, if it doesn’t try:
.single-portfolio .big-preview { display: none!important; }Best regards,
JosueHey!
Can you replicate this issue on new pages or it is only happening to that specific one?
Cheers!
JosueHi!
LayerSlider doesn’t have the option but you can achieve that with the Enfold fullwidth and fullscreen sliders.
Cheers!
JosueSeptember 25, 2014 at 9:25 pm in reply to: Contact form not sending emails to "deliver to" address #325276Hey!
Please set-up a test form with this plugin to discard if the issue is coming from the theme or not.
Regards,
JosueHi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueHey James!
Enfold does not have built-in comment captcha, you’d need to use a plugin for that:
https://wordpress.org/plugins/captcha/
https://wordpress.org/plugins/si-captcha-for-wordpress/
https://wordpress.org/plugins/google-captcha/Regards,
JosueHey!
Try using [ and ]:
http://www.degraeve.com/reference/specialcharacters.phpBest regards,
JosueHi Martin,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueSeptember 25, 2014 at 9:08 pm in reply to: How to set button in Fullscreen Slider to direct to a section of the page below? #325266Hi Antonio!
Try setting the button link to #after_full_slider_0:
http://screencast.com/t/nOZQeQChTme6Best regards,
JosueSeptember 25, 2014 at 9:06 pm in reply to: woocommerce enfold place regular price and sale price on top of eachother #325263Hey!
Try adding this code to the Quick CSS:
span.price del, span.price ins { display: block; } span.price ins:before { content: "" !important; }Cheers!
JosueHey David!
Try adding this at the very end of your theme / child theme functions.php file:
function copy_to_sender($to, $new_post, $foo) { $to[] = $new_post['e-mail_1']; return $to; } add_filter('avf_form_copy', 'copy_to_sender', 10, 3);Cheers!
JosueHi!
What slider are you using? you can put shortcodes in the caption of the slide – http://screencast.com/t/yjcBGs1Zwl
Cheers!
JosueHey!
Check out:
http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380
http://codecanyon.net/item/royalslider-touch-content-slider-for-wordpress/700256Both should work fine but Revolution Slider has built-in integration with Enfold.
Best regards,
JosueHi MJ,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueHi Tim!
Are you using the latest versions of WPML, WordPress, Enfold and Events Calendar?
If that doesn’t fix it please contact tri.be support for some insight:
http://tri.be/support/Best regards,
JosueSeptember 25, 2014 at 8:10 pm in reply to: Icons missing and/or they are in Chinese characters AGAIN!!! #325234Hey!
I don’t remember closing that topic but apologies for that nevertheless. Regarding your issue, do you have FTP access? if you provide us with an account we could apply the fix for you.
Cheers!
JosueSeptember 25, 2014 at 8:04 pm in reply to: non-breaking space within the avia advanced textarea #325228Hey!
Try using this shortcode:
[av_hr class='invisible' height='50' shadow='no-shadow' position='center' custom_class='']
Cheers!
JosueHey Nick!
Perhaps you need to enable ALB on that CPT, try adding this to functions.php:
add_filter('avf_builder_boxes','enable_boxes_on_posts'); function enable_boxes_on_posts($boxes) { $boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio', page', 'post', '_POST_TYPE_SLUG_HERE_'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', page', 'post', '_POST_TYPE_SLUG_HERE_'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('portfolio', page', 'post','_POST_TYPE_SLUG_HERE_'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }Regards,
JosueHi,
Does the issue persists with the default WordPress theme activated?
Cheers!
JosueSeptember 25, 2014 at 8:35 am in reply to: Extra heading padding add so social icons hover show better #324838Hey!
Try adding this code to the Quick CSS:
#header_meta, #header_meta .container { min-height: 60px; } #top .social_bookmarks{ margin-top: 15px; } #top .social_bookmarks a{ color: white; }Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
Try adjusting the bottom value when header is scrolled:
.header-scrolled span.menu-break { bottom: 22px; }Regards,
JosueHey!
Does the issue happen only when you use the Advanced Layout Builder?
Regards,
JosueHi!
It is possible to affect specific pages (using ID), try adding this to Quick CSS:
.page-id-22 .title_container{ background: red !important; }Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('avf_debugging_info', '__return_false');Cheers!
Josue -
AuthorPosts
