Forum Replies Created
-
AuthorPosts
-
October 3, 2023 at 7:29 am in reply to: Website hero seems to skip when scrolling on mobile #1421239
Hey IDS,
Thank you for the inquiry.
Are you referring to the first color section in the page? We can’t really see any issues while scrolling on mobile view. Would you mind providing a screenshot? 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,
IsmaelOctober 3, 2023 at 7:25 am in reply to: Enfold and WP Content Copy Protection & No Right Click on mobile #1421238Hi,
Thank you for your patience.
We’ll tag Yigit to the thread. If you want to completely disable the masonry item link including the lightbox on mobile view, try to use this css code.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ #top .av-masonry-entry { pointer-events: none !important; } }Please make sure to purge the cache and do a hard refresh before testing the page.
Unfortunately, we will not be able to further assist you with the specific issue related to this plugin. It is recommended to contact the plugin author for further information and support. Integrating and ensuring compatibility between third-party plugins and the theme falls outside the scope of the support services we provide.
We apologize for any inconvenience caused. If you have any other questions or require assistance with any other aspects of the theme, please don’t hesitate to reach out.
Best regards,
IsmaelHi,
Thank you for the update.
You will have to export the existing content from your previous site and import them to the new site containing the Enfold theme. For more info, please check the documentation below.
// https://wordpress.org/documentation/article/tools-export-screen/
// https://wordpress.org/documentation/article/importing-content/You can also use plugins like Duplicator or WP All Import.
// https://wordpress.org/plugins/duplicator/
// https://wordpress.org/plugins/wp-all-import/Please refer to their respective documentations to learn more about the plugins.
Best regards,
IsmaelOctober 3, 2023 at 7:12 am in reply to: Simple question – combining columns in a row in the table element? #1421236Hey adapt,
Thank you for the inquiry.
Unfortunately, this option is not available in the Table element by default. You may need to use a plugin to create more complex tables. Please check the plugins below.
// https://wordpress.org/plugins/wp-table-builder/
// https://wordpress.org/plugins/ninja-tables/Best regards,
IsmaelHi,
Thank you for the info.
which means any existing URL parameter such as autoplay=1 gets dumped. Was that intentional?
The script retrieves the existing query parameters and append it to the transformed URL. Have you tried adding the autoplay parameter manually?
<a class="lightbox external mfp-iframe lightbox-added" href="https://vimeo.com/*****/*****?iframe=true&autoplay=1" rel="nofollow">Watch Now</a>Best regards,
IsmaelHi,
The items are sorted correctly on our end aside from the “Carnaval de Romont” event, which should start on February 2024 but is positioned between March and April 2024. We are not yet sure why this is happening.
Best regards,
IsmaelOctober 3, 2023 at 5:23 am in reply to: Enfold and WP Content Copy Protection & No Right Click on mobile #1421230Hi,
Looks like the protection overlay is not applicable to the masonry items. You may need to contact the plugin developer for additional assistance or hire a freelance developer by visiting our customization page.
If you have any other questions or require further assistance, please feel free to let us know.
Best regards,
IsmaelOctober 3, 2023 at 5:21 am in reply to: fullscreen slider video not showing on mobile devices #1421229Hey ariane1001,
Thank you for the inquiry.
This is actually the default behavior on mobile devices. The background video is disabled and will be replaced by the fallback image. If you would like to keep the background video on smaller screens, you might want to consider using the Layer Slider element.
Best regards,
IsmaelHi,
They differ significantly because I am trying to change them to make them go in the 4:3 dimensions.
The images should have the same size to maintain a consistent grid. Also, please note that there might be some minor adjustments in the frontend because product images inherit the size of the columns by default. If they don’t display as configured after resizing them to a specific dimension, please add this filter to the functions.php file.
add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'avf_wc_before_shop_loop_item_title_img_size_mod', 10, 1 ); function avf_wc_before_shop_loop_item_title_img_size_mod( $thumbnail_size ) { return 'woocommerce_thumbnail'; }Best regards,
IsmaelHi,
Thank you for the update.
The privacy cookies are not being saved in the local storage even after accepting them. Is it alright if we temporarily deactivate the plugins?
Best regards,
IsmaelHey Tim,
Thank you for the update.
In the screenshot above, looks like you’re using the purchase code in the Enfold > Theme Updates > Enter a valid Envato private token field. Please note that the purchase code is different from the Envato private token. The private token has to be generated from the following page.
// https://build.envato.com/create-token/
Please check this documentation for more info.
// https://kriesi.at/documentation/enfold/theme-registration/#toggle-id-4
Did you register in the forum before? If you did, which email address did you use to create the account? We can manually adjust the account so that you can freely open inquiries in the forum.
Best regards,
IsmaelOctober 3, 2023 at 4:43 am in reply to: Adding borders and backgrounds to Avia builder elements vanishes when adding pad #1421225Hi,
Thank you for the inquiry.
Are you referring to the “BE SMART AND INSPIRED: VITAL COLLECTOR INTEL” section? 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,
IsmaelOctober 2, 2023 at 3:50 pm in reply to: Enfold and WP Content Copy Protection & No Right Click on mobile #1421164Hi,
Try to adjust the z-index of the overlay.
.responsive #top .protectionOverlaytext { z-index: 99999; }Best regards,
IsmaelHi,
We edited the events_upcoming.php file again and adjusted the query. This seems to have corrected the ordering of the events.
$query = array( 'posts_per_page' => $params['items'], 'start_date' => 'now', 'eventDisplay' => 'custom', 'tribeHideRecurrence' => true );Best regards,
IsmaelHi,
Thank you for the info.
We were not able to edit the functions.php file because the Appearance > Theme File Editor is not accessible. Please enable the editor or post the S/FTP details in the private field.
Best regards,
IsmaelHi,
Thank you for the update.
We adjusted the favicon URL a bit, from http to https. Please make sure to do a hard refresh before testing the page again.
Best regards,
IsmaelHi,
Thank you for the update
The errors are being generated from the https://consent.cookiebot.com/uc.js file. Unfortunately, we are not familiar with this script, so you will need to reach out to the script authors for more assistance.
Best regards,
IsmaelHey!
Thank you for the inquiry.
Thank you for your answer! In “Downloads” there is nothing about Enfold… https://www.dropbox.com/scl/fi/5u6ilybbbiu63hzz8x50i/Screenshot-2023-10-02-080159.png?rlkey=pesyo6lvxowo6z40z5jjo2dp0&dl=0
This means that the account that you’re using is not the account that was used to purchase the theme. Please contact Themeforest for more info about your account and recent purchases.
Cheers!
IsmaelOctober 2, 2023 at 8:20 am in reply to: Enfold and WP Content Copy Protection & No Right Click on mobile #1421075Hi!
We have moved the protectionOverlayText outside the av-masonry-image-container div and it seems to have corrected the issue with the rest of the galleries. Please make sure to purge the cache and do a hard refresh.
Cheers!
IsmaelOctober 2, 2023 at 8:08 am in reply to: Verkleinerter Header passt nach hochscrollen die Logogröße nicht richtig an #1421072Hi,
Thank you for following up.
Please add this script in the functions.php file to force the logo to resize on scroll.
function av_custom_inline_script() { wp_add_inline_script( 'jquery', " (function($) { // resize logo on scroll $(window).on('scroll', function() { if ($(this).scrollTop() < 30) { $(this).trigger('resize debouncedresize'); } }); })(jQuery); " ); } add_action( 'wp_enqueue_scripts', 'av_custom_inline_script' );Best regards,
IsmaelOctober 2, 2023 at 8:00 am in reply to: Enfold and WP Content Copy Protection & No Right Click on mobile #1421071Hi!
Unfortunately, on pages where there are multiple mansory galleries, only the last one is displayed.
We enabled the modified file again and both masonry galleries (av-masonry-1 & av-masonry-2) are still displaying in the page below.
Best regards,
IsmaelHi,
Thank you for the update.
We checked the roguevalleychorale.org site. Would you mind providing a link to your site again? Please post the site URL in the private field and upload a screenshot using platforms like Savvyify, Imgur or Dropbox.
Best regards,
IsmaelHey Tim Stellmacher,
Thank you for the inquiry.
We tried to validate your purchase code in the register page but it returned as invalid. Please go to your Themeforest account, access the Enfold theme in the Downloads page, then download the License Certificate. You should find the valid purchase code info in the certificate.
For more info, please check the documentation below.
// https://help.market.envato.com/hc/en-us/articles/202822600-Where-Is-My-Purchase-Code-
Best regards,
IsmaelHi,
2.) This is a server-related issue, and we won’t be able to assist you further with it. Please contact your hosting provider for further assistance. You can safely disregard the warning because the site should still function as expected even without the extension.
4-5.) Please check the following links.
// https://wordpress.org/plugins/sucuri-scanner/
// https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/Thank you for your patience.
Best regards,
IsmaelOctober 2, 2023 at 6:05 am in reply to: Enfold and WP Content Copy Protection & No Right Click on mobile #1421063Hi,
Thank you for the info.
We’ve modified the changes in the /class-avia-masonry.php file a bit.
$bg = '<div class="av-masonry-outerimage-container">'; $bg .= $img_before; $bg .= "<div class='av-masonry-image-container' {$img_style} {$outer_title} {$outer_alt}>"; $bg .= "<div class='protectionOverlaytext'>"; $bg .= "<img class='wccp_pro_overlay_protected_img' src='https://capturelight.net/wp-content/plugins/wccp-pro/images/transparent.gif' style='width:100%; height:100%'>"; $bg .= $img_html; $bg .= $c_html; $bg .= '</div>'; $bg .= '</div>'; $bg .= '</div>';You may need to add this css code to display the transparent image.
.av-fixed-size .av-masonry-image-container .wccp_pro_overlay_protected_img { display: block !important; }Best regards,
IsmaelHey extraeyes,
Thank you for the inquiry.
The sizes of the images on the product page differ significantly. If you want the images to display uniformly, please ensure that you resize the images to a specific dimension before uploading them to the library.
Best regards,
IsmaelHey Asterios,
Thank you for the inquiry.
We get the following 401 error whenever we click the previous button.
jquery.min.js?ver=3.7.0:2 POST https://...../wp-json/tribe/views/v2/html 401 (Unauthorized)And another error, which seems to be coming from an AI Bot plugin or script.
bot.orimon.ai/:1 The source list for the Content Security Policy directive 'frame-src' contains an invalid source: '//*.orimon.ai'. It will be ignored.Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
Best regards,
IsmaelHi,
>Would you mind to give me a syntax example how to add some fields in the backend in a correct way? This would be super cool and helpful
For the contact form in the “kalender-2024” page, the $new_post variable will contain the following values.
$new_post["1_1"] = Vorname $new_post["2_1"] = Nachname $new_post["3_1"] = ggf. Firma $new_post["4_1"] = ggf. Tel. (für Rückfragen) $new_post["5_1"] = E-Mail.. and so on an so forth.
So, if you want to display the values of the Vorname and the Nachname field in the autoresponsder message, the filter will look something like the following.
add_filter("avf_contact_form_autoresponder_mail", function($mail_array, $new_post, $form_params, $class) { $mail_array["Message"] = "Hello " . $new_post["1_1"] . " " . $new_post["2_1"] . "!\n" . $mail_array["Message"]; return $mail_array; }, 10, 4);This will render the following result.
Hello [Vorname] [Nachname] ! // autoresponsder message hereBest regards,
IsmaelHey bbarasa,
Thank you for the inquiry.
The site above contains a very outdated version of the theme, 4.5.2. It’s important to update the theme to the latest version, 5.6.6, as soon as possible. This upgrade should help resolve the issue you’re having with the mobile menu.
Best regards,
IsmaelHi,
We apologize for the inconvenience. You may need to enable the error logs and switch the installation to debug mode so that we can properly trace the errors. Please check the documentation below for more info.
// https://wordpress.org/documentation/article/debugging-in-wordpress/#wp_debug
// https://wordpress.org/documentation/article/debugging-in-wordpress/#wp_debug_logIn the meantime, please ask your hosting provider to upgrade PHP to 8.x or later versions.
Best regards,
Ismael -
AuthorPosts
