Forum Replies Created

Viewing 30 posts - 8,581 through 8,610 (of 11,187 total)
  • Author
    Posts
  • in reply to: Code I want to remove in Source Code #890625

    thanks Rikard – but Question from 29.11. – i do expect a response of niallbyrne.

    in reply to: Google Webmasters – Search Appearance – HENTRY errors #890624

    no this was meant for niallbyrne in a different thread – it seems that on getting a solution – no response was set. – and i’m a bit disappointed

    in reply to: autoplay video background #890623

    did you try to set the autoplay option?

    because i only see: //player.vimeo.com/video/247134175?portrait=0&byline=0&title=0&badge=0&loop=1&autopause=0&api=1&rel=0&player_id=player_14_302329182_1434181973&color=cf1b15

    autoplay=1

    try to position it in front like:

    //player.vimeo.com/video/247134175?autoplay=1&loop=1&autopause=0&rel=0&portrait=0&byline=0&title=0&badge=0&api=1&player_id=player_14_302329182_1434181973&color=cf1b15

    yes what i thought if we can redefine the path to it

    in register-admin-options.php there is that include('register-backend-advanced-styles.php');

    yes i can change it here by manual typing – but than it will be lost on updating the parent theme.
    but maybe there is a way to change the edit array of a given setting via hook

    i changed to have the option to set for blockquote the font-family (which is missing on default) f.e. :

    $advanced['blockquote'] = array(
    	"id"			=> "blockquote", //needs to match array key
    	"name"			=> "<blockquote>",
    	"group" 		=> __("HTML Tags",'avia_framework'),
    	"description"	=> __("Change the styling for all <blockquote> tags",'avia_framework'),
    	"selector"		=> array("#top [sections] blockquote"=> ""),
    	"sections"		=> true,
    	"hover"			=> false,
    	"edit"			=> array(	
    		'font_family' 		=> array('type' => 'font', 'name'=> __("Font Family",'avia_framework'), 'options' => $google_fonts),
    		'font_size' 		=> array('type' => 'size', 'range' => '8-80', 'name'=> __("Font Size",'avia_framework')),
    		'line_height' 		=> array('type' => 'size', 'range' => '0.7-2', 'increment' => 0.1, 'unit' => 'em',  'name'=> __("Line Height",'avia_framework')),
    		'font_weight' 		=> array('type' => 'select', 'name'=> __("Font Weight",'avia_framework'), 'options' => $weight),
    		'text_transform' 	=> array('type' => 'select', 'name'=> __("Text Transform",'avia_framework'), 'options' => $transform ),
    		'color' 			=> array('type' => 'colorpicker', 'name'=> __("Font Color",'avia_framework')),							
    								)
    );
    in reply to: Google Webmasters – Search Appearance – HENTRY errors #890202

    and by the way – sometimes it will be nice to have a response to your requests if the answers work and if the thread can be closed:
    https://kriesi.at/support/topic/code-i-want-to-remove-in-source-code/

    And you are shure that you have clicked the second tab above pages window “show all” – (sorry the screenshot is of a german translation wp) ?

    in reply to: Define Responsive Break Points #889760

    thanks

    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, 2 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, 2 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, 2 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, 2 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, 2 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.

Viewing 30 posts - 8,581 through 8,610 (of 11,187 total)