Forum Replies Created
-
AuthorPosts
-
Hi,
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,
IsmaelHey thijsvanhalewijn,
Thank you for the inquiry.
The headings stay the same even after refreshing the page a few times. Would you mind providing a screenshot of the issue? You can use imgur, dropbox or any free image hosting for the screenshots.
Best regards,
IsmaelHi,
Did you actually send a new message using the contact form? Please note that older messages will not be affected by this filter.
Best regards,
IsmaelFebruary 28, 2022 at 6:55 am in reply to: Plugin conflict removes kitchen sink from wysiwyg #1342512Hi,
It’s only under the Advanced Layout Editor that this is an issue
Yes, we have actually checked a Text Block element in the Advance Layout Builder and the kitchen sink is visible in the text editor. Would you mind providing a screenshot of the Text Block editor?
Best regards,
IsmaelHi,
Looks like you are using Vimeo. Please note that the script above will only work on a self hosted mp4 video or an html5 video element. For vimeo, you will have to use this SDK.
// https://developer.vimeo.com/player/sdk/reference#about-player-methods
Best regards,
IsmaelHi,
Did you change the login URL? The URL above redirect to a 404 page. For the meantime, please try to add this css code to adjust the height of the layer slider on mobile view.
@media only screen and (max-width: 768px) { /* Add your Mobile Styles here */ div#layerslider_3_lki9y56uxc7x { height: 100vh !important; min-height: 100vh !important; } }Best regards,
IsmaelFebruary 28, 2022 at 6:44 am in reply to: Tab selection in the product area is not completely displayed #1342509Hi,
Do you have other HTML examples in which tables etc. are used to format the corresponding input fields sensibly?
As we have said above, the default layout is based on the order of the fields. Unfortunately, there are no predefined templates for the email message aside from the default one, so you will have to create your own from scratch. The date format can be changed in the Settings > General panel.
Best regards,
IsmaelFebruary 28, 2022 at 6:42 am in reply to: Masonry Blog Caption display text, on hover titel and description #1342508Hi,
You may need to modify the includes > loop-index.php file directly and move the excerpt container inside the image container. Please provide the page URL so that we can inspect the posts directly.
Best regards,
IsmaelFebruary 28, 2022 at 4:27 am in reply to: Grid Blog view irregular sized images despite all image files being square #1342507 -
AuthorPosts
