Forum Replies Created
-
AuthorPosts
-
December 2, 2024 at 5:43 am in reply to: Hide Post Date for Specific Category in Blog Posts #1472679
Hey agenturwendt,
Thank you for the inquiry.
I tried targeting .category-kundenstimmen time.slide-meta-time.updated with CSS, but it didn’t work.
Try to use this css code instead:
.page-id-167 .slide-meta-time.updated { display: none; }
Best regards,
IsmaelHey amyncuih,
Thank you for the inquiry.
Yes, you can add both embed codes in the Google Analytics field or use hooks such as wp_head if you want to separate the Google Tag embed code.
Example:
function ava_add_google_tag_code() { ?> <!-- Google Tag Embed Code --> <script async src="https://www.googletagmanager.com/gtag/js?id=YOUR_TAG_ID"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'YOUR_TAG_ID'); </script> <?php } add_action('wp_head', 'ava_add_google_tag_code');
More info: https://developer.wordpress.org/reference/hooks/wp_head/
Best regards,
IsmaelHi,
Thank you for the inquiry.
As mentioned by @Guenni007 above, the preview image should be clickable by default. Could you provide a link to the page with the post slider element?
Best regards,
IsmaelHi,
Thank you for the update.
We may need to access the site using an admin and editor account. Please provide the info in the private field and make sure that the theme is updated to version 6.0.6.
Best regards,
IsmaelHi,
Thank you for the inquiry.
We added this css code to reduce the default padding of the main container and the color section below the image.
#top #main .avia-section .template-page { padding-top: 0; } .template-page.content.av-content-full.alpha.units.av-enable-shadow { padding-top: 0; }
Please note that this modification will be applied globally and will impact all color sections.
Best regards,
IsmaelNovember 29, 2024 at 5:07 am in reply to: Unable to find the White Background setting for Header #1472559Hey bambinou1980,
Thank you for the inquiry.
You can change this in the Enfold > General Styling > Logo Area tab — adjust the value of the Alternate Background Color option.
Best regards,
IsmaelHi,
Thank you for the info.
Unfortunately, we won’t be able to provide an appropriate solution without inspecting the elements. You may need to adjust the z-index of the parent container where the datepicker is located. Even if the z-index is set to 10,000, it won’t have the desired effect if the element is within a container that has a lower z-index relative to its siblings.
Best regards,
IsmaelHi,
Thank you for the update.
The second column moved to the bottom because the checkbox labeled “This column should start a new row” was selected. We have now deselected the checkbox.
Best regards,
IsmaelHi,
Thank you for the clarification.
To remove the highlight or focus outlines, try to add this css code:
#top .av-control-minimal .avia-slideshow-arrows a, #top .av-control-minimal .avia-slideshow-arrows a:before { user-select: none; outline: none; -webkit-tap-highlight-color: transparent; }
Best regards,
IsmaelNovember 29, 2024 at 4:09 am in reply to: Fehlermeldung: ‘Ungültiges Formular für reCAPTCHA gesendet.’ #1472554Hey UweS,
Thank you for the inquiry.
It might be a plugin conflict or an issue with a custom script. Is this still happening? Please provide a link to the page with the contact form so that we can check it.
Best regards,
IsmaelNovember 28, 2024 at 10:04 am in reply to: Unable to activate ALB (using custom fields) while importing posts #1472460Hi,
Thank you for the update.
The builder also requires these meta fields.
_aviaLayoutBuilder_active _aviaLayoutBuilderCleanData _avia_builder_shortcode_tree _alb_shortcode_status_content _alb_shortcode_status_clean_data _alb_shortcode_status_preview _avia_sc_parser_state _av_alb_posts_elements_state _av_el_mgr_version
You may need to directly edit the posts and activate the ALB manually in order to properly create these fields.
Best regards,
IsmaelHi,
Thank you for the info.
The mega menu items should be aligned horizontally by default. Did you add any custom css to stack them vertically? It seems like the layout you’re aiming for is a bit more complex, and the mega menu doesn’t offer this by default. You might need to use third-party plugins such as Ubermenu to achieve the desired layout. Please check the links below:
1. QuadMenu
2. Superfly
https://codecanyon.net/item/superfly-responsive-wordpress-menu-plugin/8012790Best regards,
IsmaelHi,
Sorry for the delay. We are still not sure what is causing the issue, but it seems to be related to the tab section on the page and its contents, which are quite extensive. As mentioned above, when we copied the template to our local installation, we were able to reproduce the “exceeded quota” error but were still able to update the page. In the meantime, please try to reduce or separate the contents of the tab section and create dedicated pages for them instead.
Best regards,
IsmaelHey timothym49,
Thank you for the inquiry.
You may need to disable the default Google Map implementation in the theme by adjusting the Enfold > Google Services > Enable Google Maps on your site settings. Please let us know once the site is live so that we can check the elements.
Best regards,
IsmaelNovember 28, 2024 at 9:37 am in reply to: Spalten brechen ungewollt um / Columns break unintentionally #1472451Hi,
Thank you for the login.
The issue doesn’t occur on a test page (see private field), so it seems to be something specific to the page above. Did you add any htm or custom scripts to the page? Have you tried recreating the page from scratch?
Best regards,
IsmaelNovember 28, 2024 at 9:21 am in reply to: Product Description Not Showing on WooCommerce Product Pages #1472449Hey sidsingh78,
Thank you for the inquiry.
We see this error in the console when we checked the product page:
Uncaught TypeError: Cannot read properties of undefined (reading 'register') at avia-footer-scripts-400d684f4690d9b1d3fa5495d0cb8833---674784f8c4995.js:167:779 at
The error is generated from the compressed scripts, so we can’t pinpoint where it’s coming from. Please temporarily disable the Enfold > Performance > File Compression settings and let us know if the issue persists.
Best regards,
IsmaelHey M-Graphics24,
Thank you for the inquiry.
There is no option for this out of the box but we might be able to modify it with css. Could you provide screenshots of the changes that you’d like to implement? You can use platforms like Savvyify, Imgur or Dropbox.
Best regards,
IsmaelHi,
Great! Glad to know that this has been resolved. Please don’t hesitate to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelNovember 28, 2024 at 9:16 am in reply to: Enfold keeps deleting part of my content whenever I make any edits #1472445Hi,
Thank you for the inquiry.
Hi NO HTML or custom scripts,
There are tons of HTML in the page and this particular html is causing the issue because it’s not closed properly.
< strong >ANY Platform
Please review the html and make sure that they are all valid.
Best regards,
IsmaelNovember 28, 2024 at 9:09 am in reply to: Where do I find the services, pricing and special forms pages #1472444Hey amandawellbeing,
Thank you for the inquiry.
You can use the Table element in the Advance Layout Builder in order to create pricing tables. Please check the documentation below for more info:
// https://kriesi.at/documentation/enfold/table/
// https://kriesi.at/themes/enfold-2017/elements/tables/Best regards,
IsmaelHey Michael F,
Thank you for the inquiry.
Did you toggle the Enfold > Layout Builder > Custom Layout And Dynamic Content and the Lock Advanced Layout Builder settings? Please make sure that the builder is not locked.
Best regards,
IsmaelNovember 28, 2024 at 9:03 am in reply to: Unable to activate ALB (using custom fields) while importing posts #1472441Hey Arsène,
Thank you for the inquiry.
Are you trying to programmatically activate the ALB for the imported posts? You may need to import the entire posts and post meta tables to make sure that the ALB status is correctly activated when transferring the posts to another site. You can use plugins like Duplicator or WP Migrate DB in order to properly transfer the custom post types.
Best regards,
IsmaelNovember 28, 2024 at 7:42 am in reply to: Anchor link scroll depth off on mobile (using sticky header) #1472430Hey James,
Thank you for the inquiry.
Please try to add this css code and let us know of the result.
@media (max-width: 768px) { :target { scroll-margin-top: 200px; } }
Make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache after adding the modification.
Best regards,
IsmaelNovember 28, 2024 at 7:36 am in reply to: Enfold keeps deleting part of my content whenever I make any edits #1472429Hey!
Thank you for the inquiry.
Did you add any html or embed custom scripts in the page? Please make sure that all html tags are valid and that they are closed properly. Let us know of the result.
Best regards,
IsmaelHey Antonio,
Thank you for the inquiry.
We updated the script and the style modifications a bit so that they only apply on desktop view:
Script:
function next_slide_on_image_click() { ?> <script type="text/javascript"> window.addEventListener("DOMContentLoaded", function () { if (window.matchMedia("(min-width: 1024px)").matches) { // Apply only for screens wider than 1024px (function($){ $('.avia-slide-wrap img').click(function() { $(this).closest('.avia-slideshow').find('.avia-slideshow-arrows a.next-slide').trigger('click'); }); })(jQuery); } }); </script> <?php } add_action('wp_footer', 'next_slide_on_image_click');
CSS:
@media only screen and (min-width: 1024px) { .avia-slideshow-arrows.avia-slideshow-controls { height: 100% !important; width: 100% !important; display: block; position: absolute; top: 0; left: 0; } #top .avia-slideshow-arrows a { width: 50% !important; height: 100%; top: 0; margin: 0 !important; padding: 0 !important; opacity: 0 !important; } #top .avia-slideshow-arrows a.prev-slide { left: 0; } #top .avia-slideshow-arrows a.next-slide { right: 0; } }
Best regards,
IsmaelHi,
Thank you for the update; your kind words mean a lot!
In the home page, the header is transparent, so you will need to enable the Transparency Options in the Enfold > Theme Options panel and upload a different logo for transparent headers in the Transparency Logo option. You can also adjust the color of the menu items for transparent headers. As for the favicon, we updated the URL from http to https. Please make sure to purge the cache after uploading the logo for transparent headers.
Best regards,
IsmaelHi,
Thank you for the update.
The thickness of the font is different because the text is wrapped in a < b > tag or bold element. Did you add these tags?
<b>Produktivitätsverlust durch veraltete Tools</b>
You can adjust the font weight with this css code:
tr th:first-child b, tr td:first-child b { font-weight: normal; }
Best regards,
IsmaelHi,
Thank you for the screenshot.
Where can we check the issue? Please provide the site URL in the private field. Have you tried asking the plugin developer about the issue?
Best regards,
IsmaelHi,
You don’t need to edit the functions.php file because the Custom CSS Class name field is already available in every element. However, if you need to enable the Appearance > Theme File Editor, make sure that the DISALLOW_FILE_EDIT directive in the wp-config.php file is set to true or is not present at all.
I do not understand why the images are scaled even though the screen resolution for both is 1080×2408 pixels.
Please note that the value (max-height: 800px) depends on the browser viewport size, not the screen resolution, which includes calculation for the device pixel ratio (DPR) or pixel density. For example, a phone with a screen resolution of 1024×2048px and a DPR of 3 will have a viewport size of approximately 360×802px.
We recommend leaving the setup as it is since it would require a significant amount of modifications to account for all possible screen sizes. Making sure that the image is fully visible in the viewport might be unnecessary because users can still scroll to view the entire content.
Best regards,
IsmaelNovember 28, 2024 at 6:35 am in reply to: Animation starts when texts are visible in the browser #1472422 -
AuthorPosts