Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the update.
We managed to add a new text block in the “escolas” page and properly update it. We also created a new page. Can you still reproduce the issue on your end? (see private field)
Why do you need to switch the post type?
Best regards,
IsmaelHi,
Sorry for the delay. We can still see the script error generated from the wp-includes/js/mce-view.min.js file, which seems to be related to the lodash utility library.
Is there a staging or development version of the site where we can debug the issue freely without bringing the live site down? As @mike pointed out above, we’ll have to temporarily disable the plugins while we debug the issue.
Best regards,
IsmaelHey santanin,
Thank you for the inquiry.
You have to create a new shortcodes directory or path in the child theme folder. Please check this documentation for more info.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
After adding the snippet, create a folder called “shortcodes” inside the child theme directory and inside it, create a copy of the shortcode files that you want to override. You can also create custom shortcodes or builder elements inside that folder if you want.
Best regards,
IsmaelHey Redsand747,
Thank you for the inquiry.
Looks like you’re using the Advance Layout Builder (ALB) for that post. Unfortunately, the ALB elements doesn’t generate the schema markup for a post automatically or the elements don’t contain the appropriate markup, so you can either switch to the default editor, which uses a template containing the schema markup by default, or install a plugin that automatically generates a structured data for the post.
You can try one of these plugins.
// https://wordpress.org/plugins/wp-structuring-markup/
// https://wordpress.org/plugins/schema/Best regards,
IsmaelHi,
Sorry for the delay. Did you remove the sub categories in the widget menu?
You can try the modification that @mike provided in the previous thread.
// https://kriesi.at/support/topic/tweaks-2/#post-1173326
If it doesn’t work, you can try this example.
// https://www.w3schools.com/css/css_dropdowns.asp
The modification will initially hide the child categories and only display them when the parent category is hovered.
Best regards,
IsmaelApril 1, 2020 at 8:01 am in reply to: Zoom behaviour on Laptops | Windows Desktop App Scale #1199639Hey Marc,
Thank you for the inquiry.
That seems to be the expected behavior because as you zoom in, the emulated screen width decreases, so zooming in to 200% is the same as viewing the site on a small phone and this is why the burger menu displays.
We checked the above pages on our end, but we didn’t really see any unusual behavior or layout issue in the page.
Best regards,
IsmaelHi,
Did you enable the Directions Services API?
// https://developers.google.com/maps/documentation/javascript/directions#GetStarted
Please provide the login details and the actual link to the page containing the map so that we can check it.
Best regards,
IsmaelMarch 31, 2020 at 5:52 am in reply to: Extended Styling-Area / Some Fonts are still not shown in the frontend! #1199261Hi,
Thank you for the update.
It doesn’t seem to work because of the dash symbol in the font name. To fix it, we used this code in the Quick CSS field to apply the Courier New font correctly.
#top #wrap_all .avia-slideshow-button, #top .avia-button, .html_elegant-blog .more-link, .avia-slideshow-arrows a::before { font-family: 'courier new','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif !important; font-size: 15px; font-weight: 500; }Best regards,
IsmaelHey smrkolj,
Thank you for the inquiry.
Could you enable the debug mode so that we can check for errors if there’s any?
// https://wordpress.org/support/article/debugging-in-wordpress/#example-wp-config-php-for-debugging
Are you using the Advance Layout Builder? Is it working properly when you put the shortcodes in the default editor?
Please note that we don’t provide support for third party plugins as stated on our support policy, but we’ll try to help as much as possible.
Best regards,
IsmaelMarch 31, 2020 at 5:39 am in reply to: Page Content element in pagebuilder is not being translated (WPML) #1199258Hey vdlpwp,
Thank you for the inquiry.
You will have to manually translate the page used in the Page Content element, edit the pages in the other language using the element and manually re-select the translated page. That is the only way as of this moment.
Best regards,
IsmaelHi,
Sorry for the delay. The login info is still not working. Please open a new thread or ticket using your account here in the forum and post the necessary details in the private field. We’ll close this one for now.
Best regards,
IsmaelHi,
Having the latest version of the theme doesn’t necessarily mean that it will contain the latest version of the layer slider plugin, but it should work just fine.
It’s possible that your server limits the memory to 256MB, so you should ask your hosting provider if it’s actually allowed to increase the limit in the root directory via .htaccess or the wp-config file. Though it may reflect that the limit is increased, but under the hood it’s still set to the imposed maximum memory limit. Is the site on a shared hosting?
You should also set the installation to debug mode so that we can check for errors in the log files.
// https://wordpress.org/support/article/debugging-in-wordpress/#example-wp-config-php-for-debugging
Best regards,
IsmaelHi,
Sorry for the delay. What is the actual name of the plugin that you’re using? We tried to access the dashboard but the login details above are invalid. Is the contact form working?
You can use the following tool to test if the wp_mail function is working properly.
// https://wordpress.org/plugins/check-email/
Best regards,
IsmaelHi,
You can create a pseudo element inside the grid image, set its initial opacity to 0 and apply the gif background to it. You can then set it to fade in on hover.
.grid-entry.post-entry-3831 .grid-image::before { background-size: contain; background-image: url(https://beeldwerk.tv/wp-content/uploads/2020/03/venlo-3sec.gif); background-color: rgba(255,255,255,0.0); background-repeat: no-repeat; background-position: 50% 50%; transition: all 0.5s; content: ''; width: 100%; height: 100%; display: block; position: absolute; z-index: 0; opacity: 0; } .grid-entry.post-entry-3831:hover .grid-image::before { opacity: 1; }Best regards,
IsmaelHi,
Thank you for the update.
The value sticky will actually cause the sales badge to stick on scroll. Please try to use this css code instead.
#top #wrap_all .main_color .onsale { display: none; } #top #wrap_all .product_on_sale .thumbnail_container::before { content: 'Sale'; background: red; height: 50px; border-radius: 100%; line-height: 50px; width: 50px; display: block; text-align: center; color: white; position: absolute; right: 10px; }Best regards,
IsmaelHi,
Fatal error: Cannot redeclare av_countdown_events_fallback()
Looks like the theme’s shortcode files have been duplicated. You have to completely remove the theme from the wp-content > themes folder or rename it temporarily, then upload the latest version manually via FTP.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Related threads:
// https://kriesi.at/support/topic/error-when-updating-2/#post-1193712
// https://kriesi.at/support/topic/bug-with-latest-version-of-enfold-and-template-builder-shortcodes-events-events/Best regards,
IsmaelMarch 31, 2020 at 3:57 am in reply to: Breadcrumb Customization [DE/EN] – Continuation of Post #1197659 #1199247Hey tebitron gmbh,
Thank you for the inquiry.
In breadcrumb’s trail filter, you can check for the active language first and assign the appropriate home title.
$hometitle = get_locale() == 'en_US' ? 'Homepage' : 'Startseite';You can also use the pll_current_language( $value ) function instead of get_locale.
// https://polylang.pro/doc/function-reference/
Best regards,
IsmaelHey!
Thank you for the update.
According to the following thread, the headers are added because of the PHP sessions, which is used by the theme to add extra options for the breadcrumbs and portfolio. The users there managed to use varnish and nginx reverse proxy caching by adding this code in the functions.php file.
function custom_theme_setup() { add_theme_support('avia_no_session_support'); } add_action( 'after_setup_theme', 'custom_theme_setup' );This will disable all sessions generated by the theme and hopefully remove all unwanted headers that prevents caching from working properly.
// https://kriesi.at/support/topic/enfold-seems-to-add-cache-disabling-headers/#post-546256
Best regards,
IsmaelMarch 31, 2020 at 2:11 am in reply to: Google does not recognize the ImageObject property for an object of type WebPage #1199234Hi,
Sorry for the late response. Replacing the imageObject property with another value should help. Please try to use the filter that we provided in the following thread.
Best regards,
IsmaelHi,
You can apply a different animation to the scroll to top button using this css code.
.avia_pop_class, .avia-search-tooltip { -webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275); animation: avia_pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275); }avia_pop is a custom css animation.
@-webkit-keyframes avia_pop { 0% { -webkit-transform:scale(0.8); } 100% { -webkit-transform:scale(1); } } @-moz-keyframes avia_pop { 0% { -moz-transform:scale(0.8); } 100% { -moz-transform:scale(1); } } @-o-keyframes avia_pop { 0% { -o-transform:scale(0.8); } 100% { -o-transform:scale(1); } } @keyframes avia_pop { 0% { transform:scale(0.8); } 100% { transform:scale(1); } }You can create your own animation and apply it to the button.
Best regards,
IsmaelHi,
Thank you for the update.
You should be able to add the title and subtitle directly in the Image element by enabling the captions. Have you tried that? Edit the image element, set the Image Caption settings to Yes, then configure the extra options in the Styling and Advanced panel.
Best regards,
IsmaelHi,
Thank you for the inquiry.
Did you set the Enfold > Privacy & Cookies > Default Cookie Behavior to the first option? This should automatically enable all external services including the Google Analytics tracker on page load even without the users’ cookie consent.
Best regards,
IsmaelMarch 31, 2020 at 1:50 am in reply to: Fullscreen Slider Video Slide Preview Fallback Image Alignment on Mobile #1199228Hey killyman,
Sorry for the delay. We tried to check the pages above but they don’t seem to exist. Did you move the site, or do we have to be logged in in order to see those pages? Please provide the login details in the private field.
Best regards,
IsmaelHi,
Sorry for the delay. It’s not working properly because the header_replacement_logo_id is undefined. To fix the issue temporarily, please edit the functions-enfold.php file, remove everything and replace it with the following code.
// https://pastebin.com/JDaJ3WfX
We’ll report the issue to our channel.
Best regards,
IsmaelHi,
Sorry for the delay. Do you still need help with this? If you do, please post the login details in the private field so that we can edit the files and add the necessary modification.
Best regards,
IsmaelHi,
It’s directly related to a no-cache header Enfold theme puts down !!!
Sorry for the delay. The only time that the theme sets the header to no-cache is when someone is exporting the theme options, so those headers are definitely not set by the theme.
How do they check if the headers are actually set to no-cache? Are they using some kind of tool?
This is what we get when we check the headers of the kriesi.at site, which is using the Enfold theme, on https://httpstatus.io/
date Mon, 30 Mar 2020 07:50:15 GMT server Apache vary Accept-Encoding,Cookie cache-control max-age=3, must-revalidate upgrade h2,h2c connection Upgrade, close transfer-encoding chunked content-type text/html; charset=UTF-8As you can see Cache-control has a max-age of 3 days.
Best regards,
IsmaelHi,
Thank you for the update.
You can center align the content in the Enfold > General Layout > Layout > Content Alignment settings. Or adjust the Maximum Container Width in the Dimensions panel. There is a large padding in the right side because the content is not center aligned, or positioned in the left side by default.
Best regards,
IsmaelMarch 30, 2020 at 5:31 am in reply to: Slider error: Uncaught TypeError: ie.transitions._slideTimeline.stop is not a f #1199001Hi,
Sorry for the delay. It seems to be an issue with the layer slider transitions. Can we access the dashboard? We would like to check the transition settings of the slider.
Have you tried to adjust the transition settings?
Best regards,
IsmaelHi!
Thank you for the inquiry.
To temporarily fix the issue, you can disable the theme’s Performance > File Compression settings to keep it from storing data from merged files in the database. You can then use a plugin like Autoptimize or BWP Minify in place of the default compression.
If you want to keep using the default compression, you can also try the fix that we provided in the following thread.
Best regards,
IsmaelMarch 30, 2020 at 4:51 am in reply to: ENFOLD KEEPS SHOWING CRITICAL ERROR BECAUSE OF HEAD SCRIPT AUTOLOAD #1198997Hey PABLO EDUARDO,
Thank you for the update.
We encountered this same issue previously and provided a temporary fix. You can find the thread in the following link.
// https://kriesi.at/support/topic/slow-site-performance-site-stops-loading/#post-1187976
Or you can disable the theme’s Performance > File Compression settings and use a third party plugin like Autoptimize instead.
Best regards,
Ismael -
AuthorPosts
