Forum Replies Created
-
AuthorPosts
-
Hi reini77,
Thanks for giving us admin access.
I have recreated that part of the mega menu and it seems to have fixed the issue.Best regards,
NikkoHi kylerollins,
Thanks for giving us admin access.
I was checking it out but could not find a way to make it work in firefox.
Can you try to iframe code instead of script?Best regards,
NikkoJune 17, 2019 at 8:27 am in reply to: Audio Player – non stop after playing last song, only in some posts #1110943Hi Jordi,
I have checked it but I could not find the cause of the issue but it might be fetching the cache from caching plugin on translated pages.
Can you try to flush out the cache and deactivate it temporarily and switch to the Enfold parent theme? let us know if this helps fix the issueBest regards,
NikkoHi Bernie,
Can you try to disable JS merging and compression under Enfold > Performance?
Let us know if this helps.Best regards,
NikkoHi bonsaimedia,
Thanks for providing it, in your functions.php file please remove this code:
add_filter('avf_builder_boxes', 'add_builder_to_posttype'); function add_builder_to_posttype($metabox) { foreach($metabox as &$meta) { if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout') { $meta['page'][] = 'activity'; /*instead add the name of the custom post type here*/ } } return $metabox; }and replace it with:
function avf_alb_supported_post_types_mod( array $supported_post_types ) { $supported_post_types[] = 'activity'; return $supported_post_types; } add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);Best regards,
NikkoHi eddieabramov,
We’re glad to hear that it’s resolved :)
Thanks for using Enfold and have a great day!Best regards,
NikkoJune 13, 2019 at 3:26 pm in reply to: Audio Player – non stop after playing last song, only in some posts #1109884Hi Jordi,
As far as I know this was already fixed in 4.5.7 but since you’re having this issue, please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi bonsaimedia,
I see the issue now, the responsive css isn’t being read although fetched because those flex columns are outside the #wrap_all div.
Can we ask for a copy of your child theme? so we can try to test it on our end and check further on the issue you’re having.Best regards,
NikkoJune 13, 2019 at 3:03 pm in reply to: Features doesn't visualize the same in chrome / firefox / explorer #1109878Hi missionmobile,
I see, maybe it’s still fetching some old css from cache.
I can’t think of any other locations which it’s placed, usually it’s Quick CSS or in Customizer, sometimes from plugins.
Try to check also Delete old CSS and JS files? located in Enfold > Performance.Best regards,
NikkoJune 13, 2019 at 2:59 pm in reply to: is a central representation of a Masonry gallery possible? #1109876Hi m_reiprich,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Brian,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Martin,
I think that’s possible.
In the Contact Form settings, you should see Autorespond Text this will be sent to the users email address once he has submitted the form.
Hope it helps.Best regards,
NikkoJune 13, 2019 at 8:08 am in reply to: A pause button for the Video Background function of a Color Section element? #1109793Hi Richard,
No it’s not possible.
I would suggest using a Video element instead so you’ll have the video controls that you need.Best regards,
NikkoHey havi,
In line 32-39 of archive.php it should look like this:
<?php $tds = term_description(); if($tds) { echo "<div class='category-term-description'>{$tds}</div>"; } ?>Try replacing it.
Best regards,
NikkoHi kylerollins,
I can see the same on my end, please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Please allow us to temporarily disable your plugins.
Best regards,
NikkoHey transformmedia,
On https://marcogiannecchini.de/ this css code is causing that space:
#footer #text-3.widget { padding-left: 5vw; }you’ll need to remove it and replace with this css code:
#footer #text-4.widget { padding-left: 5vw; }Best regards,
NikkoHey berniedidit,
Can you try the solution posted in this thread: https://kriesi.at/support/topic/audio-player-non-stop-after-playing-last-song/#post-1101091 ?
Hope it helps.Best regards,
NikkoJune 13, 2019 at 7:45 am in reply to: Audio Player – non stop after playing last song, only in some posts #1109774Hi Jordi,
Does this still happen even trying the fix mentioned in: https://kriesi.at/support/topic/audio-player-non-stop-after-playing-last-song/#post-1101091 ?
Does it happen in all browsers?Best regards,
NikkoHi bigwavebusiness,
We’re glad to hear that it’s resolved.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi not-edge,
Thanks for giving us admin access.
I tested it on this page (private content), it seems to work properly without any issues.
Can you give us step by step instruction on how we can reproduce this error?Best regards,
NikkoHey bonsaimedia,
The css that loads the layouts responsive version is grid.css but I’m not sure why it’s not working properly.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoJune 13, 2019 at 5:05 am in reply to: recaptcha v3 keeps authenticating in non ENG languages #1109683Hi Lukas,
We’re glad to hear that the issue is resolved :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi mike235,
We’re glad that you found the solution, and thanks for sharing it :)
@Guenni007 thanks again for helping out :)Best regards,
NikkoHi Pascal,
We’re glad to hear that everything is fine :)
@Guenni007 thanks for helping out :)Best regards,
NikkoHi dmaldonado,
We’re glad to hear that :)
Let us know if you need further assistance.Best regards,
NikkoHey brianwelsh,
Please try adding this css code in Quick CSS, located in Enfold > General Styling:
#header_main, #after_full_slider_1 { border: none; }Best regards,
NikkoHey wzshop,
Unfortunately, this feature isn’t available yet and the debug feature is our workaround for it.
We have already forwarded this feature request and hopefully it can part of the theme in future. :)Best regards,
NikkoHey totalcy,
You’ll need to edit each of your pages, then on the sidebar “Layout”, you’ll find this option: Header visibility and transparency, set this to No Transparency.
Hope this helps.Best regards,
NikkoHi Frank,
Unfortunately that plugin is designed for default editors and won’t work on page builders such as our own Avia Layout Builder.
The only way to make it work is to tweak the Post Slider, here is an instruction on how to do it: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-albBest regards,
NikkoJune 13, 2019 at 4:34 am in reply to: is a central representation of a Masonry gallery possible? #1109662Hi m_reiprich,
Since it’s located on your footer, I think you can make a page as a footer.
Go to Enfold > Footer > Default Footer & Socket Settings, set this to Select a page to display as footer and socket, then assign a page with only masonry gallery (Our supporters) in it, this way it should be placed at the bottom of your page and it’s centralized.Best regards,
Nikko -
AuthorPosts
