Forum Replies Created
-
AuthorPosts
-
Hey dwebprojects!
Thank you for using Enfold.
No, unfortunately, it’s not possible to add links to the image hotspots. You can request it on our Feature Requests page.
Regards,
IsmaelFebruary 25, 2015 at 10:10 am in reply to: Move page title out of band out of the header and into the content area #401929Hey Kevin!
Thank you for using Enfold.
Can you please provide a screenshot of what you’re trying to do with the title? If you build the page using the advance layout editor, edit template-builder.php. Look for the avia_title function.
Cheers!
IsmaelHey!
Still not sure why the tag pages aren’t working. What happens when you delete the Ultimate Tag Cloud Widget plugin?
Cheers!
IsmaelHey!
The code on your Quick CSS field is incorrect. Also, the anchor name on the color section were capitalized. Make sure that the anchor name and links are identical. Please remove browser cache then check the page: http://www.puertaburritos.com/
Cheers!
IsmaelHi!
Instead of adding the video link, please use the video shortcode inside the Shortcode Wand > Media Elements panel.
Cheers!
IsmaelHi!
I’m sorry but please let us know once the site is live, we’ll check it then. Note the menu description will only work when left or right sidebar menu (Enfold >General Layout > Logo and Main Menu) is activated. It’s not going to work for the default header layout.
Regards,
IsmaelHey!
You can set the avia_post_nav to filter by category. Add this to the functions.php file:
add_filter('avia_post_nav_settings', 'avia_post_nav_settings_mod'); function avia_post_nav_settings_mod($settings) { $settings['is_fullwidth'] = false; $settings['same_category'] = true; return $settings; }Best regards,
IsmaelHi!
I’m not sure if this is going to work but you can try this on functions.php:
add_action('ava_after_main_container','ava_after_main_container_mod'); function ava_after_main_container_mod() { echo '<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>'; echo '<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.min.js" type="text/javascript"></script>'; }Best regards,
IsmaelHi!
The “home” link is set to “http://www.susanlstewart.com/redesign/” which is a page that doesn’t exist.
Cheers!
IsmaelHi suburbanite!
Thank you for using Enfold.
Add this to the Quick CSS field:
#top #wrap_all .av-main-nav ul > li > a { background-color: #ffffff !important; }Cheers!
IsmaelHey!
Add this to the functions.php file:
add_action('wp_footer', 'ava_grid_target'); function ava_grid_target(){ ?> <script> (function($){ $(".grid-image").each(function() { $(this).attr('target', '_blank'); }); })(jQuery); </script> <?php }Best regards,
IsmaelHey!
Good morning. We would like to help but you’re not following our suggestions. We asked you to do this:
2.)The account links are automatically created on the Replete theme but it’s not the same on Enfold. You need to create the Enfold Secondary Menu manually on Appearance > Menus panel.
3.) Try to set the permalinks on Settings > Permalink panel to Post name. My Account Endpoints endpoints should work like this (assuming you set “Account” page as My Account Page. http://franzelina.com/account/edit-account
Anyway, we create a secondary menu. All you need to do is add the menus that you want here: http://franzelina.com/wp-admin/nav-menus.php?menu=3793
I tried to set the permalink to postname but the website fails to load or a redirect loop occurs when I do this. It must be a plugin conflict. Please deactivate all plugins then test it again. Follow the instruction provided here: https://wordpress.org/support/topic/order-received-endpoint-404-error-1
Regards,
IsmaelHey!
Go to Enfold > Header panel. Set the Header Size to custom pixel value. Adjust the Header Custom Height to 136px.
Regards,
IsmaelHi emin!
Thank you for using Enfold.
You can increase the height but it will lose its proportion:
.flex_column.av_one_fourth.avia-builder-el-15.el_after_av_one_fourth.avia-builder-el-last.column-top-margin .avia-video-16-9 { padding-bottom: 100%; height: 0; }Best regards,
IsmaelHey!
Remove the “echo”. It should be:
add_action( 'ava_main_header', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header' ); }If you want to move it inside the header container, edit includes > helper-main-menu.php. Look for this code:
/* * Hook that can be used for plugins and theme extensions (currently: the woocommerce shopping cart) */ do_action('ava_main_header');Move it below this line:
<div class='container'> <div class='inner-container'>Cheers!
IsmaelFebruary 25, 2015 at 7:13 am in reply to: Set Avia Post Nav to only navigate between posts of the same category #401874Hey!
I’m sorry, I copied the whole avia_post_nav function to the child theme’s functions.php and it somehow broke the site because there is an excess bracket. Please override the functions.php on your child theme folder. Add this code:
Again, I’m very sorry for the inconvenience.
Regards,
IsmaelFebruary 25, 2015 at 7:07 am in reply to: Second Sidebar Pages Question – moving code to child theme #401872Hi!
I tested this code on functions.php and it adds the custom widget area called Sidebar Blog 2. If you’re worried about losing the existing widgets, rename the widget area then transfer the widgets to the newly created sidebar.
Regards,
IsmaelFebruary 25, 2015 at 7:05 am in reply to: Getting the Sidebar to show the Parent/Grandparent #401871Hey!
Can you please provide a link to a child or granchild page? We would like to check it. A screenshot will help.
Best regards,
IsmaelHi Austrianweb!
Thank you for using Enfold.
I tested the contact form and I was able to send a test message. Did you receive it? If not, try to use this plugin: https://wordpress.org/plugins/contact-form-7/
If you still can’t receive any emails using the suggested plugin above, there’s something wrong with the email configuration. Please contact your hosting provider.
Regards,
IsmaelFebruary 25, 2015 at 6:59 am in reply to: Menu and Formatting Messed Up After Updating Enfold #401868Hi!
Please check it now: http://dev.skloff.com/
For further modifications, please visit Envato Studio or Werkpress.
Cheers!
IsmaelHi!
You didn’t change the widget or sidebar area name. Please try this:
add_action( 'ava_main_header', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { echo "<div class='header-widget'><div class='container'>"; echo dynamic_sidebar( 'Sidebar Pages' ); echo dynamic_sidebar( 'Sidebar Blog' ); echo "</div></div>"; }This will echo out the widget areas called Sidebar Pages and Sidebar Blog. You can change that to your own custom widget area. If possible, please provide a screenshot of what you’re trying to do with the header.
Best regards,
IsmaelHi!
Yes, you can use this on the 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 = "") { if(is_singular('portfolio')){ $content .= avia_social_share_links(array(), false); $content .= ''; } return $content; }Best regards,
IsmaelFebruary 25, 2015 at 6:40 am in reply to: Problems with side options and upload logo and favicon #401864Hi!
Looks like you’re using an old version of the theme which is not compatible with WP 4.1. Download the latest version, 3.0.8, then update the theme via FTP.
Best regards,
IsmaelHi!
The recent code we posted is different from the previous one. Please check. You don’t need to add the order and orderby option. We already fixed that by adding this code:
add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2); function custom_post_grid_query( $query, $params ) { $query['orderby'] = 'title'; $query['order'] = 'ASC'; return $query; }Now, if you want to reverse the post nav, use this one:
add_filter('avia_post_nav_entries', 'avia_apply_custom_sort_order_to_post_nav', 10, 2); function avia_apply_custom_sort_order_to_post_nav($entries, $settings) { $temp_prev = $entries['next']; $temp_next = $entries['prev']; $entries['prev'] = $entries['next'] = ""; if(!empty($temp_prev)) $entries['next'] = $temp_prev; if(!empty($temp_next)) $entries['prev'] = $temp_next; return $entries; }If you’re referring to a different navigation other than avia_post_nav function, please provide a screenshot.
Cheers!
IsmaelFebruary 24, 2015 at 1:19 pm in reply to: Please move Google Analytics code from HEAD to BODY of html #401375Hi!
Add this to the functions.php:
add_action('after_theme_setup', 'avf_tracking_code'); function avf_tracking_code() { remove_action('wp_head', 'avia_print_tracking_code', 100000); remove_action('wp_footer', 'avia_print_tracking_code', 100000); add_action('ava_after_main_container', 'avia_print_tracking_code', 10); }Cheers!
IsmaelFebruary 24, 2015 at 1:07 pm in reply to: Second Sidebar Pages Question – moving code to child theme #401364Hey!
If I am not mistaken, you can just add it directly to the child theme’s functions.php:
register_sidebar(array( 'name' => 'Sidebar Blog 2', 'before_widget' => '<section id="%1$s" class="widget clearfix %2$s">', 'after_widget' => '<span class="seperator extralight-border"></span></section>', 'before_title' => '<h3 class="widgettitle">', 'after_title' => '</h3>', ));Best regards,
IsmaelHey marketug!
Thank you for using Enfold.
Please refer to this link: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
Best regards,
IsmaelHey!
Those preview images will only show when you set the portfolio grid to AJAX. We created an example for you here: http://mazza.staging.wpengine.com/ajax-page/ (hosted on WPengine)
We set the Link Handling option to AJAX.
Best regards,
IsmaelHi!
Please post the code that you added to the functions.php file on pastebin.com. We would like to check it. If you want to add another widget, replace the code with this:
add_action( 'ava_main_header', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { echo dynamic_sidebar( 'header' ); echo dynamic_sidebar( 'header-2' ); }Cheers!
Ismael -
AuthorPosts
