Forum Replies Created
-
AuthorPosts
-
February 26, 2018 at 11:55 am in reply to: Big table results in avia code not getting rendered correctly, fragments of avia #917786
have you enabled the debug mode on enfold?
If so on new enfold there is on editor mode now an enfold shortcode parser. If you don’t see it you can activate it on top in the screen-options dialog.
There you can set “check enabled on update” – update that page and report if there are some warnings on “Show parser info”you can see here that open-sans should have font-style 300, 400, 600, 700, 800 : Link
so try it with font-weight: 300 ( and not light or lighter)And your font you are desired to have not to be bold is open-sans or a different font?
because you can see it in register-backend-google-fonts.php (enfold/includes/admin) that not all integrated font got the 300 option.
Go and have a look on google fonts if the wanted font has a 300 font-stylelink to the google fonts included in enfold: Google Fonts in Enfold
by the way – try it with work-sans ( it has a 100 font-style) if it will work with that font. – if not we had to search a different way why it is not working .
Seems that he has taken the last advice – but as i said the crossbrowser compatibility is not there:
https://caniuse.com/#search=font-size-adjustthe other quick css code will work too and …
or if you recognize a font-smallness on that spezific font-icon you can try font-size-adjust on all features-mc icons
#top .avia-font-features-mc, body .avia-font-features-mc, html body [data-av_iconfont="features-mc"]::before { font-size-adjust: 1.1; }
Edit: forget about that – cross-browser compatiblity is not given !
-
This reply was modified 7 years, 4 months ago by
Guenni007.
But on your site i can not see that – on the image hoster – yes :lol
but as i said – on your page i does not see that effect.1) By the way – you forgot to set one custom class to the second row left (or is it intentionally)
2) By the way – you know that interesting page for SIMULATED DAYLIGHT PDT WITH INDOORLUXIcon is font-size ( it is hard to simulate it because there are minifying tools on your page)
try please:#top .iconbox_left_content .iconbox_icon.hexagones, #top .iconbox_right_content .iconbox_icon.hexagones { font-size: 42px; line-height: 70px; }
-
This reply was modified 7 years, 4 months ago by
Guenni007.
i would have done it with icons sandalone with caption :
if so i would give to this icon element a custom class – something meaningfull like: spezial-full-iconthan put in your quick css :
.av_font_icon.spezial-full-icon { border: none !important } .av_font_icon.spezial-full-icon .av-icon-char { background-color: #f05a1a ; border-width: 0px } .spezial-full-icon .av_icon_caption { color: #000; !important } .spezial-full-icon [data-av_icon]::before { color: #fff }
see here: https://webers-testseite.de/fullicons/
-
This reply was modified 7 years, 4 months ago by
Guenni007.
Yes you have no content in the footer . – so Rikards Solution is best
February 23, 2018 at 1:11 pm in reply to: Big table results in avia code not getting rendered correctly, fragments of avia #916638on the most cases the signs are transfered via visual mode to something else for example as you can see here in this line
i typed the&
and it will be transformed to& with ;
see what input field made of it or exclamation marks see difference “abc” and"abc"
same with simple exclamation marks etc.i sometimes have to do it with bwp minify as well. My additional google maps plugin f.e. has to be excluded to run.
well to get hexagone icons in enfold is not difficult to reach.
here you can get some of the clip-path : https://bennettfeely.com/clippy/
what is to do.
1) give the icon-box or icon-list a meaningful custom class (here it is hexagones)
2) this comes to quick css (yes without the ending e):
.hexagon { -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }
3) this comes to functions.php of your child-theme:
function add_class_to_icon() { ?> <script type="text/javascript"> jQuery('.hexagones .iconbox_icon').css( 'border-radius' , '0px' ); jQuery('.hexagones .iconbox_icon').addClass('hexagon'); jQuery('.hexagones .iconlist_icon').css( 'border-radius' , '0px' ); jQuery('.hexagones .iconlist_icon').addClass('hexagon'); </script> <?php } add_action('wp_footer', 'add_class_to_icon');
the clip-path must go to the icon itself. So we had to add the hexagon class to it via addClass
Results: https://webers-testseite.de/hexagons/
The demo https://kriesi.at/themes/enfold-medical/ seems to fit well for youFebruary 23, 2018 at 10:49 am in reply to: One page navigation sticky header moves content behind header on tablet #916572is there any private content i can’t see ?
because the link above is no enfold theme. I’m wondering about the flyout mobile menu.i recognized that a lot of videos run on easy slider – another advantage is that you have there a choice to setup autoplay, mute and other things.
You can have a link on the whole slide – so f.e . you link to the gallery concerning to the wedding.as i said above i inserted that little css to have the controls down the video !!!
February 22, 2018 at 8:36 pm in reply to: Big table results in avia code not getting rendered correctly, fragments of avia #916314i guess you have inserted it to visual mode window of edit field
go and insert it to text mode
on another thread i see that
modestbranding and showinfo does not work together
so if to see no title the modestbranding can not be disabled !with transparency header it works : ✓
wait if no header will work: ✓see test page with hide header on this site
edit :
Template : no header nor footer ✓. it works. ??not for that.
by the way – you could setup start and endtime of the video by:
&start=x ( in sec.)
&end=y ( in sec.)https://www.youtube.com/watch?v=3FDZYJo9Yfw?autoplay=1&ecver=2&showinfo=0&loop=1&start=11&end=327&rel=0
see test-page of mine
but i guess that end time will only work if no loop is set
-
This reply was modified 7 years, 4 months ago by
Guenni007.
by the way you have to empty your cache.
first i was seeing on my page a title as well – but see now:
https://webers-testseite.de/cynthia/video2/so this seems to be the correct sequence for it –
?autoplay=1&ecver=2&showinfo=0&loop=1&rel=0
autoplay – is self explanatory
showinfo – is the title
loop – is self explanatory
ecver – enable/disable video suggestions on pause
rel – show at the end or notha i got it.
showinfo=0 and no branding ( youtube logo ) does not work together:
so take this link instead:
https://www.youtube.com/watch?v=3FDZYJo9Yfw?autoplay=1&ecver=2&showinfo=0&loop=1&rel=0
can you please post your link of your page
the showinfo=0 should supress that. ?right click on your link above and press open that link in new tab. You see no info at all – thats the point.
do you see the title on my test page ?
what link did you insert ?
no follow the link and do the rest.
it is an easy slider / containing one video “slide” – The link is above for you
you see on my testpage that it works without additional code in functions.php.Easy-Slider could be place in every container – even grid-layout. etc. pp
It is Enfold 4.2.4
here is an image-gallery: https://postimg.org/gallery/1l0tifbbg/
or please look here:
https://kriesi.at/support/topic/video-13/
for your video:
https://www.youtube.com/watch?v=3FDZYJo9Yfw?autoplay=1&loop=1&modestbranding=1&rel=0&ecver=2&showinfo=0&iv_load_policy=3
As you said full-screen video slider – and yes it is an mp4 (h.264, baseline version 3.1 – or high 4.1)
sometimes this is important for crossbrowser support
What are the specifics of the video and audio formats supported?Although the protocol specification does not limit the video and audio formats, the current Apple implementation supports the following formats:
Video:
H.264 Baseline Level 3.0, Baseline Level 3.1, Main Level 3.1, and High Profile Level 4.1.you see here the basic url on youtube itself:
click the image to enlarge
the rest is only to
autoplay, avoid anoying popups, avoid pause-overlay and at the end the relatives etc pp.so you could always place the rest behind a youtube url ( from the browser url on top)
Apendix after the video-link :
?autoplay=1&loop=1&rel=0&ecver=2&showinfo=0&iv_load_policy=3
the first is alway a Questionmark the rest is
&
in your url there is an error you have twice the video in it:
https://youtu.be/ciPCe8FCcrM/watch?v=ciPCe8FCcrM?just copy&paste the above
sometimes i’m wondering why people ignore to read the answers carefully !
have you a slider ! ??? or a video alb element ?go and place a 1/1 container
in it an easy slider ! (no scaling of the slides)
add single image or video
click above on the created placeholder for the “slide”
which type of slide : video slide
put in video urland the url is for you to copy&paste :
https://www.youtube.com/watch?v=ciPCe8FCcrM?autoplay=1&loop=1&modestbranding=1&rel=0&ecver=2&showinfo=0&iv_load_policy=3
your video playes in the above mentioned test link as you want?
This is Enfold 4.2.4 and newest WPdear Rob do you see the same error / fault on my test-page ?
It is a selfhosted video on a fullscreen slider ! – And it is Enfold 4.2.4February 22, 2018 at 6:37 pm in reply to: Vimeo videos in Fullwidth Easy Sliders won't play on mobile devices #916198you mean the do not play at all – or they do not autoplay ?
-
This reply was modified 7 years, 4 months ago by
-
AuthorPosts