Forum Replies Created
-
AuthorPosts
-
Hi,
Glad to know that this is working. If you still require the modification to the post nav settings, please try to replace the avia_post_nav_settings with the avf_post_nav_settings filter. Please make sure to create a site backup or a restore point before doing so.
Best regards,
IsmaelHi,
Thank you for the updat.e
Yes, you have the option to disable the default schema markups that are being generated by the theme. Have you tried it already? The option is located in the Enfold > Theme Options > Layout Builder panel. Look for the Automated Schema.org HTML Markup dropdown. Unfortunately, we will not be able to help you with the plugin.
Best regards,
IsmaelHi,
Sorry for the delay. We are able to modify the content of the post and save it properly without encountering the error. Please check the private field. Can you still reproduce the issue on your end?
Best regards,
IsmaelHi,
The size of the default icon (marker-icon.png) is 25x41px. The larger one (50x82px) is for retina displays.
Best regards,
IsmaelHey CharlieTh,
Thank you for the inquiry.
Are you using the Grid Layout of the Blog Posts element? If so, then adding the following css code should adjust the width of the items on tablet view.
@media only screen and (max-width: 1024px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all .avia-content-slider-odd .slide-entry { margin-left: 0; margin-bottom: 20px; width: 100%; } }Best regards,
IsmaelHey CharlieTh,
Thank you for the inquiry.
We cannot find the section with the overlay in the home page. 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 ballindigital,
Thank you for the inquiry.
You can add the following code inside the css media query for mobile view in order to align the first two widgets beside each other and adjust the position of the third widget (#nav_menu-2).
#footer .flex_column:nth-child(1) .widget { width: calc(50%); float: left !important; clear: none; } #footer .flex_column:nth-child(2) #nav_menu-2 { width: 100%; float: none; }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.
Best regards,
IsmaelHi,
We apologize for any confusion. By default, all posts, whether new or old, will use the same template. However, it is possible to modify the template to display different elements for different posts, but this would require customizations that are beyond the scope of our support.
If you require such customization, we recommend hiring a freelancer who specializes in theme customization. You can find experienced freelancers who can assist you by visiting our customization page.
If you have any additional questions or need further assistance, please don’t hesitate to reach out to us. We’re here to help.
Best regards,
IsmaelHi,
You will have to add something like this in a text or code block.
<div class="clippers">content here</div>The class name “clippers-wrap” will have to be applied to the column containing this text block.
Best regards,
IsmaelHi,
Thank you for creating the test page.
In the layer slider editor, please make sure to switch from Layers to Slide mode, then go to the Timing & Transition settings. In the Slide Transition, click the Select Transition button and configure the options as necessary.
As mentioned previously, we may need to login to the site in order to check the slider settings. Please provide the info in the private field.
Best regards,
IsmaelHi,
Have you tried removing the browser cache? Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings and do a hard refresh in order to ensure that the changes take effect.
Best regards,
IsmaelHi,
The reason why I added it was to remove some of the social icons like YouTube and eMail which I don’t want in the post itself.
You can actually control the visibility of the share items in the Enfold > Blog Layout panel, you can adjust the settings in the Share Links At The Bottom Of Your Blog Post section. In this section, you will find options to configure the display of share links for your blog posts.
Please ensure that you remove the shortcode and utilize the settings provided in the Enfold > Blog Layout panel instead. By customizing these options, you can configure the visibility and placement of the share links according to your preferences.
Best regards,
IsmaelHi,
Thank you for the update.
Did you enable a child theme? Please check the functions.php file in the child theme directory and temporarily disable the avia_post_nav_settings hook.
Best regards,
IsmaelHey bbertuzzi7,
Thank you for the inquiry.
Please take note that the Lockable CSS value is specifically applied to Custom Element Templates. This means that the columns themselves only contain the “clippers” class name at the moment. To achieve the desired result, you should apply the “clippers-wrap” class name to the column itself and manually create a container inside the column using a Text Block. This container should have the class name “clippers”.
Best regards,
IsmaelMay 31, 2023 at 5:20 am in reply to: Masonry Gallery only shows 50 photos when I have 100 selected in set up. #1409089Hey Julie,
Thank you for the inquiry.
Displaying a large number of photos, such as 50 or 100, on the same page is not generally recommended. This approach can significantly impact the loading speed of the page, making it slower and heavier for users to access. To optimize the performance and user experience, it is advisable to implement pagination or a “load more” option.
By implementing pagination, you can divide the photos into smaller sets or pages, allowing users to navigate through them easily. This approach helps distribute the loading time and reduces the amount of content loaded at once, resulting in faster page rendering.
Alternatively, you can enable the “load more” functionality, where a certain number of photos are initially loaded, and additional photos are loaded dynamically as the user requests more content. This approach enables users to load additional photos gradually, avoiding excessive loading times upfront.
Both pagination and the “load more” option enhance the overall performance and usability of your page by optimizing the content delivery. They provide a smoother browsing experience and prevent the page from becoming overly burdened with a large number of photos.
Best regards,
IsmaelHey cadra83,
Thank you for the inquiry.
Yes, it is possible to achieve that using the avf_contact_form_autoresponder_mail filter. You can add the following code snippet to your functions.php file:
add_filter("avf_contact_form_autoresponder_mail", function($mail_array, $new_post, $form_params, $class) { $mail_array["Subject"] = "Hello " . $new_post["2_1"]; return $mail_array; }, 10, 4);In the code, $new_post[“2_1”] represents the value of the second input field in the form. If you want to use a different field, make sure to replace “2_1” with the ID of the appropriate input field. For example, if the name field is the third field in the form, you would replace “2_1” with “3_1”.
By adding this code to your functions.php file, the subject of the autoresponder email will be modified accordingly.
Best regards,
IsmaelHi,
Glad to know that this has been resolved. Please feel free to open another thread if you have more questions.
Have a nice day.
Best regards,
IsmaelHi,
Please provide the link to the site so that we can inspect it and make the necessary adjustments. Screenshots will also help. 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 Bettina,
Thank you for the inquiry.
What is the current version of the theme in your server? You may need to update the theme manually via FTP just this once. Please check the documentation below for more info.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
IsmaelHey Martin,
Thank you for the inquiry.
1-2.) You don’t have to purchase a new license for the subdomain as long as the subdomain serves the same purpose as the parent domain and is owned by the same client/person. Please check the following documentation for more info about the theme license.
// https://themeforest.net/licenses/terms/regular
Best regards,
IsmaelHi,
Glad to know that you managed to find a workaround. If you need us to inspect the original issue further, please create a development version of the site and provide the login details in the private field.
Best regards,
IsmaelHey Sebastian,
Thank you for the inquiry.
Have you considered using WPML for translation purposes? WPML (WordPress Multilingual Plugin) provides comprehensive translation services for your website. It allows you to easily translate your content, including pages, posts, menus, and more, into multiple languages.
With WPML, you can create language-specific versions of your website and manage translations efficiently. It offers features such as language switchers, language-specific URLs, and the ability to translate all aspects of your site, including custom post types and taxonomies.
Furthermore, WPML supports integration with popular translation services and tools, making it easier to outsource or automate the translation process. It provides compatibility with professional translation services, machine translation services, and allows you to collaborate with translators directly from your WordPress dashboard.
Best regards,
IsmaelMay 31, 2023 at 4:21 am in reply to: Mobile menu doesn´t enfold + colouring different since making website public #1409081Hi,
You might have missed placing the login details in the private field. To assist you further, please provide us with your login credentials by following these steps:
- Install and activate the “Temporary Login Without Password” plugin. You can find it here.
- Once activated, navigate to “Users > Temporary Logins” in the left-side menu.
- Click on “Create New” to generate a temporary login.
- Enter the email address for the account (you can use wordpress@kriesi.at) and select the highest possible role. Set the expiry date to around four days to ensure enough time for debugging.
- Click “Submit” to create the temporary account.
- In the private section, provide us with the URL that allows us to access the temporary login and assist you.
Please note that once your issue is resolved, you can remove the plugin. Alternatively, if you prefer not to use the plugin, you can manually create an admin user and share the login credentials in the “private data” field.
If you have any further questions or concerns, please let us know.
Best regards,
IsmaelHi,
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,
IsmaelHi,
Have you created a test page? If so, please share the link to the page so that we can review the slider setup. Additionally, we may need access to the dashboard in order to further investigate the issue.
Best regards,
IsmaelHi,
Yes, that should be possible. Please add this code in the Quick CSS field.
#top .av-siteloader { display: none !important; }Best regards,
IsmaelHey Gagik,
Thank you for the inquiry.
To add a manifest.json file to a WordPress site, you can follow these steps:
1.) If you haven’t created a manifest.json file, open your text editor, create a new file and name it manifest.json. This file will contain the necessary configuration and settings for your web app.
2.) Define the content of manifest.json: Inside the manifest.json file, define the JSON structure according to your requirements. For example, a basic manifest.json file may contain the following content:
{ "name": "Your App Name", "short_name": "Short Name", "start_url": "/", "display": "standalone", "background_color": "#ffffff", "theme_color": "#000000", "icons": [ { "src": "/path/to/icon.png", "sizes": "192x192", "type": "image/png" } ] }Make sure to adjust the values according to your app’s details, such as the name, short name, start URL, colors, and icon path.
3.) Upload the manifest.json file: Log in to your WordPress admin area, go to the Media Library, and upload the manifest.json file as you would upload any other media file. Alternatively, you can use an FTP client to upload the file to the root directory of your WordPress installation.
4.) Modify the theme header file: Open the theme’s header file (header.php) using a text editor. Locate the
section within the file, and add the following code within it:<link rel="manifest" href="/path/to/manifest.json">Replace /path/to/manifest.json with the actual path to your manifest.json file, relative to the root directory of your WordPress installation. You can also place the manifest.json file in the child theme directory, and use the following hook to register it.
add_action( 'wp_head', 'ava_manifest_link' ); function ava_manifest_link() { echo ' <link rel="manifest" href="'.get_template_directory_uri().'/manifest.json">'; }5.) Save and update changes: Save the modified header.php or functions.php file and update it on your WordPress site.
Once these steps are completed, the manifest.json file will be successfully added to your WordPress site, enabling features such as Progressive Web App (PWA) functionality.
Best regards,
IsmaelHey mguillou5670,
Thank you for the inquiry.
You may need to update the theme to the latest version (5.6.2) manually via FTP, you can follow the simple instructions provided here for updating to the latest version. Alternatively, if you prefer a more detailed explanation, you can read this blog post for step-by-step instructions.
If updating the theme doesn’t resolve the issue, please don’t hesitate to reply here, and we will investigate the matter further. In that case, kindly provide your WordPress login credentials in the “private data” field so that we can access your admin area and assist you more effectively.
Best regards,
IsmaelHey jojonymus,
Thank you for the inquiry.
Would you mind providing a screenshot and a link to the page with 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 MatsAFejne,
Thank you for the inquiry.
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect. By disabling the file compression settings, you will be able to make the necessary adjustments and updates without any conflicts. Once you have made the required modifications, you can re-enable the file compression settings to optimize the performance of your website.
Best regards,
Ismael -
AuthorPosts
