Forum Replies Created
-
AuthorPosts
-
@Guenni007
Thanks for looking into it. That’s as far as I’ve gotten, unfortunately we can’t quite get it done this way.
@guenter
Could you find a solution for this? Do you have a tip for a working parameter?I’d like to get this working.
This is what I have now:
https://www.youtube.com/watch?v=<VIDEO_ID>?autoplay=1&mute=1&rel=0&loop=1&playsinline=1&playlist=<VIDEO_ID>
This doesn’t seem to make a difference. If you do this on your test page, does it run on mobile (Iphone)? The video is simply uploaded by default.
Do you think it depends on the method of uploading?
- This reply was modified 5 months, 4 weeks ago by Webvriend.
Thanks for sharing. I have already applied this. This is what I have now:
https://www.youtube.com/watch?v=<VIDEO_ID>?autoplay=1&mute=1&loop=1&playsinline=1&playlist=<VIDEO_ID>
But unfortunately the loop doesn’t work on mobile.
- This reply was modified 5 months, 4 weeks ago by Webvriend.
The Layer Slider option is not useful, we don’t load it at all. Can’t you create a little hook in ~/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow-video.js: to always force autoplay for all types of videos?
Hey @Guenni007,
Thanks for your help, the parameter &playlist= seems to work and is the solution. Now I also want a rel=0 on it so that it is always ahead. I have now also done rel=0&loop=1, this just doesn’t seem to work yet. Do you also have a tip for this?- This reply was modified 6 months ago by Webvriend.
Hey,
See the private content field.Hi @guenter, see replay
See private content @ismael
@guenter any update?
Hi Ismael,
I don’t think everyone knows and uses this option.
Is it really difficult to add this option to the theme? I know I can do it with css. Only I would like to see this reflected in the core of Enfold.
Dear Ismael,
Thanks for your comment! Do you want to add a filter for this? or is this not possible?
@Günter, Have you done some more research on a sticky header for mobile?
you can use this code as an example:
/** * Change the column gap * * @since 4.8.7.1 */ function wv_column_spacing($space) { $space = 2.0; return $space; } add_filter('avf_alb_default_column_space', 'wv_column_spacing', 999, 1);
^ This filter ensures that the space between all columns becomes 2%.
- This reply was modified 3 years ago by Webvriend.
@Günter,
Nice job Gunter! Waited a long time for this feature:
avf_alb_default_column_space
Now only the sticky mobile menu remains, then my wishes for the coming time are provided again! And is Enfold closer to a modern theme..
I hear from you Gunter.
This seems like a nice addition to the theme options. Do you want to create a filter for it so that we can set this globally in functions.php? I look forward to meeting the Beta!
@Guenni
I use the filter a lot see example:
<?php /** * Add a new color set * @since 4.8.7 * * All default Enfold color sets * Logo Area * Main Content * Alternate Content * Footer * Socket */ function wv_color_sets($color_sets) { $color_sets['tertiary_color'] = 'tertiary'; return $color_sets; } add_filter( 'avf_color_sets', 'wv_color_sets', 999, 1 );
@Gunter,
Thank you for asking Kriesi. Previously I always used this CSS:
#top .av-flex-placeholder { width: 30px; }
This no longer works on a column. We used this css hack on many website’s. There is no other easy hack for this either.
@Günter,
Have you already given this point more attention?@Günter,
Do you also want to make the column space adaptable? Now the column space is 7%, which is far too large in modern designs.
@Günter,
Has this option been given priority for you? This is a very nice improvement and relatively simple the logic is already there
Hi Victoria,
We know that. Only it would be a nice option to add to the core of Enfold. As a theme option.January 20, 2021 at 3:51 pm in reply to: Problems with Enfold in combination with WordPress 5.6 #1274087@Yigit Yes, that’s good news I’m looking forward to it greetings!
January 20, 2021 at 3:10 pm in reply to: Problems with Enfold in combination with WordPress 5.6 #1274073Is the release of Enfold 5.0 already known?
Hi Rikard, Yes. My question is what enfold will add and adjust in 2021, etc. I think many users would like to know.
December 15, 2020 at 11:33 am in reply to: Problems with Enfold in combination with WordPress 5.6 #1267431Thanks Rikard
-
AuthorPosts