Forum Replies Created
-
AuthorPosts
-
April 24, 2020 at 9:18 am in reply to: Burger/Mobile submenu links / How can I add a further colour for the… #1206745
Hi!
It didn’t work for the Bild & Ton item because it was not set as mega menu unlike the other parent menu items. We enabled the mega menu option from the Appearance > Menus panel.
Would you mind opening a new thread for the next inquiry? We’re quite sure it’s not related to the script and the css modifications because they’re only intended for the menu items.
Best regards,
IsmaelHi,
Sorry for the delay. Did you copy the code from your email? Please try to copy it directly from the forum to avoid conversion of symbols inside the code. Or post the WordPress and FTP account in the private and we’ll try to insert the code in the functions.php file.
Best regards,
IsmaelHi,
Thank you for the update.
You can keep the new calendar designs disabled for now or try to override the default-template.php file in the child theme directory. More instructions can be found in the following thread.
// https://kriesi.at/support/topic/issues-with-events-calendar-and-events-calendar-pro/#post-1186624
You have to create a new directory called tribe/events/v2 in the child theme folder, copy the enfold > config-events-calendar > views > default-template.php file, then place it inside the new directory or the v2 folder.
Best regards,
IsmaelHi,
The title field of the child the menu items is visible on our local installation, so it is probably a plugin conflict. Did you install any plugins that maybe adds functionality to the menu?
Please try to deactivate the plugin temporarily or post the WP and FTP login details in the private field so that we can inspect the issue further.
Best regards,
IsmaelHi,
We didn’t have access to the dashboard before, so we noticed just now that the site contains a very old version of the theme, v3.0.4. This version is no longer compatible with the latest version of WordPress and most of the plugins, so you have to download the latest version from your themeforest account > downloads panel and update the theme manually via FTP.
Please check the documentation below for more info regarding the manual update.
// https://kriesi.at/documentation/enfold/theme-update/
Best regards,
IsmaelApril 22, 2020 at 10:30 am in reply to: Burger/Mobile submenu links / How can I add a further colour for the… #1206115Hi,
Sorry if this has gone on for too long. We found the selector error in the code and adjusted it accordingly. It is working properly now. Please check the screenshot below.
Screenshot: https://imgur.com/a/LAfQYq2
Please don’t forget to purge the cache first.
Best regards,
IsmaelHi,
Sorry for the delay. We disabled the Performance > File Compression settings temporarily to refresh the the scripts and stylesheets. The add to cart button is working properly now. Please don’t forget to remove the browser prior to checking the page.
Best regards,
IsmaelHi,
Thank you for the info.
This script tag inside the text block is causing the issue.
<script async src="https://c6.patreon.com/becomePatronButton.bundle.js"></script>We removed it temporarily.
Instead of adding the script directly in the text block, try to use the wp_enqueue_script function to register the script properly.
// https://developer.wordpress.org/reference/functions/wp_enqueue_script/
Best regards,
IsmaelApril 22, 2020 at 9:46 am in reply to: Woocommerce Product image in Avia Builder using wooswatches #1206095Hi,
Thank you for the update.
We adjusted the code above a bit. Please delete the previous snippet and replace it with the latest version.
Best regards,
IsmaelApril 22, 2020 at 9:40 am in reply to: Fatal error caused in enfold/config-woocommerce/woo-loader.php #1206092Hi,
Sorry for the delay. We can’t access the dashboard anymore. Did you disable the WordPress account above?
Are you using the block editor? If you’re not using the new builder, you can keep that line of code disabled for now to keep the error from occurring.
Best regards,
IsmaelHi,
In the Events Callback panel, look for the slideChangeWillStart event or field. You can set the function to return a specific slide defined by its order in the slider or to stop the slider. Please check the documentation for more info.
// http://docs.offlajn.com/creative-slider/55-advanced-customization/228-creative-slider-api
Example:
function( event, slider ) { if(condition) { return 3; // skip to slide 3 } }Best regards,
IsmaelApril 21, 2020 at 1:18 pm in reply to: I don't like the new ALB Avia Layout Builder in4.7 – it is too much work #1205765Hi,
The element settings may not be reverse back to its old layout, at least not immediately, because of the major changes made in the theme so for now, you can only disable the toggles but the option grouping will be the same. We know it’s a bit different and a little confusing at first, but you should be able to get used to it in no time.
Thank you for your understanding.
Best regards,
IsmaelHey Slava,
Thank you for the inquiry.
In the Appearance > Widgets panel, you can use the Recent Comments widget to display the comments. Now, if you want to display the widget inside a page created using the advance layout builder, look for the Widget Area element and select the widget area where the widget is located. And there are probably plugins out there that offers the same feature plus additional options.
Best regards,
IsmaelHi,
Thank you for the update.
Did you place it outside a color section? Try to place it inside one, edit the color section and set its Layout > Margin & Padding > Section Padding to the small or no padding.
Best regards,
IsmaelApril 21, 2020 at 12:59 pm in reply to: How to put "zzgl." and "Versandkosten" in one line, reduce empty space #1205760Hi,
Thank you for the update.
We adjusted the css code a bit. It should work properly now. Please don’t forget to remove any kind of cache before checking the page.
Best regards,
IsmaelHi,
Thank you for the update.
The theme actually sets the quality of the uploaded image to the highest grade possible, so it is probably cause by something else. Please try to disable all the plugins temporarily and upload a new image — see if that helps.
Best regards,
IsmaelHi,
Thank you for the inquiry.
This is an issue with the new calendar templates. To fix the issue temporarily, we disabled the new events calendar designs from the Events Calendar > Affichage panel.
Utiliser les designs mis à jour de calendrier Activer les mises à jour de designs pour toutes les vues du calendrierBest regards,
IsmaelHi,
Sorry for the confusion. We replaced the selector parameter of the script in the functions.php file with “.toggler” instead of the old one. The toggler title is now h2.
replaceElementTag('.toggler', ' <h2></h2> ');Best regards,
IsmaelApril 21, 2020 at 8:57 am in reply to: Text block / Differences between block-editor and classic-editor #1205700Hey Carsten,
Thank you for the inquiry.
It’s probably a styling or css issue with the text field. We don’t see the same issue on our end though. Have you tried disabling the plugins? Maybe one of them is affecting the editor style.
Best regards,
IsmaelHey Guenter,
Thank you for the inquiry.
You should be able to use the avf_burger_menu_active filter found in the header.php file to toggle the desktop menu style.
/** * Allows to alter default settings Enfold-> Main Menu -> General -> Menu Items for Desktop * @since 4.4.2 */ $is_burger_menu = apply_filters( 'avf_burger_menu_active', avia_is_burger_menu(), 'header' ); $av_classes_manually .= $is_burger_menu ? " html_burger_menu_active" : " html_text_menu_active";Best regards,
IsmaelHi,
Thank you for the inquiry.
Where can we see the issue? We can’t seem to reproduce it on our end, so it’s possible that the issue is cause by a plugin or a custom snippet in the functions.php file. Have you tried to temporarily deactivate the plugins?
Best regards,
IsmaelHey mariokesseler,
Thank you for the inquiry.
Are you referring to the mega menu column title? The column title doesn’t have the title attribute by default, only its child menu items or the items inside the mega menu column.
Best regards,
IsmaelHi,
Thank you for the update.
Try to use this snippet instead.
/* Change Blog Archive Style */ function change_blog_archive_style() { global $avia_config; if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; } } add_action('get_header', 'change_blog_archive_style');This should set the archive pages to display an excerpt instead of the full content.
Best regards,
IsmaelHi,
Thank you for the update.
Have you tried using the Popup Maker plugin? You should be able to add the subscription script in the popup.
// https://wordpress.org/plugins/popup-maker/
Best regards,
IsmaelHey ihf-eramstad,
Thank you for the inquiry.
Yes, you can use the advance layout builder (ALB) for your posts but all default elements including the featured image will not display because the ALB uses a different template, which is basically a blank canvas or page. You have to add the featured image manually.
Best regards,
IsmaelHi,
Can we have access to the dashboard? We will disable the theme temporarily to get rid of the error and check the dashboard. Please post the details of the WordPress account in the private field.
Best regards,
IsmaelApril 20, 2020 at 8:36 am in reply to: how to set fullwith imagebackground and all other elements transparent #1205416Hi,
Thank you for the clarification. Looks like you have already managed to set the background transparency or color of the main containers to #ffffff00. Do you need more help with this?
You can also try this css code.
.main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content, .main_color .av-share-box ul, #top .main_color .av-related-style-full .related-format-icon, .main_color .related_posts.av-related-style-full a:hover, .main_color.avia-fullwidth-portfolio .pagination .current, .main_color.avia-fullwidth-portfolio .pagination a, .main_color .av-hotspot-fallback-tooltip-inner, .main_color .av-hotspot-fallback-tooltip-count { background-color: transparent; }Best regards,
IsmaelHey TT2495,
Thank you for the inquiry.
How did you translate the page(s)? You might have to do the translations manually in the plugin’s translation editor panel. Please check the documentation below for more info.
// https://wpml.org/documentation/translating-your-contents/page-builders/
// https://wpml.org/documentation/theme-compatibility/enfold/Best regards,
IsmaelHi,
Thank you for the inquiry.
We set the Map Settings > Zoom Level from 16, which means very close, to the first option to set the zoom level automatically based on the markers in the map.
Best regards,
IsmaelHi,
Thank you for the inquiry.
The navigation by default will contain items that are adjacent to the posts ordered by date they were published. To reverse the items, you can use this filter in the functions.php file.
// https://kriesi.at/support/topic/change-previous-next-buttons-in-portfolio-items/#post-1164041
Best regards,
Ismael -
AuthorPosts
