Forum Replies Created
-
AuthorPosts
-
Hi,
Glad to know that you have managed to fix this on your own. Please do not hesitate to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHey pnamroud,
Thank you for the inquiry.
What errors do you get when using WPML? Please provide more info about the issue, maybe we can help you with it. And yes, Polylang is compatible with the theme.
Best regards,
IsmaelFebruary 2, 2023 at 4:43 am in reply to: Search Results Page (avia_product_slider) – get_style_tag() on null error #1396327Hey!
Thank you for the inquiry.
In the modified search.php file, please look for this line.
$blog = new avia_product_slider($atts);Below, add this code.
$blog->get_element_styles(["element_id" => $blog['element_id'], "element_styling" => $blog['element_styling']]);Let us know if the modification helps.
Best regards,
IsmaelHi,
Glad to know that the issue has been resolved. Please let us know if you have more question about the theme.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the inquiry.
We may need to access the dashboard in order to check the issue further. Please provide the login details in the private field. Have you tried to disable the plugins temporarily?
Best regards,
IsmaelHey Sven Schneider,
Thank you for the inquiry.
A single license is granted lifetime access to updates, and it can be used for a single domain. The token is required to be able to update the theme automatically from the Enfold > Theme Updates panel. Please check the documentation below for more info on how to generate a private token.
// https://kriesi.at/documentation/enfold/theme-registration/#what-is-an-envato-personal-token
Best regards,
IsmaelHi,
Alright! Please do not hesitate to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHey forestrygy,
Thank you for the inquiry.
We get an error from Google Maps when editing any of the pages, but when we checked the Enfold > Google Services panel, the map is disabled, and no API key has been added. Did you load the map script somewhere else?
Best regards,
IsmaelHi,
Great! Glad to know that you have figured out the issue. Please let us know if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelFebruary 2, 2023 at 3:53 am in reply to: Use custom post type to enable layout editor on category pages #1396314Hey Thomas,
Thank you for the inquiry.
My question is – Has anyone else that you know of tried something simillar before I dive in?
We haven’t tried this or encountered anyone who has done the same, maybe you’ll be the first.
Another option would be to just build a page and re-direct the category to the custom page. I’d use a custom post type to store these categories.
This is the solution that we usually suggest, doing a 301 redirect from the category page to a custom page built using the layout builder.
Best regards,
IsmaelHi,
Thank you for the inquiry.
Did you set the Enfold > Privacy & Cookies > Cookie Handling > Default Cookie Behavior to the third or fourth option? It’s possible that the captcha is disabled because the privacy cookies block the external services. If you want to load the services without user consent or without confirming the cookies, you can set the Default Cookie Behavior to the first or second option.
Best regards,
IsmaelHi,
The latest version is already available. You can download it directly from your Themeforest account or do an automatic update in the Enfold > Theme Updates panel.
Best regards,
IsmaelFebruary 2, 2023 at 3:39 am in reply to: Delay in visualizing image positioned absolute over Fullscreen Slider #1396311Hey Elena,
Thank you for the inquiry.
Where can we check the issue? Please provide the site URL so that we can see the slider transition.
Best regards,
IsmaelHey Dare_Care,
Thank you for the inquiry.
If you have a child theme, you can override the magazine.php file by following the steps below.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
In the child theme’s functions.php, add this code:
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }Then in your child theme create a folder named shortcodes, create another folder called magazine and inside, add a file called magazine.php, then paste this code: https://pastebin.com/VCTFQuQ5
Best regards,
IsmaelHey Anouk,
Thank you for the inquiry.
Where did you get the font? Please note that only Google fonts are allowed in the Custom Font Manager. You may need to load the font and apply it to the elements manually using the @font-face rule.
// https://css-tricks.com/snippets/css/using-font-face-in-css/
Best regards,
IsmaelHi,
We adjusted the css code a bit, seems to be working correctly now.
.av-post-metadata-category-link:nth-child(3) a { display: none !important; }Unfortunately, it is not possible to remove the comma after the first entry.
Best regards,
IsmaelHi,
Thank you for the update.
What do you mean by “instock version”? The current version of the plugin is 7.6.7, just one patch away from the latest version, which is 7.6.8. Unfortunately, you cannot update the theme on your own without an API key or without purchasing a license, but we always include the latest version as soon as possible once it is available, so this should not be an issue.
Best regards,
IsmaelHey maryenvato,
Thank you for the inquiry.
Have you tried decreasing the font size of the main menu items? The style of the main menu can be adjusted in the Enfold > Advanced Styling panel. You can also adjust the Maximum Container Width value in the Enfold > General Layout > Dimensions panel.
Best regards,
IsmaelHi,
There are some changes in the latest version, but they should not affect the sidebar of the posts. We cannot reproduce the same issue on our installation, so it is possible that one of the modifications or one of the plugins in your site is causing the issue.
Best regards,
IsmaelHi,
Thank you for the update.
When you add the embed code in the text block, do you switch the editor to Text mode? You can also try and add the snippet in a Code Block element.
Best regards,
IsmaelHi,
Great! Glad to know that the issue has been resolved. Please do not hesitate to open a different thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHey Tolga,
Thank you for the inquiry.
Are you trying to create a multilanguage website? You have to use plugins such as WPML or Polylang in order to do so. Please check the documentations below for more info.
// https://wpml.org/tutorials/2016/02/enfold-theme-and-wpml/
Best regards,
IsmaelHi,
Thank you for the update.
Try to reset the options in the Settings > Reading panel to default or deselect the blog page. This should force the blog page to use the template-builder.php file and display the content of the builder.
Best regards,
IsmaelHi,
Yes, you have to add the filter in the functions.php file and update the theme to version 5.4.
Best regards,
IsmaelFebruary 1, 2023 at 5:53 am in reply to: .webp images don’t scroll left-to-right with some content elements #1396146Hi,
Thank you for the update.
We noticed that the site contains a very old version of the theme, v4.7.6.4, which is probably why the lightbox issue occurs. You have to update the theme manually to version 5.4 via FTP, and toggle or temporarily disable the Enfold > Performance > File Compression settings aftewards. Make sure to purge the cache before checking the page or the gallery again.
Best regards,
IsmaelHey LiftTech,
Thank you for the inquiry.
You will have to create the header widget area manually and use a hook to insert it in the header container. Please check the documentation below for more info.
// https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Best regards,
IsmaelHi,
Thank you for the info.
The single post page in your installation looks broken — the markup for the sidebar and footer containers are missing. Have you tried disabling the plugins temporarily? You should also try and disable the modifications in the functions.php file temporarily, see if there are any conflicts there.
Best regards,
IsmaelHi,
This is possible but you have to modify tee footer.php file directly. Around line 59, you will find this code.
$post = AviaCustomPages()->get_custom_page_object( 'footer_page', '' );This code retrieves your footer page, so what you can do is alter the value of $post based on certain conditions. For example, you can add the following code below that line to retrieve the other footer page when viewing the home page.
if(is_home()) { $post = get_post(23); }Replace 23 with the actual ID of your custom footer page.
Best regards,
IsmaelFebruary 1, 2023 at 4:25 am in reply to: Kontaktformular “Anzeige bei gesendeter Nachricht” & Abstände bei Mails #1396134Hey MaxBlank,
Thank you for the inquiry.
We don’t recommend using html tags in those fields because it could break the layout of the page or cause issues with the builder content. If you want to remove the line breaks, please add this code in the functions.php file.
add_filter('avf_form_message', 'avf_form_message_mod_checkbox', 10, 3); function avf_form_message_mod_checkbox($message, $new_post, $form_params) { $message = str_replace(["\r", "\n"], "", $message); return $message; }Best regards,
Ismael -
AuthorPosts
