Forum Replies Created
-
AuthorPosts
-
Hey waveseven,
Please remove your code and add it like this, so that it does not affect smaller sized screens
@media only screen and (min-width: 768px) { #top .title_container .container h1 { text-transform: uppercase !important; font-weight: bold; line-height: 130px !important; } }Best regards,
VictoriaHi barak97,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { .responsive #top.page-id-59 #wrap_all .avia-logo-element-container .slide-entry { width: 16% !important; } .responsive #top.page-id-4886 #wrap_all .avia-logo-element-container .slide-entry { width: 25% !important; } }The code above uses the page id class and sh should work on different pages.
If you need further assistance please let us know.Best regards,
VictoriaJuly 6, 2019 at 12:11 pm in reply to: Issue with WooCommerce Product Grid on Avia Layout Builder #1116243Hi tech,
Did you delete enfold folder when you uploaded a fresh copy? If not please, do so, and then install Enfold.
Best regards,
VictoriaHey Guenter,
You can add a different class to the galley and init lightbox for this class separately.
Maybe something like this
https://kriesi.at/support/topic/how-to-invoke-lightbox-from-image-but-show-different-content-in-lightbox/#post-361096Best regards,
VictoriaJuly 6, 2019 at 12:01 pm in reply to: Contact Form doesn't send to Email – tested with multiple contact form plugin #1116240HiRieckermann GmbH,
Please try using the plugin WP SMTP too.
Best regards,
VictoriaHi Acwerbeagentur,
Could you please clear the cache, check again and get back to us.
Best regards,
VictoriaHi Niklas,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) { .post-type-archive-tribe_events #socket { width: 73vw; } .post-type-archive-tribe_events #main { min-height: 100vh; } } @media only screen and (max-width: 767px) { .post-type-archive-tribe_events #socket { width: 100%; } .post-type-archive-tribe_events #main { min-height: initial; } }If you need further assistance please let us know.
Best regards,
VictoriaHi sunstudio,
Could you please give us a link to your website, we need more context to be able to help you.
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaHey audurao,
Please try following the steps described below
Best regards,
VictoriaHi Chris,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaHi ICEMAN,
Could you please give us a link to your website, we need more context to be able to help you.
Please specify the elements that you’re referring to.
Best regards,
VictoriaHi simran1982,
I think it will make more sense to change templates other than using JavaScript, even though JavaScript seems to be a faster and easier way, it might get more complex in the future.
Best regards,
VictoriaHi mikehenze,
Thank you for sharing! :)
Best regards,
VictoriaHey FayeMcC,
Could you please give us a link to your website, we need more context to be able to help you.
Can you please make a small screencast of the issue?
Best regards,
Victoria-
This reply was modified 5 years, 9 months ago by
Victoria.
July 4, 2019 at 8:55 pm in reply to: Background Colour Missing from Animated Number on Mobile #1115903Hi jonrouse,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaHi weasyweb2015,
Try to go to Enfold > Import/Export > Iconfont Manager, try to remove Font:flaticon.
Hope this helps.Best regards,
VictoriaHey MostWantedMedia,
Best regards,
VictoriaHey transformmedia,
What do you mean by “flush with its section”? Can you please explain a bit more?
Best regards,
VictoriaHey Commodus76,
Please have a look at the following threads:
Best regards,
VictoriaHey Commodus76,
Please have a look at the following threads:
Best regards,
VictoriaHi Niklas,
I don’t see the code from here
https://kriesi.at/support/topic/disable-google-font-loading-via-google/
added in the functions.php.Also, you have the header.php in your child theme, is it from the latest version?
Best regards,
VictoriaHi JoeSurf,
Can you please check server log for error?
Best regards,
VictoriaJuly 4, 2019 at 8:38 pm in reply to: THE BLOCKS OF TEXT DO NOT WORK CORRECTLY FOR PRODUCTS (WOOCOMMERCE) #1115893Hi 2011apuchin,
Best regards,
VictoriaJuly 4, 2019 at 8:34 pm in reply to: Add custom share link to post page (resp. product detail page) #1115892Hey Kjersticordel,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaHi alinaz86,
Best regards,
VictoriaHey soapboxstudio,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
Best regards,
VictoriaHi Henk,
Glad you got it working for you! :)
I am not aware of the plugin of the kind.
You can have a look at these links though:
https://www.wpbeginner.com/plugins/how-to-add-voice-search-to-your-wordpress-site/If you need further assistance please let us know.
Best regards,
VictoriaJuly 4, 2019 at 8:19 pm in reply to: Blog posts displayed in Masonry element open up in new tab? #1115881Hi bobfurgo,
Here is the code you can put in your funtions.php
function av_add_attribute() { ?> <script type="text/javascript"> (function($) { $(window).load(function() { $('.home #av-masonry-1 .av-masonry-entry.isotope-item').attr('target', '_blank'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'av_add_attribute');If you need further assistance please let us know.
Best regards,
Victoria-
This reply was modified 5 years, 9 months ago by
Victoria.
Hi ihf-eramstad,
Well, this will need some custom coding that we do not provide here, unfortunately.
If you need further assistance please let us know.
Best regards,
Victoria -
This reply was modified 5 years, 9 months ago by
-
AuthorPosts
