Forum Replies Created

Viewing 30 posts - 10,381 through 10,410 (of 10,882 total)
  • Author
    Posts
  • in reply to: Full Width Color Section on bottom #536635

    in section.php there are the rules for creating a new section allways if there is a sidebar. but why is the sidebar placed in that last newly created section and not in the first one ( #after_section_1)

    in reply to: Top Nav Bar button background #536578

    perhaps:

    li#menu-item-422 a {
        background-color: rgb(101, 182, 210) !important;
        border-bottom: 3px solid rgb(83, 151, 169);
        color: #fff !important;
        padding: 5px;
    }

    and if you don’t like that text-decoration on hovering :
    f.e.

    li#menu-item-438 a:hover {
        background-color: rgb(83, 151, 169)  !important;
        border-bottom: 4px solid rgb(83, 151, 169) !important;
    text-decoration: none
    }
    in reply to: Top Nav Bar button background #536568

    well the css of that button (text-color etc.) goes via the anchor.

    so try

    li#menu-item-422 a {
    border: 2px solid;
    background-color: #003b70 !important;
    border-radius: 2px;
    color: #ffffff !important;
    padding: 3px 10px;
    margin-top: -2px;
    }
    in reply to: What is the use of Infobox Widget ? #534391

    or is it a part of demo import than. – ok

    in reply to: Save element as template – what a neat feature! ;-) #533118

    Yes this is brilliant idea. i managed this till now by creating an empty page with that element only and saved it as template. But this is quiet comfortable now. :yoo

    i think this happend when you have a colorsection followed only by a 1/1 or other columns.
    If you put your text or content in a color-section too following to your image this will not happen.

    :lol:

    Edel sei der Mensch,
    hilfreich und gut;
    denn das allein
    unterscheidet ihn
    von allen Wesen,
    die wir kennen!

    Goethe

    “Man should be noble,
    Helpful and good!
    For this alone
    Distinguishes him
    From all the creatures
    That we know.”

    • This reply was modified 9 years, 1 month ago by Guenni007.
    in reply to: changing title effect on masonry #523985

    if i understand your masonry grid right – this seem to be responsible for title:

    .avia_desktop.avia_transform3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content {
        transition: opacity 2s ease-in;
    }

    effects other than ease you can find via google “transition”
    you have to play with the 2s mode

    • This reply was modified 9 years, 1 month ago by Guenni007.
    in reply to: Assign different icons to a bullet list #523810

    hm try it f.e. for fax with:

    .list li.list-fax::before {
        content: "\E886";
    }

    the .list li has to be part of that declaration if it has to override the .list li::before rule
    and you did not look at the cascading order it is li.list-phone not .list-phone li

    and btw. you got in your code a mistake on email:before rule there is a phone inside

    • This reply was modified 9 years, 1 month ago by Guenni007.

    no try to play a little bit with container height perhaps to 48px

    ok try this for your site:

    .page-id-1266 #header {
        visibility: hidden !important;
        z-index: -5 !important;
    }

    and set the header to transparent header on that site

    perhaps you have to set header container site to:

    .page-id-1266 #header .container {
        height: 50px !important;
        line-height: 50px !important;
    }

    have a look here: http://webers-testseite.de/lepper/slider/

    • This reply was modified 9 years, 1 month ago by Guenni007.

    how did you get rid of your normal header?
    the header is on normal the sticky point where it stops. So i think if you set your header hight to 50px and is set to stick and visibility to hidden. And change the z-index to -1 than it might work.

    Edit: no it doesn’t work

    is there a need to do it via iframe – and how do you put in

    and why are you unsatisfied with : http://vacationrentalworldsummit.com/sample/

    • This reply was modified 9 years, 1 month ago by Guenni007.

    well i don’t know where the top position is calculated if it turns from absolute to sticky. the value now is -1px and it has to be 50px for your example. But i do not find the place where it is set.

    in reply to: Full Width Slider #523675

    what do you mean by before and after
    what kind of slider do you mean of enfold (the advanced layer-slider, fullwidth-slider, full-screen-slider, simple-slider, etc..).

    Fullwidth-slider and fullscreen-slider are allway on default on 100% of the screen.

    • This reply was modified 9 years, 1 month ago by Guenni007.
    in reply to: German Language Translation via Loco Translate #522158

    but after working on that f.e. dutch files the plugin moves the two files out of this informal folder to parent directory?
    i have to make this manual for german language.

    thanks anyway – i will make it the old school via poedit – extern and upload it.
    Can be closed now

    • This reply was modified 9 years, 1 month ago by Guenni007.
    in reply to: German Language Translation via Loco Translate #521604

    no – i think this is the thing in German Language which is unique to all other languages especially english.
    We make a difference in a polite Form of adressing people. The “Sie” is a polite form for you and the “Du” for you is a more informal salutation of people (in most cases for well known people or friends)
    if you look into the untouched zip File of Enfold download – the lang folder allready contains this informal folder and only german lang files in it.

    this is the reason why on german wordpress we can choose between these two adressing types.

    my suggestion was that the little plugin does the right thing to take the informal version if this is set by wordpress options dialog.
    But enfold allways takes the formal version allthough the wordpress setting is set to informal “Du” Version.

    formal / informal

    • This reply was modified 9 years, 1 month ago by Guenni007.
    in reply to: Improve speed of site: #520716

    you can see it in the gtmetrix that alot of your files aren’t compressed – have a look here on google pagespeed tool too:

    https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fhomepokerpro.com&tab=desktop

    in reply to: Enfold move from dev folder to root #520701

    do you realy have to move it?
    on many sites, i develop a new customer site in a subfolder. So the origin website works well till the new one is completely developed.
    If you haven’t any other dependencies for the path of your domain you can declare the subfolder on your hoster as the new “domain root” (direct the domain to that subfolder) so you only have to change on the wordpress settings the path from http://www.domain.com/subfolder to http://www.domain.com.

    in reply to: Improve speed of site: #520696

    sometimes with bwp minify it helps to deactivate the minfying of the layer-slider javascript files that it works than well.
    Have a look at advanced settings of bwp minify – there is listing and you can activate the layerslider js (there are two of them) and than put it with the plus sign to not minify – try that.

    • This reply was modified 9 years, 1 month ago by Guenni007.
    in reply to: Improve speed of site: #520688

    it seems that gzip is not activated for all file types

    i have for my provider and an apache Server the following in my htaccess file:

    
    # GZip
    <IfModule mod_deflate.c>
        AddOutputFilterByType DEFLATE text/html text/plain text/css application/json
        AddOutputFilterByType DEFLATE application/javascript application/x-javascript
        AddOutputFilterByType DEFLATE text/xml application/xml text/x-component application/json
        AddOutputFilterByType DEFLATE application/xhtml+xml application/rss+xml application/atom+xml
        AddOutputFilterByType DEFLATE image/svg+xml application/vnd.ms-fontobject font/truetype application/x-font-ttf font/opentype application/x-font-woff
        BrowserMatch ^Mozilla/4 gzip-only-text/html
        BrowserMatch ^Mozilla/4\.0[678] no-gzip
        BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
    </IfModule>
    
    <IfModule mod_expires.c>
        ExpiresActive on
        ExpiresDefault                          "access plus 1 month 1 hour"
        ExpiresByType text/cache-manifest       "access plus 0 seconds"
        ExpiresByType text/html                 "access plus 0 seconds"
        ExpiresByType text/xml                  "access plus 0 seconds"
        ExpiresByType application/xml           "access plus 0 seconds"
        ExpiresByType application/json          "access plus 0 seconds"
        ExpiresByType application/rss+xml       "access plus 1 month 1 hour"
        ExpiresByType application/atom+xml      "access plus 1 month 1 hour"
        ExpiresByType image/x-icon              "access plus 1 week 1 hour" 
        ExpiresByType image/gif                 "access plus 1 month 1 hour"
        ExpiresByType image/png                 "access plus 1 month 1 hour"
        ExpiresByType image/jpg                 "access plus 1 month 1 hour"
        ExpiresByType image/jpeg                "access plus 1 month 1 hour"
        ExpiresByType video/ogg                 "access plus 1 month 1 hour"
        ExpiresByType audio/ogg                 "access plus 1 month 1 hour"
        ExpiresByType video/mp4                 "access plus 1 month 1 hour"
        ExpiresByType video/webm                "access plus 1 month 1 hour"
        ExpiresByType text/x-component          "access plus 1 month 1 hour"
        ExpiresByType font/truetype             "access plus 1 month 1 hour"
        ExpiresByType application/x-font-ttf    "access plus 1 month 1 hour"
        ExpiresByType font/opentype             "access plus 1 month 1 hour"
        ExpiresByType application/x-font-woff   "access plus 1 month 1 hour"
        ExpiresByType image/svg+xml             "access plus 1 month 1 hour"
        ExpiresByType application/vnd.ms-fontobject "access plus 1 month 1 hour"
        ExpiresByType text/css "access plus 1 month 1 hour"
        ExpiresByType text/x-js "access plus 7 days 1 hour"
        ExpiresByType text/javascript "access plus 7 days 1 hour"
        ExpiresByType application/javascript "access plus 7 days 1 hour"
        ExpiresByType application/x-javascript "access plus 7 days 1 hour"
        <IfModule mod_headers.c>
            Header append Cache-Control "public"
        </IfModule>
    </IfModule>
    
    <FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)(\.gz)?$">
    Header unset ETag
    FileETag None
    </FilesMatch>

    mod_deflate and expires helps for a good ranking and speed
    the last thing with filesmatch is for that annoying yslow configure E Tag message

    But modules have to be activated server sides (deflate and expires on your apache – i don’t know if this is given on your server)

    • This reply was modified 9 years, 1 month ago by Guenni007.
    in reply to: Enfold Showcase #518896

    hey DUALWERK – this slider is “awfully nice”.
    Great job.
    wow wow

    ich sehe den Quellcode und komme doch nicht dahinter.
    kannst du mal das als zip exportieren, und mir hochladen :lol:

    ich würde gerne sehen wie das geht.

    • This reply was modified 9 years, 1 month ago by Guenni007.
    in reply to: Enfold in german #518784

    but it seems something wrong with your alb – because not all but a few are translated allready:

    Mitteilung, Inhalts-Slider, Kontaktformular, etc

    in reply to: Use contact form 7 with content builder #518775

    on the contact form 7 list you can see beside the name of your form the shortcode

    f.e.:
    [contact-form-7 id="2952" title="Kontaktformular 1"]

    this code you can put in a text alb element (if it does not work – try to insert the shortcode in text (not styled) mode of the text element

    in reply to: Enfold Showcase #518015

    sorry: here is the rest and the missing imgblur class of that color section ( you want to have that effect ) to make it specific

    #header.header-scrolled + #main #av_section_1.imgblur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: 2s -webkit-filter linear;
    -moz-transition: 2s -moz-filter linear;
    -o-transition: 2s -o-filter linear;
    transition: 2s filter linear;
    }

    on safari for Windows it does not work at all

    • This reply was modified 9 years, 1 month ago by Guenni007.
    in reply to: Enfold Showcase #517313

    well @freepixelweb : you don’t need a hardcoded thing for that if you are only thinking bout such a blur effect.
    If you are using f.e. the shrinking logo effect there comes a new class to the header which you can use for the starting of a transition effect.

    make a colorsection (maybe 100% of screenheight) give a class to that colorsection (in my case imgblur) try:

    
    #header.header-scrolled + #main #av_section_1 {
    filter: blur(5px);
    -webkit-transition: 2s -webkit-filter linear;
    -moz-transition: 2s -moz-filter linear;
    -o-transition: 2s -o-filter linear;
    transition: 2s filter linear;
    }

    you can see it here:
    http://webers-testseite.de/enf02/beispiel-seite/

    ok. that works – thanks

    in reply to: alb blog entry display none #516475

    thanks i solved it via the shortcodes of event manager. – There are possibilities to set some if clause on showing an event list.

    but thanks i keep it in mind for all other blog entries

    in reply to: Menu change (custom link page) does not work #515822

    are you using wpml for different language versions ?

    in reply to: alb blog entry display none #515412

    i want to show on the frontpage a blog entry if category of that entry is “frontpage” if there is no entry with that category there shold be nothing!

    I want to make it easy as possible for a customer. He has sometimes a featured event and on that case he likes to have on the landing page the excerpt of that event with a readmore link about that event. So i told him that he can do it via quickedit of the events by marking the event as eventcategory “frontpage”

    But if there is no entry in that category the preset section should be invisible and no message should be shown that there is no entry.

    • This reply was modified 9 years, 1 month ago by Guenni007.
    in reply to: floating images on mobile version #514777

    yes could be an alternative:

    @media screen and (max-width: 767px) {
    .alignright { float: none !important; }
     img.alignright { width: 100% !important; }
    }

    have a look on testseite

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