Forum Replies Created

Viewing 30 posts - 151 through 180 (of 11,347 total)
  • Author
    Posts
  • in reply to: Changing fonts does not work #1477644

    i see this in your DOM:

    jeroch

    no child just enfold.

    next: see if i switch on the usage of google web fonts via your privacy settings:
    https://webers-testseite.de/jeroch.mp4

    on your @font-face rules a lot of open-sans and one Din font:
    Bildschirmfoto-2025-02-22-um-19-11-44

    activation of uploaded Fonts : the list of uploaded fonts is at the end of that enfold list:
    Bildschirmfoto-2025-02-22-um-19-15-18

    something went wrong with your uploading ( on that child-theme with dinpro-light ) –
    and yes i have seen that on your video the child was activate ( but now the theme itself is in use)
    Bildschirmfoto-2025-02-22-um-19-17-47

    jak – can you post the link to that video?

    and you are shure, that these black bars are not integrated to your video?

    in reply to: Crumbreads and Sidebars #1477630

    on transparency – there will be no breadcrumb – see functions-enfold.php:

    if(!empty($transparency)) $header['header_title_bar'] = 'hidden_title_bar';
    

    but you can place it via a shortcode –
    see snippet and usage on : https://webers-testseite.de/breadcrumbs-shortcode/

    in reply to: Changing fonts does not work #1477627

    First of all – your business location is Germany – so you had to be GDPR (DSGVO) compliant.
    For that reason – do you have any entrance inside your theme to hamper google font support of the theme. F.e. via a snippet plugin?
    like:

    function my_output_google_webfonts_script( $activate ){
      return false;
    }
    add_filter( 'avf_output_google_webfonts_script', 'my_output_google_webfonts_script', 10, 1 );


    OR

    function enfold_customization_switch_fonts() {
        global $avia;
        $avia->style->print_extra_output = false;
    }
    add_action( 'init', 'enfold_customization_switch_fonts' );

    you only uploaded open-sans and din-alternate-cdnfonts

    Next question: on your video i see that you are using a child-theme – but on your live site i do not see that you are using it?

    ON your Privacy setting : if i accept using Google Web fonts i see:

    my recommendation on GDPR compliance : use selfhosted fonts – upload them via font-manager as you did with open-sans.
    Then you do not need to mention the google webfont usage hint on privacy.

    in reply to: Similar themes to Enfold or design options #1477612

    Dear Mercedes salesman, could you please tell me if other cars are just as good and which one I should buy instead? Really now?
    Enfold is also a for-profit business. As a participant, I think I’m allowed to say this; I hope you don’t mind.

    footer, buttons und andere Elemente sind über diese Grundeinstellungen ( Allgemeines Styling ) gesetzt, aber diese Trenner werden wohl im Element (grid-row und dann die Zellen) gesetzt sein. Auch einige Sections HIntergrundfarben werden wohl im Element festgelegt sein.

    Die Textlichen Hervorhebungen sind über :

    #top .all_colors u, #top .all_colors span[style*="underline;"] {
      color: #719430;
      line-height: 1.4em;
      font-family: 'caveat',Helvetica,Arial,sans-serif;
      text-decoration: none !important;
      display: inline-block;
    }

    gesetzt.

    Wenn du eine Liste hast welche Farbe du gegen eine andere austauschen willst, könntest du es auch über die Datenbank machen.
    Tools wie https://de.wordpress.org/plugins/better-search-replace/ könnten da helfen.

    Im Grunde betrifft es wohl nur 3 Tabellen (wobei ich in dem Fall Groß/Kleinschreibung misachten würde):

    in reply to: extra arrows after updating enfold #1477608

    Refresh all cachings or renew the merging if you have activated that option.
    I do not see double arrows.

    in reply to: excerpt in magazine element / 2 columns #1477595

    on https://kriesi.at/themes/enfold-2017/elements/magazine/ you want to preserve the bigger image post and have on the smaller images a two column view?

    to have:

    you can have this by css only – but you had to break earlier to responsive case to have enough space for showing the articles with smaller images:

    #top .av-magazine-sideshow:before,
    #top .av-magazine-sideshow:after {
      display: none;
    }
    
    #top .av-magazine-sideshow {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
    }
    
    #top .av-magazine-sideshow .av-magazine-entry {
      flex: 0 1 48%;
      width: unset;
    }
    in reply to: Icon Grid Flipbox #1477559

    or use the partner/logo element – there is a grid option.

    in reply to: Strange inline height applied to Color Sections #1477117

    I can reproduce this by frequently narrowing and widening the browser window on smaller screen widths. This increases the calculated height of the column each time.

    i think the trouble comes from setting the column height not color-section height of those headings to 100%.

    maybe it is best to use here an absolute min-height option: f.e.: 250px

    I don’t quite understand the intention behind setting the height of a column. The height of the column depends on the content.
    i would set this min-height option to color-section only.

    in reply to: Lightbox Gallery Image Limitation #1477116

    i guess that this Carousel is not an Enfold created one. And your problem now is on opening one of those carousel image in lightbox – on navigating to the next inside lightbox – it shows other images from outside the carousel too?
    How did you place your carousel to the enfold layout – via shortcode … ?

    in reply to: align vertically the menu in the top bar #1477113
    #top #header_meta .sub_menu {
      padding-top: 10px;
    }

    this will end in a same baseline – if you like to have it more centered then use perhaps 9px

    in reply to: Umlaute bei Table of Contents #1477103

    Günter hier vom Team hat mir mittlerweile einen wohl bessere Version der Funktion dort unten zukommen lassen.
    Unten hat man jetzt :

    function av_pretty_url(text)
    {
    	return text.replace(/[ÄÖÜäöüß]/g, function(match) {
    				return {
    					"Ä": "Ae", "Ö": "Oe", "Ü": "Ue",
    					"ä": "ae", "ö": "oe", "ü": "ue",
    					"ß": "ss"
    				}[match];
    			})
    			.toLowerCase()
    			.replace( /[^a-z0-9]+/g, "-" )
    			.replace( /^-+|-+$/g, "-" )
    			.replace( /^-+|-+$/g, '' );
    }

    hier kannst du wieder die beiden Datein herunterladen – in Version 7 wird das dann wohl eingebaut sein.
    und kann dann aus dem child-theme js Ordner gelöscht werden. Die Funktion zum einbinden der Child-theme Datei dann auch.
    https://webers-testseite.de/avia-snippet-widget.zip

    in reply to: Formatting is off, but fine when I’m signed in #1476749

    it is like Rikard said a Caching Thing – I see that you are running: WP Fastest Cache
    have a look on Settings if there is something like if content is changed in frontend – refresh Caching files etc.

    I recommend disabling these tools as long as the page is not completely finished; they should work when the result is ready.

    when on your example page the widgets contents change ( f.e. below 768px) we have to have that alternativ content.
    so put in that widget areas that alternative content – and on wider screens we set them to display none – and on smaller screens vice versa.
    by css.

    there had to be some fine-tuning on very small screens (mobile phones) . but we could do that later …

    _____________________________

    by the way – just for info – you see here on showing the grids in dev tools f.e. below 990px:

    first you see the gaps ( 20px 40px)
    then you see there are 4 columns and two rows ( all columns have the same width but different height – 1fr = one fraction)
    first row: the 3 first grid-cells are filled with that area2 the 4th grid-cell is filled with area4 (“area2 area2 area2 area4”)
    last row: first 2 cells filled with area1 – last 2 cells are filled with area3 (“area1 area1 area3 area3”)

    __________________

    info – you do not need to fill every cell you could have f.e. here on first row: “area2 area2 . area4” the dot indicates an empty cell

    see here a nice post: https://css-tricks.com/snippets/css/complete-guide-grid/
    You do not need to always declare the grid areas – but if you want to change postion for different screensize – then this helps you to better address the different selectors.

    remove the flex settings given to you by docu.
    maybe test these settings first on dev tools insertion:

    try:

    /*** Naming of the Grid Areas ***/
    #header_main #media_image-3 { grid-area: area1; }
    #header_main #media_image-4 { grid-area: area2; }
    #header_main #text-3 { grid-area: area3; text-align: right }
    #header_main div.av-logo-container { grid-area: area4; display: grid; justify-content: center }
    
    #header_main {
      margin: 0;
      display: grid;
      gap: 20px 40px;
      grid-auto-flow: row;
      grid-template-columns: 1fr 1fr 1fr;   
      grid-template-areas:
        "area1 area2 area3"
        "area4 area4 area4";
      justify-content: stretch;
      align-items: center;
    }
    
    #header_main > div {
      justify-self: center;
      align-self: center;
      padding: 0 30px;
    }
    
    @media only screen and (max-width: 1119px) {
      #header_main {
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: 0.5fr 1fr auto ;
        grid-template-areas:
          "area2 area2"
          "area1 area3"
          "area4 area4";
      }
      #header_main #media_image-4 { transform:scale(1.2) }
    }
    
    @media only screen and (max-width: 989px) {
      #header_main {
        grid-template-columns: 1fr 1fr 1fr 1fr; 
        grid-template-rows: 0.3fr 1fr;
        grid-template-areas:
          "area2 area2 area2 area4"
          "area1 area1 area3 area3";
      }
      
      #header_main #media_image-3 { transform:scale(0.8) }
      #header_main #text-3 { transform:scale(0.8); padding: 0;}
      #header_main div.av-logo-container {display: grid; justify-content: center; background-color: transparent }
    
      #header_main div.av-logo-container {
        display:  block ; 
      }
    
      #header_main .av-main-nav-wrap {
        float: right;
        padding-right: 50px;
      }
      
      #top #av-burger-menu-ul {
        padding-top: 120px !important;
      }
    }
    
    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all .main_menu {
        position: relative;
      }  
      #header_main #media_image-4 { transform:scale(1); justify-self: start; padding-left: 50px }
      .responsive #top .logo {display: none;}
    }
    • This reply was modified 2 months, 1 week ago by Guenni007.
    • This reply was modified 2 months, 1 week ago by Guenni007.

    replace these to rulesets:

    #header_main {
    	display: flex; 
    	flex-wrap: wrap;
    	align-items: center;
    	justify-content: space-around;
    }
    
    #header_main .widget {
    	flex: 0 0 auto;
    }
    
    #text-3 {
      text-align: right
    }

    BUT: you will come to conflict if you go to responsive bahaviour, because the logo container is part of the flex items.
    i would try to do that not by flex layout but by grid layout.

    in reply to: The Events Calendar does not work #1476656

    https://kriesi.at/support/topic/events-with-an-expiration-date/#post-1476465

    Calendar plugins are real divas among the custom post types. I prefer the one above – but I don’t yet have a client who needs to manage bookings with it.
    you can customise the formatting of the output via shortcodes in the extensive settings, for example, and give the whole thing an Enfold look by using there tags and classes.

    You can also use the shortcodes ⇗ to create your own backend outputs of lists, e.g. an event list between two dates:

    You can often get help from the author himself in the support section.
    But to expect that installing one of these plugins will make everything work the way you want it to is a bit unrealistic.

    in reply to: Umlaute bei Table of Contents #1476647

    ich denke da muss man noch an den Regex nacharbeiten. Ich habe mal Günter gefragt ob er sich der Problematik annehmen möchte.
    Leider sind meine Skills da begrenzt.

    in reply to: IconList – make icons clickable #1476632

    nein ist klar, aber du sprachst ja auch oben im Titel und im Text immer wieder von IconList – was es eben nicht ist sondern Icon/Flipbox.
    In der Iconliste siehst du dann das oben angesprochene. Und wie gesagt – würde es bei einem sich nach hinten wegdrehenden Element Icon auch keinen Sinn machen.

    in reply to: Anchor Link doesn’t work on smartphone but on PC #1476628

    this is how gtag manager is implemented – Change the GTM-XXXXX with your code:

    function ava_g_tag_custom_script() { 
    ?>
    <!-- Google Tag Manager -->
    <script>
      (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
      new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
      j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
      'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
      })(window,document,'script','dataLayer','GTM-XXXXX');
    </script>
    <!-- End Google Tag Manager -->  
    
    <!-- Google Tag Manager (noscript) -->
    <noscript>
      <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-XXXXX"
      height="0" width="0" style="display:none;visibility:hidden"></iframe>
    </noscript>
    <!-- End Google Tag Manager (noscript) --> 
    <?php
    }
    add_action('wp_head', 'ava_g_tag_custom_script');

    how to set the conversion – please inform on google docu.

    in reply to: Anchor Link doesn’t work on smartphone but on PC #1476627

    btw. on my end the anchor even works on mobile:

    Did you read :

    Security and privacy for conversion tracking
    Google has strict security standards. Google Ads only collects data on sites and apps where you have configured tracking.
    Ensure that you provide users with clear and comprehensive information about the data you collect on your sites, apps, and other properties. Make sure that you also get consent for that collection where required by law or any applicable Google policies governing user consent, including Google’s EU User Consent Policy.

    Ich weiß ja nicht wie es bei Euch in Österreich ist, aber auch Ihr solltet unter die EU Gesetze fallen.
    Du musst mehr Augenmerk auf das Cookie Handling setzen. Selbst wenn ich alles ablehne bei deiner Seite sehe ich folgende Cookies munter senden:

    in reply to: IconList – make icons clickable #1476622

    Hier wäre es ja auch zunächst sinnlos, denn das Hovern zeigt dir ja dann die Rückseite – wozu also den Link auf dem Icon haben?
    Es gibt allerdings die Möglichkeit zunächst beim Öffnen die Rückseite zu zeigen, und dann bei Hover die Frontseite. In dem Fall siehst du dann das Icon –
    klickbar ist hier wie auch im anderen Fall immer die gesamte Fläche.

    – wenn man den Link nicht in den Backside Content als Link einfügt sonder diese Option dort nutzt ( – Erweitert – Link Einstellungen )

    Den Punkt “Inverse Layout – Ignored For Tooltip” findest du da, wo du den Rückseiten Inhalt eingegeben hast als Checkmark.

    Hier die erste Flipbox (oben) ist mit reverse order: https://webers-testseite.de/4inarow/

    in reply to: IconList – make icons clickable #1476618

    Auf welcher Enfold Version läuft deine Installation – gefühlt glaube ich das gibt es schon ewig dort.

    Edit: hattest du nicht von Listenelement gesprochen – über welches Element reden wir ? Rasterelement ( da muss ich erstmal schauen was das ist- ich nutze meist die englische Oberfläche)

    Jetzt verstehst du auch meine Frage: wo das Listenelement auf deiner Seite ist. Du sprichst hier über ein anderes Element. Icon/Flipbox Grid

    in reply to: Anchor Link doesn’t work on smartphone but on PC #1476617

    and that filter is set like described on my post:

    There is now a filter for this which you can set in the child-theme functions.php.

    and this will not hamper anchor links.

    on the page you linked above – i can see the id=”kontaktfooter” but found no link inside the DOM : href=”#kontaktfooter” neither on desktop view nor on mobile view.

    by the way: if you link to the kontakt page: https://augemusic.at/kontakt/
    you can choose inside editor that you only show the socket and not show the footer. – Why – then you will not see two kontakt forms.

    in reply to: Remove lightbox opening of feature image on blog post #1476612

    that filter set in child-theme functions.php removes the anchor and onty the image is inserted instead.

    add_filter( 'avf_post_ingnore_featured_image_link', '__return_true' );
    

    btw. that filter can be selective to posts from f.e. categories:

    function custom_avf_post_ingnore_featured_image_link( $ignore_image_links ){
      //  e.g. available variables
      global $avia_config, $post_loop_count;
    
      $ignore_image_links = in_category( array( 1, 'grafik' ) ) ? true : false;
      return $ignore_image_links;
    }
    add_filter( 'avf_post_ingnore_featured_image_link', 'custom_avf_post_ingnore_featured_image_link', 10, 1 );
    in reply to: Logo Not Showing Up on Mobile View #1476569

    can you post the child-theme functions.php here?
    (if so – please use the code tag)

    the other way round ? the first is your edited version – and the second the existing enfold one?

Viewing 30 posts - 151 through 180 (of 11,347 total)