Forum Replies Created
-
AuthorPosts
-
Hi,
For that page try this css:#top.page-id-38 .flex_column.avia-builder-el-2 { overflow: auto; }but on that page the color section that the table is in is hidden on mobile.
If you have multiple tables on multiple pages then I recommend add a custom class to the column that the table is in, if you use the custom class “scroll-table” then you could use this css instead:#top .scroll-table { overflow: auto; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Unfortunately, it’s going to be cropped at some screen sizes if you want the image to be 100% height & width for all screen sizes.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,
MikeHi,
Glad Rikard could 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,
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,
Ok, I added this script to your functions.php for your blog page masonry items on mouse-over:function custom_script() { ?> <script> (function($){ $("#top.page-id-259 .av-masonry-entry,#top.page-id-259 .av-masonry-entry img").hover(function(){ $(this).removeAttr("title"); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');please clear your browser cache and check.
Best regards,
MikeHey schweg33,
Thank you for the link to your site, Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#main .image-overlay.overlay-type-extern .image-overlay-inside:before { content: '\E832'; font-family: 'entypo-fontello'; height: 30px; width: 30px; line-height: 30px; margin: -15px 0 0 -15px; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
I have adjusted the metadata block and the “continua a leggere” text, but the mouse-over text is from the image title because the grid element is a link, we can not change the text but we can remove it, please let us know if you want to do this and check the other elements.Best regards,
MikeHey PonzioPilato,
Thanks for your question, the background color and button color is dependent on your theme General Styling ▸ Color Scheme, the border and width of the variation label is because the table elements have changed in woocommerce after version 6.0.1

our Shop Demo site is still using woocommerce v3.1.1
anyways try this css to adjust#top .variations th { padding: 4px 10px; border: none; vertical-align: top; } #top .variations th.label { width: 77px; text-align: center; text-transform: capitalize; }
After applying the css, please clear your browser cache and check.Best regards,
MikeHey DesignLena,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:.flex_column.el_before_av_table { overflow: auto; }Best regards,
MikeHi,
Glad Nikko was 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,
Glad Yigit could 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,
Glad Nikko was 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,
Your site seems down right now, please check:

Are you using OVH Hosting?
You can not FTP demo files they will not install, the demo files need to be imported with the WordPress import feature for .xml files
Please see our documentation: How to manually import a theme demo
But if you are using OVH Hosting see this post, note that he says:I tried several times, some tries were partially successful. In the end, it worked
I recommend importing your demo on a localhost install and using the Duplicator plugin to migrate/clone it to your OVH host.
Best regards,
MikeHey onlylettersandnumbers,
Thank you for your patience, I tried to recreate your issue with our latest version (v5), with a single item showing in a blog element with no pagination in a 1/3 column and 3 items showing in a 2/3 column with pagination.




please check if your settings are the same and if so try updating to v5, I linked to my test page below.Best regards,
MikeHi,
I changed the css to this:.custom-masonry-cat, .av-post-metadata-category-link a { color: #719430; font-family: 'caveat'; font-size: 16px; text-align: center; display: block; font-weight: 700; text-transform: uppercase; }please clear your browser cache and check.
Best regards,
MikeJune 11, 2022 at 4:33 pm in reply to: function.php customization does not work after update #1354915Hey snorlachs,
Thank you for the login, your script is looking to replace the source url of .logo > a > img
but when you use a SVG logo there is no img tag it is a SVG tag and thre is no url it is a clippath because it has already been rendered:

Try using png images instead of svgBest regards,
MikeJune 11, 2022 at 3:24 pm in reply to: Tab Layout Element Left or Right orientation or make mobile friendly. #1354911Hi,
Glad to hear that you have this sorted out, and thanks for sharing your solution.
Sorry for our delayed response, but 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,
MikeJune 11, 2022 at 3:19 pm in reply to: Open up random ajax portfolio item when the page is loaded #1354910Hi,
Please try changing the setTimeout from 100 to 800

add_action('wp_footer', 'ava_custom_scripts', 999); function ava_custom_scripts(){ ?> <script> (function($){ setTimeout( function() { var grid = $('.grid-links-ajax'); if( grid ) { grid.find('a:first').trigger('click'); } }, 800); })(jQuery); </script> <?php }After applying please clear your browser cache and check.
Best regards,
MikeHi,
You can use the Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager to include custom fonts and then use css to apply those fonts to your specific headings and body text. Please see our documentation.Best regards,
MikeHi,
Thank you, it worked this time and I was able to login, but the theme editor is not available for me so I can’t edit the child theme functions.php to adjust the filter above, please enable or include FTP access so we can adjust the filter.Best regards,
MikeHi,
Thank you for your patience I changed the function to this so the categories would be over the title like on your article slider in the homepage:add_filter( 'avf_masonry_loop_prepare', 'avf_masonry_loop_prepare_mod_cat', 10, 2 ); function avf_masonry_loop_prepare_mod_cat( $key, $entries ) { $categories = get_the_category($key['ID']); $separator = ' '; $output = ' <div class="custom-masonry-cat">'; if ( ! empty( $categories ) ) { foreach( $categories as $category ) { $output .= '<span alt="' . esc_attr( sprintf( __( 'View all posts in %s', 'textdomain' ), $category->name ) ) . '">' . esc_html( $category->name ) . '</span>' . $separator; } } $output .= '</div>'; $key['text_before'] .= trim( $output, $separator ); return $key; }and added this css to match your article slider in the homepage:
.custom-masonry-cat { color: #719430; font-family: 'caveat'; font-size: 16px; text-align: center; display: block; font-weight: 700; text-transform: uppercase; }please clear your browser cache and check.
Best regards,
MikeHi,
Thanks for the link to your site, but we can’t examine the backend of your site without a login, that is a user name and password.
But from the front end I see the masonry element on your homepage and see that it is showing portfolio items:

to change the image that you see you need to go to the specific portfolio item and change its featured image.
To change the featured image in the Classic Editor, look in the admin sidebar for this option:

In the Block Editor look in the admin sidebar for this option:

Best regards,
MikeHi,
Thank you, 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,
Please include an admin login to your site in the Private Content area below so we can examine, thank you.
Your screenshot link is not working for me, to add a screenshot please try using an Screenshot service and pasting the image URL in your post.Best regards,
MikeJune 10, 2022 at 12:57 pm in reply to: Fullscreen Slider and Fullwidth Easy Slider buttons not working in Enfold 5.0 #1354805Hi,
This has already been merged into our core files, so it will be in the next version, but I don’t know when that will be released.
Please see this sticky thread: Enfold 5.0 is now available – please read this before updating we recommend that users update on a staging or development sites first.
Please try testing each of your sites on a staging site before updating all of them at once, we have tried to test the v5 update as a team before releasing, but as you see this error slipped past us. Please note that this is a major update.Best regards,
MikeJune 10, 2022 at 12:32 pm in reply to: Fullscreen Slider and Fullwidth Easy Slider buttons not working in Enfold 5.0 #1354799Hi,
Thank you for your patience, the Dev Team has replied with this file update:
/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.js
DropBox link to file
Once you replace your slideshow.js file Please clear any cache plugin and your browser cache and check.
Please note that clearing javascript files can sometimes require a couple of tries and Safari can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
This has been added to the next update.Best regards,
MikeJune 10, 2022 at 1:51 am in reply to: Footer and header influence each other and socket edition #1354736Hi,
I mean that for mobile screens to have the footer text in a single line the text will be very small, you can see what I mean by trying this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:@media only screen and (max-width: 620px) { .avia-buttonrow-wrap.footer-buttonrow .avia-button { font-size: 8px; padding: 9px 2px 7px; } }if your button text was less characters it would be better perhaps like: Conditions | légales | Confidentialité
To remove the border from the buttons try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
#top .avia-buttonrow-wrap.footer-buttonrow .avia-button.avia-color-light { border: none; }After applying the css, please clear your browser cache and check.
Best regards,
Mike -
AuthorPosts



