Forum Replies Created
-
AuthorPosts
-
Hi,
Great, I’m glad that we could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardHi,
Great, I’m glad that we could help you out, and thanks for the kind feedback :-)
Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardHi,
Thanks for that. The footer and socket are displaying as they should on my end, please try checking the site in an incognito or private browser window.
Best regards,
RikardHey thebrandland,
The login details you posted are not working, please check and verify. Also, which demo are you looking to import?
Best regards,
RikardHi,
Great, I’m glad that Nikko could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
RikardHi,
Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
RikardHi,
Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardHi,
Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardHi,
It starts on line 41 in functions.php:
if( isset( $avia_config['use_child_theme_functions_only'] ) ) { return; }Paste the code under that.
Best regards,
RikardHi,
Thanks for the update. Please refer to this: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode
Best regards,
RikardHey doranagy,
Could you try updating the theme to the latest version (5.1.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If you haven’t registered your theme license, then please refer to this: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
RikardHi René,
Autoplay videos don’t work by default for the reasons stated by Mike and @guenni007. If you want to allow it anyway, then you could try this script to see if you have any luck with it:
// custom script: autoplay youtube videos on mobile devices function ava_custom_script_autoplay_youtube_videos() { ?> <script type="text/javascript"> var tag = document.createElement('script'); tag.id = 'avia-yt-iframe-api'; tag.src = 'https://www.youtube.com/iframe_api'; var firstScriptTag = document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); var avia_players = document.querySelectorAll('.avia-video iframe[src*="youtube.com"]'); var players = []; function onYouTubeIframeAPIReady() { avia_players.forEach(function(video, index) { players.push(new YT.Player(video.id, { events: { 'onReady': onPlayerReady, } })); }); } function onPlayerReady(event) { event.target.mute(); event.target.playVideo(); } </script> <?php } add_action( 'wp_footer', 'ava_custom_script_autoplay_youtube_videos', 9999 );Best regards,
RikardAugust 16, 2022 at 3:58 pm in reply to: WP Layer slider issue after your fix / #post-1361659 #1361810Hi,
Great, I’m glad that you found the cause of the problem. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardAugust 16, 2022 at 3:49 pm in reply to: Enfold Update with Layerslider 7 – where is the Timeline? #1361808Hey kisys,
Are you referring to the Timeline element in the Layout Builder? If so, then it can be found in the Content Elements tab.
Best regards,
RikardHey AlliancesGlobal,
Thanks for the login details. I tried reproducing the problem in the post in private, but I wasn’t able to. Is there any special code or content in the post which you are having problems with?
Best regards,
RikardAugust 16, 2022 at 3:36 pm in reply to: Navigating to home page does not show transparent header. #1361804Hi,
Thanks for that. I can’t say exactly what those settings will do unfortunately, but I would try to deactivate them all temporarily to see if that changes anything. If you don’t want to make any changes on that actual site, then maybe you could copy it to a staging site?
Best regards,
RikardHi Ralf,
Is it possible to remove the domain from the license? If so, then please try that out. We are not really experts on this subject, so it might be better if you reach out directly to Themeforest/Envato for further help.
Best regards,
RikardHi,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardHi REDVY,
Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.
Best regards,
RikardHi REDVY,
Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.
Best regards,
RikardHi Ralf,
Did you create a specific token for the license in question? If so, then it should be possible to delete that token from your Themeforest account. If you need further help on this topic, then please try reaching out to Themeforest support instead, as they should be in a better position to help you out with this.
Best regards,
RikardAugust 16, 2022 at 9:58 am in reply to: Navigating to home page does not show transparent header. #1361768Hi,
Could it be server-side site optimzation that could be causing this?
I’m not sure, it might be a good idea to turn it off temporarily to see what happens though?
Best regards,
RikardAugust 16, 2022 at 9:34 am in reply to: Hide Price for One Specific Product Except for Checkout/Cart #1361766Hi,
Please try this CSS instead:
#product-20381 p.price { display: none !important; }Best regards,
RikardHi Kevin,
There is a known conflict with the Siteground optimizer when file compression is active in the theme, so it would probably be best if you kept the theme file compression deactivated. You should be able to compress your resources in the plugin instead.
Best regards,
RikardHey havi,
Please turn off full screen editing mode under the 3 dot menu in the top right hand corner of the edit screen, in order to not display it full width.
Your other problems; where can we see and reproduce them?
Best regards,
RikardHi xuamox,
We recently released version 5.0 of the theme with lots of new features and demos, did you check them out? We are constantly working on improving the theme.
Best regards,
RikardHi,
Please try this CSS instead:
@media only screen and (min-width: 768px) { #top .avia-promocontent { margin-right: 240px; } }It doesn’t really matter where you add the CSS, it should have the same load time anyway.
Best regards,
RikardHi,
Thanks for that. We would need access to WordPress first of all though, could you include those details in private as well please?
Best regards,
RikardAugust 15, 2022 at 6:54 pm in reply to: Move the product description below the image product on tablet only #1361714Hi,
Great, I’m glad that Mike could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard -
AuthorPosts
