Forum Replies Created
-
AuthorPosts
-
Hey mooreaa!
I think what your wanting to do is to add this to the bottom of your child themes functions.php file.
add_action( 'init', 'avia_woocommerce_cart_placement_extended', 20); function avia_woocommerce_cart_placement_extended() { $position = avia_get_option('header_position', 'header_top') == "header_top" ? "ava_inside_main_menu" : "ava_inside_main_menu"; remove_action( 'ava_main_header', 'avia_woocommerce_cart_dropdown', 10 ); add_action( $position, 'avia_woocommerce_cart_dropdown', 10 ); }Best regards,
ElliottHi!
It happens when you remove the search icon from your menu. It’s in our bug list and should be fixed in the next update.
Best regards,
ElliottHey!
Go ahead and send us a link and paste the full code your using here so we can get a better idea of what’s going on.
Cheers!
ElliottHey!
It looks like your talking about the page navigation menu. That is designed to only display on pages and it’s going to display the related siblings of the parent page. It’s not designed to work in the archives or on posts, etc etc.
What I recommend doing is adding a custom menu widget to your shop overview widget area to get a menu displayed there.
Best regards,
ElliottDecember 14, 2014 at 7:48 pm in reply to: Disabling 'comments' button on 404 page and changing title of the same #368013Hi!
Your not doing anything deceptive so I don’t think that’s going to matter. You can find that on lines 943 – 946 in /enfold/framework/php/class-framework-widgets.php.
echo '<div class="tab widget_tab_comments"><span>'.__('Comments', 'avia_framework').'</span></div>'; echo "<div class='tab_content'>"; avia_get_comment_list( array('number' => $posts, 'status' => 'approve', 'order' => 'DESC') ); echo "</div>";Cheers!
ElliottHey!
Set the background attachment option on the color section to either “Scroll”, or “Fixed”, instead of parallax and it should display.
Best regards,
ElliottHey!
If you want you can switch the video display option to default mode when editing the video slide. That will have it display in it’s original dimensions.
Cheers!
ElliottDecember 14, 2014 at 7:23 pm in reply to: Masonry and product categories – if not shown, no cat tab on top #368004Hi!
In this case you will want to increase the amount of posts your displaying with the masonry by default. When you edit the Masonry element look for the “Post Number” option and increase it to 20 or more.
If your trying to get all categories to display by default then that would not work because nothing would happen when you click on the category.
Cheers!
ElliottHi!
It’s going to take a lot of time and code so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization. If you haven’t considered using Werkpress yet then you can send them a customization request here, http://kriesi.at/contact/customization.
Regards,
ElliottHey!
It’s displaying right after it is loaded.

