Forum Replies Created
-
AuthorPosts
-
Hey ibuzaev,
Thank you for the inquiry.
There is no option for this by default but you can use this css code to hide the pagination.
#top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a { display: none; }Best regards,
IsmaelHi,
Thank you for the update.
The slider images were fully visible above the fold when we checked. Did you figure it out?
Best regards,
IsmaelHi,
If you need to move the featured image below the post title, edit the includes > loop-index.php file and replace its contents with the following code: https://pastebin.com/CABttvQL
Best regards,
IsmaelHi,
Glad to know the suggestions helped. The tambourine dancing probably made the biggest difference! Let us know if you have any more questions about the theme.
Have a nice day.
Best regards,
IsmaelDecember 2, 2024 at 7:33 am in reply to: Unable to activate ALB (using custom fields) while importing posts #1472685Hi,
Do you have some information about the expected values of each of these meta fields ?
In your database, you can examine one of the pages built with the Advanced Layout Builder and search for the associated fields to understand the content each field holds. You can use the following query:
SELECT meta_key, meta_value FROM wp_postmeta WHERE post_id = <your_post_id> AND meta_key IN ( '_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' );Replace
with the ID of the page. Make sure to create a database backup before proceeding. Best regards,
IsmaelHey Maggie,
Thank you for the inquiry.
Try to use this css code to replace the icon with a custom image:
.avia-icon-list-container.av-m3t1foql-7e88455370655a2aff70020b470afc59 .iconlist-char:after { content: ''; display: block; width: 50px; height: 50px; background: url('IMAGE URL HERE') no-repeat center center; background-size: contain; } .avia-icon-list-container.av-m3t1foql-7e88455370655a2aff70020b470afc59 .iconlist-char:before { display: none; }Make sure to adjust the image URL.
Best regards,
IsmaelHey ibuzaev,
Thank you for the inquiry.
Looks like the post css file is missing. Please try to temporarily disable the Enfold > Performance > File Compression settings and purge the cache. Let us know of the result.
Best regards,
IsmaelDecember 2, 2024 at 5:58 am in reply to: Portfolio grid displays thumbnails incorrectly if they are odd #1472681Hey icarogioiosi,
Thank you for the inquiry.
Where can we check the issue? Please provide the live URL in the private field so we can review the grid. In the meantime, make sure that the items in the grid are an even number if you are unsatisfied with the current layout.
Best regards,
IsmaelHey icarogioiosi,
Thank you for the inquiry.
Have you tried adjusting the selector to “.av-portfolio-grid-sorting-container”? Let us know once the site is live so that we can inspect the element directly.
Best regards,
IsmaelDecember 2, 2024 at 5:43 am in reply to: Hide Post Date for Specific Category in Blog Posts #1472679Hey 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_versionYou 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 atThe 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 PlatformPlease 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,
Ismael -
AuthorPosts
