Forum Replies Created
-
AuthorPosts
-
Hey!
The error points to a code in the child theme’s functions.php file. Did you add anything there?
EDIT: You have this code inside the child theme’s functions.php file:
add_action('ava_after_main_menu', 'avia_add_woocommerce_cart_dropdown', 10); function avia_add_woocommerce_cart_dropdown() { global $woocommerce, $avia_config; $cart_subtotal = $woocommerce->cart->get_cart_subtotal(); $link = $woocommerce->cart->get_cart_url(); $output = ""; $output .= "<ul class = 'cart_dropdown visible_cart' data-success='".__('was added to the cart', 'avia_framework')."'><li class='cart_dropdown_first'>"; $output .= "<a class='cart_dropdown_link' href='".$link."'><span class='avia_hidden_link_text'>".__('Cart','avia_framework')."</span><span ".av_icon_string('cart')."></span></a><!--<span class='cart_subtotal'>".$cart_subtotal."</span>-->"; $output .= "<div class='dropdown_widget dropdown_widget_cart'><div class='avia-arrow'></div>"; $output .= '<div class="widget_shopping_cart_content"></div>'; $output .= "</div>"; $output .= "</li></ul>"; echo $output; }
Best regards,
IsmaelHi!
Thank you for the info. Please post the login details here so that we can check the site. If possible, please include the ftp login details. We would like to check the child theme directory.
Cheers!
IsmaelHi!
Thank you for using Enfold.
I checked the site but I can’t see the mega menu with the issue. Did you remove it?
Cheers!
IsmaelHi!
1.) You can 3 1/3 columns layout with Video elements inside. Add the title using a text block or a special heading element.
2.) Refer to this link on how to upload your own icon: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
If you’re asking how to create custom icon fonts, you can follow the tutorial here: http://www.hongkiat.com/blog/create-font-icon-set/
Regards,
IsmaelHey!
So.. you transferred the website using the Duplicator plugin? Or the preview instantly disappeared when you activate the plugin? Try to export the sliders with the correct preview before activating the duplicator plugin. After the export, activate the plugin then import the sliders back.
Best regards,
IsmaelHey!
Alright. I was able to reproduce the issue on the child theme. For now, you can add the buttons.php file inside the shortcodes folder as well It fixed the issue temporarily and it doesn’t seem to break anything else. We’ll investigate the issue further. Overriding the shortcode templates inside the child theme is not updateproofed. It will break whenever the specific shortcode have been modified or at least miss new add-ons because new scripts are missing.
Back to the issue at hand, did you try to set the table’s responsive styling to scrollable? It will add scrollbar so the table will retain its layout and will not break on smaller screens.
Best regards,
IsmaelHi!
I don’t see anything wrong iwith the page. Note that the “Product Purchase Button” will only show the “Add to cart” button, not the price or anything else.
Regards,
IsmaelHi!
They are sorted that way if you set the order parameter to ASC. Please check it carefully, remove browser cache before loading the page: http://e308031c72c2a40f7804cdf17e3238990a7c8a05.web19.temporaryurl.org/test-portfolio-sorting/
When set to DESC, they are sorted as: NIELS Bent ABE aage
Regarding the post nav, it can only filter by date, not alphabetically. You can manually change the date of the portfolio items if you want to display them alphabetically, latest post will always display first.
Regards,
IsmaelApril 6, 2015 at 12:55 pm in reply to: Lightbox image size and related entries thumbnail size #423898Hi!
I think what Elliot meant is that all masonry size settings will use the same thumbnail but using the perfect grid will stretch the images to fit the container. Looks like you’re using an old version of the theme which is not compatible with WP 4.1.1. Please download version 3.1.3 then test it again.
Regards,
IsmaelHi!
Please post the login details here so that we can check the menu items. Did you use another plugin?
Best regards,
IsmaelHey!
I checked the site then went to the bed bug page. The “Insect” and “Resources” menu items are both highlighted. Please remove browser cache then reload the page.
Regards,
Ismael-
This reply was modified 10 years, 3 months ago by
Ismael.
Hi!
What are the modifications made in the table.php file? Please post the code on pastebin.com.
Cheers!
IsmaelHey thomasqueck!
Thank you for using Enfold.
When you use the advance layout builder for post, all default elements such as featured image, post meta infos, comments etc will be removed. You have to add it using the advance layout builder manually. Basically, you have to start from scratch.
Regards,
IsmaelApril 6, 2015 at 12:30 pm in reply to: Falsches Blog-Artikelbild wird angezeigt bei geteilten Facebook/Social Beiträgen #423889Hey!
The blog style inside the blog layout panel was not set to use the advance layout builder. You can check it now. http://ferienhaus-havelhund.de/blog-2/
Best regards,
IsmaelHi alfaweb2!
Thank you for using Enfold.
Move the menu position with this:
.main_menu { position: absolute; left: 200px; }
Add this to remove the default search icon:
li#menu-item-search { display: none; }
Add this to the functions.php file to show the default search:
add_action('ava_inside_main_menu', 'ava_inside_main_menu_mod'); function ava_inside_main_menu_mod() { get_search_form(); }
Cheers!
IsmaelApril 6, 2015 at 12:21 pm in reply to: Vertical padding issue with columns versus blog posts #423886Hi DigitalEssence!
Thank you for using Enfold.
I checked the site but I can’t find the page described on the first screenshot. Please give us a link to the actual page. Did you use a special heading element for the title?
EDIT: Found the menu page. Add this to the Quick CSS field:
.avia_textblock h2 { padding-top: 0; }
Cheers!
IsmaelHey!
You can change the pre tag background with this on Quick CSS:
pre { background-image: -webkit-linear-gradient(rgba(255, 5, 8, .05) 50%, transparent 50%, transparent); background-image: -moz-linear-gradient(rgba(255, 5, 8, .05) 50%, transparent 50%, transparent); background-image: linear-gradient(rgba(255, 5, 8, .05) 50%, transparent 50%, transparent); background-size: 100% 4em; }
Adjust the gradient.
Regards,
IsmaelHi alfaweb2!
Thank you for using Enfold.
That kind of filter will require major code rewrite that, unfortunately, we can’t help you with. You will need to hire a freelance developer to modify the masonry script. Please contact codeable for further modifications: http://kriesi.at/contact/customization
Regards,
IsmaelHi Jirehly!
Thank you for using Enfold.
There is no related posts element by default but you can add a Blog Posts element inside a portfolio item to show other portfolio entries. Set the blog style to grid. Enable the offset settings to prevent the current portfolio item from displaying.
Regards,
IsmaelHey dentaparks!
Thank you for using Enfold.
Add this to the functions.php file:
add_action('after_setup_theme','avia_remove_main_menu_flags'); function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); }
Best regards,
IsmaelHey markvanhaze!
Thank you for using Enfold.
I’m not sure if the script is fully compatible with Enfold but you can add the skype button code in an action hook in functions.php file. Something like this:
add_action('avia_meta_header','avia_meta_header_mod'); function avia_meta_header_mod() { ?> <script type="text/javascript" src="http://www.skypeassets.com/i/scom/js/skype-uri.js"></script> <div id="SkypeButton_Call_skypeidhere_1"> <script type="text/javascript"> Skype.ui({ "name": "dropdown", "element": "SkypeButton_Call_skypeidhere_1", "participants": ["skypeidhere"], "imageSize": 12 }); </script> </div> <?php }
Replace the skype button code above.
Regards,
IsmaelHey!
There are 50,000++ enfold users and a big percentage of them are using woocommerce. We should be receiving tons of inquiries by now if this is a common issue but we don’t. The files returned a 406 error on the console:
http://designabsolu.com/test/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js?ver=1.4.1 Failed to load resource: the server responded with a status of 406 (Not Acceptable)
cart-fragments.min.js:1 Uncaught TypeError: undefined is not a functionThis kind of error doesn’t usually happen on websites with woocoommerce so it must be a server configuration issue. If possible, remove all other plugins except woocommerce then test it again. You should contact your hosting provider for more info regarding the issue. According to this article, you should check for the mod_security settings: http://www.inmotionhosting.com/support/website/error-numbers/406-error
Cheers!
IsmaelHey Alex!
Thank you for using Enfold.
So you want the top bar to “unstick” when you scroll down? You can enable that on Enfold > Header > Header Behavior > Unstick topbar,
Best regards,
IsmaelHi bcndisseny!
Thank you for using Enfold.
Did you set the blog as blog page on Enfold > Theme Options? Set the Blog Layout > Blog Style to use the advance layout builder.
Cheers!
IsmaelHi!
Hmm.. I really thought it worked because I only tested it my installation. I’m really running out of ideas about this so please hire a freelance developer as suggested on the previous post to fix the issue. https://kriesi.at/support/topic/text-encoding-problems-after-latest-update/#post-421871
Best regards,
IsmaelHey!
Actually, that is the default behaviour of the datepicker element if you hide the labels. It displays the placeholder instead. Add this to the functions.php file if you want to reset the placeholder value of the datepicker element:
add_action('wp_footer', 'ava_contact_placeholder'); function ava_contact_placeholder(){ ?> <script> (function($){ $('.avia_datepicker').removeAttr('placeholder'); $('.avia_datepicker').attr('placeholder', 'Date of Event'); })(jQuery); </script> <?php }
Cheers!
IsmaelHey!
This will remove the title of the custom post type “portfolio”:
add_filter('avf_title_args', 'hide_title_func', 10, 2); function hide_title_func($args,$id) { if(is_singular('portfolio')){ $args['title'] = ""; } return $args; }
Change the custom post type name in the is_single conditional function.
Best regards,
IsmaelHey Geoff!
Thank you for using Enfold.
Add this to the Quick CSS field:
.avia-icon-list li:last-child { padding: 0; }
Cheers!
IsmaelHi!
Add this to the functions.php file to strip all shortcodes in the ajax search excerpt:
add_filter('avf_ajax_search_excerpt', 'avf_ajax_search_excerpt_mod', 10); function avf_ajax_search_excerpt_mod($excerpt) { preg_match_all("^\[(.*?)\]^", $excerpt, $matches, PREG_PATTERN_ORDER); $excerpt = str_replace($matches[0], '', $excerpt); return $excerpt; }
Or hide the ajax search excerpt with this on Quick CSS field:
span.ajax_search_excerpt { display: none !important; }
Cheers!
IsmaelApril 6, 2015 at 5:04 am in reply to: 3.1 and current Yoast SEO causes Internal Server Error #423770Hey!
We don’t want to do anything to ruin the site so we’ll let you edit the .htaccess file. Delete the .htacess file then regenerate it in the Settings > Permalinks panel. Check if it is using the default settings, without the security add-ons from Bulletproof Security plugin. Activate the yoast plugin after.
Cheers!
Ismael -
This reply was modified 10 years, 3 months ago by
-
AuthorPosts