Forum Replies Created

Viewing 30 posts - 8,521 through 8,550 (of 11,883 total)
  • Author
    Posts
  • in reply to: PLEASE HELP!!! I'm getting no response to my issue. #946841

    can you look what php Version is running on those servers?

    in reply to: Make Mobile Logo Bigger – Keep Desktop Logo as is #946835

    ok – than you had to wait til mods are here.

    3) you can set the top bar via functions.php of child theme:

    add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1);
    function avf_header_setting_filter_mod($header) {
    	if(is_page(1625)){
    		  $header['header_topbar'] = '';
    	}
    	return $header;
    }

    a display none is not displayed but allthough it is in the source-code

    in reply to: Make Mobile Logo Bigger – Keep Desktop Logo as is #946810

    it would be nice to see a link. Otherwise, it is purely speculative

    the logo itself is no background-image. For shrinking version you need a real image there :

    you can change the logo by adding this to functions.php of your child-theme
    if you want to have a different logo on mobile advices (even for ipad air etc)

    function avia_custom_mobile_logo(){
    if(wp_is_mobile()){
    ?>
     <script>
    	jQuery(".logo img").attr("src", "http://path-to-mobile-logo/logo.png");
     </script>
    <?php
    }
    }
    add_action('wp_footer', 'avia_custom_mobile_logo');

    if you like to have a different logo for small screen width. – that is something different. – and on performance reasons it is always problematic to measure screen-width permanently. – so on this case a debouncing could be a good advice

    function av_dif_mobile_logo(){
    ?>
    <script>
    	jQuery(window).load(function(){
    	if (jQuery(window).width() < 480) {
    		jQuery(".logo img").attr("src", "http://path-to-logo/logo.png");}
    	});
    </script>
    <?php
    }
    add_action('wp_footer', 'av_dif_mobile_logo');

    i know that code as well – but try this one – maybe it works (too)

    add_action('wp_head', function() {
    ?>
    	<link href="https://fonts.googleapis.com/css?family=Cinzel+Decorative:400,700" rel="stylesheet"> 
    <?php
    });

    Or your code only with false at the end – but try first the top code

    function avia_add_google_fonts() {
    wp_enqueue_style( 'avia-google-fonts', 'https://fonts.googleapis.com/css?family=Cinzel+Decorative:400,700', false ); 
    }
    add_action( 'wp_enqueue_scripts', 'avia_add_google_fonts' );
    in reply to: some edited Enfold ALB Elements #946672

    on my page on top: https://webers-testseite.de/edited-enfold-alb-elements/ i updated the new files for Enfold 4.3
    i decided to not support older enfold from now on. so only the newest files are there to download.

    in reply to: Png overlayed on advanced layerslider #946575

    Or put a column in that color-section and set for the column Custom top and bottom margin negative margin

    in reply to: Cookie Consent Message – not EU conform #946564

    Can not confirm to that
    Please do open https://webers-testseite.de/cynthia/logo-move/
    and even if you do not accept and open another page the message pops up.

    take the grid row element ad a cell on click at the bottom of the alb element add cell and after it set cell size
    there you can choose 1/4 1/4 1/2.

    so we now had to use these phrases for the signs in input-fields like headings or caption-titles

    '###lt###'		=> '<',
    '###gt###'		=> '>',
    '###amp###'		=> '&',
    '###91###'		=> '[',
    '###93###'		=> ']',
    '###quot###'	         => '"',
    '###34###'		=> "'"

    by the way i shortend the code –
    It is also very unlikely to hit such a string. In principle, you replace the & and the semicolon with the rhombus #

    '#lt#'		=> '<',
    '#gt#'		=> '>',
    '#amp#'		=> '&',
    '#91#'		=> '[',
    '#93#'		=> ']',
    '#quot#'	=> '"',
    '#34#'		=> "'"

    PS : thanks – i know that Guenter could help in this case !
    See here the icon-list in action : https://webers-testseite.de/cynthia/logo-move/

    in reply to: Mobile device and font size #946548

    First of all – you have here on that page more than one h1 Tag. This is something goolge f.e. do not like to see. A h1 heading should be unique as an ID per page.

    To your headings and mobile advices. I can not reproduce your troubles. But i can only test it in firefox with ( alt cmd M )
    Can you please show a screenshot of what your are talking about

    in reply to: Remove Avia Framework debug information #946545

    put this into your functions.php of your child-theme:

    if(!function_exists('avia_debugging_info')){
      function avia_debugging_info() {
        // 
      }
    }
    in reply to: Update 43. speed test is top! But wie have 1 problem #946086

    Loading of jquery in the footer seems to have troubles with shrinking header logo.

    on using the entities it works the first time – but if you open the iconlist again all less than signs are gone and the iconlist in frontend does not work anymore. So no chance for a second edit or to add list points here.

    on mobile there will be a hamburger menu – the option of menu center is for the most advices not given – accept ipad 2 etc on landscape ?

    there were possibilities to set this – but there must be alot of css additonal. (Scroll offset, etc.)

    Try this in your functions.php of your child-theme:

    add_filter('avf_header_setting_filter','av_change_header_layout');
    function av_change_header_layout($header){
        if(wp_is_mobile()){
            $header['header_layout'] = "logo_center bottom_nav_header menu_right";
    	$header['bottom_menu'] = "header_bottom_menu_active"; 
        }
        return $header; 
    }

    and this to quick css ( it depends on your header settings values):

    .avia_mobile #header_main_alternate {
        border-top: none !important ;
    }
    
    .avia_mobile #header_main .container, .avia_mobile .main_menu ul:first-child > li a {
        height: 50px !important;
        line-height: 52px !important;
    }
    
    .html_header_top.html_header_sticky.avia_mobile #top #wrap_all #main {
        padding-top: 119px !important;
    }
    in reply to: Kommentarfeld mit Checkbox für Datenschutz versehen #945468

    see here a solution: https://kriesi.at/support/topic/checkbox-contact-formular-to-data-security-contract/#post-940989

    you can input that in the Form Element Label:
    <span>Ich habe die <a href="https://link-zum-Datenschutz" target="_blank">Datenschutzerklärung</a> zur Kenntnis genommen. Ich stimme zu, dass meine Angaben und Daten zur Beantwortung meiner Anfrage elektronisch erhoben und gespeichert werden. Hinweis: Sie können Ihre Einwilligung jederzeit für die Zukunft per E-Mail an (Email address hidden if logged out) widerrufen.</span>

    Das Teil muß verpflichtend sein und nicht preselektiert sein.

    in reply to: Png overlayed on advanced layerslider #945466

    well it is always best to see a link – but is it something like this here: https://webers-testseite.de/
    from layerslider over the next color-section – or
    like this here : https://kriesi.at/themes/enfold-hotel/

    in reply to: "Less than" sign < in title or text crashes the icon list #945378

    i tested it ( ampersand method ) – but it does not work as expected.

    Maybe the other Günter can have a look at that. We need a coder here

    • This reply was modified 7 years, 8 months ago by Guenni007. Reason: Günter needed
    in reply to: "Less than" sign < in title or text crashes the icon list #945358

    So i think the question is how to only replace those strings in frontend and not in backend.
    if in shortcodes the &lt ; and &gt ; are seen the page shows correct – but on editing the iconlist again these strings are translated and the troubles start.

    ok – i ignored your reference – on iconlist headings it is a great desaster !

    no solution for that ? !

    in reply to: change search icon #944972

    try this : you had to test width and height if this fits:

    #top .menu-item-search-dropdown > a:before {
        content: "";
        width: 40px;
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        background: url(https://url-to-your-image.jpg) no-repeat center center;
        background-size: contain;
    }

    Seit der Umstellung von kriesi.at auf https liegen die Bilder auch ganz woanders.
    Kannst du herausfinden in welcher color-section das liegt? Du siehst ja in der Demo welche color-section das sein soll : https://kriesi.at/themes/enfold-construction/ Einmal in dem Gelben und dann unten in dem Grauen Bereich

    Gehe also in die color-section die es betrifft und lade dort ein eigenes Hintergrund bild – das überschreibt das fehlende.
    oder das Bild jetzt findest du in Vollauflösung unter: https://kriesi.at/themes/enfold-construction/files/2015/10/house-wire-model-fade-white.png

    in reply to: Google font is not displayed in the selection menu #944961

    and your screenshot does not show the bottom of the list – where the newly added fonts are ! ;)

    in reply to: Header #944958

    sicher aber du kannst ja das in ein media-querie setzen: ( musst selbst wissen wo dein hamburger menu startet)

    @media only screen and (min-width: 990px) {
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 148px !important;
    }
    }
    in reply to: Header #944901

    Das mit dem Padding-top für main hattest du gelesen. Das muss inline gesetzt worden sein –
    egal setz mal bitte:

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 148px !important;
    }
    in reply to: Header #944881

    ja weil der schatten “falsch” angelegt ist
    bei Schattenwurf in eine Richtung wird der 4 Wert meist mit negativen Vorzeichen verwendet:
    deshalb siehe meinen Vorschlag oben der wirft nur in Y-Richtung nach unten einen Schatten – eventuell ist !important wichtig:
    Lass also die Einstellung ruhig drin und nimm stattdessen das ins Quick css

    .av_minimal_header_shadow {
        box-shadow: 0 5px 12px -8px rgba(0, 0, 0, 0.8) !important;
    }
    in reply to: "Less than" sign < in title or text crashes the icon list #944873

    hm – i recognized that behavior too on reediting some textblocks –
    or very often in headings from some alb elements f.e. inserting a softhypen – after reediting that alb again it is lost.

    maybe the avia_ampersand function could redefine some special characters
    f.e. i do allways want to have non-breaking dashes :

    add_filter('avia_ampersand','non_breaking_hyphens');
    function non_breaking_hyphens($content)
      {
        $content = str_replace("-","&#8209 ;",$content); 
        return $content;
    }

    maybe this could help

    add_filter('avia_ampersand','translate_signs');
    function translate_signs($content)
    {
        $content = str_replace("<","<span class='special_amp'>&#60 ;</span>",$content);    
        $content = str_replace(">","<span class='special_amp'>&#62 ;</span>",$content); 
        $content = str_replace("&#60 ;","<span class='special_amp'>&#60 ;</span>",$content);    
        $content = str_replace("&#62 ;","<span class='special_amp'>&#62 ;</span>",$content); 
        return $content;
    }
    

    Lol : Boardsoft changes it immediately :

    so remove the space to the semicolon

    • This reply was modified 7 years, 8 months ago by Guenni007.
    in reply to: Edit "All" Category Title #944866

    you have downloaded that predefined child-theme by Kriesi (link above) http://bit.ly/enfold-child
    Upload that best is ftp to the themes folder.
    After that it should be shown in Appearance – Themes.
    Here you can activate it – goto your Enfold-child – Options page – Import/Export and import the parent theme settings.

    if there is something misssing you alway can reactivate Enfold make some backups ( f.e. the same page but Export Theme Settings File)

    in reply to: 3 section footer showing as 1 row on mobile (responsive) #944858

    deminish the 29.333 etc to f.e. 29.2%
    (100-2×6):3 = 29,333333 but borders and other settings could be responsible that it does not fit with the exact value

    and as allways it might be an important necessary:

    @media only screen and (max-width: 767px) {
    #footer .av_one_third {
        margin-left: 6% !important;;
        width: 29.2% !important;;
    }
    #footer .av_one_third.first {
        margin-left: 0 !important;;
    }
    }

    or maybe you make it for very small screens as it is set by Enfold – and let the space in between abit smaller:

    @media only screen and (min-width: 480px) and (max-width: 767px) {
    #footer .av_one_third {
        margin-left: 4% !important;;
        width: 30.5% !important;;
    }
    #footer .av_one_third.first {
        margin-left: 0 !important;;
    }
    }
Viewing 30 posts - 8,521 through 8,550 (of 11,883 total)