Forum Replies Created
-
AuthorPosts
-
Hi,
Can you post the link to your website please?
Regards,
JosueHi!
Mega Menus are available in your site, check this option to enable it – http://screencast.com/t/KJdazfCxAVC
Best regards,
JosueHey!
Try with this:
#top #wrap_all ins:before { content: "" !important; }Cheers!
JosueFebruary 22, 2015 at 11:38 pm in reply to: font size menu change / menu horizontal or vertical #400298Hi Hank!
i read many posts there and it seems i have a little problem with the “Main Menu sublevel Links – Change the styling for your main menu dropdown links” as font and background colors are ok but impossible to change the font size and height , it doesnt react.
Are you referring to the Advanced Style Editor?
my other question would be the direction of the menu , i would like to make it vertical instead of going horizontal, is there any way to chose it?
By default is vertical, make sure you don’t have this option checked in the Menu Items – http://screencast.com/t/KJdazfCxAVC
Regards,
JosueHey!
Go to Enfold > Header > Header Behaviour and uncheck Shrinking Header option.
Cheers!
JosueHey Joe!
Try adding this code to the Quick CSS:
.breadcrumb { width: 35%; top: 13px !important; }Cheers!
JosueFebruary 22, 2015 at 11:28 pm in reply to: Problems with "Portfolio Grid" and "Masonry Portfolio" #400292Hey AL!
Try increasing the PHP memory limit:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPAlso have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi!
Refer to this videotutorial:
Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_action( 'wp_header', 'change_sticky_header', 10); function change_sticky_header() { if(!is_home()){ ?> <style> .html_header_top.html_header_sticky #header { position: static; } .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 0; } </style> <?php } }Cheers!
JosueHi!
You can set the Blog Style in the Blog Posts Element window – http://screencast.com/t/0dpvgjgGo
Best regards,
JosueFebruary 22, 2015 at 11:04 pm in reply to: THE DEMO DON'T WORK CORRECTLY – PLEASE HELP ME!!! #400279Hi!
The website you posted is not running Enfold.
Regards,
JosueHey!
FTP works but the WP Dashboard is not working, please check.
Regards,
JosueDe nada Belema, un gusto poder ayudado, cualquier cosa me dices.
Hey!
We can’t diagnose these CSS issues if we can’t see the website live, please let us know when you publish the site. Are you running the latest version of Enfold (3.0.8)?
Best regards,
JosueHi!
1. Filter options should be available in the Portfolio element displaying this CPT (make sure to set-up the taxonomies).
2. Add this to theme / child theme 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','_CPT_SLUG_HERE_'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', 'page', 'post', '_CPT_SLUG_HERE_'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('portfolio', 'page', 'post', '_CPT_SLUG_HERE_'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }Regards,
JosueHey Ben!
No, you don’t need to re-activate the parent theme in order to update, the update tool will update the parent theme automatically.
Best regards,
JosueFebruary 21, 2015 at 11:50 pm in reply to: How to track only validated form submissions with Google Analytics goals? #400141Hey Ralph!
Yes, that should work, i’d suggest targeting only form paragraph elements:
$('.avia_ajax_form button[type="submit"]').on('click', function() { if (!$('.avia_ajax_form p').hasClass('error')) { ga('send', 'event', 'button', 'click', 'button-3'); } });Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueTry with this:
add_filter('avf_form_mail_header', 'chang_reply_to', 10, 3); function chang_reply_to($header, $new_post, $form_params){ $header .= 'Reply-To: ' . $new_post['email'] . "\r\n"; return $header; }Best regards,
JosueHi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(this).trigger('resize'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueFebruary 21, 2015 at 12:29 am in reply to: Javascript registered and enqueued, but how do you call it? #399955Hi,
Wrap your code with like this:
function add_custom_script(){ ?> <script> (function($){ // you can use $ here. })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueFebruary 20, 2015 at 9:26 pm in reply to: Troubleshooting with Icons after update to WP4.1 and latest Enfold revision #399883Hi!
There are some missing theme resources, re-installing the theme should fix it.
Cheers!
JosueGreat, glad you managed to find a working alternative :)
Regards,
JosueFebruary 20, 2015 at 8:00 pm in reply to: How to track only validated form submissions with Google Analytics goals? #399849Hey Ralph!
As far as i know is not possible to affect a JS file from functions.php without directly modifying it.
Regards,
JosueFebruary 20, 2015 at 7:54 pm in reply to: Fullscreen slider with YouTube Video additional question. #399845Hey,
Hmm, i don’t think that’s easily doable to be honest, however there will be some page transition effects in the next patch.
Regards,
JosueHi David,
Update the code:
.page-id-1221 #header_main .container, .page-id-1221 .main_menu ul:first-child > li a, .page-id-1221 .logo img, .page-id-1221 .logo a{ height: 44px !important; line-height: 44px !important; max-height: 44px !important; } .page-id-1221 #main { padding-top: 44px !important; }Best regards,
JosueHi!
When you import a new font in LayerSlider it will be usable in LayerSlider only. If you want to set a new font to use in the Theme Options you’d need to use the method i explained here.
Cheers!
JosueHey!
Your custom Fonts are working there too, i just made a quick test – http://screencast.com/t/NSY348JIBx7
Regards,
JosueYes, if you want me to check it i’d need a FTP account (not a cPanel account). Also, i noted you are running an older version of Enfold, please update the theme to the latest version (3.0.8).
Regards,
JosueYou are welcome Alison, glad to help :)
Regards,
Josue -
AuthorPosts
