Forum Replies Created
-
AuthorPosts
-
or if you like – you can replace it by images –
see here with the replacement code: https://webers-testseite.de/iconboxes/Wenn Du selektiver ( und nicht bei allen masonries ) das ändern möchtest musst du eventuell mit custom classes arbeiten.
ja – du könntest den dunklen overlay dunkler machen, oder du entscheidest dich – das Bild bei hover zu soften:
_______If you want to change this more selectively (and not for all masonries), you may need to work with custom classes.
Yes – you could make the dark overlay darker, or you could decide to soften the image on hover:#top #wrap_all .all_colors .av-masonry-entry h3 { color: #FFF; } #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content { background: rgba(0,0,0,.35); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }
das liegt daran, dass Du bei Dir 1/4 columns verwendest. Auf meiner Beispielseite habe ich eine 1/1 column. Das Image habe ich auf left gesetzt, und dem per css ein (relatives) margin-left verpasst, damit es in die richtige Position kommt. Ausserdem erhält es bei mir auch noch eine Größe die sich nach der Screen-Weite richtet – da es ja ein Bild mit Überblendung ist, und es bei mir einmal ein inline svg ist und einmal ein img tag muss ich für beide die gleichen Regeln setzen.
(ich vergab eine custom css dem IMG Alb Element: ideen-batch
.ideen-batch svg, .ideen-batch .avia_image { width: 20vw; margin-left: 10vw; } @media only screen and (max-width: 549px) { #av_section_1 { background-position: 75% 100%; } .ideen-batch svg, .ideen-batch .avia_image { margin-left: 3vw; } }
October 27, 2024 at 9:00 am in reply to: Search symbol on the left side of main menu is blank #1469919i guess you have done that as mentioned above – but – more and more i do believe that your installation is a bit buggy.
Compare mine and your DOM concerning to this :
(click to enlarge)
f.e. see mine:
aria-label="Suche"
is corrupted on yours toaria="-" label="Поиск"
or: // a split of data-avia-search-tooltip=" // to data="-" avia="-" search="-" tooltip="
and so on … – that’s strange – maybe a mod needs to look into your installation to see what’s causing this behaviour.
it seems that every
data-
is tilted from the DOM there – f.e.data-av_icon=""
is on your DOM : av_icon=””
( btw. that is the magnifier ) ???
Try to disable all plugins – refresh all cachings and have a look if it then o.k.
And then reactivate your plugins step by step – always checking whether the error occurs again.October 27, 2024 at 8:45 am in reply to: Search symbol on the left side of main menu is blank #1469918and how did you place that menu-item to show there? Have you placed a custom link inside your menu?
because it is there – but it is set to display none ( see the span ) – it is only a link to the search results-page:https://buzaevclinic.ru/?s=
there will be an ajax search input field instead.
it is not in the wordpress folder – it is inside the enfold folder : includes
October 26, 2024 at 3:44 pm in reply to: Search symbol on the left side of main menu is blank #1469893Refresh your caches – i can see it now.
October 26, 2024 at 1:16 pm in reply to: Search symbol on the left side of main menu is blank #1469888you have changed the value of that input field.
How did you do that?But you can bring back the magnifier by :
#top .avia_search_element #searchsubmit { padding-left: 1.3em; } #top .avia_search_element .av_searchsubmit_wrapper::before { content: "\e803"; font-family: "entypo-fontello"; font-size: 18px; color: #FFF; position: relative; left: 10px; top: 2px; width: 40px; z-index: 3; padding-left: 0.7em; font-weight: 400 }
that page – is it on Borlabs 3.x or 2.x Version
can you post the link of that page?aber hochladen der svg geht doch in der Media Library – oder?
svg’s benötigen absolute Größen Angaben! Manche svg codes haben Weiten und Höhen Angaben intern – Viele bevorzugen jedoch ausschließlich viewbox Angaben. Dann musst du im Quick css eine absolute Weite setzen. Bei den meisten Elementen bestimmt dann der umgebende Eltern-Container die Größe.
z.B über das Quick css:
#top img[src*=".svg"], #top #main svg { width: 900px; }
muss man dann halt sehen.
October 25, 2024 at 4:21 pm in reply to: Button link to open a video in a Lightbox help (please!) #1469845do not use the url as youtu.be link but – as watch link ( by the way youtube itself changed the url to that.)
https://www.youtube.com/watch?v=B-aLuJuVgKU
By the way: As long as it is not mandatory to specify this si parameter for a link, I would not use it.
on my opinion it is a “tracking” code and is Source Identifier. WHY?zunächst. Ich arbeite dort also nur mit einer Section und die hat auch nur ein Hintergrundbild. Dein Hintergrundbild hat eine aspect-ratio von : 423/1210
als ca. 35%.
Innerhalb den Optionen der Color-Section gibt es die Einstellung : min-height – dort nimm dann die “responsive section” und setze das auf 35%. Früher ohne diese Option habe ich das dann via css gemacht. Die % bedeuten hier nämlich das bezüglich der Screenweite die Höhe 35% beträgt .
das ist 35vw ( meint von 100 videoscreen width (vw) ist die Höhe 35 vw ). Das ist allerdings eine Höhe – keine Mindest Höhe – man muss also aufpassen, das der Content genug Platz hat und nicht dann übersteht.
Dadurch richtet sich nun die Section in Ihrer höhe nach dem Verhältnis der Hintergrundgrafik.
_______Dem Batch gebe ich auch eine relative Größe, damit der im responsiven Fall nicht unproportional groß ist. – Das ist wie bei Dir auch ein img ALB Element.
Mit der Überblendung zu einem anderen Bild bei hover ( leider eben nicht auf mobile devices ). Das es bei mir ein inline svg ist liegt an einem code snippet das mir alle img[src=*.svg”] in inline svg ausgiebt. das ist aber egal – es geht auch mit dem svg im img tag._________
Das mit dem Reinrollen – geht ja bei Img Element : Advanced Tab : Animation : “Roll in”
Das Überblenden ist etwas drunter bei “Image Hover Effect”: Fade to another image.
Damit das Rund wirklich gut klappt, sollte das andere Bild ein 1:1 Seitenverhältnis haben.on my test page the dropcap2 looks like this: https://webers-testseite.de/4inarow/ i just shifted the h3 a little to the middle of the circle – but thats all. (10 depends on h3 size setting)
.av_dropcap2 + h3 { position: relative !important; top: 10px; }
ich bin generell kein Freund von der Methode des doppelten Contents.
Sei es drum – du hast ja für diese zweite Section ( wie oben angemerkt auch eine unterschiedliche min-height definiert
bei av_section_1 ist es 300px – bei av_section_2 ist es relativ auf : 34vh
ob das sinnvoll ist es auf die Screenhöhe zu setzen ist fraglich. – ich wäre geneigt hier sogar es abhängig von der Screenweite zu machen.sieh mal hier : ein Hintergrundbild – eine Section : https://webers-testseite.de/ausgesonnen/
lediglich bei sehr kleinen Screens würde ich dann noch den Batch etwas mehr nach links rücken.October 24, 2024 at 1:17 pm in reply to: “Einfachen Slider” bei Klick auf Bilder vergrößern #1469763in dem Fall hätte ich ein Bild zunächst so bearbeitet wie du es wünscht ( eben auch mit der Einstellung das es in der Lightbox öffnet ) und dann dieses mehrfach kopiert (“copy and add last entry”) – danach dann nur die Bilder getauscht.
Leider ist es so, die Arbeit kommt vor dem Lohn.
Unterschiedliche Captions und Overlays und Tag Einstellungen etc. müßtest Du ja auch pro Slide einstellen.This page is the overview page of existing demos! : “Choose a Enfold Demo”
That Demo Overview is nothing special – it just shows you a masonry with sorting options on the bottom with the offered Demos.
because sometimes it is usefull to have a title tag on an image ( becaue if you like to show it in a lightbox – this will be the caption for it by default) it makes sense to only remove them on hovering the image – for that put this to your child-theme functions.php:
function temporary_removal_title_tags(){ ?> <script> window.onload = function() { var links = document.querySelectorAll('a, img, *[title]'); for (var i = 0; i < links.length; i++) { var link = links[i]; link.onmouseover = function() { this.setAttribute("data-tooltip", this.title); this.title = ""; }; link.onmouseout = function() { this.title = this.getAttribute("data-tooltip"); }; link.onmousedown = function() { this.title = this.getAttribute("data-tooltip"); }; } }; </script> <?php } add_action('wp_footer', 'temporary_removal_title_tags');
A temporary storage takes place to a data-tooltip – and on mouseout or click (mousedown) it will bring back the title tag.
By the way – your example pages do not use the title tag on their images:
and you are not able to describe the bug so that we other participants can also check that it affects us.
A variety of font size settings are available in Enfold.
As Rikard mentioned above: Enfold->General Styling->Typography.
(click to enlarge the images)
or on each alb with text there are options to have different font-sizes depending on screenwidth – f.e. headings:
I sometimes prefer the option to set a fluid font size – for this I activate the option to change the field for setting the font size to an input field.
on a (default hidden option) – you can choose to have that:
on that page here you can calculate that css for it – for maximum browser support, i use the min-max option – see image on the bottom
https://websemantics.uk/tools/fluid-responsive-property-calculator/see an example page : https://webers-testseite.de/heading-with-fluid-font-size/
October 24, 2024 at 11:15 am in reply to: How to limit “Blog Posts” element to show only two blog posts #1469751Auch WPML hat diese Umschaltung:
WPML > Sprachen > Sprachen berabeiten und nutze das folgende Gebietsschema (Default locale) für Deutsch:
de_DE-formal
Mit diesem Gebietsschema wird WordPress automatisch die formellen, deutschen Sprachdateien für WordPress, Themes und Plugins anwenden, sollten diese vorhanden sein.bzw. solltest Du es für die schweizer Version benötigen: Die gibt es für formal leider nicht (auch bei WordPress nicht). – Wäre also für dich eine Herausforderung die zu liefern ;)
für eine automatische Ersetzung des “ß” gegen “ss”
oder der „“ gegen «» gibt es bestimmt eine Lösung ;)f.e. in child-theme functions.php:
sorry – Board Soft transfered my code snippet to something different : see here on pastebin: https://pastebin.com/2jDyQLGscopy/paste without the php start
PS: letztere Ersetzung wird kaum vorkommen, da es das Große “ß” istüberprüfe das mal ob wirklich der Header sich in den Maßen ändert. Ich denke die Section verändert sich dadurch, und da sowohl Header als auch Section ähnliche Hintergrundfarben haben siehe es so aus als würde der header höher. Da Logo bleib jedenfalls in seiner Größe gleich.
Ausserdem hast du ja unterschiedliche min-height Einstellungen gesetzt- und das mit unterschiedlichen Hintergrundbildern.
this seems to be a nice little plugin: https://en-gb.wordpress.org/plugins/bluet-keywords-tooltip-generator/
it works with a glossary in the background: that means all your keywords shows on content with a tooltip.
f.e. if you use CEO in your text – it will show the tooltip. You do not need to insert that manuallysee here – and hover CEO: https://webers-testseite.de/tooltip/
What you are looking for is called a tooltip. You could create this manually yourself by placing a text after the texts that require explanation inside a f.e. span tag with a special custom class and then using this class to show/hide it when hovering.
However, if you use this frequently, this is probably a cumbersome method. There are probably some plugins that could do just that.
see for example that demo: https://tooltips.org/wordpress-tooltip-plugin/wordpress-tooltips-demo/Well, it is possible to use animated gifs as featured images.
See here : https://webers-testseite.de/blog-seite/
Video hosters like vimeo or youtube now offer a way to generate these (I think it was 8 seconds) small preview videos.
In order to use these as featured images, you have to fulfill some requirements regarding the maximum size, for example.to have the same behaviour – you can use Enfold Options to set a preview image, and use quick css to replace it with the animated gif at hover.
see here at the bottom left: https://webers-testseite.de/videotests/October 22, 2024 at 9:37 pm in reply to: How do I stop wordpress page builder defaulting for a new page #1469645First On Theme Options you find at the bottom: “Select Your Editor” – choose the classic editor
Next if you like to see at start the advanced builder editor you can add this to your child-theme functions.php:
function trigger_alb_on_load(){ ?> <script> (function($){ $(window).on('load', function(){ setTimeout(function() { $("#avia-builder-button").trigger('click'); }, 300); }); })(jQuery); </script> <?php } add_action('admin_head-post-new.php', 'trigger_alb_on_load');
Next:
ich sagte Dir ja bezüglich der Zentrierung des Logs, das du mit dem Media Query probieren musst bis wann das noch gut aussieht.Du könntest also dieses css durch aus so verändern:
@media only screen and (min-width:449px) { .responsive #top .logo { display:inline-block; width:100% } .responsive .logo a { display:inline-block } .av-contains-svg { left:50%; transform:translateX(-50%) } }
zusätzlich könntest du für alle Weiten folgendes setzen:
.responsive #top .logo img, .responsive #top .logo svg { width: 250px; }
den “Jump” wirst du ja nur an Desktop Browsern sehen. Ein Mobiles Endgerät wird nur in der Lage sein beide Zustände zu sehen, wenn die Größe des Displays im Querformat mehr als diese 768px beträgt. Durch das Kippen ist aber ohnehin soviel optisch im Umbruch, dass man das Springen hier kaum wahrnehmen kann. Das Phänomen tritt ja nur auf, bei Desktop Browsern, deren Größe durch ziehen des Fensters verkleinert wird.
Ich finde das Verhalten des Hintergrundbildes im responsiven Fall der ersten color-section da viel schlimmer.
___________
You will only see the “jump” on desktop browsers. A mobile device will only be able to see both states if the size of the display in landscape format is more than 768px. Due to the tilting, however, there is so much visual change anyway that you can hardly notice the jumping here. The phenomenon only occurs with desktop browsers whose size is reduced by dragging the window.
I find the behavior of the background image in the responsive case of the first color section much worse.
October 21, 2024 at 11:41 pm in reply to: Dia slideshow element: changing h-tag, overlay and location/font size title #1469580isn’t it on default a h2 heading?
-
AuthorPosts