Forum Replies Created
-
AuthorPosts
-
March 31, 2025 at 7:28 am in reply to: Show ACF fields in Blog Post simple list instead of Author and Date #1480506
Hey Elena,
Thank you for the inquiry.
You can add this in the includes > loop-index.php file around line 471:
echo '<span class="post-meta-infos">';Create a copy in your child theme, then do the modifications. You can also use the avf_post_metadata_array filter.
Example:
add_filter('avf_post_metadata_array', function($meta, $context) { global $post; if($context == 'loop-index') { $updated_date = get_the_modified_date('F j, Y', $post->ID); $meta['updated_date'] = '<span class="blog-updated-date minor-meta">Updated on: ' . $updated_date . '</span>'; } return $meta; }, 10, 2);Best regards,
IsmaelHi,
I don’t understand why the size of the model image (enfold gym) is 1500 x 720 and the actual height of the page banner is 420…
Please note that the section size depends on the content, not the background image. We recommend uploading images at least the same size as the demo image, with a 16:9 aspect ratio. However, if you’re trying to focus on a specific part of the image, this will require a lot more adjustments. You may need to use css to adjust the background position and, as recommended, disable the parallax and fixed effects. We also noticed that the part you’re trying to focus on is not vertically or horizontally aligned in the actual image, so you may need to adjust this as well.
And regarding the image quality, the theme already sets this to highest quality possible (100 or 100%) but if you need to adjust it, you can add this filter in the functions.php file:
add_filter("avf_jpeg_quality", "avf_set_quality_mod", 9999, 1); add_filter("avf_wp_editor_set_quality", "avf_set_quality_mod", 9999, 1); function avf_set_quality_mod($quality) { $quality = 100; return $quality;}Best regards,
IsmaelHi,
Thank you for the update.
We removed the screenshot. Try to include thi css code to remove the top padding on pages with transparent headers:
.html_header_top.html_header_sticky.html_header_transparency #top #wrap_all #main { padding-top: 0 !important; }Make sure to place this below the first css rule suggested above, inside the css media query.
Best regards,
IsmaelHi,
Thank you for the inquiry.
You need to click the X icon in the top right corner of the tab section content. Please check the screenshot below.
If you need more assistance, please feel free to open another thread.
Best regards,
IsmaelHey AlpineWeb,
Thank you for the inquiry.
You can add the following css code to hide the play icon, but please note that this will affect all videos on the site:
.mejs-layer.mejs-overlay-play { display: none; }Best regards,
IsmaelMarch 31, 2025 at 6:59 am in reply to: The thumbnails on the magazine element are different sizes #1480500Hey mosaic,
Thank you for the inquiry.
Try to add this filter in the functions.php file to adjust the default magazine thumbnail size:
function avf_magazine_defaults_mod( $defaults ) { $defaults['image_size']['small'] = 'portfolio'; return $defaults; } add_filter( 'avf_magazine_defaults', 'avf_magazine_defaults_mod' );Best regards,
IsmaelHi,
Thank you for the inquiry.
You may need to remove the css rules that define specific dimension to the video on different screens sizes such as this:
.bheAnimation { background-color: #fff !important; width: 807px !important; height: 504px !important; }Then, try to add this to make sure that the whole video is visible within the container:
#top .avia-video .mejs-container, #top .avia-video .mejs-container video { object-fit: contain; }This might create black spaces around the video.
Best regards,
IsmaelHi,
Thank you for the inquiry.
The content slider is activated using the AviaSlider function. You’ll find this in the enfold/js/shortcodes.js file around line 205. You may need to use the same function to re-initialize the slider inside the lightbox container.
//content slider $( '.avia-content-slider-active', container ).aviaSlider({wrapElement: '.avia-content-slider-inner', slideElement: '.slide-entry-wrap', fullfade: true});The AviaSlider function can be found in the enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.js file.
Best regards,
IsmaelHi,
Thank you for the info.
The breadcrumb container is present but is being covered by the header. Try to add this css code to adjust the top padding of the main container.
@media only screen and (max-width: 768px) { /* Add your Mobile Styles here */ .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 65px !important; } }(removed screenshot)
Best regards,
IsmaelHey my247restore,
Thank you for the inquiry.
The animations worked correctly when we checked the site. Please try to purge the cache before checking the page or switch to incognito mode. Let us know if the issue persists.
Best regards,
IsmaelHey fanlokbun,
Thank you for the inquiry.
We should be able to define a different color for the menu on a specific page using css. Please provide a link to the page where you need a different menu color so we can inspect it.
Best regards,
IsmaelHi!
Glad we could be of help! Let us know if you have more questions. Have a nice day.
Regards,
IsmaelHi,
Thank you for the update.
The site is still using an older version of the theme. It’s possible that the automatic update is no longer working as expected. You may need to download the latest version (7.0.1) from your ThemeForest account and update the theme manually via FTP. Please check the documentation below for more info.
— https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
IsmaelMarch 28, 2025 at 6:48 am in reply to: Space between color section and column section on mobile #1480315Hi,
Try applying a Custom CSS Class name to the element where you need this applied, and replace the auto-generated class names .av-1v2pat2-53d1a210d34319a1e3263b9b4acfe09f .av-1tepg6e-5d320ae52f7edb1070659a131dbdac1d with it.
— https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support
Best regards,
IsmaelHey melanie308,
Thank you for the inquiry.
Have you tried moving the button element inside the column where the PASSOVER SERVICE SCHEDULE is located? To increase the number of columns, try to use the 1/3 Column element.
Best regards,
IsmaelHi,
Thank you for the update.
We corrected the code in the Quick CSS field and temporarily disabled the Enfold > Performance > File Compression settings. Please make sure to purge the cache before checking the page.
Best regards,
IsmaelHi,
Thank you for the screenshot.
You may need to disable the parallax effect and set the Background Repeat to “Scale to Fit” to make sure that the entire image is visible within the background positioning area.
Best regards,
IsmaelMarch 28, 2025 at 6:00 am in reply to: Styling not showing for all elements after migration #1480311Hi,
It’s not really necessary to use transparent PNG images as spacers. You can simply use css to adjust the margin or padding of the button or the element above it.
Best regards,
IsmaelHi,
Looks like the nav animation doesn’t run on mobile view, rendering it invisible. Try to include this css code:
.responsive #top #wrap_all .av-flex-cells .avia-slideshow-arrows a { opacity: 1; }Best regards,
IsmaelHi,
Try to replace it with av-8hgou0-66c1339874a8df71eec44a8ce967092b or apply a Custom CSS Class name to the element.
— https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support
Best regards,
IsmaelHey rixi,
Thank you for the inquiry.
You can try this css code:
#top #wrap_all .social_bookmarks li { color: #000; background-color: #fff !important; } #top #wrap_all .social_bookmarks li a { color: #000; }Screenshot: https://imgur.com/cCzmGAe
Best regards,
IsmaelHi,
It works when we disable the Sender.net email marketing plugin. This plugin registers and initializes the same script, which conflicts with the callback function in the lightbox popup. Do you need this plugin?
Best regards,
IsmaelHey PFreimann,
Thank you for the inquiry.
Looks like the milestone title has been placed in the date field. Please move the title of the milestones to the correct field to keep it visible on mobile view. We also recommend creating another milestone element specifically for mobile view with Styling > General Styling > Milestone Placement set to Left or Right, not Alternate. You can use the Advanced > Responsive > Element Visibility settings to control the display of the elements on different screen sizes.
Best regards,
IsmaelHi,
The css modification should only affect the mobile view. We added it again in the Quick CSS field. Please make sure to purge the cache or use incognito mode before checking the page.
Screenshot: https://imgur.com/tdcrc0S
Best regards,
IsmaelHi,
Glad to know it’s working. Yes, you can use it with the Grid Row element, but you may need to adjust the css a bit.
#top #wrap_all .av-custom-gradient-section { background-color: transparent; background-image: linear-gradient(180deg, #FFFFFF21 23%, #FFCBA4 93%); opacity: 1; transition: background 0.3s, border-radius 0.3s, opacity 0.3s; }To apply different gradient colors, add another Custom CSS Class name to the element, such as “av-custom-gradient-section av-gradient-black-to-white” or “av-custom-gradient-section av-gradient-red-to-white”, then specify the gradient with this css:
#top #wrap_all .av-gradient-black-to-white { background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 65%); } #top #wrap_all .av-gradient-red-to-white { background: rgb(255,0,0); background: linear-gradient(0deg, rgba(255,0,0,1) 0%, rgba(255,255,255,1) 65%); }You can use this tool to generate the gradient CSS properties: https://cssgradient.io/
To apply a background image with a gradient, you’ll need to use the Color Section element. As instructed above, you need to enable the color overlay.
Best regards,
IsmaelHey thomasw149,
Thank you for the inquiry.
Unfortunately, conditional input or form fields are not available in the default contact form element. You may need to use a plugin such as WPForms or Contact Form 7.
— https://wordpress.org/plugins/cf7-conditional-fields/
— https://wpforms.com/docs/how-to-use-conditional-logic-with-wpforms/Best regards,
IsmaelHi,
That is possible, but it would require significant modifications to the theme, which is beyond the scope of support. You may need to hire a freelance developer or contact someone on Codeable.
— https://kriesi.at/contact/customization
You can try overriding the avia_woocommerce_overwrite_catalog_ordering function in the enfold/config-woocommerce/config.php file.
Best regards,
IsmaelMarch 28, 2025 at 4:52 am in reply to: Urgent Issue – Slider on Homepage Not Initializing – Enfold – Responsive Multi- #1480301Hi,
Thank you for the info.
We reset the settings in the Settings > Reading panel to default, then adjusted Enfold > Blog Layout > Blog Layout to Grid Layout. You can adjust this as needed.
Best regards,
IsmaelHi,
We adjusted the css code in the Quick CSS field. Please make sure to purge the cache before checking the page.
Best regards,
IsmaelHey mosaic,
Thank you for the inquiry.
Please note that the specified size of 705x705px is the maximum dimension of the thumbnail. The generated thumbnail will not be cropped to this dimension and will still retain its aspect ratio. For example, if the uploaded image has a landscape orientation and is larger than 705px, the generated masonry thumbnail will have a maximum width of 705px, but the height might vary based on the calculated ratio. You may need to select a different thumbnail such as magazine, portfolio or portfolio_small.
Best regards,
Ismael -
AuthorPosts
