Forum Replies Created
-
AuthorPosts
-
Hey schwabino,
Thank you for the inquiry.
Some of the menu items in the demo are not set as mega menus, just normal drop downs. Are you referring to the mobile menu appearance? You can adjust mobile menu options in the Enfold > Main Menu > Burger/Mobile Menu tab. Look for the Menu Icon Style and the Menu Overlay Style setings.
Best regards,
IsmaelHi,
What do you mean by “cookie query”? Looks like a script is embedding the UC button to the video element but we are not sure why it is not working. We can’t find any errors in the page or in the browser console. The video loads fine only when we clicked the Akzeptieren button in the UC consent banner. Please contact the script authors for additional info.
Best regards,
IsmaelHey Jonas,
Thank you for the inquiry.
Did you place the svg file in the avia_custom_shapes within the wp-content > uploads folder? You should also check the name of the svg file and make sure that it corresponds to the specified value in the svg array.
Try to replace the code in the functions.php file with this one.
add_filter('avf_custom_svg_shapes', function($shapes) { $shapes = array( 'header-negative' => array( 'key' => 'header-negative', 'title' => __( 'Header Negative', 'avia_framework' ), 'has_width' => true, 'filename' => 'header-negative' ) ); return $shapes; }, 10, 1);In the avia_custom_shapes folder, make sure that the name of the svg file is header-negative.
Best regards,
IsmaelHi,
Sorry for about that. We adjusted this line (980) to get the actual number of entries or testimonials.
'total_entries' => avia_sc_testimonial::$counter - 1, 'container_entries' => 1,The correct number of dots should display now.
Best regards,
IsmaelHi,
Did you try to adjust the height of the button image? You can also adjust the padding around the buttons to adjust the total height.
#top .cutbutton .avia_button_icon::before { height: 30px; } #top .cutbutton .avia-button { padding: 10px; }If you can provide us a screenshot or a mockup of the final layout, then we should be able to provide you with the necessary css.
Best regards,
Ismael3Hi,
Thank you for the screenshot.
Did you remove the css code that we mentioned above? Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings after removing the css.
Best regards,
IsmaelHey MikeTandySwag,
Thank you for the inquiry.
You can enable the sidebar on mobile view by toggling the Enfold > Sidebar Settings > Sidebar on Smartphones option, make sure to purge the cache afterwards.
Best regards,
IsmaelApril 13, 2022 at 1:06 pm in reply to: change (italian word) "Da" in "Di" and move the meta info after post title #1348235Hi,
Yes, that should be possible. Please try to add this css code to move the date beside the post title..
.av-magazine .av-magazine-content-wrap .av-magazine-title { float: left; margin-right: 10px; }Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelHi,
Thank you for the update.
The error occurs because you haven’t created a new shortcode path in the child theme directory. To do that, we added this code in the functions.php file.
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }We also added this css code in the style.css file to adjust the position of the dots a bit.
.avia-slideshow-dots a { display: inline-block; } .avia-slideshow-dots { bottom: -30px; }Best regards,
IsmaelHi,
Thank you for the update.
If you want to adjust the color of the burger menu icon instead, try to use this css code.
@media only screen and (max-width: 989px) { .html_mobile_menu_tablet .header_color div .av-hamburger-inner, .html_mobile_menu_tablet .header_color div .av-hamburger-inner::before, .html_mobile_menu_tablet .header_color div .av-hamburger-inner::after { background-color: #000000; } }And FYI, it is common practice to place css media queries at the very bottom of the stylesheet or in this case at the very bottom of the Quick CSS field.
Best regards,
IsmaelHi,
Thank you for the inquiry.
The navigation dots are not visible because of the following css code, which was probably added in the Quick CSS field.
.avia-slideshow-dots a { display: none; }You have to remove the code or override it using this css.
.avia-slideshow-dots a { display: inline-block; }Best regards,
IsmaelHey stella-experience,
Thank you for the inquiry.
That is the default style of the header on tablet and phone view. We can use this css code in the Quick CSS field to revert back to the transparent header, but it might cause layout issues on mobile view.
@media only screen and (min-width: 768px) and (max-width: 989px) { .responsive.html_mobile_menu_tablet #top #wrap_all #header { position: fixed; width: 100%; float: none; height: auto; margin: 0 !important; opacity: inherit; min-height: 0; } }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelHi,
Thanks for following up.
We may need to access the site in order to check this modification further. Please post the login details in the private field and make sure that the Appearance > Theme File Editor panel is accessible.
Best regards,
IsmaelHi,
Glad @Mike was able to help. Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelApril 13, 2022 at 6:13 am in reply to: Strange behavior after recent update: Header, Page width, Cookie banner settings #1348184Hi,
Thank you for the info.
We checked the enfold_child.css file and the Quick CSS field and we didn’t find any css errors. We did find a missing # in one of the color fields in the Enfold > General Styling > Logo Area panel, but fixing this color value didn’t change anything. Is it working correctly when the cache and compression plugins are disabled?
Best regards,
IsmaelHey dondela,
Thank you for the inquiry.
Yes, this should be possible if you intend to place the navigation or anchors in the page sidebar. You can then separate the sections using the columns, color sections or grid row elements and apply the ID or anchor to them. However, it will require more modifications if you need to actually copy the navigation and layout of the site.
Best regards,
IsmaelHi,
Thank you for the update.
The site was still loading the older versions of the scripts and stylesheets, so we temporarily disabled the Enfold > Performance > File Compression settings to regenerate the files. The accordion element is now working properly. (see private field)
Best regards,
IsmaelHi,
You can adjust the height of the button by adjusting the height property of the image or element in this css code.
.imagebutton .avia_button_icon::before { content: ""; background-image: url(/wp-content/uploads/IMAGE.svg); /*** path to your image file ***/ background-repeat: no-repeat; background-size: contain; width: 50px; height: 50px; position: relative; display: inline-block; top: -11px; left: -5px; }Best regards,
IsmaelHi,
Glad to know that you have managed to find a css solution. Thanks for the info!
Best regards,
IsmaelHi,
Thank you for the update.
We just noticed that the site still contains an older version of the theme (v4.7.4) even though you mentioned it in your first reply. The latest version of Google Analytics is not recognized in this version, so you have to immediately update the theme to version 4.9.2.1.
Best regards,
IsmaelHi,
Glad we could be of help. Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
The layout of the cells or columns are now similar aside from the 100px bottom margin applied to the column in the first cell. Is that intentional?#wrap_all .flex_column.av-l0w6l5fo-b220920a4a63c8fe0bc1fcf7779b0fb6 { margin-top: 0px; margin-bottom: 100px; }Would you mind providing a mockup of the section or a screenshot of how it is supposed to look?
UPDATE: I reviewed the thread above and found out that @mike actually added the bottom margin. A screenshot of the expected layout will help.
Best regards,
IsmaelApril 13, 2022 at 4:58 am in reply to: Toggles of accordions are covered by the sticky header #1348172Hi,
You can override an existing element in your child theme by creating a new shortcode path in the child theme directory. Please check this documentation.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
Once you have a copy of the toggles shortcode files (js, php) in the shortcodes folder within the child theme directory, you have to update the script path in the extra_assets function in the toggles.php file. Look for this code around line 115.
function extra_assets() { //load css wp_enqueue_style( 'avia-module-toggles', AviaBuilder::$path['pluginUrlRoot'] . 'avia-shortcodes/toggles/toggles.css', array( 'avia-layout' ), false ); //load js wp_enqueue_script( 'avia-module-toggles', AviaBuilder::$path['pluginUrlRoot'] . 'avia-shortcodes/toggles/toggles.js', array( 'avia-shortcodes' ), false, true ); }Best regards,
IsmaelApril 13, 2022 at 4:54 am in reply to: change (italian word) "Da" in "Di" and move the meta info after post title #1348171Hi,
Glad @Guenni007 was to able help. To move the author below the post title, try to add this filter in the functions.php file.
add_filter('avf_magazine_header_content', function($header_content, $entry) { $author = $header_content['author']; unset($header_content['author']); $header_content['author'] = $author; return $header_content; }, 10, 2);Best regards,
IsmaelHey tonyiatridis,
Thank you for the inquiry.
We cannot reproduce the issue on the home page, and it looks like the slider has been added using the actual layer slider shortcode inside a code block element. Is it working correctly when you use the Layer Slider element from the Advance Layout Builder? Please provide a screenshot of the issue.
Best regards,
IsmaelApril 13, 2022 at 4:28 am in reply to: Need to add Houz under social media profiles section #1348169Hi,
@schwabino: Please follow the instructions above to add a new icon to the social profiles panel.Thanks @Guenni!
Best regards,
IsmaelHi Noel,
Thank you for the info.
Is it working correctly when you use the default Video element from the Advance Layout Builder? Unfortunately, we are not familiar with E-Recht and the usercentrics button is definitely not generated by the theme, additional help or info from the script authors should help.
Best regards,
IsmaelHi,
Thank you for the update.
What do you mean by ATE? When translating a page, you have to click the plus button in the Languages panel and make sure that the Use WPML’s Translation Editor option is enabled. The duplicate checkbox should NOT be enabled.
Best regards,
IsmaelHi Claudia Minoiu!
Thank you for the inquiry.
Unfortunately, we do not handle sales or refund inquiries in this forum. You will have to contact Themeforest directly and request for a refund. Please check the following documentation for more info about their refund policy.
// https://themeforest.net/page/customer_refund_policy > Resolving disputes – asking Envato to help
Regards,
IsmaelApril 12, 2022 at 7:10 am in reply to: Admin pages load very slowly under current version of enfold #1348041Hi Christian,
Thank you for following up.
Are you using the layer slider? The links or resources above are actually used by the Layer Slider plugin. If you are not using it, you can disable the plugin from the Enfold > Layout Builder > Integrated (Bundled) LayerSlider Plugin drop down, select the second, third or fourth option.
Best regards,
Ismael -
AuthorPosts
