Forum Replies Created
-
AuthorPosts
-
with body font-size you like to influence the normal content font size:
you got in your child-theme css this:#top .all_colors p { font-size: 14px; }body#top is not as specific as #top .all_colors p
– so try to change this value – or get rid of that rule that enfold options settings can take effect
by the way: you set on some elements inline-style font-sizes ( see f.e. investigators text set to 25px ) this has to be adjusted too – or deleted as inline style
if there is a 4.5.8 i hope – i will get it a bit earlier ;) :lol
It’s perfectly legitimate to ask, but it’s also the right of the developers here not to have to offer everything shown on their sites. Especially since it is not an ALB element. A quick look at the Developer Tools would have shown you that it is not a special element, but simply inserted as HTML code into a text block element.
I wouldn’t have said anything if you hadn’t unpacked the card with the umpteen licenses.
So – for me that’s said enough now. Since you are able to build it, everything is ok.ok – but you starting question sounds a bit different :
How did you create the interactive circle graphic with the 6 icons in a rung under ‘The Basics’ on https://kriesi.at/? Is this an element (or use of an element) I’m not aware of?
For someone who already owns so many licenses – one should be able to assume that he/she can use the Developer Tools.
Everything is in the code – and at the Kriesi page not even merged, so that e.g. the kriesi.js is open for examination.
On DOM you see what is necessary to have – and even that it is not an alb element but inserted to a text-block alb.You can see main inserted div with class: avia-principles ( be carefull there are two classes sounds very similar – and both are needed : avia-principles and avia-priciple). You can find via search on the css one after the other.
So a man who produces one installation after another should know how to copy and paste things.is there a page where we can see all this issue?
I remember a similar question here on board that was solved in a different way.
But i can not find my answer on that past question – so maybe we find a “new” solution to it.the code is so far correct – then i have to inspect the dom and css : either you post a link here so that I can check why this is so, or you have to leave the corresponding data for the mods in the private content – and wait til they find your post
and how did you implement it to use it as social icon ?
The reason why i ask is : did you realy use on that snippet : bookbubicon as short for the new icon – or bookbub ?because the red underlined part will be the addendum for the social-media class
where did you get that fontello BB
is there a link we can see your page?you can see here a little guidance on how to use for example a png as social icon and use it like the others:
https://kriesi.at/support/topic/adding-custom-social-icons-3/#post-934964so if that was the code above you want to use – you implemented that new icon by f.e.:
function avia_add_custom_social_icon($icons) { $icons['BookBub'] = 'bookbubicon'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);can i see the site where the problem is?
best would be to see the site link – if you can not make the link public – you had to wait til mods are here to help you – just set the link to private content field here on the topic.
August 17, 2019 at 9:44 pm in reply to: Side-by-Side cloned contact forms are a different height #1128511is there a page to see that ?
August 17, 2019 at 9:43 pm in reply to: Creating Grid Layouts with grid cells with different vertical heights #1128510nun zum einen ist das mit dem padding-top nicht korrekt , aber auch die page-id stimmt nicht:
.page-id-575 .mfp-iframe-holder .mfp-content { line-height:0; width:20 %; max-width:300px } .page-id-575 .mfp-iframe-scaler { padding-top:135% }es wäre schön, wenn die leute die Helfen sollen, auch gut an die Developer tools kämen. Von daher wäre es gut wenn man den Kontext Menu schutz für die Zeit deaktiviert. Es hält ohnehin keinen davon ab diese trotzdem einzusetzen.
Danke
dann wäre ein link zur Seite nicht schlecht um zu sehen warum es nicht gehen soll.
ist es flüchtigkeit beim einsetzen deines Codes hier an Board oder fehlt wirklich bei der ersten Regel der Punkt for der Page-ID ?
.page-id-495 .mfp-iframe-holder .mfp-content { line-height: 0; width: 50 %; max-width: 600px; }August 14, 2019 at 10:44 pm in reply to: How do I make a 3/5 container/column float in the top/left? #1127764the thing is not that the 3/5 container does not what you like to have the point is that the background-image and the container does not do what you intend to have.
The above gives you the possibility to have a responsive Color-section – but you have to make adjustments to have content that fits into the smaller sectionso my recommendation : use the fullwidth easy slider – it starts from the beginning with responsiveness. – and even the content is prepared for that.
you don’t need to find a relative font-size like the code above does with screen width relation – each slide got his own screen behavior to adjust for smaller screens :
August 14, 2019 at 8:40 pm in reply to: How do I make a 3/5 container/column float in the top/left? #1127726just one moment – i did’t saw the test link in your starting thread.
To have a responsive Color-Section – you have to have a responsive Content ! – otherwise it will go out of the container.
Your bg-image is 1600/768 so an aspect ration of 48%so you have to set your background-image to “contain” the image – but the height of the color-section should be 48% of width:
in responsive Case the 3/5th container should stay in this width or should be adjusted to your needs – enfold goes to have the containers under each other at a responsive width so to speek on 100% width:see here the test page: https://webers-testseite.de/responsive-color-section/
.page-id-35548 #av_section_1 { width: 100vw; height: 48vw !important; } .page-id-35548 .flex_column.av_three_fifth { width: 58vw !important; } .page-id-35548 .flex_column.av_three_fifth .av-special-heading h1 { font-size: 4vw !important; line-height: 6vw !important; } .page-id-35548 .flex_column.av_three_fifth .av-special-heading .av-subheading { font-size: 3vw !important; line-height: 4vw !important; } .page-id-35548 .avia-button .avia_iconbox_title { font-size: 2.5vw !important; } .page-id-35548 .flex_column.av_three_fifth .av-special-heading h1 { font-size: 3.2vw !important; line-height: 5vw !important; } .page-id-35548 .flex_column.av_three_fifth .av-special-heading .av-subheading { font-size: 2vw !important; }the classes have some fuctions – but i do not want to describe the way if it fits not your needs.
August 14, 2019 at 6:51 pm in reply to: How do I make a 3/5 container/column float in the top/left? #1127700you can do it via quick css f.e. to overwrite the vertical align : middle instruction
.page-id-35534 .slideshow_align_caption { vertical-align: top; top: 5vw; }on responsive case i go away from 100% container for caption and set it to:
.responsive #top.page-id-35534 .slideshow_caption { width: 60%; }( i did it only for that page )
August 14, 2019 at 2:37 pm in reply to: How to remove icons from blog that allows to swipe left and right to each one #1127625One div is an ID and this will be more weight on selector as three classes !
you can test this here if you click afterwards on : “Sort by specifity” you wlll see – https://specificity.keegan.st/so if the original rule has one div in it – you can not overwrite the rule with 10 classes ;)

