Forum Replies Created

Viewing 30 posts - 2,341 through 2,370 (of 11,504 total)
  • Author
    Posts
  • in reply to: Layout not mobilfriendly according to GSC #1399433

    i can not see how you have set the gradient for the first button – it is not via quick css – it shows it is an inline style – so you have to look where this rule is:

    .avia-cookie-consent-button-1{
    	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8fc800+0,63aa00+100 */
    background: #8fc800 !important; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #8fc800 0%, #63aa00 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #8fc800 0%,#63aa00 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #8fc800 0%,#63aa00 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#63aa00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: none !important;
    	color: #ffffff !important;
    }

    delete the rule for the button-2 and add the selectors for the other button to that rule above:

    .avia-cookie-consent-button-1,
    .avia-cookie-consent-button-2,
    .avia-cookie-consent-button-3 {
    	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8fc800+0,63aa00+100 */
    background: #8fc800 !important; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #8fc800 0%, #63aa00 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #8fc800 0%,#63aa00 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #8fc800 0%,#63aa00 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc800', endColorstr='#63aa00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: none !important;
    	color: #ffffff !important;
    }
    in reply to: Layout not mobilfriendly according to GSC #1399428

    if it is not open – see if there is “Modal Window Custom Content”
    activate the switch – then scroll down and find your “5” on the window right bottom there is a “X” to get rid of it.

    in reply to: Header – kleinen Infotext variieren #1399328

    Was ich mir vorstellen könnte, ist das du die Besucher deiner Seite bittest aktiv ihre Herkunft offen zu legen; indem du das entsprechende Bundesland abfragst.
    Ich denke aber es wird wahrscheinlich leichter sein, die Telefonanlage dementsprechend zu programmieren, das eine auf deiner Seite angegebene Zentrale Nummer – je nach Vorwahl des Anrufers zu der entsprechenden Stelle weitergeleitet wird. Hier ist eine Herkunft leichte zu bestimmen.

    Es über die Besucher IP ( Geolocation IP etc. pp ) zu machen ist höchst wahrscheinlich nicht DSGVO konform.

    in reply to: Enfold Masonry Gallery with 1 column #1399319

    maybe it is an older version of enfold – i remember that there are versions with no option to choose 1 column. So you had to update your version to newer ones.

    in reply to: Social network sharing #1399295

    a very nice and GDPR ( DSGVO on german spoken Countries ) konform Tool / Plugin is the Shariff Wrapper
    Placed links only will do the job if you click on them! – contrary to the practice that seems to be common otherwise ( facebook pixel et. al. ) to send information when page is opening.
    On options dialog of the plugin you can decide if you like to show on default after/before every post/portfolio your general set social links.
    But i like the shortcode solution because on the help tab of the options you can see how to influence the shortcode what and how to show – f.e.:

    [shariff services=facebook|twitter theme=wcag borderradius=10 buttonsize=medium]
    

    i’m participant as you – so i do not see private content messages.
    But you can inspect your page in developer tools of your browser – if on html tag the languages are present for each of your translated pages

    then the enfold lang files will be taken to this corresponding setting. I work with WPML a long time – and i do know that they will place it in that manner.
    And you are shure that this read more link comes from enfold – and not from a third party plugin?

    So sorry – then you had to wait til a mod looks into your page.

    in reply to: Align widget in footer at the bottom #1399251

    And btw. from GDPR ( DSGVO ) reasons it is better to remove all font loading from third party plugins.
    Maybe there is an option too on the plugin to hamper this. ( as on the embedded Layerslider Plugin )

    PPS : es hätte gereicht nur diese unsägliche Regel aus dieser css zu löschen !

    in reply to: Hide embedded form page from home page menu #1399248

    if you do not declare a menu as “enfold main menu” or for using a child theme : “enfold child main menu” – the automatically generated WordPress menu will be shown. And this is a menu with ( i hope only ) first level pages. – never tested it.

    So to have influence on the menu items – you had to make your own menu.

    Create a new menu – name it as you like and declare it as main menu.
    Adding items to that menu – you can drag and drop those items to a position. If you pull them under a different page and a little more to the right – there will be shown a place where you can drop them. From now on this will be a second-level item in your menu. etc. pp.
    Drag them back to the left side will set them as 1st level Menu-item.

    Enfold got another option – this is called “use as mega menu” – you can see that – if you are opening the menu-item on the right side by clicking that littel triangle.

    All info to that menu-item is here – BUT

    on top-right of that menu options page there is a fly-out menu

    this flyout window will offer you all possiblilities to set for menu options page –
    including the items you can add to menu – and for menu-items f.e. to give each item a class – and f.e. a target

    What do you mean by: can’t find in the post slider.
    the place in postslider.php is set as : __( 'Read more', 'avia_framework' )
    and this indicates that the string is translatable via lang files.
    All translations are in the lang files (po/mo) in enfold/lang/ folder – on German there are two versions one with formal “Sie” the other informal “Du”

    I know the WPML is setting the lang attribute on html the correct way. So – if you change the language there is on html the lang mentioned:
    lang=”en-US” or lang=”en-GB” – lang=”de-DE” etc.
    if these are set – Enfold will use the corresponding lang file from lang folder.

    in reply to: linking Instagram to my footer #1399239

    Can you please describe in more detail what you want to achieve. What do you mean by linking to the footer ?
    Do you want to have a link to your instagram account in a footer widget? Is that it ?

    in reply to: Align widget in footer at the bottom #1399222

    Aha – the method to switch of the css one by one in developer tools. It must be the events-caledar-for-google-public.css

    it is this very globaly set rule :

    *, *:before, *:after {
      -webkit-box-sizing: inherit;
      -moz-box-sizing: inherit;
      box-sizing: inherit;
    }

    this is actually an impertinence from whoever is including this css. It has nothing at all specific for eventscalendar in this rule.
    It knocks out ( even if not with !important ) for ALL elements a rule that has influence everywhere. Please write to the plugin manufacturer. And remove this rule from that css.
    _________________
    das ist eigentlich eine Frechheit von demjenigen der diese css mit einschleust. Es hat überhaupt nichts spezifisches für eventscalendar in dieser Regel.
    Es haut ( wenn auch nicht mit !important ) für ALLE Elemente eine Regel raus, die überall Einfluss hat. Bitte mal den Pluginhersteller anschreiben. Bitte lösche also diese Regel.

    in reply to: How to add custom font for a testimonials element #1399202

    install your font. – Give a custom-class to your testimonial ALB ( this custom class will be on the testimonial wrapper container) .
    Choose the selector that fits for you.
    means decide if you like to have that font only for the avia-testimonial-content or for the whole avia-testimonial_inner etc.

    f.e.:

    #top .avia-testimonial-wrapper.custom-class .avia-testimonial-markup-entry-content {
      font-family: "brush script mt" !important;   /*** see what your bespoke font is named ***/
    }

    see ( a different font only for the testimonial ( not meta etc. ): https://webers-testseite.de/testimonial-styling/
    The code on that page is only for that specific styling there

    in reply to: Align widget in footer at the bottom #1399201

    ich kann es nicht finden. Eventuell solltest du mal schauen, erstmal alle plugin zu deaktivieren – in Enfold dann die Cache/Merging geschichten zu resetten.
    Dann schauen ob sich das Problem zwischen 768 und 989 px löst. ( denn selbst der Hamburger ist in der Spanne nicht zu sehen)
    Falls ja – dann mal ein Plugin nach dem Anderen wieder reaktivieren und schauen ob es an einem der Plugins liegt.

    in reply to: Align widget in footer at the bottom #1399165

    these rules here are added after the quick css entries :

    remove please the last rule in your quick css:

    .responsive .container {
      max-width: 1130px;
    }

    this is better done on Enfold – General Layout – Dimensions done:

    but on some reasons the grid.css rule and layout.css rules for container width do not take effect.
    There must be an error on a rule concerning to @media only screen and (min-width: 768px) and (max-width: 989px) {
    Guess a mod hat o login to your page to see where it comes from.

    in reply to: Align widget in footer at the bottom #1399162

    because you haven’t merged the files i checked it allready. There is no error on that.
    Did you paste in elsewhere some css code ? Or does a plugin inject a wrong code –

    in reply to: Align widget in footer at the bottom #1399158

    what makes me wonder is that the fallback width is working

    .responsive .container {
      max-width: 1130px;
    }

    and that the .container width is set to 100% on pages with sidebar even on non responsive case …

    this is commonly a sign that a rule inside your css is wrong set : missing closing brackets or comma instead of semicolon – or vice versa on selectors using semicolon to separte them.

    in reply to: Align widget in footer at the bottom #1399156

    the idea is good but add to your rule above:

    #footer .container {
      display: flex;
      align-items: flex-end;
      flex-flow: row wrap;
      justify-content: space-between;
    }


    BUT
    you have to proove your settings – because content on the right side is cropped on smaller screens like ipad :

    so maybe he has a customisation to get frontside background-image. On former times i do have a script for that too.

    so now i know that this is the fact. – Remove your custom script – And those extraimages on the flipbox content. All is now possible in the ALB itself.
    You can even change the order of showing. You can decide to show first backside and on hover the front is shown.

    here are some possibilities – very nice is the tooltip now: https://enfold.webers-webdesign.de/gridflip/

    in reply to: ALB deletes html in .team-member-name #1399136

    span will work if there is a class specified.
    <span class="not-bold"> … </span>

    in reply to: Fonts import doesn’t work #1399133

    Ok – i use for generating the webfonts the transfonter: https://transfonter.org/

    Fontsquirrel downloaded zip is not the one to upload ( inside that zip there is a folder specimen_files ) etc. pp.

    you had to open that zip – and extract only the needed fonts ( woff, woff2, ttf etc. pp.) and nothing else ( no folders nor css ) – put them in a meaningfull folder ( see nomenklatura hint above ) and zip that folder for uploading it to enfold.

    in reply to: Fonts import doesn’t work #1399131

    Guess you are working on Mac Devices – and zip files with the system integrated option or a third party app.
    First to mention is – compress without those little extra files OSX provides with meta data on desktop etc.
    Better Zip f.e. got an option called zip for PC.

    But apart from that, if you had prepared the fonts correctly, only one more glyphic font would have been included – (Enfold just tries to interpret these extra files).

    Next Info: The naming in that Enfold Font Manger is the name of the folder before zip it. ( green underline )
    The font-family name is independent on that – and will be generated by the font-file names ( red underline )

    So my assumption is that you did something wrong when preparing the folder and zipping it.

    i do not remember – did we have allready on 4.9 the front background images option?

    in reply to: shrinking sag logo #1399062

    you are welcome. by the way Günter main developer here on enfold is planing an input field for shrink amount.
    So it will be easier on future versions.

    in reply to: shrinking sag logo #1399053

    1.) DO not use Comma for entering Dezimal
    2.) if you want less shrink amount : the last Denominator ( line 91 ) is less than 2 ( f.e. : 1.333 )
    3.) why can’t you transfer the values as shown on the above image: https://kriesi.at/support/topic/shrinking-sag-logo/#post-1399002
    4.) no spaces between digits ( see screenshot of your code ): Link

    ____________

    Download it from pastebin: DL-Link

    in reply to: shrinking sag logo #1399002

    line 78 : 4
    line 91 : 1.333 ( use a dot ! )

    PS: if you like to have the 100px start height – go and choose on the enfold options – header size : custom pixel value !

    _________
    1.333 : (1.333 – 1 ) ≅ 4
    100:75 ≅ 1.333
    You have also entered the values the wrong way round.
    You have entered what should be in line 78 at 91 and vice versa. In addition as said no commas for the decimal places!

    • This reply was modified 2 years, 4 months ago by Guenni007.
    in reply to: shrinking sag logo #1398969

    Edit: because you have deactivate merging i can see that you have entered the values with comma – but you had to choose the dot 1.25 not 1,25
    Next: you have entered the values vice versa. The shrinkfactor 1.25 is on line 91 and the 5 is on line 78

    sorry i put in the table fields commata too.

    A shrink value of 5 means that it shrinks to 1/5th of the starting height. e.g.: Start at 100px End at 20px
    yes nomenklatura is not precise enough the shrink-factor is : 1/5 – but the value to enter on that line is 5
    Better name for it the mathematik correct way: denominator
    i will correct the link of mine.
    ___________

    just for understanding those calculations ( no need to read – but maybe you understand what is happening ):
    “st” is probably the abbreviation for scroll top.
    The line 78 checks if the scroll distance (now for the default value 2) is still smaller than half the initial height (for slim this is 82px; for large it is 116px and for custom the set value). As long as this is the case, the current header height corresponds to the value: initial height minus scroll distance.
    After that ( else case ) the height of the header is equal to : initial height divided by shrink factor. ( Line 91)

    in reply to: shrinking sag logo #1398945

    on how to generate your own replacement script file is described above and here: https://webers-testseite.de/header-shrink/
    the lines that are now responsible for those shrink amount are now on line 78 and 91.
    Just edit those lines to your needs on a copy of : avia-snippet-sticky-header.js in the folder enfold/js/
    upload that edited file to your child-theme/js/ directory ( which is not there on default – generate a subfolder this name)
    – if you use merging – than even this file only is to upload.
    – if you use for script those minified option – you had to upload a minified version of that edited file too – to your child-theme/js folder.

    in reply to: Search Results Page – Grid Layout #1398943

    there are no errors in his quick css – it is quiet small:

    h3.av-masonry-entry-title {
     color:#fff!important
    }
    top label.input_checkbox_label {
     font-size:16px!important
    }
    @media only screen and (max-width:767px) {
     #top label.input_checkbox_label {
      font-size:14px!important;
      padding-left:25px
     }
    }
    .pedigree-footer {
     display:none
    }
    .pedigree-name {
     text-transform:uppercase
    }
    main a {
     text-decoration:underline
    }
    #top div .av-light-form select option {
     color:#000
    }
    @media only screen and (min-width:768px) {
     .overlapping-columns {
      position:relative;
      height:auto !important
     }
     .overlapping-columns .flex_column.first {
      position:absolute;
      width:66% !important
     }
     .overlapping-columns .flex_column.first ~ .flex_column {
      position:relative;
      margin:0 !important;
      left:calc(66% - 8vw);
      width:calc(34% + 8vw);
      top:5vw !important;
      margin-bottom:10vw !important
     }
    }

    only: this rule should be ?

    #main a {
     text-decoration:underline
    }

    but the css snippet of Mike is still not present:

    .template-search .post-entry {
        clear: none;
    }

    did you enter css code to some other places ( custom.css etc. ) ?

    in reply to: shrinking sag logo #1398832

    First of all: you got this rule for your logo – and this is intentional set for this:

    .logo img, .logo svg {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
    }

    Next: you like to start at that setting of header-height : slim ?
    _____

    the ratio between starting height and height after shrink is on default 1/2.
    You can change that by having a child-theme script instead of the standard parent script: avia-snippet-sticky-header.js
    f.e. only shrink to 75% of initial height.
    See: https://kriesi.at/support/topic/shrinking-of-header-amount-an-info/

    Next: Because your logo is allready a svg file – there are possibilities to only show parts of your logo after finishing shrink.
    So you can think of not to show f.e. the subheading line.

    etc.

    so be a bit more precise what you like to have

    ( maybe have a look to : https://webers-testseite.de/header-shrink/ )

    in reply to: Bug: no sqare brackets in avia form subject possible #1398820

    Apart from the fact that there must be a reason why it doesn’t work and it is certainly interesting to find out how to achieve it i still don’t quite understand why there has to be square brackets in a subject field. What terminology requires this notation there of all places – and could not be done by curved brackets?
    I’m forced to use greater than and less than characters when I try to make proportions clear – there is no alternative to use them.

    PS : i tested the normal keys on my mac ( it is option 5 and 6 ) in that subject field – and they work – and the e-mail i resceived do have those square brackets.
    Where the above-mentioned greater than and less than are not transmitted!

Viewing 30 posts - 2,341 through 2,370 (of 11,504 total)