Forum Replies Created
-
AuthorPosts
-
December 23, 2024 at 12:41 pm in reply to: Overlay menu on desktop with vertical tabs instead of accordion #1474179
Hi,
Thank you for the update.
You can do the modification in the enfold\includes\helper-main-menu.php. Look for the wp_nav_menu functions in the template. Please contact the plugin developer for additional assistance.
Best regards,
IsmaelHi,
Thank you for the update.
You may need to call the enfold\js\avia-snippet-parallax.js > avia_parallax function after the interaction.
$( function() { //activate parallax scrolling for background images (sections) and objects. if( $.fn.avia_parallax ) { $( '.av-parallax,.av-parallax-object' ).avia_parallax(); } });
Achieving the customization you described may require significant time and theme modifications, which are beyond the scope of our support. For assistance, consider hiring a freelancer via our customization page.
If you have other questions or need further help, let us know.
Best regards,
IsmaelDecember 23, 2024 at 12:35 pm in reply to: Importing lots of Data to SCF custom posts, all having same template #1474176Hi,
Sorry for the delay. Try to add this filter in the functions.php file:
add_filter('avf_builder_elements', function($elements) { if (is_admin() && isset($_GET['post']) && get_post_type($_GET['post']) === 'your_custom_post_type') { foreach ($elements as $key => $el) { if ($el['id'] == 'header_transparency') { $elements[$key]['std'] = 'header_hidden'; } } } return $elements; }, 10, 1);
Make sure to update the your_custom_post_type placeholder.
Best regards,
IsmaelDecember 23, 2024 at 6:35 am in reply to: Image lightbox url with YouTube video not playing automatically #1474166Hi,
Thank you for the update.
The other two videos were muted when we checked. Have you tried adding the mute parameter? As mentioned above, autoplay is not allowed when videos are not muted.
Chrome’s autoplay policies are simple:
Muted autoplay is always allowed.
Autoplay with sound is allowed if:
— The user has interacted with the domain (click, tap, etc.).
— On desktop, the user’s Media Engagement Index threshold has been crossed, meaning the user has previously played video with sound.
— The user has added the site to their home screen on mobile or installed the PWA on desktop.
— Top frames can delegate autoplay permission to their iframes to allow autoplay with sound.Please check this link for more info: https://developer.chrome.com/blog/autoplay
Best regards,
IsmaelHey henningtillmann,
Thank you for the inquiry.
We haven’t tried this before but it should work. Just make sure that script is loaded before the avia-parallax-support script or the avia-snippet-parallax.js file.
Example:
function ava_enqueue_additional_script_before_parallax() { // Enqueue your new script with a dependency on 'avia-default' to make sure it loads before 'avia-parallax-support' wp_enqueue_script( 'your-new-script', "{$template_url}/js/your-new-script{$min_js}.js", array( 'avia-default' ), $vn, true ); } add_action( 'wp_enqueue_scripts', 'ava_enqueue_additional_script_before_parallax', 20 );
Let us know of the result.
Best regards,
IsmaelHey teszmor,
Thank you for the inquiry.
The table element seems to be rendering correctly on our end. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:
1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
2.) Locate the option to upload a file or an image.
3.) Select the screenshot file from your computer or device and upload it to the platform.
4.) After the upload is complete, you will be provided with a shareable link or an embed code.
5.) Copy the link or code and include it in your message or response to provide us with the screenshot.Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.
Best regards,
IsmaelHey Andreotti,
Thank you for the inquiry.
You may need to use a plugin to do this. Please check the links below:
// https://wpforms.com/docs/install-use-paypal-addon-wpforms/
// https://www.gravityforms.com/add-ons/paypal-checkout/Or use a full-fledged course plugin such as the following:
// https://wordpress.org/plugins/lifterlms/
// https://www.learndash.com/Best regards,
IsmaelDecember 23, 2024 at 5:46 am in reply to: Trying to create the same border and shadow on an image as on a button #1474162Hi,
Thank you for the inquiry.
Like @Guenni007 mentioned above, try using a more specific selector to either remove or override the dynamic styling, depending on your needs. Let us know if you need further assistance.
Best regards,
IsmaelHi,
Thank you for the update.
Yes, you can adjust the style as you wish and include the font-family property if you want to change the font:
.grid-entry-title { font-size: 13px; margin: 0; padding: 0; font-weight: 500; font-family: 'Roboto'; }
If you want to adjust the font globally, go to Enfold > General Styling > Fonts tab. For more info, please refer to this documentation: https://kriesi.at/documentation/enfold/typography/#overview
Best regards,
IsmaelHi,
Thank you for the update.
Did you set the page to use a transparent header? As @Guenni007 mentioned above, the title bar will not be displayed if the transparent header is enabled.
Best regards,
IsmaelHi,
We can reproduce the issue on our end. Please clone the site to a staging environment and provide the FTP details in the private field so we can investigate the issue further. Do you have a site backup or restore point?
Best regards,
IsmaelHi,
We can reproduce this issue on our end and it seems to be an issue with the admin-ajax.php file.
admin-ajax.php:1
Failed to load resource: the server responded with a status of 500 ()The same issue occurs when we check the Media > Library, so it seems to be an issue with your server. Have you tried reaching out to your hosting provider? Please create a site backup, then try switching to a different theme to see if the same error occurs.
Best regards,
IsmaelHi,
Great! Glad to know that you’ve found the issue. Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
We can’t assist further unless we can reproduce the issue or check the pages where the problem occurs. Please provide the links in the private field.
Best regards,
IsmaelHey Antonio,
Thank you for the inquiry.
You can install a snippet plugin or use the wp_head hook.
Example:
function av_add_drift_code_to_head() { ?> <!-- Start of Async Drift Code --> <script> "use strict"; !function() { var t = window.driftt = window.drift = window.driftt || []; if (!t.init) { if (t.invoked) return void (window.console && console.error && console.error("Drift snippet included twice.")); t.invoked = !0, t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ], t.factory = function(e) { return function() { var n = Array.prototype.slice.call(arguments); return n.unshift(e), t.push(n), t; }; }, t.methods.forEach(function(e) { t[e] = t.factory(e); }), t.load = function(t) { var e = 3e5, n = Math.ceil(new Date() / e) * e, o = document.createElement("script"); o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + n + "/" + t + ".js"; var i = document.getElementsByTagName("script")[0]; i.parentNode.insertBefore(o, i); }; } }(); drift.SNIPPET_VERSION = '0.3.1'; drift.load('XXXXX'); </script> <!-- End of Async Drift Code --> <?php } add_action('wp_head', 'av_add_drift_code_to_head');
Make sure to update this line:
drift.load('XXXXX');
Best regards,
IsmaelHi,
I have 3 primary pages and it was not working on any of them
Please provide the links to those pages so that we can check them on our end. Did you add any scripts, iframes, or html to these pages?
Best regards,
IsmaelDecember 20, 2024 at 5:54 am in reply to: Change text size of links and font family in mega menu #1474040Hi,
Thank you for the update.
If you need to specifically target the elements in the mega menu, you can start with this css code — take note of the comments:
/* description */ #top #header .avia_mega_div > .sub-menu > li > ul li { font-size: 100px; } /* menu items */ #top #header .avia_mega_div .sub-menu li a .avia-menu-text { font-size: 50px; padding: 50px 0; } /* mega menu title */ #top #header .mega_menu_title { margin-bottom: 8px; font-size: 90px; line-height: 1.1em; font-weight: 600; display: block; }
You may need to remove this css code:
.sub-menu li a .avia-menu-text { font-size: 20px !important; padding: 20px 0 !important; }
And make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache after the modification.
Best regards,
IsmaelDecember 20, 2024 at 5:48 am in reply to: Image lightbox url with YouTube video not playing automatically #1474039Hey stevengamez,
Thank you for the inquiry.
You may need to disable the audio by adding the mute parameter.
https://www.youtube.com/watch?v=x15sE0vgBGY?autoplay=1&mute=1
Please note that autoplay is only allowed on muted videos.
Best regards,
IsmaelDecember 20, 2024 at 5:40 am in reply to: Change Search Icon to Search Field – only for expanded menu #1474037Hey Daniel,
Thank you for the inquiry.
Did you manage to disable the default filters for the search icon? Is your modification working? If so, we can modify the function a bit to include the search icon again and make sure it only displays on mobile view using the available class names (e.g., av-desktop-hide, av-medium-hide, etc.) to control the visibility of elements on different screen sizes:
add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 ); function avia_append_search_nav($items, $args) { if (avia_get_option('header_searchicon', 'header_searchicon') != 'header_searchicon') { return $items; } if (avia_get_option('header_position', 'header_top') != 'header_top') { return $items; } if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args == 'fallback_menu')) { ob_start(); $getform = get_search_form(false); $getform = ob_get_clean(); $items .= '<li id="menu-item-search" class="av-medium-hide av-small-hide av-mini-hide menu-item menu-item-search-dropdown">' . $getform . '</li>'; $items .= '<li id="menu-item-search-icon" class="menu-item menu-item-search-icon av-desktop-hide" role="menuitem">'; $items .= '<a aria-label="Search" href="?s=" ' . av_icon_string('search', false) . '>'; $items .= '<span class="avia_hidden_link_text">' . __('Search', 'avia_framework') . '</span>'; $items .= '</a>'; $items .= '</li>'; } return $items; }
Best regards,
IsmaelDecember 20, 2024 at 5:23 am in reply to: Importing lots of Data to SCF custom posts, all having same template #1474036Hi,
Thank you for the update.
Glad to know that the code is working. What happens when you replace the line “header_transparent header_hidden” with “header_hidden”? Let us know of the result.
Best regards,
IsmaelHi,
Thank you for the update.
There is a 301 redirect when we try to access the case-studies page. Have you checked your .htaccess file? A plugin might have modified the file and created a 301 redirect for these pages. Can we delete the pages and recreate them? Please create a site backup or restore point, or set up a staging site so we can properly debug the issue.
Best regards,
IsmaelHi,
Thank you for the update.
Is this happening on a specific page? We created a private test page, switched to the Advanced Layout Builder (ALB), and everything seems to be working as expected. Please check the links in the private field and provide a direct link to the page where this issue occurs.
Best regards,
IsmaelHey Antonio,
Thank you for the inquiry.
You can adjust the style of the burger menu items in the Enfold > Advanced Styling panel. Look for the element in the Main Menu (Icon) section and customize the available options as desired. Let us know if you need further assistance.
Best regards,
IsmaelHi,
Great! Glad to know you found a working solution. This should be sufficient for this case. Please feel free to open another thread if you have any further questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the inquiry.
– what do you mean it could also be due to a custom script? Which script?
Are there any custom scripts in your site? Have you tried disabling those temporarily while testing?
Have you tried testing this again on the live site with https or SSL installed? We may also need FTP access in order to properly debug the issue. Please include the FTP login details in the private field as well.
Best regards,
IsmaelDecember 19, 2024 at 7:39 am in reply to: I am using enfold and it is constantly crashing, please help me #1473994Hi,
Thank you for the info.
This is the master admin the theme suddenly disappeared after i installed fresh version
You mentioned that the “theme suddenly disappeared.” How so? We tried logging in to the dashboard, but the account seems to be invalid. Please ask your hosting provider to generate an FTP account so that we can access the server files.
Best regards,
IsmaelHi,
No problem! Glad we could be of help. Let us know if you have more questions.
Have a nice day.
Best regards,
IsmaelHi,
Great! This may require adjustments on different screens using css media queries. Please feel free to open another thread if you need more help.
Have a nice day.
Best regards,
IsmaelHey spokerstradingco,
Please continue here: https://kriesi.at/support/topic/change-text-size-of-links-and-font-family-in-mega-menu/
Best regards,
Ismael -
AuthorPosts