#top .avia-post-nav { display: none !important; }-
This reply was modified 6 years, 3 months ago by
Guenni007.
August 14, 2019 at 2:31 pm in reply to: How to remove icons from blog that allows to swipe left and right to each one #1127622Und du bist dir sicher, dass du auch bei dem Menu speichern gedrückt hast? (Save Menu)
das mit dem Line break hatte ich falsch verstanden.
lies also direkt hier weiter: https://kriesi.at/support/topic/how-to-make-a-linebreak-in-icon-box-text/#post-1127604hast du mal einen Link zum schauen?
Das Title Attribute geht immer auf den anchor – beim Hovern zeigt dann der Browser meist einen Tooltip an, indem das Title Attribute gezeigt wird.
Das Title Attribute ist nur im DOM zu sehen. Was soll wo angezeigt werden?Übrigens die Description wird bei vielen Navigationen mit angezeigt. Die ist bei Enfold im Hauptmenu Normalansicht via:
.avia-menu-subtext, #top .sub-menu .avia-menu-subtext { display: none; }nicht sichtbar. Im Hamburger Menu wird Sie allerdings angezeigt.
Was ist mit diesem Rätselwort gemeint?
Oh very sorry – but i misread your request. A line break not in a word you mean between words
just set it manually by
first line <br>next linethe br stays visible on backend and is editable – not like the things mentioned above
-
This reply was modified 6 years, 3 months ago by
-
AuthorPosts







