Forum Replies Created

Viewing 30 posts - 9,181 through 9,210 (of 10,895 total)
  • Author
    Posts
  • in reply to: change color of " your message have been sent" only #769509

    well enfold sets up for the different form templates different classes.
    The css (cascading style sheet)

    #top .av-dark-form + .ajaxresponse .avia-form-success
    that little “+” means : that message is in a div which is not the child of that form element – it is an Adjacent

    so selector is: the adjacent div (with class “avia-form-success”) of that form element with class “av-dark-form”

    if you are using a different template the class: “av-dark-form” is missing – and the rule has no influence.

    again: try to get familar with developer tools of the browsers – it is a great help in finding out the code you have to change
    me – i’m a fan of old plugin firebug for firefox – but modern browsers often now have there on tools for that

    have a look and click the image:

    • This reply was modified 7 years, 8 months ago by Guenni007.
    in reply to: PHP 7 Compatibility #769507

    i do change all my sites running under php7 – everything works fine

    in reply to: change color of " your message have been sent" only #769500

    but now you changed the template or do give it an unique ID

    than change it to

    #ajaxresponse_1 .avia-form-success {
        color: #900;
    }

    etc. pp
    try to get familar with developer tools of the browsers – it is a great help in finding out the code you have to change
    me – i’m a fan of old plugin firebug for firefox – but modern browsers often now have there on tools for that

    in reply to: Menu #769496

    der link zur Seite wäre hier wichtiger – man hat um Hilfestellung zu geben nicht immer lust die Sachen nachzuentwerfen.
    oder du musst halt das im hidden area platzieren, mußt dann allerdings auf Mod Hilfe warten.

    in reply to: Different logo for mobile AND different pages? #769492

    and btw you only asked for a mobile logo version – why don’t you ask for a small screen logo ! ?

    To have a good answer there has to be good question ;)
    i don’t know if window load function is necessary but try that instead mobile rule

    function av_dif_mobile_logo(){
    ?>
     <script>
    jQuery(window).load(function(){
    if (jQuery(window).width() < 480) {
    jQuery(".logo img").attr("src", "http://kriesi.at/wp-content/themes/kriesi/images/logo.png");}
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'av_dif_mobile_logo');
    in reply to: Different logo for mobile AND different pages? #769487

    well on my iphone i see the kriesi logo on your page.

    the hint on your beginning thread was that function name was the same ( function av_change_logo($logo) ) so i did take a different name for the second rule

    But you have to change it in that code by your alternative logo and you have to style it via quick css

    • This reply was modified 7 years, 8 months ago by Guenni007.
    in reply to: Enfold 2.5.4 Not Working with Latest WordPress 4.7.3 #769474

    yes markofwits – your right with :

    I like to put up a web site and just have it run… WORRY FREE… not constantly maintain it with upgrades.
    What would your customers think if WordPress updated itself automatically, but their site broke down because the theme was no longer compatible? Not very happy customers!

    But all those idiots in former times destroying phone booth (don’t know if younger people do know them at all) are now in the internet.
    So security updates are necessary. The fast-paced world is always asking for more learning and constant attention.

    So for my customers i got an automated backup monthly – and if the site is down caused by these Inconsistencies – i never have a totaly breakdown for more than 1 hour from customer call.

    btw. be happy with enfold – f.e. microsoft allway do some updates – and third party (or even MS Software itself) do not run then under new conditions – and often the other updates will cost some money to avoid crashes.

    PS: i would advise you to update your theme via ftp. It seems to be the most secure way. If you are working with a child-Theme – erase the whole enfold folder and upload the new enfold again.

    • This reply was modified 7 years, 8 months ago by Guenni007.
    in reply to: LAYERSLIDER update issue is BACK! #769463

    i think that layerslider (kreatura media) itself have backtracked there 6.2.2
    on enfold 4.0.4 is definitly only the 6.2.0

    did your layerslider not work as before – is it only the warning of wordfence ?
    i have no problems even with older layerslider versions. So that little red update notice did upset you?

    be a little patient for the next enfold update – as far as i know Kriesi (Christian) is in contact with kreatura media to help them getting rid of that little inconsistency.

    in reply to: Adobe Spark #769398

    it seems to be an online tool from adobe – they offer after editing a download – for my first test they offer mp4 files – but i only tested the video section.
    If you want to implement – we had to know what. An mp4 is easy with enfold.

    but having such things like above the link of mine. or : http://www.electricenjin.com/
    these are definitly some kind of pure handmade Sites.
    Link for some examples: https://greensock.com/examples-showcases

    but i do implement sometimes some gimmicks in enfold – as you can see these greensock js is opensource – everyone can use it.
    btw: i believe that advanced layerslider did use it for some effects

    in reply to: change color of " your message have been sent" only #769382

    first of all – you got a caching tool or minify tool – erase your cache first –

    did you set up yourself any rules concerning to that:

    i didn’t see that you are using the dark form template

    #top .av-dark-form + .ajaxresponse .avia-form-success {
        color: #ff6600 !important;
    }

    and for that gimmick:

    #top .av-dark-form + .ajaxresponse .avia-form-success:after {
        color: #135da3;
        content: "\e82b";
        display: block;
        font-family: entypo-fontello;
        font-size: 90px;
        padding-top: 40px;
        text-align: center;
    }
    • This reply was modified 7 years, 8 months ago by Guenni007.
    in reply to: change color of " your message have been sent" only #769349

    try this here

    .avia-form-success {
        color: #900 !important;
    }

    by the way – you can push this a little bit by somthing like that:

    .avia-form-success::after {
        color: #135da3;
        content: "\e82b";
        display: block;
        font-family: entypo-fontello;
        font-size: 180px;
        padding-top: 140px;
        text-align: center;
    }
    • This reply was modified 7 years, 8 months ago by Guenni007.
    in reply to: Adobe Spark #769138

    what kind of data you receive from that program?

    for me it looks a bit as if Adobe has “stolen” some ideas from green sock and scrollmagic.

    see f.e. : http://mintdesigncompany.com/home

    in reply to: LAYERSLIDER update issue is BACK! #769098

    on Enfold 4.0.4 Layerslider.php is on 6.2.0 not 6.2.2 !

    downloading on Envato Layerslider Stand Alone Plugin ( i got a single License on that) there is only 6.2.0 to download ???

    • This reply was modified 7 years, 8 months ago by Guenni007.
    in reply to: Site header doesn't extend the full width of the site #769091

    well – me as a participant as you – i can not see the sitelink. So i’m not able to help here too. But on one tip i see there are uber-menu settings.
    did you realize all fixes on that. How did you integrate ubermenu to enfold ( you did those things here on : http://sevenspark.com/docs/ubermenu-enfold ?)
    You regarded this fix for your enfold-search etc. pp.

    in reply to: Enfold 2.5.4 Not Working with Latest WordPress 4.7.3 #769083

    hm – and this is not a joke-thread – are you sure? “my Adobe Creative Cloud 2017 does not work under Windows 3.11” ? :lol

    sorry thats not polite – but indeed this is a bit strange – because you have a lifetime update – why do you want to use the very old version of enfold?

    in reply to: SSL Error: non-secure content in LayerSlider #769077

    or simple – reload the images in Layerslider –

    in reply to: Google reCAPTCHA and Enfold Contact Form #769075

    A nice thing to have is also the reCaptcha for WordPress Login (by reCaptcha Plugin)

    in reply to: search result .po file #769072

    momentan scheint aber alles in Ordnung zu sein ? oder

    but on case of WPML i had this crash only by updating the WPML. So there must be a bug in that plugin.

    in reply to: search result .po file #768703

    Die Sprachdateien sind ok (habe die auch bei mir eingefügt, und alles so wie du es haben willst) – wie hast du es erreicht, dass deine Suchseite mit Seitenleiste (Aside) dargestellt wird – indem du generell die Seiten auf Seitenleiste eingestellt hast?

    Bei mir kann ich ellenlange Sätze da hinschreiben, ohne dass da ähnliches passiert.

    Klick to enlarge the image

    in reply to: Columns within a column #768690

    from your screenshot – why is it necessary to have the additional 1/4 columns ?
    You can place under the images in the same column new content.

    if it is less space between them place a sparator between (whitespace )

    in reply to: Different logo for mobile AND different pages? #768661

    yes – Thanks that is right syntax – sorry – so here is for copy / paste the whole correct code:
    (btw. it works without semicolon too – but better is to have the correct way)

    function avia_custom_mobile_logo(){
    if(wp_is_mobile()){
    ?>
     <script>
    jQuery(".logo img").attr("src", "http://kriesi.at/wp-content/themes/kriesi/images/logo.png");
     </script>
    <?php
    }
    }
    add_action('wp_footer', 'avia_custom_mobile_logo');
    in reply to: Different logo for mobile AND different pages? #768502

    maybe it is only because you have now two functions with the same name ;)

    add_filter('avf_logo','av_change_mobile_logo');
    function av_change_mobile_logo($logo){
        if(wp_is_mobile() ) {
        $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png";
        }
        return $logo;
    }

    but i would try this code instead:

    function avia_custom_mobile_logo(){
    if(wp_is_mobile()){
    ?>
     <script>
    jQuery(".logo img").attr("src", "http://kriesi.at/wp-content/themes/kriesi/images/logo.png")
     </script>
    <?php
    }
    }
    add_action('wp_footer', 'avia_custom_mobile_logo');
    in reply to: search result .po file #768499

    kannst du überhaupt etwas in das Suchfeld eingeben?
    Ich komme erst garnicht dazu
    kannst du mir mal dein de_DE.po bereitstellen?
    Dann schau ich da mal rein.

    in reply to: Google reCAPTCHA and Enfold Contact Form #768493

    I use contact form 7 and reCaptcha from Google – if my customers definitly want to have more security – all you need is both keys from Google.
    The Form is easy implemented in Advanced Layout Builder by shortcodes.

    in reply to: tab-section question #768195

    Well thanks Andy for your input. You can close the thread.
    The link shows how i managed it – but with css solution only. the difference between the normal behavior of tab-section an mine is that alll images of the tab-heading stayes visible. Normally the tab-titles were centered arround the active title and the rest if bigger than screenwidth goes to off-screen.

    yes – seems to be gone – that was a pity

    in reply to: Where to put translation files? #767987

    yes please – use this new snippet:

    function overwrite_language_parent_theme_files() {
        $lang = get_stylesheet_directory().'/lang';
        return $lang;
    }
    add_filter('ava_theme_textdomain_path', 'overwrite_language_parent_theme_files');

    yes that is the way – a copy to child-themes/shorcodes folder and than edit this copy.

    if they are in child-theme folder they will not be overwritten – but you are right if there are fundamental changings in a shortcode of an updated Enfold Parent Theme you won’t come into joy of these new features, because Enfold will than load the child-theme shortcode.
    But! usually there might be new shortcodes (as now Tab-Section) but very unlikely changings to existing shortcodes.

    • This reply was modified 7 years, 8 months ago by Guenni007.

    on line 443 of icon-list.php there is the code:

    $title_el = "h4"; change it to $title_el = "h3";

    save the icon-list.php and upload it to your child-theme/shortcodes folder (on Enfold 4.0.3 the overwriting of shortcodes through child-theme files does not work as before – it is on 4.0.4. ok again) so put in child-theme functions.php :

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths){
      $template_url = get_stylesheet_directory();
          array_unshift($paths, $template_url.'/shortcodes/');
      return $paths;
    }

    but ! i don’t know if allready placed iconlist will change than to h4. Definitly new placed or edited will do.

Viewing 30 posts - 9,181 through 9,210 (of 10,895 total)