Forum Replies Created

Viewing 30 posts - 10,081 through 10,110 (of 11,475 total)
  • Author
    Posts
  • in reply to: a way to have category list with sort option by tag #720887

    well it would be nice to have a list similar to the magazine style of one category and with sortoptions by the existing tags
    – i build in that moment a town website and on some categories (pharmacie or doctors) it would be nice to have the oportunity to show only pharmacies in given district.
    if so i will tag all pharmacies with their town-district . there are plugins which can show me a list of category-posts with tag xy. But to have it in with minimum space requirements will be very nice.

    color-section in it (as in your first post a text-block)

    open the option for the color-section:

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

    by the way: if you only want to have it on a special color section set a customclass for it: ( class: bottom-text) means give the custom-class to the color-section – not the entries

    The best is you show the site concerning to your request. If you don’t want it on public posting – you have to wait till mods are here

    did you read it carefully:

    if you only want to have it on a special color section set a customclass for it: ( class: bottom-text)

    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    and i have in the color-section no container in it but only a text alb element set.
    If you have in it a heading (you have to correct this now) – but on starting thread you write a text-block

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

    Ok – deutsch ist mir auch lieber. Hast du mal eines von denen versucht zu platzieren? Eventuell ist es nur in der Vorschau nicht richtig abgebildet.
    Bist du eventuell auf einer https Seite unterwegs?

    füge mal das hier in deine htaccess datei ein: (nur hinzufügen das andere muss bleiben)

    <FilesMatch "\.(ttf|otf|woff)$">
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
    </IfModule>
    </FilesMatch>

    link dazu ist hier – wenn dein allinkl nicht auf nem apache server ist findest du die alternative lösung hier:

    http://kriesi.at/documentation/enfold/enable-cors/

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

    here is the fontello font i created: http://webers-testseite.de/ikom/simple-icons.zip

    in reply to: How can I add a logo to the socket #719230

    maybe you give it a class to adress it quicker for styling options

    <img class="img-socket" src="link to your image here" alt="alt text">

    in reply to: Titel #719229

    vielleicht einen Link zu deiner Seite . dann können auch die nicht Mods dir helfen.

    i have done it with your simple iconset above.
    downloaded – unpacked – look for the svg in that folder/s – upload that svg via drag&drop to fontello.
    Now you have the choice to pick out some of your wanted icons or to activate all of them. – Download from Fontello than the generated font-file (zip) – upload that zip file to enfold ! voila!

    i dont know if this is 50px (guess it is aprox 80px) – but maybe it is ok for you if you setup a colorsection – 100% height – and a textblock in it.
    and choose:

    .avia-section.av-minimum-height .container .content {
        vertical-align: bottom !important;
    }

    see here: http://webers-testseite.de/ikom/colorsection100/

    if you take away the margin from p tag in that color section its nearby 60px distance

    .avia-section .container .content p {
        margin: 0 !important;
    }

    These are global rules if you only want to have it on a special color section set a customclass for it: ( class: bottom-text)

    .avia-section.bottom-text .container .content {
        vertical-align: bottom !important;
    }
    
    .avia-section.bottom-text .container .content p {
        margin: 0 !important;
    }
    in reply to: Different font-weight in menu / navigation #719197

    na das scheint ja sehr wichtig gewesen zu sein.

    in reply to: Remove validation asterisk from contact form element #719186

    on class-form-generator.php there is this required set in two different ways – the one by an extra element with class required for the case of not hiding labels.
    the second is to set a string $extra="*" this is set 4times and if you like to change you can insert for example $extra=" "
    maybe there is a fast way over functions.php of the child-theme to set a variable globaly to a value

    in reply to: Remove validation asterisk from contact form element #719164

    if you have not marked the field: “Hide Form Labels” it is simple:

    abbr.required {
        display: none;
    }

    but if so i have to look deeper in code.

    in reply to: how to place an image in button on fullwidth slider #718860

    well as i said
    just a fullwidth slider with custom-class (in my case: customclass)
    and only your text in one button (from slider dialog)
    the rest is css: (the last three rules are to setup your font and other stiles ):

    .customclass .avia-slideshow-button::after {
        content: url("/lodders/wp-content/uploads/2016/11/excell-icon.png");
        display: inline-block;
        height: auto;
        padding: 0 0 0 10px;
        position: absolute;
        top: -30px;
        width: 40px;
    }
    
    #top .customclass .avia-slideshow-button.avia-color-light {
        background-color: #b7c84b !important;
        font-size: 15px;
        font-weight: normal;
        padding: 12px 80px 12px 16px !important;
    }
    
    .customclass div .slideshow_caption h2 {
        font-style: italic;
        font-weight: bold !important;
        text-transform: none;
    }
    
    .customclass .slideshow_caption {
        width: 100%;
    }
    
    .customclass .avia-caption-content {
        font-weight: bold;
    }
    in reply to: how to place an image in button on fullwidth slider #718806

    see here my solution: http://webers-testseite.de/ikom/image-in-slider-button/

    if you like it – say it.

    in reply to: how to place an image in button on fullwidth slider #718518

    so you have the installation too here in a subfolder.
    so link to your image must be different

    /lodders/wp-content/uploads/2016/11/excell-icon.png

    .page-id-16 .customclass .avia-slideshow-button::after {
    content: url("/lodders/wp-content/uploads/2016/11/excell-icon.png");
    display: inline-table;
    height: auto;
    padding: 0 0 0 10px;
    width: 30px;
    }
    #top.page-id-16 .customclass .avia-slideshow-button {
    display: inline;
    height: 50px;
    top: 30px;
    }
    
    .avia-button.avia-size-x-large {
        font-size: 15px;
        text-align: left
    }
    

    but there are strange things in that slider – where can i choose an x-large button on that sliders ?
    i think here is the place a mod must help you with admin account .
    no chance to see from outside what you have done there – sorry

    • This reply was modified 8 years, 7 months ago by Guenni007.
    in reply to: how to place an image in button on fullwidth slider #718512

    first of all
    take the one button option.
    insert only that text into the button text: Download onze assortimentslijst
    give the slider that class and look to your page-id

    .page-id-16 .customclass .avia-slideshow-button::after {
    content: url("/wp-content/uploads/excell-icon.png");
    display: inline-table;
    height: auto;
    padding: 0 0 0 10px;
    width: 30px;
    }
    #top.page-id-16 .customclass .avia-slideshow-button {
    display: inline;
    height: 50px;
    top: 30px;
    }

    and than we have a look

    in reply to: how to place an image in button on fullwidth slider #718509

    what kind of slider did you take – because where does the span come from?
    And why are you using 2 buttons i thought the image was your need – not a second button.

    can you please only insert in that buttonfield the text and remove the img tag.

    in reply to: how to place an image in button on fullwidth slider #718502

    but neverthe less this will be on responsive case difficult to obtain a button that stayes in the slider.

    in reply to: how to place an image in button on fullwidth slider #718498

    well you will have a different page id !!!
    i can not see your site !

    in reply to: how to place an image in button on fullwidth slider #718491

    by the way did you choose the sliding or fading?
    on fading i think the animation is not so important.

    in reply to: how to place an image in button on fullwidth slider #718489

    the situation is that you have an image (that little excel icon) this is not part of a fontello iconset ( there are some alternatives with black and white excel icons))

    give a custom class to the fullwidth-slider (for example: “customclass”) – (i have tested it on a enfold playground and page id was 3437)

    .page-id-3437 .customclass .avia-slideshow-button::after {
        content: url("/wp-content/uploads/excell-icon.png");
        display: inline-table;
        height: auto;
        padding: 0 0 0 10px;
        width: 30px;
    }
    #top.page-id-3437 .customclass .avia-slideshow-button {
        display: inline;
        height: 50px;
        top: 30px;
    }

    webers-testseite.de/ikom/image-in-slider-button

    but than the button stops moving

    we only can reach the moving if your excel icon is in that frame!

    if you let this at inline-block the animation is ok:

    #top.page-id-3437 .customclass .avia-slideshow-button {
        display: inline-block;
    }
    in reply to: Enfold-Layerslider Stopped working #718457

    on my hoster i can declare who is the “chief of a folder ” i can give the ownership of a folder to a wp-user or a ftp-user. Maybe your hoster got this too. (by the way wp is in this case no shortform of wordpress – it is from hosteurope a given shortform)

    • This reply was modified 8 years, 7 months ago by Guenni007.
    in reply to: Enfold-Layerslider Stopped working #718452

    try first only to set the rights to the config.php
    if that does not help yes triy that

    if this (777) helps afterwards you can set the folder permissions back to normal 750 and the file permission to 640 and test that.

    in reply to: Enfold-Layerslider Stopped working #718448

    have a look again to the post
    /wp-content/themes/enfold/config-layerslider/ is also important

    the other folder comes from installing slider demo templates – you don’t need to create them

    • This reply was modified 8 years, 7 months ago by Guenni007.
    in reply to: Enfold-Layerslider Stopped working #718445

    did you prove the user permissions of your installation?

    The folder /wp-content/uploads/dynamic_avia (quick css and others)
    and /wp-content/uploads/layerslder (if you installed preformated Layersliders) and
    /wp-content/themes/enfold/config-layerslider (nomen est omen) has to be writeable.
    You can proove that on setting them (including content folder and files) for that moment to 777

    i think particularly the /wp-content/themes/enfold/config-layerslider/config.php has to have 640 (at least)

    Entschuldige – den Vorgabe Farbwert überlas ich. :) – bis dann

    this tip seems to me very familiar:

    https://kriesi.at/support/topic/icon-packs/

    in reply to: SVG code for Logo #718337

    yes the code is important to set the logo to display: none (ps don’t forget to make it for the responsive case too.)

    but you don’t need any plugin for that.
    The code to be able to upload svgs to wordpress is old:

    (both comes to child-theme functions.php)

    function custom_mtypes( $m ){
        $m['svg'] = 'image/svg+xml';
        $m['svgz'] = 'image/svg+xml';
        return $m;
    }
    add_filter( 'upload_mimes', 'custom_mtypes' );

    after you set the original “logo” to display none you can insert the svg code (so without img src) into enfold:

    function first_logo($logo) {
    $logo .= '<strong class="logo first-logo"><a href="path to an url1">' ;
    $logo .= file_get_contents("/wp-content/uploads/logo1.svg");
    $logo .= '</a></strong>';
    return $logo;
    }
    add_filter('avf_logo_final_output', 'first_logo');

    this is a big andvantage because now you have the possibility to setup f.e. hover styles to svg path or something like that.

    • This reply was modified 8 years, 7 months ago by Guenni007.
Viewing 30 posts - 10,081 through 10,110 (of 11,475 total)