Forum Replies Created

Viewing 30 posts - 10,171 through 10,200 (of 10,306 total)
  • Author
    Posts
  • in reply to: How to add custom class to the logo link? #361444

    what is the point you want to achieve?

    because you can select the anchor by :
    .logo > a { }

    so why you need an extra class vor a ?

    in reply to: Different font colors on different pages #361439

    you just have to look what page-id is given to your special site.
    Than you can make some quick css e.g:

    .page-id-207 p {
        color: #900;
    }

    same with h1 to h6

    in reply to: Conflict with WordPress SEO by Yoast Version 1.7.1 #361417

    Es gab doch schonmal ein Problem mit Yoast – da wurde empfohlen in die functions.php folgendes einzufügen (am besten natürlich mit Child-Theme)

    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);
    }

    ich dachte die wäre bei der neuen Enfold Version nicht mehr nötig.
    versuche es – wenn

    same with other elements e.g portfolio Raster etc.

    Advantage of that code Element is – you only have to insert it if you need it on the site.

    btw – i’m not a coder – the script is from: http://webdesignerwall.com/tutorials/html5-grayscale-image-hover

    but i just fit it in a form that works for us

    But there is another question – why didn’t we have the same problem as you?

    My translations work without your “fix” !
    even in installations in subfolders

    EX-LEPER
    Thank you, sir, thank… Half a dinari for me bloody life story?

    BRIAN
    There’s no pleasing some people.

    EX-LEPER
    That’s just what Jesus said, sir.

    in reply to: Small Header #359596

    habt Ihr denn irgenwo an dem php-code rumgefeilt? weil wie gesagt das hier #aside ausserhalb von #main liegt bekomme ich via advanced Layout builder einfach nicht hin.

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

    have you some caching tools on work?

    in reply to: Carrslane.church #359563

    or is your desire to have a totaly transparent headet till you scroll down.?
    than i guess you simply have forgotten to choose on these sites you mentioned the option of the transparent header.

    in reply to: Carrslane.church #359559

    and btw : nice site

    in reply to: Carrslane.church #359557

    why did you use a transparent png for obtaining the effect you want:

    .header_color {
        background: rgba(181,7,10,0.8) !important;
    }

    the 0.8 is 80% transparent
    and for your topmenu:

    #top .av_header_transparency #header_meta {
        background: rgb(181,7,10) !important;
    }

    btw: you used in your new layout : Let logo and menu position adapt to browser window

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

    could be something with filepermissions. Can you change it via ftp (folder enfold/lang ) to something that defninitly works!

    in reply to: Small Header #359541

    now its clear what is the problem. It seems to be a footer element with green background under the Main Content but
    please tell me how do you get out of main container the sidebar ?
    Normaly it is in the main container.

    PS : die Pampigkeit gehört hier nicht hin. Die Leute sind hier alle sehr schnell auch mit sehr praktikablen Lösungen. Manchmal muss man eben genauer beschreiben was da falsch ist.
    wie gesagt das unten hätte genausogut der Footer mit Widgets sein können.

    dein Quellcode:

    so wird der bei mir in Enfold generiert:

    • This reply was modified 9 years, 6 months ago by Guenni007.
    in reply to: No image in slider accordeon #359513

    please post a link to your page.
    And if you don’t want that other participants help you – you can mark your message as private so only support team can see your message.

    Without that it is not possible to help you.

    in reply to: Round buttons #359510

    well if the border-radius is bigger than half the size of your button the button will be a circle.
    or you define the border-radius as 50% as you can see with standalone Icon
    but it will be unpractical for buttons with different text-length

    after translating the files in code style localisation – did you press that little button on top “create mo-File” ?

    in reply to: Strange behaviour with standalone Icons #359495

    thanks again – that did the trick!
    can be closed now

    in reply to: Small Header #359490

    ich kann auch nichts ungewöhnliches sehen ; ausser mein Einwand s.o.
    kann man momentan am schnellsten beheben, wenn du das Mobile Menu schon für Tabletts aktivierst (Enfold/Header/MobileMenu)
    dort acitvate for smartphones und tablets (unterhalb 990px)

    in reply to: Change animation type of Masonry #359039

    perhaps you can find the definitions in enfold/css/shortcodes.css

    there you can find some animation definitions (cubic-bezier)

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
        animation: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.075) 0s normal none 1 running avia_msonry_show;
    }

    perhaps a little css helps :lol:

    in reply to: wpml – flags and names #359020

    do you use the WPML Version 3.8.1.3 ? because i had no problems to place the language switcher to even widgets or menues:
    here you can see the screenshot of that dialog

    in reply to: wpml – flags and names #359016

    i put the flags to the top bar at the right (social icons at the right)
    this is not so dominant – and it seems that WPML made it by itself if a topbar is present.

    You find it at header/extra elements:

    in reply to: Removing lines on page #359011

    but i think what makes me feel a bit more confused was the behaviour between 768px and 989px with the area of “normal navigation” – this is white and without your floral background. Did you do something with the mobile behaviour on your custom css ?

    in reply to: Removing lines on page #359006

    well the first one i see on your page ; try this:

    #header_main_alternate.container_wrap {
        border-top: 0 none !important;
    }
    in reply to: How do i change the hover button text color? #359003

    it will be much easier to help if we have a site to see your specific Button.

    if you mean in general these shortcode buttons http://kriesi.at/themes/enfold/shortcodes/buttons/
    there are rules for every defined color.

    if you want to change every hover button text color you can add this:

    .avia-button:hover {
        color: #0a2907 !important;
    }

    but if you want to change only one specific colored Button (and this makes sense because a gray in a silver button is not good) we had to see the example

    in that case e.g.

    .avia-button.avia-color-silver:hover {
        color: #0a2907 !important;
    }
    in reply to: Small Header #358260

    by the way.
    I guess it would be better to choose a different header.
    Logo in the center and Nav beyond. Because of the width from your nav its over the logo at small screens.

    in reply to: Strange behaviour with standalone Icons #357200
    This reply has been marked as private.
    in reply to: Strange behaviour with standalone Icons #355871
    This reply has been marked as private.
    in reply to: Strange behaviour with standalone Icons #355870

    on my website there is WP4.01 and Enfold 3.04

    same Problem with Firefox. It seems to be a problem of the Caption. Because without caption there is no such behaviour.

    Where did you purchase it ? At Themeforest ! Than goto this site – login with your Themeforest (Envato) account and download the newest version.
    By the way : alot of users have troubles with WP 4.01 but i tested Enfold 3.04 and it works for me.

    in reply to: Sticky socket or footer – Paralex #340138

    i thought that playing arround with some z-index has to be done too:

    #footer {
        padding: 15px 0 30px;
        position: fixed;
        width: 100%;
        z-index: 1;
        bottom: 45px;
    }
    
    #socket {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    }

    We have to handle the main content because it is covered with only the code above
    wait a moment – i have a look.
    i think this won’t work with a responsive footer hight, because footer and socket are in the main Container.
    The socket height is not so variable – so you can manage it by adding a padding-bottom to main container but socket height is much more variable.

    I guess – no chance

    • This reply was modified 9 years, 7 months ago by Guenni007.
    in reply to: animated numbers translate #340032

    you can download poedit from: http://poedit.net/
    there are i guess mac and pc versions of it.

    load your language which you want to handle. ( folder: “lang” e.g. nl_NL.po)
    see the menu in poedit there is in German (Katalog) perhaps this is called Catalog in english – choose actualize from pot file
    choose the enfold.pot (english original)
    than you can see that only 30% of 2571 texts are translated. ! (in dutch)
    now you can make here your own translations – search for “hour”

    save the new file ( poedit will generate automatically the .mo file) both nl_NL.po and nl_NL.mo you can upload to your theme in the lang folder.

    But the way of Yigit is quiet faster if you only want to change some translations.

    the way above is for general use for : https://kriesi.at/support/topic/please-contribute-and-translate-enfold/

Viewing 30 posts - 10,171 through 10,200 (of 10,306 total)