Forum Replies Created
-
AuthorPosts
-
is it a secret youtube video?
i’m Participant as you so – no private-content for me
this looks strange to me: ?feature=oembed&showinfo=0
https://www.youtube-nocookie.com/embed/nNA9ru2Ox5o?rel=0&iframe=true&autoplay=1&showinfo=0etc pp. ?feature i don’t know
-
This reply was modified 7 years, 9 months ago by
Guenni007.
it does not work with already setted alb elements – so you have to open them again and save them once more.
Every new alb element will have that alreadyi prooved it again : https://webers-testseite.de/iconlists-and-iconboxes-with-h-tag/
So if you already have elements set before, then you have to re-edit them – and save
-
This reply was modified 7 years, 9 months ago by
Guenni007.
can you give us the link to the youtube video you like to embed?
das Problem ist nicht die oberseite sondern die untere dann schräg zu bekommen
wenn du dich zB auskennst mit Polygonen ginge es so – ist aber ein wenig Koordinatensystem gefragt:
https://webers-testseite.de/elegant/reina77/
In diesem Beispiel werden die Schrägen komplett anders erstellt. D.h auch die color-sections
Aufbau: color-section – tab-section – color-sectiondie Mittlere Tabsection bekommt eine ID und sieht zB so aus:
#schraeg-links-rechts { -webkit-clip-path: polygon( 0 10vw,100% 0,100% 100%, 0 calc(100% - 10vw) ); clip-path: polygon( 0 10vw,100% 0,100% 100%, 0 calc(100% - 10vw) ); margin-top: -10vw; padding: 6vw 0; background: #ededed; }Der Tabkopf sollte dann die gleiche Farbe wie der Hintergrund sein !
polygone : koordinaten fangen links oben an, und gehen im Uhrzeigersinn weiter und immer x y
also Beispiel oben erster Punkt x=0 und y nach unten 0.1 screenweite etc.
darf auch pixel sein. aber relativ funktioniert bei kleinen Bildschrimen dann besser.-
This reply was modified 7 years, 9 months ago by
Guenni007.
naja und meine Frage war, ob es das ist was du haben willst: https://webers-testseite.de/reini77a/
Bitte klicke mal auf das “i”
these changes are to complicate?
maybe you insert on your alb a grid-row 1/2 – 1/2 and put in 1/3 columns – so there are 6 columns side by side and than you only have to set the grid-row to non-fullwidth – see here:
https://kriesi.at/support/topic/grid-row-not-fullsize-how-to/looks than this way: https://webers-testseite.de/30468-2/
or is it this you like to obtain ?
anhand deiner Seite sehe ich , daß ich wohl deutsch mit dir kommunizieren kann.
Die Schrägen lassen sich ja über color-sections realisieren.
jetzt möchtest du aber , dass die folgenden “Columns” wohl ganz die Breite ausfüllen? ähnlich der Tabsection oder?einfach zwei color-sections hintereinander und dann der zweiten color-section eine benutzerdefiniert Klasse geben.
z.B : full-container
hiermit wird dann dieser Container auf volle Weite gesetzt..full-container .container { max-width: 100%; margin: 0 auto; }Beispiel : https://webers-testseite.de/reini77/
ich habe die 1/3 columns nur mal farbig hinterlegt, damit du siehst, dass es dann auf volle Weite geht.
so ists im Backend (draufklicken um es zu vergrößern)

