Forum Replies Created
-
AuthorPosts
-
or do you really mean an Enfold – nulled Version ?
That would be a very brazen support request. ;)no x-theme is a unique theme itself ?
-
This reply was modified 7 years, 5 months ago by
Guenni007.
the easiest way is to go to the fontello page: http://fontello.com/
there you see a lot of icons.
You activate those icons you need ( you can even activate field of icons by press mouse button and pull mouse over an icon field.
on Top give your selection a font-name. and download it.
The resulting zip file you can import at Enfold ( import/export tab)if i have forgotten something to delete – please tell me.
your welcome – best whishes to the Netherlands. – My Great Aunt lived in Voorburg nearby Den Haagby the way: It is a pity that you do not use the slider as it is : a slider – with fading some different images ( maybe with the same captions ?
and again by the way: you can even use here the background-repeat the same way with commata
background-repeat: repeat-x, no-repeat, repeat-y
-
This reply was modified 7 years, 5 months ago by
Guenni007.
look to the test-page again:
.intro-tekst { box-shadow: inset 0px 0px 111px 3px rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19); background-image: url( ) , url( ), -webkit-gradient(ellipse farthest-corner at center, #FFFFFF 0%, #FFFFFF 30%, #C4C4C4 100%) !important; background-image: url( ) , url( ), radial-gradient(ellipse farthest-corner at center, #FFFFFF 0%, #FFFFFF 30%, #C4C4C4 100%) !important; background-repeat: no-repeat; background-position: right bottom, 120px center, center center; background-size: 120px auto, 200px auto, contain; }
first url is your edge effect, second is your seal, third is the gradient (if you like)
you can create your own gradient here: http://www.cssportal.com/css-gradient-generator/
for ie and older browsers i would declare a fallback to a simple background-colorResult-page: https://webers-testseite.de/multiple-background-images/
but i go back to my stretched layout again.-
This reply was modified 7 years, 5 months ago by
Guenni007.
background-images can be more than one f.e.
#exampleA { background-image: url(decoration.png), url(ribbon.png), url(old_paper.jpg); background-repeat: no-repeat; background-position: left top, right bottom, left top; }
if it is important the first will overlay the second and so on!
so we had to find a different quick css
do not place the background-image in 1/1 container via ALB. only give the background-color : #fff
and your class intro-tekst goes to that 1/1– i downloaded your seal png and try to implement it – just a moment
thats what i say put the box-shadow to 1/1 container not to the color-section ( so your class intro-tekst) goes to 1/1 not color-section.
no as you see
1) the slider ( i only did show the control elements to make it clear it is a slider full-width) is a normal slider
2) the color-section under it : normal with no miniumum height
3) put in your desired 1/1 container – give to him your class: intro-tekst
3a) background-color of 1/1 container as you like – with inset box-shadow it will work better with #fff
3b) your edge normal on 1/1 container
4) the 1/1 containerdeclare the margin-top here on 1/1 container not to the color-section via quick css !
https://webers-testseite.de/daniel01/
look if this will be the desired aim
i switched temporarly to boxed layout
removed
-
This reply was modified 7 years, 5 months ago by
Guenni007.
with headings, text-block or headline Rotator it will work without adopting it to responsive desing too much.
But as you see with masonry etc. which could get very high on small screens this will need adaptations.
The full-width and full-screen sliders are limited in height.maybe on min-height definition of the color-section it will be good to define the table layout a bit different ( not vertical-align: middle)
#over-the-slider.avia-section.av-minimum-height .container .content { display: table-cell; vertical-align: top; height: 100%; float: none !important; top: 80px; }
All font-sizes inherited the size from body. Maybe you can manage your desired result by using a screen-width dependent value
f.e.
body {font-size: 1.5vw}
but from that there will be more problems to come from than to solve one.
i think this is the clue – that on responsive design the containers width and their positioning is changed – and font-size stayes more readable-
This reply was modified 7 years, 5 months ago by
Guenni007.
by the way this was my testing page – but i did proove it on a clean install with newest WP and Enfold – with no other plugins running – the same thing.
Can you test it on your installations too – and have a look if its a real bug
???
The whole structure of the site (including the admin-bar on top, footer , socket) is in a mess
-
This reply was modified 7 years, 5 months ago by
Guenni007.
make your slider ( i took the full-screen one !)
after the slider take a color-section ( give it the id: over-the-slider )
(here the fullscreen-slider is easier – because i can set the color-section height to 100%) !!
80px is my header height ( if you got a different header height take this value)
do this to quick css:#over-the-slider { position: absolute; top: 80px; z-index: 5; background: transparent; }
see here : https://webers-testseite.de/daniel01/
Problems : the content of the color-section has to be smaller than the slider-height !
even for small screens – maybe than you can make some media-query rules to fit the content.What content is over your slider?
-
This reply was modified 7 years, 5 months ago by
Guenni007.
for your logo you should use an svg instead. Vectorbased is in small sizes the best way.
And you can use some code in functions.php of your child-theme to use the different logo on mobile or small screensby the way i posted a new tut here on board to explain a bit more specific how to … https://kriesi.at/support/topic/some-edited-enfold-alb-elements/
you have switched later to child-theme?
have you imported the parent-theme settings via import/export.?-
This reply was modified 7 years, 5 months ago by
Guenni007.
i guess these files are from me – so if you have allready placed some iconboxes (icon-lists) and put in afterwards the substitutes you have to edit them again.
There is new code added. So somehow it has to be added to existing iconboxes and iconlists. Logical right?I guess i will write a workaround to all my edited files i have made in the last time.
if you are working on a child-theme you can try to add that class via functions.php of the child-theme:
i can not see the private Content so try if this will workfunction add_class_to_wonderplugincarousel() { ?> <script type="text/javascript"> jQuery(document).ready(function() { jQuery('div.wonderplugincarousel').addClass('nolightbox'); }); </script> <?php } add_action('wp_footer', 'add_class_to_wonderplugincarousel');
-
This reply was modified 7 years, 5 months ago by
Guenni007.
By the way – this is a brainful method but its css magic is wonderfull
please compare : https://webers-testseite.de/elegant/
with: https://kriesi.at/themes/enfold-visual-artist/sorry for that – i opend here a new topic : https://kriesi.at/support/topic/new-enfold-troubles-with-iframe/
it seems to be something strange with iframe – even a simple webpage iframe fails!these symbols are set on default as placeholders for post formats – is you have a normal entry the pencil is shown – if you have a video etc
but – there are possibilities to style them – but not an easy way:look demo page of kriesi – there you have pencils etc. sometimes an author is shown or the featured image – depends on which blog style you have choosen: https://kriesi.at/themes/enfold-2017/blog/blog-single-author-small/
seem not to be a problem with youtube – developer link is top – but seems to be a problem with iframe on enfold ?
it works nice – but it seems to destroy the whole structure of the page where the iframe is inserted !!
by the way: https://developers.google.com/youtube/youtube_player_demo
with this it is possible : (iv_load_policy) to get rid of abonnents !!!
and to set the starting audio volume etc pp<iframe id="ytplayer" type="text/html" width="720" height="405" src="https://www.youtube.com/embed/ZN5RDJFwI3I?autoplay=1&disablekb=1&rel=0&showinfo=0&iv_load_policy=3" frameborder="0" allowfullscreen>
do not use the video alb element – Instead use a code element in what ever you like and try my codes above with iframe:
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/ZN5RDJFwI3I?rel=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
fit the width and heigt option to your desired one
look here: https://webers-testseite.de/embed-youtube/
If you like it with no controls at all:
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/ZN5RDJFwI3I?rel=0&controls=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
the right one is without controls but with autoplay option as above :
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/ZN5RDJFwI3I?rel=0&controls=0&showinfo=0&autoplay=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
by the way – do not wonder about it – the autoplay works in alb editor already :lol:
-
This reply was modified 7 years, 5 months ago by
Guenni007.
try this:
https://www.youtube.com/embed/ZN5RDJFwI3I?rel=0&showinfo=0&autoplay=1
or
https://www.youtube.com/watch?v=ZN5RDJFwI3I?rel=0&showinfo=0&autoplay=1
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=0
etc pp. ?feature i don’t know
-
This reply was modified 7 years, 5 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, 5 months ago by
Guenni007.
can you give us the link to the youtube video you like to embed?
-
This reply was modified 7 years, 5 months ago by
-
AuthorPosts