Forum Replies Created
-
AuthorPosts
-
December 14, 2021 at 5:56 am in reply to: Download of files for demo GYM Demo didn't work! You might want to try reloading #1332708
Hi,
Thank you for the inquiry.
Glad to know that you managed to manually import the demos. But there should be a button in the Demo Import panel that will download the demo files first before importing it. This could fail if the server blocks the source of the demo files. You may need to ask your hosting provider to whitelist the URL of the demo source.
Best regards,
IsmaelHi,
Great! Glad we could be of help. Please feel free to open another thread if you need anything else. We will close this one for now.
Have a nice day.
Best regards,
IsmaelHey pointpolish,
Thank you for the inquiry.
The option for the spam protection is located at the very bottom of the panel. You have to enable it first or select the version. The fields for the public and secret keys will display afterwards. Please check the screenshot in the private field for reference.
Best regards,
IsmaelHey Alwin,
Thank you for the inquiry.
We would recommend using only one of those features or options because they might conflict with one another. Please note that the lazy loading option from the theme enables the default loading attribute, which is a default browser feature.
// https://web.dev/browser-level-image-lazy-loading/
Best regards,
Ismael.Hey Alwin,
Thank you for the inquiry.
According to the following thread, the plugin reconfigures or filters the wp_mail function based on the values set in the plugin settings before sending the mail. The theme’s contact form is using the wp_mail function, so it should work with the plugin.
// https://wordpress.org/support/topic/does-wp_mail-use-the-credentials-from-wp-mail-smtp/
Best regards,
IsmaelHey Alwin,
Thank you for the inquiry.
The option in the Enfold > Performance panel actually disables the jQuery Migrate library. There might be plugins in the site that are still using older jQuery functions, which are only available via jQuery Migrate. Please leave the option disabled.
Best regards,
IsmaelHey Jose Luis,
Thank you for the inquiry.
Looks like the site contains different versions of the theme and the site might be using an older version instead of the latest one. Please remove the other versions of the theme from the wp-content > themes folder, and leave version 4.8.8. After deleting the other versions, try to disable or toggle the Performance > File Compression settings temporarily, then purge the cache. Also, please make sure to create a site back before deleting the other themes.
Best regards,
IsmaelHey smuejae,
Thank you for the inquiry.
Where are you trying to embed the post? Have you tried using the Advance Layout Builder (ALB) and add an element (e.g Image, Text Block) that has a link to that particular post?
Best regards,
IsmaelDecember 14, 2021 at 5:11 am in reply to: Change to Privacy Settings lost all Enfold Theme Options #1332694Hey DimitriGarder,
Thank you for the inquiry.
We did not see any layout issues when we checked the site. Would you mind providing screenshots of the issue (use imgur or dropbox0? Or post the login details in the private field so that we can toggle the site settings. You may have to temporarily disable the Performance > File Compression settings while we are working on the issue.
Best regards,
IsmaelHey Kyle,
Thank you for the inquiry.
Looks like the read more button’s link doesn’t go through the same content filter function unlike the link used in the post image. Please try to modify the config-templatebuilder/avia-shortcodes/postslider/postslider.php file and look for this code around line 723.
$permalink = '<div class="read-more-link"><a href="' . get_permalink( $the_id ) . '" class="more-link">' . __( 'Read more', 'avia_framework' ) . '<span class="more-link-arrow"></span></a></div>';Replace the get_permalink( $the_id ) function with $link, then move it below this code.
if( $format == 'link' ) { $current_post = array(); $current_post['content'] = $entry->post_content; $current_post['title'] = avia_wp_get_the_title( $entry ); if( function_exists( 'avia_link_content_filter' ) ) { $current_post = avia_link_content_filter( $current_post ); } $link = $current_post['url']; }Best regards,
IsmaelHey Corina,
Thank you for the inquiry.
You may have to export and import the theme options from the base or original language to the other lanuages. Please note that the theme options for each language is different, so you will have to configure them separately but as we have said, you can use the Enfold > Import/Export settings to automatically transfer the theme options from one language to another.
Best regards,
IsmaelDecember 14, 2021 at 4:29 am in reply to: anchors strange behaviour – scrolling to anchor not precise #1332687Hi,
No problem. Let us know once you are done optimizing the site and if the issue persists.
Best regards,
IsmaelHi,
You can use css media queries to adjust the style of the elements including its font style on mobile view or any screen sizes.
// https://css-tricks.com/a-complete-guide-to-css-media-queries/
If you need more help, please feel free to open another thread.
Best regards,
IsmaelDecember 14, 2021 at 4:24 am in reply to: Connection lost. Saving has been disabled until you’re reconnected. We’re backin #1332684Hey nahmialm,
Thank you for the inquiry.
Did you enable the Performance > File Compressions settings? Please try to turn it off first, then add this filter in the functions.php file to temporarily disable the post css manager and prevent the theme from creating meta entries in the database.
/** * Filter to skip css file generation. * You can add logic to skip for certain pages/posts only. * * @since 4.8.6.1 * @param boolean $create * @return boolean true | false or anything else to skip generation of css file */ function custom_avf_post_css_create_file( $create ) { return false; } add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );You should also update PHP to the latest version (8.0 or later) and create a staging or development version of the site so that you can test it while the plugins are disabled.
Best regards,
IsmaelHi,
Thank you for the info.
The buttons are displaying properly when we increase the quantity of the product, which makes a lot more sense in terms of stock management. Unfortunately, we are not familiar with the Solid Commerce extension and how they manage the product inventory, and as you may already know, we do not provide support for third party extensions as stated on our support policy. Please keep in touch with the plugin developers for additional help with the issue.
Best regards,
IsmaelHi,
Thank you for the info.
What happens when you override the avia_set_title_tag function by declaring it again?
function avia_set_title_tag() { return wp_get_document_title(); }If this is not working, then the function wp_get_document_title is not the function that the plugin is using to retrieve the title.
Best regards,
IsmaelHey Julio,
Thank you for the inquiry.
You can actually use the Image element to open the video as an external link, just make sure to apply the “noLightbox” class name in the Advanced > Developer Settings > Custom CSS class field to prevent lightbox from opening. For the play button, you can try this css code.
.avia-image-container:hover .avia-image-overlay-wrap:before { content: 'Play Button Here'; position: absolute; left: 50%; transform: translate(-50%, -50%); top: 50%; z-index: 1000; font-size: 20px; font-weight: bold; color: #ffffff; }Just replace the content value with an actual play button image or a font icon.
Best regards,
IsmaelDecember 10, 2021 at 12:02 pm in reply to: Website using server resource limits and crashing #1332292Hi,
Sorry for the delay. The PHP configurations looks fine, but we would recommend updating to PHP 8.0 or later versions.
What did the hosting provider tell you about the “client denied by server configuration” error? Unfortunately, we are not familiar with it, so we may not be able to help you further. Please keep in touch with your hosting provider.
Can we have access to the site? Please post the login details in the private field.
Best regards,
IsmaelDecember 10, 2021 at 11:56 am in reply to: Adding Gradient Overlay On Fullwidth Easy Slider #1332288Hi,
Great! Glad we could help. Please do not hesitate to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
The greater and less than symbols in the html tags should be replaced with their html entity. For some reason, the forum converts them to the actual symbols.
// https://www.toptal.com/designers/htmlarrows/math/greater-than-sign/
// https://www.toptal.com/designers/htmlarrows/math/less-than-sign/To prevent the forum from converting the html entities, we added a spaces before lt and gt. Just copy the code in your editor, then remove the spaces.
add_filter("the_content", function($content) { preg_match_all('/& lt;span style="font-weight: 400;"& gt;(.*)& lt;\/span& gt;/', $content, $matches); foreach ($matches[0] as $key => $value) { $content = str_replace($value, $matches[1][$key], $content); } return $content; }, 10, 1);Best regards,
IsmaelDecember 10, 2021 at 11:48 am in reply to: Remove padding on the left of the first menu item #1332283Hi,
No problem. Let us know if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the access.
Removing the very last section in the page did fix the issue in the search results page. We added a screenshot in the private field. You may need to add those sections again and if possible, avoid adding scripts and input tags in the builder because they could break the layout of the page.
We saved the content of the art-and-craft-tents/ page as builder template and named it “Arts Craft Template”.
Best regards,
IsmaelHi,
Thank you for the update.
The single quotes in the code have been converted to their html entity code. Please make sure to copy the snippet directly from this forum, and not from your email. Let us know if that works.
Best regards,
IsmaelHi,
In the functions.php file, try to replace the ava_main_header hook with ava_after_main_menu to render the widgets after the main menu, then adjust the css code a bit to align them with the social icons..
#top #header #header_main .widget { position: absolute; right: 0; top: 0; }Thank you for your patience.
Best regards,
IsmaelHi,
No problem. For some reason, we do see any stripes between the menu items. You can check the screenshot above to see how it looks on our end.
If you have more questions, please feel free to open another thread. We will close this thread for now.
Have a nice day.
Best regards,
IsmaelDecember 10, 2021 at 11:27 am in reply to: ALB shortcodes are stripped if element gets opened up in backend #1332271Hi,
Thank you following up.
Unfortunately, I can’t find this setting anywhere.
It just means that the show_advanced_custom_element_options feature is not enabled. Anyway, we uploaded the latest version of the theme in the staging site and it seems to have fixed the issue with the shortcodes. The content of the tab element are now saved properly on update.
Best regards,
IsmaelHi,
@WFO: Looks like a styling issue. Did you adjust the style of the header? Please try to disable the css modification temporarily, then purge the cache. You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.
@marketingnr: Both the main menu and alternate menu are displaying in the site. How did you modify the templates?
Best regards,
IsmaelHi,
Those options are not available by default. What we did is used one of the social links, VK in this case, and replaced the icon with a phone by editing the functions.php file. You can modify the phone number in the Enfold > Social Profiles panel.
We recommend installing a child theme if you want to preserve the modification. You can use this filter in the functions.php file to use a different the font icon for the VK social profile.
// adjust font icon function avf_default_icons_mod($icons) { $icons['vk'] = array('font' => 'entypo-fontello', 'icon' => 'ue854'); return $icons; } add_filter('avf_default_icons', 'avf_default_icons_mod', 10, 1);// https://kriesi.at/documentation/enfold/child-theme/
Best regards,
IsmaelHi,
Thank you for the update.
The quantity buttons are not displaying on those products because the Inventory > Stock Quantity value is already set to 1. When we changed the value to 2 or more, the buttons displayed back. (see private field)
Best regards,
IsmaelHi,
Thank you for the inquiry.
We have checked the plugin documentation but we cannot find any reference about how it generates the page or post title and how to retrieve it. And we are not sure if the plugin is also using a filter to override the default title.
Please ask the plugin authors how the plugin generate the title and if there is a way to retrieve that value. There should be a function that we could use in combination with the avf_title_tag filter.
Best regards,
Ismael -
AuthorPosts
