Forum Replies Created
-
AuthorPosts
-
November 14, 2021 at 8:05 pm in reply to: Image gallery with thumbnails element – click instead of hover #1328967
Hey ilowelife,
Thank you for your patience the file that controls this is\wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\gallery\gallery.jsand I did some testing but while the thumbnail mouseover behavior can be changed to click this also affects the behavior of the rest of the element and breaks large image popup because of how the script is written, unfortunately it would require a rewrite that is more than we can offer here.
If you really want this customization, we can recommend Codeable for their experience and expertise with Enfold. Please follow the link to discuss your project and time frame with them.Best regards,
MikeHi,
Glad Yigit was able to help sort this out for 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,
MikeNovember 14, 2021 at 7:42 pm in reply to: Preloader (SVG) shows, but doesn't replace default preloader #1328964Hey Buskruit Internet,
Thank you for your patience and the link to your site, please try this code in the WordPress ▸ Customize ▸ Additional CSS field as it has the highest priority:.av-siteloader { display:none!important; }Then clear your browser cache and any cache plugin, and check.
Best regards,
MikeNovember 14, 2021 at 7:35 pm in reply to: File merging and compression for CSS no longer works #1328963Hi,
It seems to be working on both of your sites, I don’t know what could have caused this hiccup, shall we close this then?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,
Please make sure that you download “Installable WordPress file” only from ThemeForest downloads page.
When you get the missing stylesheet error it is because there is an additional zip file inside the zip file.
If you still have trouble please open a new thread and link to your theme zip file via DropBox in the Private Content area and include an admin login to the site you want to install it to so we can check, please do not add this info in this thread as it is not your thread and you will not see anything we write in the Private Content area.Best regards,
MikeHi,
Thank you for the login to your site, I found your form test page and when I tested the form from our MailChimp 4 WordPress Plugin Integration documentation the form and MC4WP plugin seemed to work correctly:

here is my validation test, please note the popups:

and when the fields were correctly filled out I was successfully directed to your success page.
So I believe the issue was with your original form which was different from our documentation example:

so I tried to adjust for you:

and this form also gave the correct validations, please check.
below I linked to the original form html if you want to review it.Best regards,
MikeHi,
Do you mean in the contact form? You can have multiple checkboxes already, but how would a radio button work differently than a checkbox? Wouldn’t it just be a styling choice?
If you mean just a random radio button or checkbox element by itself, that would not make much sense without a form element for it to work with, if you wanted a form element what purpose would it have when the user competed it? Send a message?Best regards,
MikeHey Lautho2011,
Thanks for the link to your page, when I checked the title “contact” the text below it, and the labels, all were using Montserrat according to the browser. The labels are bold.
Only the button was not Montserrat, try this css to correct:input.button { font-family: montserrat; }Then clear your browser cache and check.
Best regards,
MikeHi,
Glad we were able to help, I found your new question and will reply there.
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,
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 tony ,
On desktop your video is showing this error:

I believe this is because you are using this link:https://www.youtube.com/embed/j96-kji6BJM?iv_load_policy=3&showinfo=0&controls=0&color=white&autohide=1&version=3&loop=0&playlist=player_2_99348427_753462115&wmode=opaque&rel=0&hd=1&videoid=j96-kji6BJM&autoplay=0&html5=1&enablejsapi=1&origin=https%3A%2F%2Fwww.cafemurano.com&widgetid=1try using this link instead:
https://www.youtube.com/watch?v=j96-kji6BJM

this worked for me

