Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for following up.
We might have accidentally changed the settings in the test page. Sorry about that.
Please try to clear the browser cache and the local storage, then test the page again. There should be a consent message bar with three buttons at the bottom part of the page, clicking the Settings button should open a modal popup containing toggles for different cookies or external services including embedded videos.
Best regards,
IsmaelHey burdeMedia,
Thank you for the inquiry.
Would you mind providing a screenshot of the section or table that requires adjustment including the actual changes? You can use imgur, savvyify or dropbox for the screenshot. Thanks!
If you need the table to be scrollable, please set the Styling > Table Styling > Table Purpose to the second option (tabular data), then go to the Advanced > Responsive and set the Responsive Styling to the second option (scrollable) as well.
Best regards,
IsmaelJuly 13, 2022 at 4:17 am in reply to: How to disable the H3 heading used on Portfolio Ajax display #1358141Hi,
Thank you for the update.
Have you installed a cache and image compression plugin already? You may need to do a bit of site optimization in order to speed up the site. Please check the following articles for more info about WordPress optimization.
// https://gtmetrix.com/wordpress-optimization-guide.html
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslowBest regards,
IsmaelHey WPStyling2020,
Thank you for the inquiry.
You can redeclare the whole avia_newsbox class directly in the child theme’s functions.php file or in a separate file inside the child theme directory to override the default class.
Example:
<?php namespace aviaFramework\widgets; use WP_Query; /** * CUSTOM AVIA NEWSBOX * * Widget that creates a list of latest news entries * * @package AviaFramework * @since ??? * @since 4.9 Code was moved from class-framework-widgets.php */ if( ! defined( 'AVIA_FW' ) ) { exit( 'No direct script access allowed' ); } class avia_newsbox extends \aviaFramework\widgets\base\Avia_Widget { // the rest of the code } ?>Best regards,
IsmaelJuly 13, 2022 at 3:59 am in reply to: Hello I need to install Travel demo without woocommerce #1358139Hi,
No problem. The actual images are not included in the theme demo, unfortunately. Themeforest authors are allowed to use any images from the Envato market for demo purposes but they are not allowed to redistribute these images or include it in the actual item, in this case the Enfold theme. For more info, please check the following documentation.
Thank you for your patience.
Best regards,
IsmaelHi,
Thanks @Guenni007 for the info.
As suggested above, please try to remove the bundled layer slider plugin from the theme, then install and activate the licensed package separately. If the issue persists, please provide the site URL and a login account so that we can check it further.
Best regards,
IsmaelJuly 12, 2022 at 11:15 am in reply to: Hello I need to install Travel demo without woocommerce #1358055Hi,
Thank you for the update.
We provided the actual shortcodes of the pages below.
welcome: https://pastecode.io/s/vwc11m4h
destinations: https://pastecode.io/s/sie1nodb
surfing: https://pastecode.io/s/xwq3ixb1
contact: https://pastecode.io/s/tpt2oty6You have to enable the debug mode and manually insert the text or content in the shortcodes field. Please check this documentation for more on how to set the builder to debug mode and the shortcodes field.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Best regards,
IsmaelJuly 12, 2022 at 11:14 am in reply to: Hello I need to install Travel demo without woocommerce #1358054Hi,
Thank you for the update.
We provided the actual shortcodes of the pages below.
welcome: https://pastecode.io/s/vwc11m4h
destinations: https://pastecode.io/s/sie1nodb
surfing: https://pastecode.io/s/xwq3ixb1
contact: https://pastecode.io/s/tpt2oty6You have to enable the debug mode and manually insert the text or content in the shortcodes field. Please check this documentation for more on how to set the builder to debug mode and the shortcodes field.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Best regards,
IsmaelHi,
Thank you for the info.
We get this error whenever we load the page containing the google map.
(index):876 Uncaught SyntaxError: missing ) after argument list (at (index):876:31)Seems to be generated from the Contact Form 7 script.
// https://pastebin.com/42whbKQm
Best regards,
IsmaelHey bemodesign,
Thank you for the inquiry.
There is a missing closing curly brace in the third css media query, which is probably why it affects the desktop view or why it is not working correctly. You can also combine the css rules inside a single css media query and remove the duplicates.
Please replace the above css with the following code.
@media only screen and (max-width: 768px) { .responsive #top .avia-slideshow-inner, .responsive #top .avia-slideshow-inner img { height: 420px !important; } .responsive #top .slideshow_caption { padding: 20px; } } @media only screen and (max-width: 767px) { .responsive #top .av_slideshow_full li img { width: 180% !important; max-width: 180% !important; margin-left: -45%; } } @media only screen and (max-width: 480px) { .responsive #top .slideshow_caption h2 { font-size: 14px !important; } }Best regards,
IsmaelHey Steven,
Thank you for the inquiry.
Looks like you are using the Advance Layout Builder to build the content of the product page. The image switch in variable products will only work in the default product gallery or when using the default product editor. Unfortunately, it is not compatible with the builder elements (image, sliders, gallery etc).
You may need to switch back to the default editor and set the Enfold > Shop Options > Product gallery to the second option (WooCommerce 3.0 product gallery) to display the default product gallery.
Best regards,
IsmaelHey Thomas,
Thank you for the inquiry.
You can wrap the new toggle text inside the privacy shortcode.
Example:
Please make sure that the Enfold > Privacy & Cookies > Cookie Handling > Modal Window Custom Content option is enabled.Best regards,
IsmaelHi,
Thank you for the update.
You can find a demo of the privacy & cookies option in the following page.
// https://enfold.inoplugs.com/privacy-test-page
Cookies required by external services such as Youtube, Google Maps etc are blocked by default. In the test page above, you will not be able to play the video directly in the site without enabling the Other external services > Vimeo and Youtube video embeds option within the privacy popup window (click the Settings button in the consent message bar).
Best regards,
IsmaelJuly 12, 2022 at 3:18 am in reply to: How to disable the H3 heading used on Portfolio Ajax display #1358012Hi,
Thank you for the update.
You can use this css code to remove the portfolio preview title.
#top .portfolio-preview-title.entry-title { display: none !important; }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelHey dactor12,
Thank you for the inquiry.
Have you tried using different email addresses? It is possible that this is an issue related to your server since the email is still not being sent using a different contact form. You may need to ask your hosting provider to check and reconfigure the mail server.
The following documentation might help as well.
// https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Best regards,
IsmaelHi,
Thank you for the inquiry.
Are you referring to the table element? You can add a custom css class name or ID to a specific element and apply custom styles to it. Please check the following documentation for more info.
// https://kriesi.at/documentation/enfold/add-custom-css/
Best regards,
IsmaelHey bigrockmarketing,
Thank you for the inquiry.
The site is password protected, so we are not able to check it. Did you do the modifications described in the following documentation?
// https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Best regards,
IsmaelJuly 9, 2022 at 4:44 am in reply to: Enfold CSS/JS merging function still not working properly #1357755Hi!
There are also plugins dedicated to file compression or minification such as Autoptimize, WP Super Minify, Fast Velocity Minify, BWP Minify etc. You don’t need to install another cache plugin if you already activated one. We do recommend the Autoptimize plugin because it works correctly with the Enfold > Performance > Disable Template Builder Elements option.
Unfortunately, it would be difficult for us to identify the issue with the ad scripts because we are not familiar with its code. You may need to contact the script authors for additional assistance.
Thank you for your patience.
Regards,
IsmaelJuly 8, 2022 at 9:15 am in reply to: [av_contact title='' sent='Suscripción exitosa' text size #1357637Hey aruizhuidobro,
Thank you for the inquiry.
You can use this css code to adjust the style of the success message including the font size.
.avia-form-success { text-align: center; border-style: solid; border-width: 1px; padding: 20px 15px; font-size: 18px; line-height: 1.4em; border-radius: 2px; clear: both; }Best regards,
IsmaelHi,
Thank you for the inquiry.
The styles for the notification element returned after toggling the Enfold > Performance > File Compression settings. Please make sure to purge the cache before testing the page. You may need to disable the compression settings while editing the site.
Best regards,
IsmaelHi,
Thank you for the clarification.
We can reproduce the issue but we are not yet sure what is causing it. This is not happening on our own installation, so this is probably caused by plugins or third party scripts. Have you tried disabling the plugins temporarily?
Best regards,
IsmaelHi,
Thank you for the update.
Try to use this css code to adjust the distance of the avia-ltr animation.
/*fade in animation*/ @-webkit-keyframes avia-ltr { 0% { -webkit-transform: translate(-30%, 0); opacity: 0; } 100% { -webkit-transform: translate(0, 0); opacity: 1; } } @keyframes avia-ltr { 0% { transform: translate(-30%, 0); opacity: 0; } 100% { transform: translate(0, 0); opacity: 1; } }Default transform value is -10%.
Best regards,
IsmaelJuly 8, 2022 at 8:31 am in reply to: Enfold CSS/JS merging function still not working properly #1357630Hi,
Thank you for the info.
The file compression option is working correctly in the staging site — the merged stylesheets and the footer scripts load properly. Did you disable the ad network plugin or script in the staging site, or do you notice any difference between the live and staging site?
If the issue persists in the live site, try to install a cache or compression plugin such as W3 Total Cache or WP Super Cache, as suggested previously. We also recommend Autoptimize or BWP Minify for file compression.
Best regards,
IsmaelHey woogie07,
Thank you for the inquiry.
Does the Global site tag code work the same as UA code?
Yes, the new analytics tag is also recognized by the theme and will work the same as the old UA code. You can add the whole script in the field or just use the unique tag (G-**) ID.
Best regards,
IsmaelJuly 8, 2022 at 8:19 am in reply to: Mobile Fallback image appears before video on homepage #1357627Hey BossBitch76,
Thank you for the inquiry.
Try to add this css code to temporarily hide the fallback image until the background video plays.
.av-video-paused .avia-slide-wrap { background: none; }Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelHi,
Thank you for the update.
You can also adjust the font size on smaller screens. Please try this css code.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .html_modern-blog #top .post-entry .post-title, .html_modern-blog .avia-content-slider .slide-entry-title { font-size: 1em; letter-spacing: 1px; word-break: break-word; } }Default font-size value is 2em.
Best regards,
IsmaelJuly 6, 2022 at 4:18 am in reply to: Show category in Masonry gallery with link to overview posts in that category #1357347Hi,
Thank you for the info.
To add a link to the categories, please replace the filter with the following code.
add_filter("avf_masonry_entry_content", function($content, $entry, $config) { $categories = get_the_category($entry["ID"]); $separator = ' '; $output = ''; if ( ! empty( $categories ) ) { $output .= ""; foreach( $categories as $category ) { $output .= '<span data-link="'. get_term_link($category->term_id, $category->taxonomy) .'" class="blog__masonry–categorie">' . esc_html( $category->name ) . ' / </span>'; } $output .= ""; $content = $output . $content; } return $content; }, 10, 3);Then add this script below.
add_action( 'wp_print_footer_scripts', function () { ?> <script> (function($) { $(document).ready(function() { // redirect to the category page $('.av-masonry-entry').on('click', function(e) { e.preventDefault(); var cat_link = $(e.target).attr('data-link'), link = cat_link == undefined ? $(this).attr('href') : cat_link; window.location.href = link; }); }); })(jQuery); </script> <?php }, 999 );Best regards,
IsmaelJuly 6, 2022 at 4:12 am in reply to: Show category in Masonry gallery with link to overview posts in that category #1357346Hi,
Thank you for the info.
To add a link to the categories, please replace the filter with the following code.
add_filter("avf_masonry_entry_content", function($content, $entry, $config) { $categories = get_the_category($entry["ID"]); $separator = ' '; $output = ''; if ( ! empty( $categories ) ) { $output .= "<p>"; foreach( $categories as $category ) { $output .= '<span data-link="'. get_term_link($category->term_id, $category->taxonomy) .'" class="blog__masonry–categorie">' . esc_html( $category->name ) . ' / </span>'; } $output .= "</p>"; $content = $output . $content; } return $content; }, 10, 3);Then add this script below.
add_action( 'wp_print_footer_scripts', function () { ?> <script> (function($) { $(document).ready(function() { // redirect to the category page $('.av-masonry-entry').on('click', function(e) { e.preventDefault(); var link = $(e.target).attr('data-link'); if(link == undefined) { link = $(this).attr('href'); } window.location.href = link; }); }); })(jQuery); </script> <?php }, 999 );Best regards,
IsmaelHi!
Just noticed that the wp_calculate_image_sizes only returns the sizes attribute. For the actual srcset attribute, please check this function which also contains a filter so that you can adjust the image sizes or sources.
// https://developer.wordpress.org/reference/functions/wp_calculate_image_srcset/
Regards,
IsmaelJuly 6, 2022 at 3:33 am in reply to: Increase the quality of the images (image list) in the Ajax portfolio preview #1357344Hi,
Thank you for the info.
We are able to login to the dashboard and go to the FTP page but we are not sure which user to login and which directory we are supposed to go to. We opened the floriankmueller.de folder but it is empty.
Please contact your hosting provider and ask them to generate a new FTP account with permissions to edit the floriankmueller.de site or directory.
Best regards,
Ismael -
AuthorPosts
