Forum Replies Created

Viewing 30 posts - 10,381 through 10,410 (of 10,647 total)
  • Author
    Posts
  • htaccess und gegebenfalls htpasswd gehören im Übrigen dann auch in das rootverzeichnis.

    solltes du bei deinem Hoster auf einem WindowsServer die Seite haben gilt es noch etwas zu beachten! (punkt 7)

    1. Ursprüngliche WordPress Installation war im Unterverzeichnis “wordpress”
    2. Im Dashboard unter Einstellungen / Allgemein
    3. In dem Eingabefeld für WordPress-Adresse gib ein http://example.com/wordpress
    4. Im Eingabefeld für Seiten-Adresse gib ein : http://example.com
    5. Klicke auf Änderungen übernehmen ( ignoriere die Fehlermeldung )
    6. Gehe mittels ftp Programm zu deinem WordPress Ordner und
    7. Kopiere – nicht verschiebe! Die index.php und die .htaccess-Datei in das Rootverzeichnis (Blog address).
    Besonderheit bei WindowsServern : keine .htaccess sondern ein File : web.config
    Diesen Verschieben nicht Kopieren!
    8. Öffne die index.php des Rootverzeichnisses mit einem richtigen Texteditor (zb Wordpad++)
    Ändere die folgende Zeile:
    require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );
    nach (unser Beispiel war ja „wordpress“:
    require( dirname( __FILE__ ) . ‘/wordpress/wp-blog-header.php’ );
    9. Logge dich nun auf der neuen URL ein. Also unter
    http://example.com/wordpress/wp-admin/
    10. Wenn du nicht die Standard Permalinks gesetzt hast gehe bitte noch zu Einstellungen/Permalinks und aktualisiere diese. Bei entsprechenden Schreibrechten des htaccess-Files schreibt WordPress diese dann korrekt hinein. Falls nicht musst du sie händisch eintragen ( die im Rootverzeichnis)

    • This reply was modified 9 years, 4 months ago by Guenni007.

    Du hast nur die index.php in das root gesetzt und der Rest befindet sich noch im Unterverzeichnis ?

    Wenn dann musst du im Unterverzeichnis die ursprüngliche (default index.php) index.php haben und die index.php im Root so bearbeiten:

    Öffne die index.php des Rootverzeichnisses mit einem richtigen Texteditor (zb Wordpad++)
    Ändere die folgende Zeile:
    require( dirname( __FILE__ ) . '/wp-blog-header.php' );
    nach (hier ein Beispiel mit dem Unterverzeichnis: „subdir“):
    require( dirname( __FILE__ ) . '/subdir/wp-blog-header.php' );

    Im Dashboard dann bei Einstellungen:
    WordPress-Adresse auf http://website.de/subdir und
    Seiten-Adresse auf http://website.de lassen.

    oder hast du nur die Domain auf das Unterverzeichnis verlinkt?

    • This reply was modified 9 years, 4 months ago by Guenni007.

    i don’t know why but there is on your site a nested div Container between main and footer

    sourcecode image

    have a look at your advanced layout builder if there is a 1/1 element set or something else

    This reply has been marked as private.

    ok i see the point : i set up that highlighted Page as the Blog Page (Enfold Options: “And where do you want to display the Blog?”)

    isn’t it possible to set up a current-menu-item indivduell for each category.
    the point is that i have in main-nav Sites and on these sites there are links to single posts with defined category.
    f.e. a category : “team” (i don’t want the category as menu-item; i want the styling options from alb on sites) so the links to the Team-Members single Post go from a Site calles “Our Team”

    ok i found it
    so you have to know the number in your custom font (or entypo font)
    and f.e.

    
    a.extlink::after {
        content: " \e801";
        font-family: "entypo-fontello";
        font-size: 12px;
        vertical-align: top;
    }

    so i gave to these links which i should mark with it a class : .extlink and then it works

    the backslash was the thing i don’t know :wink

    in reply to: How to get fullwidth image on top #448342

    ah – btw i set up container max-height to 70vh (means 70% viewport height)

    • This reply was modified 9 years, 4 months ago by Guenni007.
    in reply to: Center logo with overlap #447820

    boa had choosen the header: header center menu below

    than header_main_alternate comes by default.

    you than can go to your menu and for home link you can set the following (but you first have to go to WordPress options dialog on Menu Site and make Classes and Description visible) look to the screenshot.

    http://abload.de/img/headerqlrwr.jpg

    on angezeigter name ( sorry i have the german WP installed) you can set an img link to your logo

    and when you have done that give us please a link to help you more

    The rest is css ( even the mobile

    in reply to: Umlaute: Problems with Ü in Firefox #447766

    i have this sometimes when copy/pasting text from customer files.
    Perhaps a pdf or docx Dokument.
    Overwriting on editor solves my problems.

    if so – try it with

    #header_meta .avia_wpml_language_switch {
      display: none !important;
    }
    in reply to: how to style fullwidth slider ? #447646

    can be closed – i managed it in a different way:

    color section and in it an image – the Rest is pure css and thats obligatorisch doesn’t work on IE8 :lol

    in reply to: Center logo with overlap #447403

    first link isn’t Enfold and
    boa did the trick by placing a link in the main nav!

    <li class="header_logo">
    <strong>
    <a href="http://www.boaelite.com/">
    <img width="300" height="100" alt="BOA Elite" src="http://www.boaelite.com/wp-content/uploads/2014/04/logo3.png">
    </a>
    </strong>
    </li>

    and the main “logo” placed in the options dialog of enfold is set to display none:
    and the “logo link” in main-nav is then set to display: none

    div#header_main strong.logo {
        display: none;
    }

    with mobile menu the “real logo” then set to display: block

    • This reply was modified 9 years, 4 months ago by Guenni007.
    in reply to: Center logo with overlap #447396
    in reply to: how to style fullwidth slider ? #447122

    i first set it up with color section and background image – but i can not obtain responsive behaviour of the images

    in reply to: svg graphic as logo and fallback png #446266

    can be closed now – thanks for your helpful hints

    in reply to: svg graphic as logo and fallback png #446263

    this works :

    function svg_replace(){
    ?>
    <script>
    (function($){
    	$(window).load(function(){
     	$('img[src$="svg"]').attr('src', function() {  
        	return $(this).attr('src').replace('.svg', '.png');
      	});
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'svg_replace');

    so in IE8; if there is a svg file and a png with the same name in the same upload-folder it will be replaced by that png

    • This reply was modified 9 years, 4 months ago by Guenni007.
    in reply to: svg graphic as logo and fallback png #445784

    hm ?

    but this doesn’t work:

    function svg_replace(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('.avia-msie-8 img[src$="svg"]').attr('src', function() {  
        return jQuery(this).attr('src').replace('.svg', '.png');
      });
    </script>
    <?php
    }
    add_action('wp_footer', 'svg_replace');
    in reply to: svg graphic as logo and fallback png #445767

    it is not possible to handle every svg file in this manner ? only the logo ?

    than this could be used for fallback. If there is a svg file and an existing png with exactly the same name it will be replaced.

    in reply to: Quick css doesn't working properly #445654

    these folders are in /wp-content/uploads/dynamic_avia/
    and you gave these files permission to 777 ?

    Strange behaviour than. I often have that trouble because i change ownership by default to the ftp user and not wp but than it works after filepermission change.

    in reply to: svg graphic as logo and fallback png #445115

    wow this seems to be simple enough.
    I can only test it tomorrow and will than make my news on it. Thanks in advance

    Edit: works well !
    is this a kind of conditional comment
    is it possible to obtain in this manner a generell change from svg to png if same filename is found on IE8 ?

    perhaps like :

      jQuery('img[src$="svg"]').attr('src', function() {  
        return jQuery(this).attr('src').replace('.svg', '.png');
      });
    • This reply was modified 9 years, 4 months ago by Guenni007.
    in reply to: Table width #438942

    Again : this is not only for table a nice selector it works for nearly every element
    f.e. li on lists or p in a div
    you can choose every other child every second (the 2nd, 4th, 6th, 8th … Listpoint) by

    li:nth-child(2n)

    for this you can even use
    li:nth-child(odd) for li:nth-child(2n+1)
    li:nth-child(even) for li:nth-child(2n)

    • This reply was modified 9 years, 5 months ago by Guenni007.
    in reply to: Table width #438913

    and by the way for modern browsers you can select the columns via pseudo-class nth-child

    here you can see a test: http://webers-testseite.de/enf02/beispiel-seite/
    i gave to the table a class : tab1 ( look for custom class ) that only this table is influenced by the css style
    and than :

    .tab1 th:nth-child(1) {
        width: 20%;
    }
    
    .tab1 th:nth-child(2) {
        width: 30%;
    }

    so the first column gets 20% the second 30% the third the rest

    Edit: i guess if you haven’t a table heading it will work with td too

    .tab1 td:nth-child(1) {
        width: 20%;
    }
    • This reply was modified 9 years, 5 months ago by Guenni007.
    in reply to: Table width #438884

    i guess you used it as a price table

    goto table options and try data table !
    than the column width is set automatically to fit with the content

    in reply to: Ciddi Hata: Bağlantı Koptu #438881

    well – by the way i’m not a native spoken english man
    – and allthough Yigit may understand you perfectly – it might be nice to understand your question too.
    Sometimes Participants can help too – and definitly we learn on questions other users have on their installation.

    in reply to: PHP version / WordPress 4.2.1? #438873

    the most of my websites with enfold runs under 5.4 stable version. Till now without trouble (Hoster : Hosteurope)

    have you the opportunity to check it on a testinstallation on your Server or do you have to switch it completely to a 5.4 version?

    Hosteurope gives me the choice to switch between 5.3 and 5.4 for each domain !

    • This reply was modified 9 years, 5 months ago by Guenni007.
    in reply to: How to scroll between posts for a category ? #438869

    if you are using a child theme it is possible to stay only in the same category by adding to your child-themes functions.php the following:

    add_filter( 'avia_post_nav_settings', 'enfold_customization_same_cat' );
    function enfold_customization_same_cat( $s ) {
    	$s['same_category'] = true;
    	return $s;
    }
    in reply to: showing blog full content via blog post alb element #436593

    thanks can be closed – i managed it in a different way.
    I gave a new eventcategory ( frontpage ) to that posting – and they have to do it manually.

    the link you gave me – i found it yesterday but it didn’t work for event (custom post)

    in reply to: showing blog full content via blog post alb element #435256
    This reply has been marked as private.

    not dangerous but you will loose them after upgrading.
    So you than have to do all that changings again.

    oh sorry didn’t realise that the featured image is meant – sorry again

Viewing 30 posts - 10,381 through 10,410 (of 10,647 total)