Forum Replies Created
-
AuthorPosts
-
March 3, 2022 at 4:15 am in reply to: Slider on Home page seems to be showing behind Header #1342941
Hi,
Thank you for the info.
You can have to adjust the top padding of the main container to push the slider a bit. Please try this css code.
.html_header_top.html_header_topbar_active.html_header_sticky #top #main { padding-top: 145px; }
Best regards,
IsmaelHi,
You can add a widget inside the header containing the button shortcode instead of using the phone number field. Please check this documentation for more info.
// https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
You may need to replace the action hook with avia_meta_header.
Example:
add_action("avia_meta_header", function() { dynamic_sidebar("header"); }, 10);
The code above will render a widget area called “header” inside the top bar.
Best regards,
IsmaelHey BrendaSarg,
Thank you for the inquiry.
The hotspot tooltip is supposed to display on hover and automatically hide on mouse leave. Please make sure that the Advanced > Animation > Show Tooltips settings of the hotspot element is set to the first option. And please make sure to upgrade the theme to version 4.9.1.
Best regards,
IsmaelHey BirgitteAlstrom,
Thank you for the inquiry.
The related posts section is still based on tags by default, so you will still have to edit the related-posts.php file as instructed on the previous thread. You can override the template file in the child theme directory if necessary.
Best regards,
IsmaelMarch 3, 2022 at 3:53 am in reply to: Enfold Theme Burger Menü doesnt stay visible in header (smartphone) #1342937Hi,
Thank you for the update.
According to the error, the function beonepage_get_version is not defined. This is not a theme function, so it is probably generated by a plugin. Please try to deactivate the plugins temporarily.
Best regards,
IsmaelHey karinorage,
Thank you for the inquiry.
You may need to set the Enfold > Performance > Disable template builder elements settings to the first option, and temporarily disable the Enfold > Performance > File Compression settings. Let us know if that helps.
Best regards,
IsmaelHey Erin,
Thank you for the inquiry.
You can actually change the main font color in the Enfold > General Styling > Main Content panel. If you would like to edit a specific element, please go to the Enfold > Advanced Styling panel.
Best regards,
IsmaelHey zimbo,
Thank you for the inquiry.
The widget files are now located in the enfold/framework/php/widgets/widget-classes directory. Please look for the class-avia-combo.php file.
Best regards,
IsmaelHi,
Thank you for the info.
We edited the layer containing the text and switched its type from html to text. We also edited the size and positioning a bit so that the layer automatically adjusts based on the length of the content. To show the exact changes, we duplicated the slider and created a temporary page for testing. Please check the links in the private field.
Best regards,
IsmaelHi,
Thank you for the update.
The variations should be listed properly in the font manager after uploading a font. Would you mind posting the zip file that you actually uploaded in the site? We would like to test it on our installation.
Best regards,
IsmaelHi,
Thank you for the info.
We can reproduce the issue but we are not yet sure what is causing it. We have to switch your installation to debug mode and enable the error logs. Please check the following documentation and add the provided code in the wp-config.php file.
// https://wordpress.org/support/article/debugging-in-wordpress/#example-wp-config-php-for-debugging
Best regards,
IsmaelHey Jak73,
Thank you for the inquiry.
Looks like the footer is disabled on the page. If you want to apply a background to the socket or the container where the copyright is located, then you can use this css code.
.page-id-536 #socket { background: url(IMAGE URL HERE); }
Best regards,
IsmaelHey advteksol,
Thank you for the inquiry.
would like to know how to make it so I can use the ALE and keep the expected blog formatting,
Please note that when using the Advance Layout Builder (ALB) for posts or pages, all default elements including the featured image, post meta info, comments etc. will be not be included automatically in the template. Using the ALB is like starting from a blank canvas where you have to add all the elements manually. If you need the default post formatting, then you have to switch to the default or classic editor.
Best regards,
IsmaelMarch 2, 2022 at 3:35 am in reply to: Different menu for different pages – wpml language selection not displaying #1342791Hey soltner,
Thank you for the inquiry.
Did you set the language selector to display on a specific menu? If that it the case, you may need to instead manually insert the language selector using the designated hooks. Please check this documentation for more info.
Best regards,
IsmaelMarch 2, 2022 at 3:25 am in reply to: My folder of images weight a lot becouse ENFOLD duplicate them #1342790Hey eduardodelat,
Thank you for the inquiry.
The theme automatically generates different thumbnails or sizes for each image, which is why there are multiple versions of the image in your server. These thumbnails are used on different areas or elements in the site instead of loading the original image, which could improve the loading speed.
We do not recommend removing or disabling those thumbnails but it is possible. Please check this thread for more info.
// https://kriesi.at/support/topic/media-upload-and-enfolds-thumbnail-sizes/#post-1271808
Best regards,
IsmaelHi,
Thanks for the update.
The font size of the h2 element is already set to 22px when we checked. The footer looks fine as well. We provided screenshots in the private field. Please make sure to purge the cache on your end or try to check it on a different browser.
Best regards,
IsmaelHey bearrockconcrete,
Thank you for the inquiry.
Looks like you have replaced the html with a span tag. To hide the span element on desktop view and only move the second phone number to the next line, use this css code.
@media only screen and (min-width: 768px) { /* Add your Desktop Styles here */ .desktop-br { display: none; } }
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
IsmaelHey melanie_erfrischt,
Thank you for the inquiry.
You can use this css code to move the logo at the center of the header.
.responsive .logo { float: none; left: 50%; transform: translateX(-50%); }
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelHi,
Thank you for the update.
Can we access the site or the WP dashboard? We would like to check the layer slider settings. Please post the login info in the private field.
Best regards,
IsmaelHey attifilm,
Thank you for the inquiry.
You will have use the WPML String Translation in order to translate the text or strings in the layer slider. Please check this documentation for more info about the slider translation.
Best regards,
IsmaelHi,
No problem. Let us know if you have more questions regarding the theme. We will close this thread for now.
Have a nice day.
Best regards,
IsmaelHi,
Alright. Glad to know that this has been resolved. Please feel free to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelMarch 1, 2022 at 6:55 am in reply to: Fullwidth easy slider not full width in WPML translated pages #1342653Hi,
Sorry for the delay. We created a few private test posts and pages in your installation and the issue occurred on all of them. Unfortunately, we are not sure why the translated pages do not inherit the editor or builder status from the original page and why it still uses the default template. We will forward the issue to our channel. For the meantime, please try to update the translated page manually directly in the builder to fix the layout issue.
Best regards,
IsmaelHey laptophobo,
Thank you for the inquiry.
Did you modify the footer.php file in those sites? Please check the child theme directory for the any modified template files.
Best regards,
IsmaelHey andrea,
Thank you for the inquiry.
You can define a minimum font size for the text layer in one of its style settings. Please edit the text layer, go to the Styles panel and look for the Min. Font Size and the Min. Mobile Font Size fields. You can also toggle the visibility of the layers on certain screen sizes.
Best regards,
IsmaelMarch 1, 2022 at 5:46 am in reply to: Spinning wheel not showing on loading video in lightbox #1342646Hi,
Glad it helped. You can reactivate the file compression settings once you are finished editing the site. Please feel free to open another thread if you have more questions.
Have a nice day.
Best regards,
IsmaelHi,
Yes, you can override the shortcodes in the child theme. Please check this documentation for more info.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
You may need to adjust the path or URL of the scripts in the extra_assets function.
Best regards,
IsmaelHey orianos,
Thank you for the inquiry.
You have to modify or override the woocommerce/templates/content-widget-product.php file and define a custom thumbnail for the get_image function in this code around line 32.
<?php echo $product->get_image(); // PHPCS:Ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
Please check this documentation for more info on how to override a Woocommerce template file.
// https://woocommerce.com/document/template-structure/
Best regards,
IsmaelMarch 1, 2022 at 5:15 am in reply to: different content when turn the advance layout builder #1342639Hey Kyle,
Thank you for the inquiry.
When I open a post or page that is using the default layout and turn on Advance Layout Builder
Are you trying to move the content from the default editor to the Advance Layout Builder? Please note that the content of the default editor cannot be edited using the Advance Layout Builder and vice versa. We tried to login to the site but for some reason it keeps insisting that our browser is not accepting cookies.
Best regards,
IsmaelHi,
We created a test page (see private field), enabled recaptcha for the contact form and got the same error that @yigit mentioned above. The error occurs because the function that is supposed to validate the postal code field or the number field does not exists in the front end.
To fix the issue temporarily, please edit enfold/config-templatebuilder/avia-shortcodes/contact/contact.js file, around line 159 look for this code.
if( ! ( avia_isNumeric( value ) ) || value == "" || value < 0 )
.. and replace it with..
function is_numeric( obj ) { var type = typeof obj; return ( type === "number" || type === "string" ) && ! isNaN( obj - parseFloat( obj ) ); } if( ! ( is_numeric( value ) ) || value == "" || value < 0 )
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after editing the file.
Best regards,
Ismael -
AuthorPosts