Forum Replies Created

Viewing 30 posts - 8,881 through 8,910 (of 11,480 total)
  • Author
    Posts
  • in reply to: WPML flags next to social media icons in the footer socket #889717

    by the way you can use shortcodes in copyright input field too!

    but you can do it via Enfold capabilities. without shortcodes or …
    1) Go and create a new menu ! f.e. call it “socket” and mark it as Enfold (Child) Footer Menu
    2) Leave it empty if you like !
    3) go to your WPML Options – there is an oportunity called “Menu language switcher ” mark it and customize it as you like – the menu is than the new “footer menu” and the position will be besides social buttons

    • This reply was modified 7 years, 6 months ago by Guenni007.
    in reply to: Define Responsive Break Points #889346

    can you test this if it is working for header option (header_left : logo and menu on the left)

    i do not have any success on this

    – edit: oh no – i have the fixed frame layout :
    how to let this switch earlier ?

    • This reply was modified 7 years, 6 months ago by Guenni007.
    in reply to: WPML flags next to social media icons in the footer socket #889342

    go to the widgets and put in the desired widget area a text-widget and add the shortcodes
    [wpml_language_switcher type="footer" flags=1 native=0 translated=0][/wpml_language_switcher]

    if you like to have names native=1 etc – go and google to wmpl shortcodes language switcher
    you can see it here in action: https://isp-grube.de/

    in reply to: Attention: New German court decision, contact forms #887614

    But – i read that decision now – the concerning site doesn’t have any data protection note. So the court said that on the place where those datas are collected – there must be a note.
    As i understand it now – if you got an extra page vor data protection note – this will be not necessary.

    in reply to: Different sidebars for different products #886866

    very often Products are as Portfolio on Enfold only customized Posts. So there has to be Categories concerning to.
    I have no shop on my test installations – so i can not play with it.

    in reply to: Ankerpunkt setzen auf einer zweiten seite #886547

    Ach noch eines. : sieh mal hier wie man youtube videos so einbindet, dass da keine anderen Videoempfehlungen etc eingeblendet werden:

    http://www.sumago.de/10-nuetzliche-youtube-embed-code-tipps-fuer-dich/

    Tip : rel=0
    diese Bedingungen kann man in Reihe schalten, wobei die Erste immer ein ? bekommt die zweite ein &

    also zB:
    https://www.youtube.com/embed/v3FmdwTXTG0?rel=0&autoplay=1&showinfo=0

    machmal geht es auch nur wenn man statt embed watch nimmt z.B:
    https://www.youtube.com/watch?v=v3FmdwTXTG0?rel=0&autoplay=1&showinfo=0

    in reply to: Ankerpunkt setzen auf einer zweiten seite #886546

    du hast da als IDs folgendes in den Colorsections gesetzt:
    httpswww.beatwittwer.chmobilestaatlichanerkannt und
    httpswww.beatwittwer.chmobilewhatitseems
    stattdessen empfehle ich dir
    auf der entsprechenden Seite (mobile) nur “staatlichanerkannt” (ohne Anführungszeichen natürlich) als Anker in der color-section zu definieren.
    Dann ist der Link im Video: /mobile/#staatlichanerkannt . gerne aber auch absolut https://www.beatwittwer.ch/mobile/#staatlichanerkannt
    entsprechend dann für das zweite Video
    das es mit dem ersten Video funktioniert ist Zufall

    in reply to: Different sidebars for different products #886100

    there are some nice plugin that can do the job.
    a very mighty one with conditional tags : widget logic
    and a nice one with less options but easier to set up: restrict widgets

    try first with the second one if it is enough settings for you

    you will have the oportunity to set up to see on selected or to see not on selected
    and than you can choose from a great list – where you like to see that widget or not

    in reply to: Colour Section Grey instead of white? #885577

    you have defined it in the optionsdialog of the color section a color-section overlay – to background-color : black ( #000). with an opacity at 0.2
    that causes in a light gray.

    in reply to: Change of header – only for one sub-URL #885212

    Victorias code must work – accept i would make it specific to that post:

    #top.postid-4665 .av_minimal_header #header_main .container, 
    #top.postid-4665 .av_minimal_header .main_menu ul:first-child > li a,
    #top.postid-4665 av_minimal_header #header_main > .container .main_menu  .av-main-nav > li > a {
        height: 90px !important;
        line-height: 90px !important;
    }
    #top.postid-4665 #header #header_main {
      background-color: #646464;
    }

    and maybe you do on that page a bit of padding on bottom/top of the logo:

    .postid-4665 div .logo {
        padding: 5px 0;
    }
    in reply to: Lightbox / Image Size #885206

    by the way the dimension of videos in a lightbox is a bit different !

    f.e:

    .mfp-iframe-scaler {
        width: 80vw;
        padding-top: 45vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%) !important;
    }

    80:45 = 16:9

    • This reply was modified 7 years, 6 months ago by Guenni007.
    in reply to: Lightbox / Image Size #885205

    well first of all there are a lot of snippets for that you can insert in your functions.php of your child-theme
    i sometimes use this – and it depends on what i like to have bigger ( than the fullsize image is taken instead of the large one)

    
    function change_lightbox_size() {
        return "full";
    }
    add_filter('avf_avia_builder_helper_lightbox_size','change_lightbox_size', 10);
    
    function enfold_customization_change_popup_size( $size ) {
      return 'fullsize';
    }
    add_filter( 'avf_avia_builder_masonry_lightbox_img_size', 'enfold_customization_change_popup_size' );

    to style the dimension of the image you can play with:

    img.mfp-img {
        height: 70vh !important;
    }
    in reply to: header loading http giving https security warning #885166

    look to your transparency options if you have inserted a logo there.

    in reply to: Gallery Element: Disable Click-Functionality #885163

    nein – bei mir funktioniert das mit dem keinen link setzen
    hast du eventuell ein anderes Lightbox Plugin installiert?

    in reply to: Gallery Element: Disable Click-Functionality #884788

    PS : ich kann es nicht nachvollziehen, bei mir haben die oberen Bilder keine Linkfunktionalität wenn ich es anwähle ? !!
    https://webers-testseite.de/galerie/

    in reply to: Gallery Element: Disable Click-Functionality #884785

    der Film zeigt mir zwar was du erreichen willst, aber hilft mir wenig dir einen Code zu generieren.
    generell – wenn es nirgends gefordert ist, könntest du das in Enfold – theme optionen – Lightbox Modal Window global abstellen.
    Soll es nur auf der Seite passieren könntest du mit einer benutzerdefinierten Klasse die css eigenschaft pointer-event: none festlegen

    da du aber die funktionalität der kleinen Bilder unterhalb der Galerie behalten möchtest muss du es nur auf das obere Bild anwenden.

    • This reply was modified 7 years, 7 months ago by Guenni007.
    in reply to: Attention: New German court decision, contact forms #884330

    Many thanks for that info!

    Danke vielmals – !

    By the way – those who uses such Autoresponder E-Mails for some advertisements colide with german law too:

    https://kirmse.eu/auto-responder-als-e-mail-spam/

    Keinerlei Werbung also in die E-Mails mit hineinpacken. !

    in reply to: Code I want to remove in Source Code #883166

    this is in functions-set-avia-frontend.php since line 1325
    I could also do without this information on source code !

    and the function is function avia_debugging_info()
    i do not see the benefit of this function

    If a mod can explain the reason for it ?
    this is the way you could get rid of it
    this to functions.php of your child theme:

    if(!function_exists('avia_debugging_info'))
    {
      function avia_debugging_info() {
        // 
      }
    }
    in reply to: Shrinking Header Logo Size #883152

    if you are satisfied with a 50% shrink – do not set up the max-height of your logo with absolute height but with relative:

    .logo img {
        max-height: 200% !important;
    }
    in reply to: Shrinking Header Logo Size #883149

    by the way – if the logo stays transparent on text under the logo – it looks not so nice – maybe a semitransparent background on the subtext looks better – the background is a 50% white under the subtext of your logo: https://webers-testseite.de/sammons/ if you like you can drag&drop the file to use it.

    • This reply was modified 7 years, 7 months ago by Guenni007.
    in reply to: Shrinking Header Logo Size #883142

    this thread is nearly what you like to obtain: https://kriesi.at/support/topic/please-help-for-a-cool-header-design/
    on that solution i changed a bit the code of shrink_fix.js file – you all can read in pastebin . – But thread is old so my test page has gone.

    But on his page you can see the result: https://www.artig.st/ (hope it is ok to post this here – because on his screens you can see the url too)

    You see logo is overlapping and is shrinking on scroll down

    in reply to: Shrinking Header Logo Size #881968

    dear jane – maybe this is a nice lecture for you: https://kriesi.at/support/topic/shrinking-of-header-amount-an-info/

    in reply to: Increase H3 av-masonry-entry-title #879847

    by the way: the rule comes from shortcodes.css line 2511 and there is a space between the two classes – which is on my opinion wrong.

    in reply to: Increase H3 av-masonry-entry-title #879844

    try this:
    .av-masonry-entry.av-masonry-entry-title {font-size: 18px !important}

    the h3 is before (cascading style sheet) these classes – means:
    h3.av-masonry-entry.av-masonry-entry-title {font-size: 18px !important}
    but the code above should work too!

    And because of the two classes are on the same element there must be no space between them!

    in reply to: Two different logos and favicons #878483

    The functions.php is a central part of every wordpress theme. And it is allmost in root directory of the theme.
    On Enfold it is supported through functions-enfold.php. – The child-theme functions.php only ( its possible to overwrite things in parent-theme but) complements ( adds, expanding ) some functions.

    so – are you using the enfold theme with a child-theme? That is important – and has a lot of advantages.
    https://kriesi.at/documentation/enfold/using-a-child-theme/

    the prebuild child-theme of enfold comes with an empty (only some comments are in it) functions.php .
    This is always the case if you find here some snippets to obtain some customisations.

    If you have installed a child-theme and activated it all benefits of the parent-theme are there but to bring some new code to it which does not go away on updates this functions.php is needed.
    You can than edit it via ftp or via dashboard – appearance – editor
    on the right side there are the (on start) two files in the child theme : style.css and functions.php
    the mentioned code above comes to this place!

    Feel free to ask if there is something you don’t understand

    in reply to: Maximum Container Width #878011

    by the way – it is better to open a new thread for a different Question.

    in reply to: Maximum Container Width #878010

    did you see that the code is a bit different? i add before a class to only the iconbox which has an anchor element as descendant gets the pointer!

    to your timeline:

    .main_color .avia-icon-list .iconlist-timeline {
        border-color: #3E5EA7
    }

    you have behind the color an exclamation mark – maybe a rest of an important ?

    .main_color .avia-icon-list .iconlist-timeline {
        border-color: #3E5EA7 !important
    }

    there is no need to have a spacebar between so it could be #3E5EA7!important as well – so maybe you copy/paste the mark with the hexcode.

    in reply to: Maximum Container Width #877973

    maybe it is better to have only on those iconboxes a pointer which has a link
    so add a class with this code to iconboxes which includes an anchor in it and only give the css to those new class.

    add_action( 'wp_footer', 'ava_custom_script' );
    function ava_custom_script() {
    ?>
    <script type="text/javascript">
    (function($) {
        $('.iconbox').has('a').addClass('withlink');
    	function a() {
    			$('.iconbox.withlink').on('click', function(e) {
    					var link = $(this).find('a').attr('href');
    					window.location.href = link;
    			});
    	}
    	a();
    })(jQuery);
    </script>
    <?php
    }
    .iconbox.withlink {
        cursor: pointer;
    }
    in reply to: IPad Not Responsive #877803

    The test page has disappeared due to lack of interest

    in reply to: Rollback to earlier version #877485

    did you try to upload via ftp a whole enfold folder ( newest – or an older backuped version) ?

Viewing 30 posts - 8,881 through 8,910 (of 11,480 total)