______________
Based on your page, I see that I can probably communicate German with you.
The bevels can be realized via color-sections.
but now you want, that the following “Columns” fill the full width? similar to the tab section?hm – more comfortable as my files – and update secure – you can’t find.
these files comes to enfold-child/shortcodes upload them via ftp.
insert into your functions.php of your child-theme:
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths){ $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }to embed those files ( the original Files stay in enfold parent folder – but are now unused)
Now see in the alb element – there is now a new array where you have the choice to set the h tag as you like !
hm i know the linotype font – it has a lot of Cyrillic Letters: Linotype Reforma Grotesk
and webfonts : https://www.linotype.com/de/318822/reforma-grotesk-bold-product.html?site=webfonts&format=ot-ttf&branding=pro
this on top is only an example – you have to know how the font-family name is in your @font-face rule !
maybe it is called Reforma-grotesk – look to your embed codeit will work but if you have a more specific rule with h6 and important than the rule is overwritten.
https://css-tricks.com/specifics-on-css-specificity/#article-header-id-0
look this thread and my solution for it:
https://kriesi.at/support/topic/change-full-screen-slider-to-h1-tag/#post-819873i did this to have a setting field for icon-box and icon-list alb element. (sinse Enfold 4 – do not try it if you are using an older version)
You can download those files here: Download
The best way is to have those files in child-theme/shortcodes. folder
and to include them by functions.php in your child-theme:add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths){ $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }for the list i do not set the possibility to have h1 because there should be only one h1 each page!
looks this way: https://postimg.org/gallery/144tcszl8/is the question: Why my menu is disappeared on mobile and tablet version? and you want to have the normal menu on tablet. You can set up this splitting on Enfold / Main Menu / General – Mobile Setting
Or is the question Why my menu is disappeared on mobile and tablet version.
Many websites have instead of the normal menus a mobile version in the form of this hamburger symbolwell the normal tabs are simple containers for ( you can also insert in tab content shortcodes) content.
the one on your other page (link) are tab-sections from layout-elements (https://kriesi.at/themes/enfold-2017/elements/tab-section/#layer-slider-plugin)
these are capable to style by default. ( btw. it is in layout-element that tab-section because you can even drag f.e. 1/2 containers in it like in a color-section.hasn’t the horrizontal Gallery an option to deactivate the lightbox? (image linking). #
– but because you say that you have two lightboxes there might be a conflict with another lightbox plugin you have installed.try with !important if this does not work without:
#top.category .post-meta-infos { display: none; }as an experienced member of this board you will have already tried the !important rule?
h6 { font-family: "Reforma Bold" !important }the trouble is if there was a different rule with !important note – i don’t know how enfold declares f.e. a setting from advanced styling rules.
so the the h6 rule only is too general – so if a more specific rule f.e. special-heading h3 exists with an important note the h3 only will not overwrite it.January 26, 2018 at 9:43 pm in reply to: 4.2.2. Out and Video Bug is Improved But Still There #903531i went back on some test installations of mine to Enfold 4.1.2 or 4.0.5 ( i got both on a duplicator archiv) the troubles come definitly from WordPress 4.9. They changed the mediaelement scripts and many more – the poor WP Bakery Page Builder User f.e. those things do not work. etc etc. pp.
So we are still relatively well. I can live with selfuploaded video to youtube till the next WP Update will fix those bugs.
January 26, 2018 at 11:15 am in reply to: 4.2.2. Out and Video Bug is Improved But Still There #903288by the way – this is not only an enfold trouble – the i-net is full of that topic.
It seems that all have this problem. So turn back to 4.12 Enfold does not solve the problem .
With their over-the-top arrogance, Apple has decided to throw things over. A lot of wordpress themes ( joomla etc too) got this troubles.
For performance reasons i’m testing now a lot of cdn free options and come to Cloudinary. Has a very good wordpress plugin and good free options. Even for bigger sites this is a good option. But now the point to this topic. They do transform videos for you. So you can realy adopt the video to the settings with good acceptance to Safari (mp4, H264, baseline pofile level 3). Even with this Safari does not start the video.
But a little advantage Cloudinary places a fallback image which is displayed instead.I hope apple would come soon to a solution of this.
So Apple and WordPress 4.9 ff is the trouble-maker.
WP 4.8 everything is fine with Enfold 4.22 and Safari-
This reply was modified 7 years, 9 months ago by
Guenni007.
January 25, 2018 at 8:57 pm in reply to: 4.2.2. Out and Video Bug is Improved But Still There #903032January 25, 2018 at 8:26 pm in reply to: 4.2.2. Out and Video Bug is Improved But Still There #903012i now tried a lot of alternative video formats (webm, ogv, m4v, mp4 etc.). Safari Desktop does not play it at all.
January 25, 2018 at 7:35 pm in reply to: 4.2.2. Out and Video Bug is Improved But Still There #902987ok – i see you have inserted a m4v – video – i will try that instead a mp4
yes i’m on 4.2.2January 25, 2018 at 7:06 pm in reply to: 4.2.2. Out and Video Bug is Improved But Still There #902973i can confirm – that a selfhosted video does not start on OSX HighSierra and Safari Version 11.0.3 : just a gray background
on Safari – Developer Tools – UserAgent : IPad – the video works ! (as you said)
But please do not do this with older enfold versions – this is an edited version 4.1 and later – since screenoptions are added !
Hi,
how can I make some changes to be able to add list of choice (h1,h2, … h6) for all element .
Best regards: learn how to read the code. :lol. ;)
i did that for enfold 4.1 and there seems to be no changes on 4.2 for those shortcodes.
But a child-theme is mandatory! you can overwrite the files in enfold/config-templatebuilder/avia-shortcodes. folder – but than on updating the parent-theme the things will get lost
see here in action: https://webers-testseite.de/weber/blog/
there are three files to change
you can download all files needed here: https://webers-testseite.de/slideshows_with_h-tag_since_Enfold41.zip1) create a folder on your child-theme directory called : shortcodes
2) put in those three files in that shortcodes folder
3) insert this to your functions.php of your child theme:add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths){ $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }now you have the opportunity to make a choice which tag should be placed !

But think of that a h1 should only be placed once on a page at the same time.so if you only have one h1 per slider and only one slider on that page it is ok to have for each slide a h1
next trial will be to have it with sidebars – maybe this will work too …
but this is a bug of Sierra and his browser-version.
because as you say on OS Yosemite – and on my HighSierra there is no such behavior.by the way : to get rid of that container on responsive case : goto column options dialog “screen options” and mark the concerning desired behavior.
yes – but this is an incomplete url
so i cannot see your screenshot
you can upload images here: https://postimages.org/ -
This reply was modified 7 years, 9 months ago by
-
AuthorPosts