Cheers!
ElliottHey Bao!
I sent you a test email. Double check your email address for typos and check your spam folder.
If you still do not see the email then try installing this plugin, https://wordpress.org/plugins/wp-smtp/, and send a test email to see if you receive that. If PHP mail is not working then contact your hosting provider and see if you can use SMTP.
Regards,
ElliottDecember 13, 2014 at 7:03 pm in reply to: The uploaded file could not be moved to wp-content/uploads/ #367740Hey depthofeel!
Thanks for using Enfold.
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete the theme before downloading + uploading a fresh copy from themeforest.
If your still having problems then send us a WordPress login and we’ll take a look.
Regards,
ElliottHi Scott!
I can’t seem to reproduce it on my XAMPP setup. Send us a WordPress login and we’ll take a closer look.
Be sure to deactivate all plugins while testing.
Best regards,
ElliottHi James!
Try adding this to your custom CSS.
.main_menu > div > ul > li { margin-left: 10px; margin-right: 10px; }If that’s not what your trying to do then send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.
Cheers!
ElliottHi!
I’m not sure if we will be able to get the plugin to check shortcodes. If we find a workaround we’ll add it in a future update.
Cheers!
ElliottHi serverlift!
Thanks for using Enfold.
When you select a custom sidebar for your page and save then that sidebar gets saved in the posts custom fields. If the widget area is deleted then it will stop displaying in the sidebar completely and it will use the default sidebar setting. For example if you have some widgets set to the “Sidebar Pages” widget area and then you delete your custom widget area that a page is using then it will default to the “Sidebar Pages” widget area instead.
I don’t know of a way to find all pages that are using a specific widget area. You would have to check them manually I think.
Cheers!
ElliottHey!
I added some CSS to your Quick CSS field to hide it.
.ls-l .image-overlay { display: none !important; }Regards,
ElliottDecember 13, 2014 at 6:11 pm in reply to: Background Color Sub-Menu & Highlighting the current Sub-Menu #367720Hey 4seed!
Add this to your custom CSS.
.av-sticky-submenu .current_page_item { font-weight: bold !important; text-decoration: underline; } .av-sticky-submenu { background: black !important; } .av-sticky-submenu li a { background: none repeat scroll 0 0 transparent !important; color: white !important; }Regards,
ElliottHey Karam!
Make sure your zoom setting is set to 100% in the browser.
As for the contact page it looks fine on my end. Can you take a screenshot and highlight what your seeing so we can get a better idea?
Regards,
ElliottHi!
I logged in but it doesn’t look like there is anything we will be able to do. I would try finding a different plugin to use.
Regards,
ElliottDecember 13, 2014 at 5:58 pm in reply to: image in Fullscreen slider is cutting on the top of the page #367713Hi luiso!
You’ll want to use the fullwidth easy slider instead and set the images to stretch to fit. That will get the effect your wanting.
Cheers!
ElliottHi!
I see the borders on my end but they are very faint. You can try increasing the effect a bit with this CSS.
.avia-msie .widget_nav_menu ul:first-child > .current-menu-item, .avia-msie .widget_nav_menu ul:first-child > .current_page_item, .widget_nav_menu ul:first-child > .current-menu-ancestor { box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7) !important; }Best regards,
ElliottHey alexanderduenchem!
You can add your CSS in Dashboard > Enfold > General Styling > Quick CSS or inside the /enfold/css/custom.css. We use CSS animations in a lot of different areas. You can find examples in the following files.
/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-builder.css /enfold/config-templatebuilder/avia-template-builder/assets/css/avia-modal.css /enfold/css/layout.css /enfold/css/shortcodes.cssYou can add this to your functions.php file to include some jQuery in the footer.
add_action( 'wp_footer', 'enfold_customization_custom_js' ); function enfold_customization_custom_js() { ?> <script type = "text/javascript" src = "URL to your script"></script> <?php }Or use the wp_head action if you want to add it to the header.
Cheers!
ElliottHi!
Try adding this.
.avia-msie #menu-item-search { padding-left: 20px !important; }Cheers!
ElliottDecember 13, 2014 at 5:17 pm in reply to: I have problem capitalizing product name and Local delivery is not visible #367702Hey!
I would try contacting Woocommerce support. The theme has no control over the shipping settings. They created the plugin so they will know exactly which setting your using wrong when you describe the problem to them.
Regards,
ElliottHey!
It’s doing the same on my end.
Regards,
ElliottHey!
See here for downloading our Enfold child theme, http://kriesi.at/documentation/enfold/downloads/.
Add this to the bottom of your child theme functions.php file.
add_action('init', 'portfolio_register_extended', 999 ); function portfolio_register_extended() { global $avia_config; $labels = array( 'name' => _x('Portfolio Items', 'post type general name','avia_framework'), 'singular_name' => _x('Portfolio Entry', 'post type singular name','avia_framework'), 'add_new' => _x('Add New', 'portfolio','avia_framework'), 'add_new_item' => __('Add New Portfolio Entry','avia_framework'), 'edit_item' => __('Edit Portfolio Entry','avia_framework'), 'new_item' => __('New Portfolio Entry','avia_framework'), 'view_item' => __('View Portfolio Entry','avia_framework'), 'search_items' => __('Search Portfolio Entries','avia_framework'), 'not_found' => __('No Portfolio Entries found','avia_framework'), 'not_found_in_trash' => __('No Portfolio Entries found in Trash','avia_framework'), 'parent_item_colon' => '' ); $permalinks = get_option('avia_permalink_settings'); if(!$permalinks) $permalinks = array(); $permalinks['portfolio_permalink_base'] = empty($permalinks['portfolio_permalink_base']) ? __('portfolio-item', 'avia_framework') : $permalinks['portfolio_permalink_base']; $permalinks['portfolio_entries_taxonomy_base'] = empty($permalinks['portfolio_entries_taxonomy_base']) ? __('portfolio_entries', 'avia_framework') : $permalinks['portfolio_entries_taxonomy_base']; $args = array( 'labels' => $labels, 'public' => true, 'show_ui' => true, 'capability_type' => 'post', 'hierarchical' => false, 'rewrite' => array('slug'=>_x($permalinks['portfolio_permalink_base'],'URL slug','avia_framework'), 'with_front'=>false), 'query_var' => true, 'show_in_nav_menus'=> true, 'taxonomies' => array('post_tag'), 'supports' => array('title','thumbnail','excerpt','editor','comments') ); $args = apply_filters('avf_portfolio_cpt_args', $args); $avia_config['custom_post']['portfolio']['args'] = $args; register_post_type( 'portfolio' , $args ); $tax_args = array( "hierarchical" => true, "label" => "Portfolio Categories", "singular_label" => "Portfolio Category", "rewrite" => array('slug'=>_x($permalinks['portfolio_entries_taxonomy_base'],'URL slug','avia_framework'), 'with_front'=>true), "query_var" => true ); $avia_config['custom_taxonomy']['portfolio']['portfolio_entries']['args'] = $tax_args; register_taxonomy("portfolio_entries", array("portfolio"), $tax_args); //deactivate the avia_flush_rewrites() function - not required because we rely on the default wordpress permalink settings remove_action('wp_loaded', 'avia_flush_rewrites'); }Regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
Hi!
It’s because your opening up a section on top of the sidebar (the slider) and also below it (the submenu). We’ll see if we can get something worked out in the next update but for now I recommend moving the sub menu to the top of your content so it displays beneath the slider.
Regards,
Elliott-
This reply was modified 11 years, 1 month ago by
Elliott.
December 13, 2014 at 12:23 am in reply to: More text in preview of grid, blog posts and post slider #367566Hi!
Try adding this to the file.
add_filter( 'excerpt_length', 'enfold_customization_excerpt_size' );If it’s not working in a certain area then send us a link to the page and we’ll take a look.
Regards,
ElliottHey Patrick!
Add this to the bottom of your functions.php file.
add_action( 'ava_after_content', 'enfold_customization_back_button' ); function enfold_customization_back_button() { echo do_shortcode("[av_hr class='invisible' height='90' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']"); $link = get_permalink( avia_get_option('blogpage') ); echo do_shortcode("[av_button label='Back' link='manually,".$link."' link_target='' size='medium' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']"); }Regards,
Elliott -
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
