Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the info.
It might not be working because of the load function, which is no longer valid. Please try to replace the code with the following snippet.
function ava_custom_script_pagination_anchor(){ ?> <script> (function($) { $(document).ready(function(){ $("nav.pagination a").each(function(){ var theLink = $(this).attr("href"); $(this).attr("href", theLink + "#home-blog"); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_pagination_anchor', 9999);Best regards,
IsmaelAugust 13, 2021 at 7:11 am in reply to: Issues with Avia Layout Architect and PDF Print Plugins (shortcode rendering) #1316547Hi,
We do not really understand how the plugin creates the PDF file during the init hook or how it retrieves the content during that time. The global $post variable will still be null by then or will not be available, so you cannot use default function like get_the_content to retrieve the content of a post.
The Advance Layout Builder saves the shortcodes or content in the post_content, same as when you edit a page or post in the default editor, so the plugin should be able to use the get_the_content function to retrieve the shortcodes. It also saves the shortcodes in the _aviaLayoutBuilderCleanData custom field or meta info — the get_post_meta function might be useful as well. They are then processed in the themes\enfold\template-builder.php template file for rendering.
Best regards,
IsmaelHi,
Thank you for the update.
There should be a functions.php file in the parent theme directory. Please check it in the Appearance > Editor panel. It should be at the very top of the list. You can also use any of the following plugins to add custom PHP snippets.
// https://wordpress.org/plugins/insert-php-code-snippet/
// https://wordpress.org/plugins/my-custom-functions/
// https://wordpress.org/plugins/code-snippets/Best regards,
IsmaelHi,
Alright. Let us know in another thread if you need anything else. We will close this one for now.
Have a nice day.
Best regards,
IsmaelHi,
The warning message does not display because the page is created using the Advance Layout Builder, so it uses a different template without the woocommerce-notices-wrapper container. You may need to manually add the container using a text or code block.
<div class="woocommerce-notices-wrapper"></div>Regarding the styling, you can ask the plugin author to adjust the priority of their scripts and stylesheets so that the resources load after the theme files.
Best regards,
IsmaelHi,
No problem. Glad we could help. Please feel free to open another should you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the info.
The login URL redirects to a 404 error page. Did you change the login URL? Please include it in the private field so that we could check the settings.
Best regards,
IsmaelHi,
@HuxburyQuinn: Thank you for the info. Please try to open a new thread and post the site details in the private field so that we could check the issue further. For the meantime, try to disable the file compression settings and use another plugin such as Autoptimize or BWP. We will close this thread for now.Best regards,
IsmaelHi,
Thank you for the update.
Would you mind providing a screenshot of the layout that you are after? Please use image hosting like imgur or dropbox for the screenshot.
Best regards,
IsmaelAugust 12, 2021 at 8:09 am in reply to: ENFOLD 4.8.3 + WP5.8: Import theme settings not working #1316392Hi,
Unfortunately, we are not yet sure why that particular theme settings file is not working. It works fine when we tried to upload our own, which means that there is something wrong with the file. You might have to update the theme first to the latest version before importing the theme settings again.
Best regards,
IsmaelHey Konstantin,
Thank you for the inquiry.
Did you change the default login URL? We cannot access the dashboard using the default login or admin URLs. The following documentation might help.
// https://polylang.pro/doc/define-your-home-page-as-a-static-page/
// https://polylang.wordpress.com/documentation/setting-up-a-wordpress-multilingual-site-with-polylang/settings/Best regards,
IsmaelHey brayan,
Thank you for your interest in the theme.
The search and booking feature is from a third party plugin or script. It is not available in the theme out of the box, but Woocommerce and other plugins with booking functionality should work properly with the theme.
Best regards,
IsmaelAugust 12, 2021 at 7:06 am in reply to: I need twice the amount of letters from the text excerpt #1316386Hey LukasEEE,
Thank you for the inquiry.
You can use this filter in the functions.php file to adjust the length of the masonry excerpt.
function avia_change_masonry_excerpt_length($length) { $length = 200; return $length; } add_filter('avf_masonry_excerpt_length','avia_change_masonry_excerpt_length', 10, 1);Default length value is 60.
Best regards,
IsmaelHey ABTRSthemes,
Thank you for the inquiry.
You might have to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to see the changes. Make sure to purge the cache before viewing the site again.
Best regards,
IsmaelHey AktivApo,
Thank you for the inquiry.
It seems to be displaying the custom style of the columns instead of the post excerpt. Where can we the issue? Please post the site details in the private field including an admin account. We would like to check the page and the theme options.
Best regards,
IsmaelHi,
You are very welcome! Please feel free to open another thread if you require more assistance. We will close this one for now.
Have a nice day.
Best regards,
IsmaelHi,
No problem. Glad we could be of help. Please let us know if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the clarification.
That option is not available, unfortunately. You might have to use a plugin or create a custom toggle that hides/shows a different set of table when clicked.
Example:
// https://codepen.io/kijanmaharjan/pen/dMmdej
// https://fatcatapps.com/knowledge-base/pricing-table-toggle/Best regards,
IsmaelHi,
Thank you for the inquiry.
The button displays back when we disable the mtn_setup_theme function in the child theme’s functions.php file. The function limits the ALE to the mtn-faq post type. You may need to use the avf_alb_supported_post_types filter instead.
Examples:
// https://kriesi.at/support/topic/custom-post-type-not-displaying-correctly/#post-1299723
// https://kriesi.at/support/topic/pods-enfold-advanced-layout-editor/#post-1281976Best regards,
IsmaelHi,
Great! Glad that you managed to come up with a working solution. Let us know in another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Good to know. Please feel free to open another thread if you encounter any issues, or if you require a bit of assistance with the theme. We will close this for now.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the info.
The look of the button looks different because the lightbox container is rendered outside the main container, so the default css selectors and styles that the theme is using is not applying to the contact form. You will have to adjust the style of the element (buttons, fields etc) manually.
Best regards,
IsmaelHi,
We are not really sure if it is possible to set thumbnails for Vimeo videos and show it before the player starts, but we have found the following articles, which might help.
// https://vimeo.com/blog/post/video-thumbnail-ultimate-guide/
// https://vimeo.com/blog/post/turn-any-video-frame-into-a-thumbnail/Best regards,
IsmaelHi,
@wdi: You have to update the theme from version 4.1 to 4.8.6. The update should help fix the issue with the video. You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after the update.
Best regards,
IsmaelHi,
Alright. Please do not hesitate to open another thread should you need anything else.
Have a nice day.
Best regards,
IsmaelAugust 12, 2021 at 6:17 am in reply to: Fixing incorrect behaviour of masonry sorting function #1316362Hey Marc,
Thank you for the inquiry.
It seems to be working correctly on our end — checked the page on Chrome. Which browser are you using? Please provide a screencast of the issue if possible.
Best regards,
IsmaelHey Annemarie,
Glad to know that the issue is fixed. Let us close this thread now.
Have a nice day.
Best regards,
IsmaelHey codingharu,
Thank you for the inquiry.
Would you mind explaining the issue a bit? Is this thread a continuation of a previous one? Please provide a link to the previous thread so that we could check it.
Best regards,
IsmaelAugust 11, 2021 at 8:19 am in reply to: How to change the opacity of masonry lightbox background overlay? #1316212Hey solf,
Thank you for the inquiry.
You can use the following css code to set the opacity of the lightbox container background.
.mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader { opacity: 0; }Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
IsmaelHey koomo,
Thank you for the inquiry.
Did you enable the spam protection or the Google ReCAPTCHA option for the contact form? The button is not clickable because it is waiting for the security or the ReCAPTCHA widget to be validated. Please post the shortcode in the private field so that we could inspect it.
You may need to disable the ReCAPTCHA option for this particular contact form.
Best regards,
Ismael -
AuthorPosts
