Forum Replies Created
-
AuthorPosts
-
June 11, 2022 at 3:19 pm in reply to: Open up random ajax portfolio item when the page is loaded #1354910
Hi,
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,
MikeHi,
Glad to hear that you have sorted this out, thanks for sharing your settings perhaps it will help another OVH hosting user.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
Ok, we will leave this open to hear back from you, if you resolve this please let us know so that we can close this thread.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,
MikeJune 9, 2022 at 2:11 pm in reply to: Fullscreen Slider and Fullwidth Easy Slider buttons not working in Enfold 5.0 #1354656Hi,
@Steve & @thinkjarvis thank you I misunderstood. I reported to the Dev Team and will reply when I hear back.Best regards,
MikeHi,
Thanks for the feedback, I was looking for a phone number, but now I see it’s the text in the Enfold Theme Options ▸ Header ▸ Extra Elements ▸ Phone Number or small info text
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:@media only screen and (max-width: 424px) { #header_meta .phone-info { font-size:16px; } } @media only screen and (max-width: 767px) { #header_meta .phone-info { top: 64px; position: relative; width: 80%; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeJune 9, 2022 at 1:38 pm in reply to: Fullscreen Slider and Fullwidth Easy Slider buttons not working in Enfold 5.0 #1354649Hi,
@thinkjarvis I tried switching around my elements, removing the second slider, and even adding a grid row like your page, but still couldn’t reproduce.
@Steve only has two sliders on his page without other elements: clone of his page
Best regards,
MikeJune 9, 2022 at 1:20 pm in reply to: Fullscreen Slider and Fullwidth Easy Slider buttons not working in Enfold 5.0 #1354642Hi,
Yes, I did see the issue on your site, but I’m not sure what could be causing it, if you post a link to a plain text file with your page shortcode I can test it on my test site, perhaps it is caused by a combination of elements?Best regards,
MikeHi,
Thanks for the login, the background image is added at Enfold Theme Options ▸ General Styling ▸ Alternate Content ▸ Background Image

I left it for you to change, then clear your browser cache and any cache plugin, and check.
As for your logo on mobile, I see that it is hidden but I don’t see a phone number in its place, did you already add this or are you asking to add this?Best regards,
MikeJune 9, 2022 at 1:00 pm in reply to: Fullscreen Slider and Fullwidth Easy Slider buttons not working in Enfold 5.0 #1354637Hi,
@Steve thanks for the login, I copied your page to a test server but the buttons on the Fullwidth Easy Slider are working correctly, I saw that you had a custom avia.js in your child theme so I tried enabling your parent theme and disabling some of your plugins but it didn’t help on your site.
I also see that we are using the same PHP version: 7.4.29 so I’m not sure what could be causing this but I couldn’t reproduce.@thinkjarvis thanks for the link to your site, I created a page with the Fullwidth Easy Slider and the Fullscreen Slider and tested buttons with page links, post links, manually links but I couldn’t reproduce your error.
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,
Thank you for your patience, please try this filter instead:add_filter( 'avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 50, 2 ); function avia_breadcrumbs_trail_mod( $trail, $args ) { // remove duplicate events trail if ( tribe_is_events() ) { unset ($trail[1]); } return $trail; }If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.
Best regards,
MikeHey Stefan,
Sorry not with the gallery element, I recommend cloning this element below the original with the columns set for mobile then make this element only show on mobile with the element’s Element Visibility option in the Advanced tab.
Then make the original not show on mobile.Best regards,
MikeHey Julie,
Thanks for your question, this seems to be added via css:.alternate_color { background: #bf5716 url(//your-site.com/wp-content/themes/enfold/images/background-images/floral-dark.png) top center repeat scroll; }Please include an admin login in the Private Content area so we can assist in removing it.
Best regards,
MikeHey digi_informatique,
Thank you for your question, unfortunately I see that you are using OVH hosting and they have disabled the PHP set_time_limit() function, this function to ensure that the WordPress import doesn’t time out, this is different than the current PHP run time limit.
In the threads that I have seen this, the users report back that OVH will not enable this standard PHP function.
Our demo import uses the WordPress import feature which uses this function, in other threads I have also tried manually importing, but this still requires the same WordPress import feature which again times out (cURL error 28)
To work around this I recommend importing your demo on a localhost install and using the Duplicator plugin to migrate/clone it to your OVH host, I believe this will work.Best regards,
MikeHey zimbo,
Thank you for your patience, but unfortunately, there is not a way to add any of the /framework/php/ files to the child theme, you will need to update those files manually with each update.Best regards,
MikeHi,
It depends on your screen size, please see Guenni007 comment above.
When I look at it, it looks good, perhaps you should use “center center” as I pointed out above to center the bear.Best regards,
MikeJune 9, 2022 at 3:33 am in reply to: Footer and header influence each other and socket edition #1354576Hi,
Thanks for the feedback, at the smallest mobile screen size, 375px, your link text is about half of the screen width with your current font size 13px:

in order to have these in one line at this screen width you will need to back the font size 8px which would probably be hard to read, you can try with this css:@media only screen and (max-width: 620px) { .avia-buttonrow-wrap.footer-buttonrow .avia-button { font-size: 8px; padding: 9px 2px 7px; } }To remove the border from the buttons try this css:
#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



