Forum Replies Created
-
AuthorPosts
-
Hi,
Just to follow up, the Dev Team has applied this to the theme for the next update. So you could remove the above solution after the next update or leave it as it would not cause any issues.
Unless there is anything else we can help with on this issue, shall we close this thread then?Best regards,
MikeHi,
The Dev Team has fixed this and will be in the next update, if you want to try it you can download the columns.php below and replace your via FTP at /enfold/config-templatebuilder/avia-shortcodes/columns/columns.phpBest regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'avf_wc_before_shop_loop_item_title_img_size_mod', 10, 1 ); function avf_wc_before_shop_loop_item_title_img_size_mod( $thumbnail_size ) { return 'fullsize'; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
I tested on my test site and the images in a category product page used the original full size image, I couldn’t test on your site because the Authenticator blocked access.Best regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey Celeranttechnologycorp,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:add_filter('avia_post_slide_query', 'avf_custom_post_grid_query'); function avf_custom_post_grid_query ( $query ) { if(is_singular('post')) { global $post; $query['post__not_in'] = array($post->ID); } return $query; }Best regards,
MikeHey Sébastien,
You can go to our demos page and then choose any of the demos and right-click to save any of the images.
For the video in the startup business demo it is on YouTubehttps://www.youtube.com/watch?v=Wq-DEL2ONGg

Best regards,
MikeHey Heinz,
I believe that this deprecation warning was added by the Dev Team as a part of the apply_filters_deprecated, the warning is shown while the new filter is applied, The warning is added so the theme is backward compatible. I assume that you are seeing this because you have wp_debug enabled, so you can ignore this warning.Best regards,
MikeHey Fabian,
You could modify the file at enfold/includes/loop-comments.php and add this line<div class="comment_author_email"><?php comment_author_email(); ?></div>on line 28:

but you won’t be able to add this to your child theme, so you will need to make this change each time that you update.
The WordPress Developer Resources advises against making the email publicity visible to assure that email harvesters do not capture your commenter’s email address as most assume that their email address will not appear in raw form on the site.
Perhaps using a plugin to allow commenters to engage with each other would be better, such as wpDiscuz, a quick look at this seems to allow users this ability, or perhaps Disqus Comment System or Vuukle Comments
I don’t have any experience with any of these but there seems to be many comment form replacements that allow better engagements, using a plugin would be better as they would have worked out any loop holes the bad bots would use against your visitors information, which could be an issue.Best regards,
MikeHi,
If you want to try it you could use this css instead:#top .slide-entry .slide-entry-title { word-wrap: break-word; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Do you have any other questions about using ALB for posts, or shall we close this then?Best regards,
MikeHey henrikm5,
I tested your page in Windows in Chrome, Firefox, & Edge and your background video plays correctly, I see it after clicking the age gate without reloading.
On Mac in Safari, Chrome, & Firefox the background video doesn’t play after clicking the age gate, but if you go to any other page that video does play fine, and going back to the homepage then plays fine.
So I don’t think that it is a video setting because the videos are playing, I think it related to the age gate, try disabling the age gate and see if the videos then play.
I assume that you need the age gate, does it have an option to reload the page when the accept button is clicked? This may help.Best regards,
MikeAugust 18, 2023 at 8:49 pm in reply to: Background video on color section not working properly? #1416590Hey Illingco,
I tested a color section set to 100% height with your video as the background of the color section and the video is full screen.
See the link below, so I’m not sure what you may have done differently, perhaps you could include an admin login for us to examine.
Also I don’t see any black bars in Edge.Best regards,
MikeHey Lene,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .av_header_transparency #menu-item-1123 .sub-menu, #top .av_header_transparency #menu-item-1123 .sub-menu li, #top .av_header_transparency #menu-item-1123 .sub-menu a { background: transparent !important; box-shadow: none !important; border: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
As I understand your mockup your header needs to be 188px, the logo needs to be 102px centered in the header, but that gives you 43px above & below the logo, but your mockup says it’s 20px?
Nonetheless, I changed the header height at Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Custom Height to 188px, then I added this css to make the logo 102px and center it.@media only screen and (min-width: 990px) { #top .logo a { display: flex; align-items: center; } #top .logo img { height: 102px; } }You can adjust to suit by reducing the header or change the logo height so the space is down to 20px.
As for the space between the menu items to add 50px I added this css:@media only screen and (min-width: 990px) { #avia-menu.av-main-nav > li > a { padding: 0 38px; } }Please clear your browser cache and check.
Best regards,
MikeHi,
Unfortunately not, if you want to use ALB elements in your posts it may be easier for you to use the ALB editor and simply add your featured image & comment form manually using the elements, than the other way around where you would use the magic wand.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .avia-cookie-consent-button { border-radius: 50px; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Lene,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #main .avia-slideshow-button.avia-color-light { background-color: rgba(0,0,0,0); }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Antonio,
Thanks for your question, but I don’t think that it is possible to use the Filter Everything plugin to replace all WordPress searchs, it doesn’t seem to be an option for the plugin.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey Jurriaan,
This is due to your font weight set to 100 which is very light, I assume this is a custom font that you added, try changing it to normal (400) in your css for the font or in the Enfold Theme Options ▸ Advanced Styling, if that is where the font weight is set, or try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #wrap_all .all_colors p,#top #wrap_all .all_colors h3 { font-weight: normal; }After applying the css, please clear your browser cache and check.
Best regards,
MikeAugust 18, 2023 at 1:54 pm in reply to: Disable “graphic” ampersands, quotes and apostrophes #1416548Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey stephaniebLOS,
In your footer I see this:

Try changing ypur iconlist_icon line-height to 20px like this:.horizontalicons .iconlist_icon { margin-right: 10px; height: 30px; width: 30px; line-height: 20px; }and the center icons will be centered:

To center the icons in the footer try adding this css:.horizontalicons { display: flex; justify-content: center; }After applying the css, please clear your browser cache and check.
Best regards,
MikeAugust 18, 2023 at 1:26 pm in reply to: Disable “graphic” ampersands, quotes and apostrophes #1416542Hi,
When I check your page I see Yigit’s solution above loading:

Please remove this css and disable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files then add this css to your WordPress ▸ Customize ▸ Additional CSS or Enfold Theme Options ▸ General Styling ▸ Quick CSS field and Then clear your browser cache and any cache plugin, and check.#top .special_amp { font-family: inherit; font-style: inherit; font-size: inherit; line-height: inherit; font-weight: inherit; color: inherit!important; }This is the results I see when I test on your page:

Best regards,
MikeAugust 18, 2023 at 1:14 pm in reply to: Restart a GIF animation: Play from first frame on every page load #1416541Hey dominictschupp,
Thanks for your question and the possible solution, but I have tested your page on Windows in Chrome, Firefox, & Edge and Mac in Safari, Chrome, Firefox and on my Android mobile device, and each time I go to another page and back again the GIF animation plays. I also created a test page on my test site and the animation always loads when the page loads.
So since I can’t see the error I can not test the solution.Best regards,
MikeHi,
Thanks for the feedback, I don’t have an iPhone but I believe that I see the issue on Android in landscape mode, please see the screenshot in the Private Content area.
So I recommend removing your border from the column and use this css to add a border around the image, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.avia-image-container .avia-image-container-inner { border-width: 6px; border-color: #ffffff; border-style: solid; }If you would like to ensure that this border is only applied to specific images, try adding a custom class to the image such as image-border and then add your custom class to the css like this:
.image-border.avia-image-container .avia-image-container-inner { border-width: 6px; border-color: #ffffff; border-style: solid; }After applying the css, please clear your browser cache and check.
Best regards,
MikeAugust 18, 2023 at 1:48 am in reply to: Icon Grid Flip Box custom color for title not working #1416524Hi,
Glad Rikard could help, typically Enfold ▸ Advanced Styling has precedence, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHey Gabriele-Marie,
Thank you for your patience, unfortunately I don’t see a way to do this with the Enfold elements and contact form, I recommend using a contact form like Contact Form 7 and one of it’s addon plugins like: Multi Step for Contact Form 7 or perhaps Extensions For CF7
There are many other addons for Contact Form 7 and I imagine one would work for you.
I don’t have any specific experience to help you create this, but I think this would be your best option.Best regards,
Mike -
AuthorPosts



