Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the update.
The following modification in this thread should help. (see private field)
// https://kriesi.at/support/topic/gutenberg-editor/#post-1086464
Make sure that the site is running on version 4.5.7
Best regards,
IsmaelHi,
Sorry for the delay. Have you tried switching to the Contact Form 7? Let us know if the emails are sent properly when you use the plugin. If it still doesn’t work, then it’s probably an issue with the server.
Best regards,
IsmaelHey krobertson616,
Thank you for usig Enfold.
The site seems to be generating the same errors found in the following thread.
// https://kriesi.at/support/topic/internet-explorer-11-compatability/#post-1107138
Please follow the recommendations there.
Best regards,
IsmaelHi,
1.) You should be able to remove the date in the Enfold > Blog Layout > Blog meta elements section. If you can’t remove it there, try to remove it using css code.
2.) It will show partial content of the post as the excerpt automatically. If you prefer, you can manually specify the summary in the posts’ Excerpt field.
Best regards,
IsmaelHi,
Thank you for the update.
We tried to change the from address and install an SMTP plugin but none of them worked. Where is the site hosted? You may need to contact your hosting provider for additional support.
Or consider using another contact form plugin.
// https://wordpress.org/plugins/contact-form-7/
Best regards,
IsmaelHi,
I see. Make sure that the icon character code exists and that it starts with the backslash without the “u” letter.
Example:
#top .avia_ajax_form.cf-label-icons fieldset p:nth-child(2) label:before { content: '\e800'; font-family: 'entypo-fontello'; }This section might help: https://kriesi.at/documentation/enfold/icon/#how-to-find-the-icon-unicode
Best regards,
IsmaelHi,
The shop page should have its own sorting element by default. Did you add this code?
function avia_remove_woocommerce_frontend_search_params() { remove_action('woocommerce_before_shop_loop','avia_woocommerce_frontend_search_params', 20); } add_action( 'init', 'avia_remove_woocommerce_frontend_search_params');That hook removes the default sort element.
Best regards,
IsmaelHey!
@Guenni007: I imagined manipulating the href attribute of the items inside the portfolio grid element and append the query parameter to it, but I think I misunderstood your question and I actually forgot that that the button is supposed to be added to the single portfolio page.In that case, you should get the current portfolio page url using the window.location.href, split the string so that we can extract the actual portfolio name and append it to the href attribute of the Request button. This function might help.
// https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams
Regards,
IsmaelHi,
I didn’t know that you’re using custom icons. You need to assign or apply a custom css class attribute to those icons and use them in place of the selectors in the above function.
// https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support
Thanks for the update.
Best regards,
IsmaelHi,
Sorry for the delay.
Another question: when I change the css code in the fast css within the theme options in the English version, do I have to change it also in the Italian version?
Yes, you have to add the code in the other languages’ Quick CSS field. If you prefer not to do that, put it in the child theme’s style.css file.
Best regards,
IsmaelHi,
Thanks for the update.
You can use this plugin to manually translate those text.
// https://wordpress.org/plugins/say-what/
Best regards,
IsmaelHi,
You should NOT select the parent category Event then.
Why do you need to select the parent “Event” category? You need to select the sub or child categories if you don’t want all event items to display.
Best regards,
IsmaelHi,
Thanks for the update.
We modified the loop-search.php file as suggested on the previous thread. All that’s left is to add this code in the Quick CSS field.
.search-thumb { width: 300px; height: 200px; margin-bottom: 10px; } .search-thumb img { width: 100%; height: 100%; }We were not able to add it because the previous account for the WP dashboard is no longer valid. Please make sure that the posts have featured images.
Best regards,
IsmaelHi,
Thank you for the update.
The staging site’s dashboard went down when we deactivated some of the plugins. Do you have a backup or restore point? Once the site is restored, please deactivate the plugins temporarily.
Best regards,
IsmaelHi,
@Guenni: Using javascript or jQuery, maybe we can loop through the portfolio items and adjust the items’ href attribute value. First, we should extract the portfolio name by splitting the href string in to an array using “/” as the separator.
// https://www.w3schools.com/jsref/jsref_split.asp
We can then use the extracted string as the value of the “portfolio_name” parameter, append it to the href attribute value and re-assign it to the corresponding portfolio items. I hope that’s understandable.
@royaltask: I’m not really sure what you’re trying to do. Could you elaborate a bit?
Best regards,
IsmaelJune 10, 2019 at 5:50 am in reply to: Background FIXED so that the info is scrollable over the top of the image #1108741Hi,
Thank you for the update.
Did you copy the code from your email? Please copy it directly from this forum. You should also turn on the debug mode so that we can see the error. Just add this code in the wp-config.php file:
// Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', true); // Use dev versions of core JS and CSS files (only needed if you are modifying these core files) define( 'SCRIPT_DEBUG', true );// https://wordpress.org/support/article/debugging-in-wordpress/#example-wp-config-php-for-debugging
Best regards,
IsmaelHi,
@Genetics Ed: Please open a new thread for that and post the necessary details in the private field. We’ll close this thread now.
Best regards,
IsmaelHi,
Sorry for the delay. You can only display the current and upcoming events in the default events or calendar page.
Are you trying to include them in the masonry element? Unfortunately, that is not possible by default.
Best regards,
IsmaelHi!
Did you install / enable some “Enfold Shortcode Parser”?
Sorry about that. I forgot to disable the debug mode. You should see it at the very bottom of the functions.php file.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
Please remove that hook to disable the parser.
Best regards,
IsmaelHi!
@fulanoinc: Let us know once the staging site is ready.
@gocreative: Please open a new a thread and post the necessary details there so that we can can check it. Make sure that the custom post types are registered properly using the “avf_alb_supported_post_types” filter.// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#alb-for-any-post-type
Regards,
IsmaelHi,
Thank you for the update.
You don’t have to worry about those warnings because they’re not critical or actual errors, so they won’t affect your site in any way. The avia_modal_js script is being reported as missing because it’s only needed or loaded when you’re using the advance layout builder.
Best regards,
IsmaelHi,
Thank you for the update.
We can see the issue on Firefox Windows 7 but we can’t seem to find a way to fix it. The only thing that seems to work is to reduce the width of the grid item.
.avia-mozilla .avia-icongrid-numrow-3 li { width: 31%; }Best regards,
IsmaelHi,
Could you give us a screenshot of the issue? This is what see on our end.
Screenshot: https://imgur.com/a/S8T518K
Best regards,
IsmaelHi,
There seems to be an issue with a custom script. Did you add this code?
<script> $(document).ready(function() { $('#av_section_1').backgroundor('lgradient', { intervaltime: 80, colors: ['#30b9ce', '#fff', '#72008e'], animdegree: '87deg' }); }); </script>Please remove the script temporarily and toggle the Performance > File Compression settings.
Best regards,
IsmaelHi,
Thank you for the update.
The element manager can only scan shortcodes inside the post content or those added in widgets. You have to replace the icon shortcodes with the actual html. Example:
<span class="av_font_icon avia_animate_when_visible avia-icon-animate av-icon-style- ll_bg_fff av-no-color avia-icon-pos-left avia_start_animation avia_start_delayed_animation" style=""><span class="av-icon-char" style="font-size:1.1em;line-height:1.1em;" aria-hidden="true" data-av_icon="" data-av_iconfont="m24"></span></span>We replaced the shortcodes with their actual html in the DE version of the site.
Best regards,
IsmaelHi,
Thank you for the update.
We can’t access the site using the login credentials above. Please check it carefully.
Can you give us a screenshot of the issue? You can upload it to imgur or dropbox.
Best regards,
IsmaelHey Dave,
Thank you for using Enfold.
Where did you add the toggle element? We can’t find it anywhere in the page. And how did you validate the site? What tool did you use?
Best regards,
IsmaelHey Dave,
Thank you for using Enfold.
Where did you add the toggle element? We can’t find it anywhere in the page. And how did you validate the site? What tool did you use?
Please continue here: https://kriesi.at/support/topic/accessibility-checking-issue/
Best regards,
IsmaelHi,
Thank you for the update.
How did you add the sharing section below the portfolio grid? Could you disable that for a while?
The following script usually fix this issue with the portfolio grid, but it doesn’t work in your installation. We added it in the functions.php.
add_action('wp_footer', 'ava_auto_resize'); function ava_auto_resize(){ ?> <script> (function($){ var int = window.setInterval(function(){ console.log('tick'); $(window).trigger('resize'); $(window).trigger('av-content-el-height-changed'); }, 1000); $(window).on('load', function() { setTimeout(clearInterval(int), 5000); }); })(jQuery); </script> <?php }Best regards,
Ismael -
AuthorPosts
