Forum Replies Created

Viewing 30 posts - 6,661 through 6,690 (of 11,820 total)
  • Author
    Posts
  • in reply to: Unable to use Classic Editor #1129192

    i recognized this too that on switching back to normal editor the frontend looks like this:
    the controls are a little mixed up there.

    click on the right side on visual / text tab – then the normal look and feel comes back.

    in reply to: Type Size will not change no matter what I do. #1129189

    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

    in reply to: Version 4.5.7.1?!? #1129187

    if there is a 4.5.8 i hope – i will get it a bit earlier ;) :lol

    in reply to: Kriesi homepage question #1129004

    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.

    in reply to: Kriesi homepage question #1128944

    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?

    in reply to: Kriesi homepage question #1128938

    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.

    in reply to: Diagonal section border makes button unclickable #1128893

    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.

    in reply to: Custom social media icon issue #1128692

    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

    in reply to: Custom social media icon issue #1128656

    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?

    in reply to: Custom social media icon issue #1128641

    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-934964

    so 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);
    in reply to: create a class #1128595

    can i see the site where the problem is?

    in reply to: I lose my logo when I make header transparent #1128590

    just invert the gray parts to white or very light colors f.e.
    click on the image to enlarge the logo to see on dark background:

    in reply to: Type Size will not change no matter what I do. #1128513

    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.

    in reply to: Side-by-Side cloned contact forms are a different height #1128511

    is there a page to see that ?

    well your idea to take the grid is ok i think.
    if you want the grid-row not to be 100%width there are methods to obtain that.

    in reply to: Größe Modal Window anpassen #1128474

    nun 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

    in reply to: Größe Modal Window anpassen #1128245

    dann wäre ein link zur Seite nicht schlecht um zu sehen warum es nicht gehen soll.

    in reply to: Größe Modal Window anpassen #1128205

    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;
    }
    in reply to: How to change the h2 tag on some text #1127842

    nein- deshalb meine Frage – du hast dort in dem Menu eingetragen , und auch save gedrückt?
    ( nicht übel nehmen, aber das vergessen manche schon – auch z.B. beim advanced layer slider ist unten auch ein Button der hie und da schon mal nicht betätigt wird )

    the 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 section

    so 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 :

    just 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;
    }
    in reply to: Side bar and color section #1127703

    the classes have some fuctions – but i do not want to describe the way if it fits not your needs.

    you 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 )

    One 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.

    btw: CSS Rule of Jordan should work – i guess you have Merging on so refresh the merged files on Enfold Performance

    you can get rid of it via Enfold Options Page: Blog Layout:

    in reply to: How to change the h2 tag on some text #1127619

    Und 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-1127604

    in reply to: How to change the h2 tag on some text #1127613

    hast du mal einen Link zum schauen?

    in reply to: How to change the h2 tag on some text #1127609

    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.

    in reply to: How to change the h2 tag on some text #1127606

    Was ist mit diesem Rätselwort gemeint?

    in reply to: How to make a linebreak in icon box text? #1127604

    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 line

    the br stays visible on backend and is editable – not like the things mentioned above

Viewing 30 posts - 6,661 through 6,690 (of 11,820 total)