Forum Replies Created

Viewing 30 posts - 10,201 through 10,230 (of 10,882 total)
  • Author
    Posts
  • Yes it seems that the value 16,66666% (100/6) is to big for that (maybe because of margin or border settings) :

    #top .no_margin.av_one_sixth {
        width: 16.65%;
    }

    but you have to refresh the site to take influence on it – and if 16.65% is too big reduce it a bit.

    in reply to: Post pre & next arrow linking #587623

    are you using any caching plugin? (W3TC or WP Super Cache etc.)
    if – clear cache:

    i use this code for it:

    add_filter( 'avia_post_nav_settings', 'enfold_customization_same_cat' );
    function enfold_customization_same_cat( $s ) {
        $s['same_category'] = true;
      return $s;
    }

    but it is the same as above with different custom function names

    in reply to: Transparenter Hintergrund #587618

    nur so auf die Beschreibung hin ist das schierig, da es viele möglichkeiten gibt solche Columns zu setzen (equal height, no distance etc. pp) dann natürlich ob es generell geändert werden soll oder nur spezifisch für eine Colorsection etc.)

    hier kannst du mal in einer Beispielinstallation sehen, wie ich es gemacht habe.
    Am Besten man verpasst der Colorsection eine Custom Klasse (oder ID geht auch) siehe hierfür: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    dann kann man zB alle Columns unterhalb dieser color-section so ansprechen:

    http://webers-testseite.de/enf02/company

    #top .customclass .av_one_full {
        background: rgba(0, 0, 0, 0.2)  !important;
    }
    #top .customclass .flex_column_table > div {
        background: rgba(255, 255, 255, 0.9) !important;
    }

    siehe obere : du kannst natürlich auch einen dunklen Hintergrund wählen.

    in reply to: Linie zwischen Layout Elementen entfernen #587611

    tja ohne die Seite zu sehen ist es schwer.
    Ich empfehle die Developer Tools zu nutzen, – entweder die mittlerweile in den meisten Browsern vorhandenen; oder – weil ich das schon ewig nutze Firebug in Firefox.
    da kann man dann via Rechte Maustaste (Context Menu) auf ein Element zeigen und sich die Eigenschaften (in welchem Element zB. das Teil liegt, bzw. rechte Seite welche CSS eigenschaften es von wo vererbt bekommt.
    Vorteil man kann da auch eine CSS Eigenschaften virtuell ändern. Das siehst du zB das ich bei .container_wrap das auf 0 gesetzt habe und die Linie links dann weg ist.

    bei 3 habe ich mal auf 5px gesetzt und dafür border-top-style auf none – geht auch.
    Wie gesagt entweder selbst mal ausprobieren (Firebug ist aber ein Addon, welches man hinzuladen muss) oder den Link mir mal anzeigen.

    • This reply was modified 8 years, 9 months ago by Guenni007.
    in reply to: Linie zwischen Layout Elementen entfernen #587104

    das ist aber unsauber; du überdeckst sie dadurch nur mit Content. Versuche einfach mal die Anweisung auf important zu setzen:

    .container_wrap {
        border-top-width: 0 !important;
    }
    in reply to: Post pre & next arrow linking #587099

    but we are talking about child-theme functions.php ? this is correct ?

    in reply to: Enfold – drop down menu #587091

    well i’m participant as well – so i do not see your Sitelinks.
    Hard to say – try this here:

    #top #header .avia_mega_div > .sub-menu {
        padding: 20px 30px 10px;
    }
    
    #top #header .avia_mega_div > .sub-menu.avia_mega_hr {
        padding-top: 0;
    }

    padding: 20px 30px 10px means top: 20px left/right 30px bottom: 10px
    the last bottom-value is for you important.

    • This reply was modified 8 years, 9 months ago by Guenni007.
    in reply to: Enfold – drop down menu #586997

    so did you inserted his code into quick css

    #header .mega_menu_title {
        margin-bottom: 8px;
        font-size: 17px;
        line-height: 1.1em;
        font-weight: 600;
        display: block;
    }

    the margin-bottom manages the distance

    in reply to: Enfold – drop down menu #586722

    oh sorry i did not read ismaels post carefully

    but how we do the positioning – that “mega menu” is not in a line with MainMenu Point – this shift is not so nice (here on three unit about -140px)

    • This reply was modified 8 years, 9 months ago by Guenni007.
    in reply to: Enfold – drop down menu #586717

    hey ismael – the second level is a fly out on enfold – not beneath parent list point! I guess he wants the child list points under the parent one.

    The quick and dirty way : use megamenu and set under each parent menu point the option: “This column start a new row” :lol
    The rest will be quick css .
    Look here : on service Main menu point the only thing which does not look good is the positioning to the main nav point – calculated on units mega-menu will have

    http://webers-testseite.de/enf02/

    • This reply was modified 8 years, 9 months ago by Guenni007.
    in reply to: Child Theme : style.css is cached … #586714

    On different Themes i would use child themes style.css aswell. But on Themes which have an theme options css i use this one. So why don’t you use the quick css in Enfold options? this works well and on updating the theme no loss of info (like style css of child theme too)
    On “Mother Theme CSS” style.css you can read the following:

    /*
    * PLEASE DO NOT EDIT THIS FILE!
    *
    * This file is only in your themefolder for WordPress to recognize basic theme data like name and version
    * CSS Rules in this file will not be used by the theme.
    * Instead use the custom.css file that is located in your themes /css/ folder to add your styles.
    * You can copy a style rule from any of your css files and paste it in custom.css and
    * it will override the original style. If you just want to add small css snippets you might also
    * want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->General Styling
    */

    so i think this will be for child theme as well.

    or use the custom.css as mentioned in above

    in reply to: Post pre & next arrow linking #586704

    i got this code for it:

    it is only missing the [‘same_category’] rule

    so this might work:

    add_filter('avia_post_nav_categories', 'use_same_category_filter');
    function use_same_category_filter($same_category)
    {
    $same_category['same_category'] = true;
    return $same_category;
    }

    i suppose its because of filtername Yigit has forgotten it (to similar so he thought he has set it)

    • This reply was modified 8 years, 9 months ago by Guenni007.
    in reply to: Autor im Blogbeitrag anzeigen trotz Avia Layout Architekt #586645

    Verstehe ich nicht, ich blende die Sachen immer per quick css aus, weil ich das nicht so schön finde (bis auf das Datum).
    Und bei dir sind die erst garnicht da? Auch bei den Portfolio (Custom post type) ist dies bei mir so.
    unter Enfold (Child) Optionen gibt es dachte ich immer genau deshalb ja auch unter Bloggestaltung die Möglichkeit Blog Meta Elements ein und auszublenden ?

    Edit: aha – also unter Verwendung des ALB ist es wohl so – war mir neu.
    Eigentlich schade, denn die Darstellung auch mit dem featured Image ist ja nicht schlecht. Das ist dann wohl auch damit unterbunden.

    in reply to: Javascript not working in button link #586419

    hm Ismael – does not work here on my site

    in reply to: Enfold Social media icons in footer #586418

    can you please share the solution for it.
    with dummy links
    i’m interested too.

    in reply to: child themes and updates #586144

    the child-theme ( btw here you can download and look to some good advices: http://kriesi.at/documentation/enfold/ )
    and here you can download a child-theme : http://kriesi.at/documentation/enfold/downloads/

    the child-theme is the best way to handle a wordpress theme and so for Enfold too!
    the child-theme gets his “updates” via updating the “mother-Theme” without the risc to loose some additional information and rules in Child-Theme Options. you have the great advantage to have in the child-theme folder a functions.php which can add new features to your Theme without the loss of functionality when updating the “mother-Theme”

    btw. : i do prefer the ftp update for enfold – and never use the Dashboard Option.

    in reply to: change colour of bullet points #586133

    you have to gave the custom css classes to those alb elements !
    Did you do that ?

    Reading the whole Answer – even the text before the code is important too!

    in reply to: Print Layout and animated Content #586130

    yes that will be nice to have but i have made my own print rules via quick css by adding
    @media print { … } but if animated content isn’t visible because user does not scroll down. these rules go to nothing.
    so is there a global rule like

    * {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    }

    but it does not work

    in reply to: Masonry Sortier-Objekt #585310

    naja die liste ist ihm so zu lang!
    da wird man ums coden wohl nicht kommen das abzuändern. Namentlich ist hierfür wohl helper_masonry.php zuständig.
    Dort wird die hintereinander Schreibweise der Punkte bestimmt.
    Ab Linie 136:

    foreach($sort_terms as $term)
    {
    	$show_item = in_array($term->term_id, $current_page_terms) ? 'avia_show_sort' : 'avia_hide_sort';
        		if(!isset($term_count[$term->term_id])) $term_count[$term->term_id] = 0;
    	$term->slug = str_replace('%', '', $term->slug);
    	
    	$output .= 	"<span class='text-sep {$term->slug}_sort_sep {$show_item}'>/</span>";
    	$output .= 	'<a href="#" data-filter="'.$term->slug.'_sort" class="'.$term->slug.'_sort_button '.$show_item.'" ><span class="inner_sort_button">';
    	$output .= 		"<span>".esc_html(trim($term->name))."</span>";
    	$output .= 		"<small class='avia-term-count'> ".$term_count[$term->term_id]." </small></span>";
    	$output .= 	"</a>";
    }

    da siehst du wie der output entsteht. Ich bin da leider nicht firm genug das in eine Dropdown Liste umzuwandeln – sorry

    in reply to: change colour of bullet points #585297

    there is no list-style-type-color in css3 nor css4 !
    Maybe some day we will have this because it is a problem lots of people have.
    so the color of the font is the color of your bullets.

    but you can set the bullets to none and ad content in front of your list-points:

    https://kriesi.at/support/topic/bullet-color/

    • This reply was modified 8 years, 9 months ago by Guenni007.
    in reply to: Linie zwischen Layout Elementen entfernen #585296
    .container_wrap {
        border-top-width: 0;
    }

    da jede section die container_wrap klasse erhält wäre das der zu ändernde Wert.

    solltst Du spezifisch arbeiten müssen; also nur bei einer speziellen section das haben wollen müsstest du der Section eine Custom class geben.
    und dann zB (mit der custom class: noborders – aufpassen : keine Lücke – die sitzen am gleichen div)

    .container_wrap.noborders {
        border-top-width: 0;
    }

    Davon abgesehen, kann man aber auch bei den Color Sections diese Option glaube ich setzen:
    Da gibt es Einstellung für :
    Section Top Border Styling
    Section Bottom Border Styling

    wenn die auf “no border styling” stehen sollten die auch weg sein.

    in reply to: plugin for login that leads to private content #584881

    the password protected page option ?

    <smh>

    i try to find a solution which fits perferct for you.
    there was only one marker to set on each page/post/portfolio – if the marker is set only logged-in users see those posts including those related menu entries. Even in masonry and sidestep blog navigation only logged in users can see those marked entries.

    in reply to: Bullet color #584382

    so you have to wait for an admin here – because i do not see any private content on your threads. i’m a participant as well.

    in reply to: Bullet color #584340

    you said you have a text-block with ul !
    you gave that ext block a custom class (like above)

    all rules above are specific to a custom class – so nothing else could change because of that (accept the wanted effect)

    you must change something else

    in reply to: Bullet color #584309

    if you like to have icons from fontello font (third list with custom class “otherlistpoint”) :

    .otherlistpoint li:before {
        color: #090;
        content: "\e871";
        font-family: entypo-fontello;
        font-size: 25px;
        margin-left: -12px;
        padding-right: 5px;
        position: relative;
        top: 5px;
    }

    the icon shortcode you can see : https://kriesi.at/support/topic/entypo-fontello-icons-unicode-ue-number/

    but on css rules you have to get rid of the “u” so see example from
    \ue871 will go to : \e871

    • This reply was modified 8 years, 9 months ago by Guenni007.
    in reply to: Bullet color #584301

    look here: http://webers-testseite.de/enf02/2016/02/16/bullits/

    what is the difference (these are two text elements with unorderd list inside.
    the last alb element i gave a class : “noliststyletype”

    The thing is that list style type belongs to the text (and text color)
    so i set the list style type to none ! and ad via before a new content ( a list point)
    This is now a new element and can be selected

    .noliststyletype li:before {
        color: #900;
        content: "•";
        font-size: 25px;
        margin-left: -12px;
        padding-right: 5px;
        position: relative;
        top: 5px;
    }
    .noliststyletype li {
        list-style-type: none;
    }
    • This reply was modified 8 years, 9 months ago by Guenni007.
    in reply to: Logo over slider #584297

    and if you like it with shrinking header try this solution here:

    .responsive .logo {
    display: block
    }
    
    .logo, .logo a {
        overflow: visible;
    }
    
    .logo img {
        height: 180%;
        max-height: 225px !important
    }
    
    @media only screen and (max-width: 767px){
    .responsive .logo {
        height: 120px !important;
    }
    .responsive .logo a {
        display: block;
    }
    .responsive .logo img {
        max-height: 220px;
    }
    }
    
    @media only screen and (max-width: 400px){
    .responsive .logo img {
        max-height: 175px !important 
    }
    .responsive .logo a {
        display: block;
    }
    }

    see here : http://www.pirol-hifi.de

    you have to play with the values a little bit.
    on that page i have header value at custom height 125px

    in reply to: How to link to section IDs without reloading the page? #584169

    on my page it did exactly what you like to have. So how looks your link like?

    in reply to: plugin for login that leads to private content #584077

    for the login. you can use a plugin like: https://wordpress.org/plugins/sidebar-login/
    And for the members you can choose only subscribers – that is enough.

    in reply to: plugin for login that leads to private content #584071

    hm it seems to be to easy ! ?

    goto plugin editor and open – choose secret content and only ad that meta box for portfolio:

    add_meta_box(
            'secret_sectionid',
            _x( 'Show this to logged in visitors only?', 'Headline for checkbox / activation on portfolio', 'secret_textdomain' ),
            'secret_render_meta_box_content',
            'portfolio',
            'side',
            'high'
        );

    so it looks afterwards at the top in this way:

    function secret_meta_box() {
        add_meta_box(
            'secret_sectionid',
            _x( 'Show this to logged in visitors only?', 'Headline for checkbox / activation on posts', 'secret_textdomain' ),
            'secret_render_meta_box_content',
            'post',
            'side',
            'high'
        );
            add_meta_box(
            'secret_sectionid',
            _x( 'Show this to logged in visitors only?', 'Headline for checkbox / activation on portfolio', 'secret_textdomain' ),
            'secret_render_meta_box_content',
            'portfolio',
            'side',
            'high'
        );
        add_meta_box(
            'secret_sectionid',
            _x( 'Show this to logged in visitors only?', 'Headline for checkbox / activation on pages', 'secret_textdomain' ),
            'secret_render_meta_box_content',
            'page',
            'side',
            'high'
        );
    }

    then the plugin works too for portfolio entries !

    • This reply was modified 8 years, 9 months ago by Guenni007.
Viewing 30 posts - 10,201 through 10,230 (of 10,882 total)