Forum Replies Created

Viewing 30 posts - 11,251 through 11,280 (of 11,347 total)
  • Author
    Posts
  • do you get the linebreak in this way: ?

    And btw:

    In HTML, the <br> tag has no end tag.

    In XHTML, the <br> tag must be properly closed, like this: <br />.

    in reply to: Enfold 3.0 Update Thread #330479

    Again a great job!

    The Version Two is still one of the best themes ever – and you may have all good reasons to rest on your success.
    But a better Team – like yours will never do that.
    My compliments.

    And now i have to explore the steady progress.

    in reply to: Self-Hosted Video Background #330403

    hey ignaziolaci
    Your site is very nice ! my compliments i like those via transform rotated (:before and :after) white “bar”

    in reply to: BBPress Single Topics Style #324402

    i got it!
    forum options are nested : and this was the error

    in reply to: BBPress Single Topics Style #324377
    This reply has been marked as private.
    in reply to: BBPress Single Topics Style #324357
    This reply has been marked as private.
    in reply to: BBPress Single Topics Style #324325
    This reply has been marked as private.
    in reply to: Enfold and extra Layerslider Licence #322696

    thanks – for that info
    can be closed now

    in reply to: layerslide not working in explorer #317447

    And by the way – your customer doesn’t use IE 8 ?

    in reply to: WordPress SEO crash #317444

    is this for the new version of enfold an Yoast SEO obsolte? :

    for functions.php

    add_action('init','avia_remove_yoast_filter');
    function avia_remove_yoast_filter()
    {
        remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1);
        remove_filter('wpseo_video_index_content','avia_wpseo_video_content_fix', 10, 2);
    }
    in reply to: WordPress 4.0 update causes Avia Layout Builder not to work 2 #316418

    you are on Version 2.9.2 of Enfold ?

    This version will work proper on WP4

    in reply to: Mac OS error #316409

    when will this error message be shown?
    I got MacOSX Mavericks and i have never seen this message.

    in reply to: WordPress 4.0 #313945

    Edit: i’m a fool – for my customer i updated to 2.92 (WP4.0 compatible) but my test environment on my server is 2.91 so forget everything.
    Enfold works on 4.0 WP

    in reply to: WordPress 4.0 #313932

    dear alengio – thanks this solves for me the problem that the enfold options can not be seen in total:

    but with your code the toggle button on top (show all) works now!
    and Sitecreation and Frontsite Changings work for me.

    But the bold (strong does not work in code mode) so it is a bit confusing:

    so change on line 948 of wp-content/themes/enfold/framework/js/avia_colorpicker.js the inner quotes to double quotes:
    from:
    .filter('a[rel=' + hash + ']');
    to:
    .filter('a[rel="' + hash + '"]');

    • This reply was modified 10 years, 7 months ago by Guenni007.
    in reply to: WordPress 4.0 #313891

    I guess Kriesi is still in work with that problem.
    my advice is to get rid of the autoupdate function of WordPress by adding this to wp-config.php:

    define( 'AUTOMATIC_UPDATER_DISABLED', true );

    i was lucky to test WP4 first to a Testenvironment and recognized the errors there first.

    in reply to: Converting Posts to Portfolio items #311718

    Thanks too!

    in reply to: Logo and Menu Styling #309346

    i can not controll now if it will work on ipad.
    this might be checked.

    in reply to: Logo and Menu Styling #309343

    here we go:

    .html_header_top.html_bottom_nav_header #header_main {
        padding-top: 37px;
        z-index: 3;
    }
    
    #header_main_alternate {
        position: absolute;
        top: 30px;
        z-index: 4;
        width: 100%
    }

    header-layout is “display in top-bar at the right” but i think this is not so important weather right or left

    in reply to: Logo and Menu Styling #309341

    oh i see you like the social icons too.
    i will have a look to get it.

    in reply to: Logo and Menu Styling #309337

    choose in Theme Options: Logo center, Menu below than put in Quick.css:

    .html_header_top.html_bottom_nav_header #header_main {
        padding-top: 30px;
        z-index: 3;
    }
    
    #header_main_alternate {
        position: absolute;
        top: 0;
        z-index: 4;
        width: 100%
    }

    if you like the navigation not centered :

    .html_header_top.html_logo_center .main_menu ul:first-child {
        display: inline-block;
        max-width: 1210px;
        width: 100%
    }

    if you got max width 1030px take that.

    look here: http://wordpress-webdesign.org/testumgebung/

    • This reply was modified 10 years, 7 months ago by Guenni007.
    in reply to: concerning to fix elements on scroll #309321

    I never required an issue like that but because of an existing thread – which has answers of Mods i want a little clarification concerning to that old thread.
    So the original Thread is closed now but the mentioned method was nice to have.
    But the code there corrected by you

    var childElement = document.getElementsByClassName("fixedtab")[0];
     var parentElement = document.getElementsByClassName("main_color")[0];

    is playing with the parentElement which leeds to some bugs.
    See the example http://wordpress-webdesign.org/testumgebung/fixiertes-element/ by scrolling down.

    But you have all my appreciation if you don’t like to get into that code to deep.
    And the thread here could be closed too.

    Thanks

    in reply to: Footer menu not working? #306167

    and by the way : if you like to have a site that validates at w3c you have to create two menues and set the one to main menu and the second to footer menu even if they have the same entries, because otherwise you got to objects with the same id (this does not validate on w3c)

    in reply to: Converting Posts to Portfolio items #306165

    yes please tell us what plugin did the trick!

    in reply to: Maintenance Site autostart #300693

    thanks ismael – i’m a lazy bone – so i don’t want to switch the maintenance mode manually.
    For the site mentioned above i made a static site called maintenance.php and put it into the wp-content folder – so when upgrading the maintenance.php is shown automatically.

    I’m not pro enough – but it might be possible to set up the maintenance site generated with the enfold options similar to the procedure above to show automatically when upgrading.

    If it isn’t possible then i have to make it via Theme Options / Frontpage Settings.

    in reply to: Maintenance Site autostart #300247

    this here is an example on an own site with static content:

    <?php
    $protocol = $_SERVER["SERVER_PROTOCOL"];
    if ( 'HTTP/1.1' != $protocol && 'HTTP/1.0' != $protocol ) $protocol = 'HTTP/1.0';
    header( "$protocol 503 Service Unavailable", true, 503 );
    header( 'Content-Type: text/html; charset=utf-8' );
    header( 'Retry-After: 600' ); // 10 minutes
    ?>
    <!DOCTYPE html>
    <html lang="de-DE" dir="ltr">
    <head>
    	<title>Sorry, wir sind bei Wartungsarbeiten</title>
    	<meta charset="utf-8" />
    </head>
    <body>
    
    <div id="content">
    	<img src="wp-content/uploads/guenni.png">
    	<h1>Wartungsarbeiten</h1>
    	<img src="wp-content/uploads/toolbox.jpg">
    	<p>Unsere Seite befindet sich vorübergehend im Wartungsmodus</p>
    	<p>Eine Tasse Kaffee weiter sind wir für Sie wieder online - Danke</p>
    </div><!-- #content -->
    
    </body>
    </html>
    <?php die(); ?>

    but i guess it might be possible to fill this with dynamic content

    you can see it here with the static content here: http://www.guenterweber.com/wp-content/maintenance.php

    in reply to: GOOGLE Maps Fullscreen-Integration, Question (2) #300207

    btw. your first topic had an answer 1day after by Yigit
    if you don’t reanswer again when not understanding the hints the topic seemed to be solved

    in reply to: GOOGLE Maps Fullscreen-Integration, Question (2) #300201

    allthough i’m german too – this is an internationl support forum – so here is my bad english with i hope so a good answer.

    if you do not put in the google map in another container (color-section 1/1 etc.) it will be stretched to the hole width.

    1) my Adress Button works well – so perhaps you got a popup blocker or something like that?
    but my Advice is to put in the detailed coordinates because Google Adresses are sometimes not well transformed.
    you can see that at the big redmarker – this is not the correct Place of my office. (the correct place is the small red marker)

    2) have you checked the “display tooltip by default” than (in my example the red marker) the tooltip is open by default.

    3) you can fill the tooltip by adding content in the area below (marker Tooltip)

    4) be patient – i don’t know any support which is faster than this one here.

    Example is here: http://www.wordpress-webdesign.org/entwurf/

    5) you can place your own marker images if you upload them

    i think this is a good link for it: https://vimeo.com/67209750

    in reply to: Special heading H1 like H3 #300079

    you say it by yourself – the thing is that uppercase
    css for it is text-transform: none (or inherit see here: http://www.w3schools.com/cssref/pr_text_text-transform.asp )

    but i can not see your site to verify the code
    its easy to say something about it when using f.e. the web developer tools

    in reply to: Avia-menu-fx change image #300073

    this is an interesting question because there are already some settings for it:
    avia-arrow-wrap and avia-arrow

    if you set:
    .avia-menu-fx .avia-arrow-wrap { visibility: visible;}

    to visible ther is a little arrow on the current menu point.

Viewing 30 posts - 11,251 through 11,280 (of 11,347 total)