For mobile videos will not auto play, Safari & Google Chrome have set the standard a few years back that mobile video must be clicked by the user to play, this was to try to curb “video spamming” by websites. As with any standard there are “hacks” around this but we don’t use these, you can probably find a WordPress plugin that will if you really want to do this.Best regards,
MikeHey Christian,
Sorry I don’t know what you mean by “radio form” please explain in detail, perhaps with a mockup and I will submit to the Dev Team.Best regards,
MikeHey Graham,
Thank you for the link to your site, I’m not sure if there is another setting in WPML itself, but please try this css in your Quick CSS:.av_extra_header_active .avia_wpml_language_switch { display:none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey havi,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#top.home .avia-video .av-click-to-play-overlay .avia_playpause_icon { display: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thank you, I added the custom class “align-bottom” to the column with the image and added this css to your Quick CSS:.align-bottom { vertical-align: bottom; }please clear your browser cache and check.
Best regards,
MikeHi,
Thank you for the login, it turns out that you were actually using the pricing table option

so in this case the correct css to have white cells in the table would be:.main_color .pricing-table-wrap>.pricing-table>li { background-color: #fff; }I added this to your Quick CSS, please clear your browser cache and check.
Best regards,
MikeHi,
Ok, then try this css:.padleft p { line-height: 0px; }and then clear your browser cache and check the space between the text and button.
Best regards,
MikeHi,
Sorry, we were not as much help this time, 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,
MikeNovember 14, 2021 at 1:34 am in reply to: Change link colour and add underline but keep button colors #1328903Hi,
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 this script to add the text to your button div as you were asking, by adding this code to the end of your functions.php file in Appearance ▸ Editor:function custom_wryp_script() { ?> <script> (function($) { var wryp = $('<p class="wryp">We respect your <a href="https://staging-mindcrowd.kinsta.cloud/privacy-policy/">privacy</a>.</p>').css({ 'text-align':'center','margin':'0' }); $(wryp).appendTo('[title="Play the MindCrowd Memory Test"].avia-button-wrap'); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_wryp_script');Best regards,
MikeHey DovolenkujLacno,
Thank you for your patience, but unfortunately the animated countdown doesn’t have an auto reset option so you will need to manually reset it.
Perhaps a pugin such as Evergreen Countdown Timer would help or a different plugin.Best regards,
MikeHi,
I was not able to login to your site to check, but are you saying that you are using this child theme with no customizations?
If you have customizations try removing them, perhaps that is the error.Best regards,
MikeHi,
if you made the change to config-templatebuilder > avia-shortcodes > postslider > postslider.php
then create a directory in your child theme shortcodes and copy your edited file there: postslider > postslider.php
and ensure your child theme functions.php has this functionfunction avia_include_shortcode_template( $paths ) { if( ! is_array( $paths ) ) { $paths = array(); } $template_url = get_stylesheet_directory(); array_unshift( $paths, $template_url . '/shortcodes/' ); return $paths; } add_filter( 'avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1 );Best regards,
MikeNovember 13, 2021 at 10:10 pm in reply to: Change link colour and add underline but keep button colors #1328894Hi,
Thank you for your patience, based on the two pages there were buttons from 3 elements and only links in the footer, but I assumed there would be links in the body in the future so I tried to allow for them, I didn’t count the menu item links because they can be adjusted in the Advanced Styling options.
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#footer.footer_color a, #main .main_color a { color: #82514e; text-decoration: underline; } #footer.footer_color a:hover, #main .main_color a:hover { color: #88bbc8; text-decoration: underline; } #top #wrap_all .main_color .avia-color-theme-color, #top #wrap_all .main_color .avia-color-theme-color-highlight, #top #wrap_all .main_color .button { background-color: #82514e; color: #fff; text-decoration: none; } #top #wrap_all .main_color .avia-color-theme-color:hover, #top #wrap_all .main_color .avia-color-theme-color-highlight:hover, #top #wrap_all .main_color .button:hover { background-color: #fb8c24; color: #fff; text-decoration: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thank you for the link to your site and the explanation, for this one page/memory-care-learning-center/events/page-id-2047
we will use css to hide any masonry elements with the class tribe_events_cat-independent-living
then we will use a jQuery script to check if no masonry elements are showing, and if so we will display a message.
Please add this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:#top.page-id-2047 #av-masonry-1 .tribe_events_cat-independent-living { display: none; } .nocat { text-align: center; color: #fff; font-size: 20px; }Then add this code to the end of your functions.php file in Appearance ▸ Editor:
function custom_nocat_script() { ?> <script> (function($) { var nocat = $('<div class="nocat">No Current Events</div>'); if($('#top.page-id-2047 .av-masonry-entry').is(':hidden')){ $(nocat).appendTo('#av-masonry-1'); } })(jQuery); </script> <?php } add_action('wp_footer', 'custom_nocat_script');Best regards,
Mike -
AuthorPosts



