Forum Replies Created

Viewing 30 posts - 10,681 through 10,710 (of 11,049 total)
  • Author
    Posts
  • in reply to: Fixed footer #477003

    try this one – but it might not work on the most mobile Phones:

    #socket {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    }
    in reply to: Moving the Website to a new server #476997

    how do you move your website?
    I prefer duplicator (free) or backup buddy (not free) and had never problems like this.

    in reply to: bring header to top #476980

    its hard to decide what to do from a screenshot.
    If you don’t like to make your site-url public than put it in a private message.

    oh i see the url on screenshot :
    so – i don’t know where this settings come from but if you put in quick css :

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 43px !important;
    }

    this could help.

    hi ismael – what about my suggestion that it could be possible to export theme settings file on one language – than switch Language in Enfold Options (menu bar above) – and import than this “english” Themesettings to the other langauge ?

    in reply to: Enfold configuration in defferent languages using enfold #476387

    More or less i think this is a feature and not a bug :lol:
    sometimes i like to give the other languages different colors or a different logo. So this is nice to have that it is an extra setup for each language.
    But i think you are right that a checkbox for always duplicate settings or not will be a nice feature for those who only want to have different content.

    btw. i don’t know if an “export theme settingsfile” on enfold options dialog import/export will work.
    You can try to export the settings on e.g. english and change than to the different language and import the settingsfile than.

    well first of all i see this on your source code:
    .home #wrap_all { padding: 0 0 0 30px}
    this leads only to a padding on the left

    if you want padding on both sides:

    .home #wrap_all { padding: 0 30px 0 30px}
    or (same shit different name)
    .home #wrap_all { padding: 0 30px }

    well the body has in this case the class : home
    so you can use

    @media only screen and (min-width: 768px) and (max-width: 989px) {
    .home #header_main .container { padding: 5px 0px}
    .home #wrap_all {padding: 0px 30px}
    }

    btw: on padding and margin you can shorten the code
    if there are two values than it is (up – down) (left-right)
    so padding : 5px 0 means the same as : 5px 0 5px 0
    if there are tree values it is meant: up (left/right) down

    • This reply was modified 9 years, 5 months ago by Guenni007.
    in reply to: Menu size #471323

    ok he changed it – and with 80px as well :lol
    thanks for your positiv feedback

    in reply to: I cannot find the last version of Enfold in Envato #470716

    thats a pity and long time ago i made a featured request to put in the installable package the version.txt here – but it seem to be an envato thing.

    in reply to: I cannot find the last version of Enfold in Envato #470697

    this is sometimes a shame that in “all files & documentation” download and “installable wordpress file only” there are different Version numbers for a little time.
    I got the message too about 3.2.2 but downloading the whole package from Envato only the 3.2 is in there. In the installable wordpress theme the 3.2.2 is present.
    I like to do my updates manually too, so for that i download only the installable package.

    in reply to: Menu size #470694

    i think the orignal set of that is in:

    .av-main-nav > li > a {
        display: block;
        font-size: 13px;
        font-weight: 600;
        padding: 0 13px;
        text-decoration: none;
        transition: background-color 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s;
    }

    so if you goto quick css and change padding i guess this is what you want:

    .av-main-nav > li > a {
        padding: 0 30px;
    }
    in reply to: Missing images and icons after manual WP4.2.2 update #470690

    well the images are there as you said above – and if i change the set opacity from 0 to 1 on developer tools i can see them all.
    But this is not the solution because the opacity should change from 0.9 to 1 by hovering i guess.

    
    .js_active .grid-image {
        opacity: 1;
    }
    in reply to: Text mit Farbe hinterlegen #470572

    Es wäre so schön, dass am Objekt der Begierde gleich zu testen!
    Ein Link dahin – und wenn du es nicht öffentlich machen willst markiere die Nachricht als Privat, macht es viel leichter zu helfen.

    in reply to: Missing images and icons after manual WP4.2.2 update #470371

    manual means you uploaded wordpress via ftp?
    how do you handle the wp-content folder – by uploading via ftp?

    After uploading – do you login into the wordpress installation again? because first start will update the database of WordPress than.
    btw you can force a database update by: url/wp-admin/upgrade.php

    in reply to: Adding a button to Layerslider #470367

    oh sorry i see this is not the layerslider it is the fullwidth slider on that demo – it has the option to set two link buttons implemented.

    On Caption of the fullwidth slider there is the option: “Apply a link or buttons to the slide?”
    there you can set “attach two buttons”

    http://webers-testseite.de/enf01/?page_id=41

    and btw. why don’t you link the site you mentioned?

    http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/

    • This reply was modified 9 years, 5 months ago by Guenni007.
    in reply to: Adding a button to Layerslider #470338

    shortcodes i guess not but you can use a new layer ( text or image) and on layerslider options dialog the layer got : content, transition, link, styles and attributes

    so you have everything to style the button

    for link you set up the link to the aim and if you dont want to style the text each time you can give this layer via attributes/classes a class and style the button with quick.css – even the hover states!

    look here – quick and dirty
    http://webers-testseite.de/enf01/?page_id=39

    in reply to: adding on Google Maps a select box for MapTypeID #470134

    Well this is for a featured request best. I have map press pro for a long time and it works well in my way. But it might be a nice option to stand appart from competition to other framework wordpress themes!

    so can be closed now

    in reply to: adding on Google Maps a select box for MapTypeID #467931

    this is the point (as i mentioned in the E-Mail to you) i dont know how to change shortcode.js that the selected “View” is set for MapTypeID

    in reply to: Slow loading slider #467274

    Well what image processing program do you have?
    here you can see your pictures with 200kb and i think there is a marginal quality loss
    http://webers-testseite.de/enf02/fullwidth-slider/

    the image dimensions are one aspect of file size. The other is the compression level. Very often it is better to take a big compression at big images than to take a small picture with less compression.

    have a look here: http://kriesi.at/archives/4-key-wordpress-image-optimization-tips

    A huge JPEG (inches, not kilobytes) saved at a high compression rate can look better than a smaller image at reduced compression when re-sized for your page.

    this is a nice freeware tool if you work behind MacOSX : https://imageoptim.com/

    in reply to: Slow loading slider #467101

    here is an example for a fullscreen slider
    you only see a difference at high contrasts (rider with lance – jpg artefact) but even the 320kb image is good enough for a fast slide.

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

    in reply to: Slow loading slider #467079

    @shannab – you have images above 2MB Dataamount ! one is 3.5MB
    recalculate those images . Take jpg and progressive option for them.
    Do not take the highest quality option – high or middle is enough ! I guess that 2000 px width will be enough !
    espacially because some are not so sharp (a bit blured even)

    this will help loading time

    edit : oh Elliot mentioned it allready – so try to shrink your images without alterning the dimensions

    • This reply was modified 9 years, 6 months ago by Guenni007.
    in reply to: Slow loading slider #467067

    Images are ok but you havn’t activated gzip compression on your hoster.
    It depends on the server from hoster side how you can achieve this – but this will save a lot of server response time!

    i think you are sitting behind an apache server so try it with htaccess activation

    76.1% bandwidth could be saved

    some of those caching plugins mentioned above will do that too – and sometimes this is the biggest effect of them :lol:

    • This reply was modified 9 years, 6 months ago by Guenni007.
    in reply to: Activating an additional Google Font #466529

    thanks Josue – can be closed now

    in reply to: Activating an additional Google Font #466355

    so what would you use to activate the font?
    the link option could work ?

    is this the correct way:

    https://kriesi.at/support/topic/add-custom-font-which-arent-listed-as-official-google-fonts/#post-406903

    in reply to: Activating an additional Google Font #466350

    to use it with enfold i managed it this way (link above)

    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['PT Sans Narrow'] = 'PT Sans Narrow:400,700';
    $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    
    $fonts['PT Sans'] = 'PT Sans:400,700,400italic,700italic';
    $fonts['PT Sans Narrow'] = 'PT Sans Narrow:400,700';
    return $fonts;
    }

    But the font is not active till any option in Enfold is defined by with this font.
    So i often give via advanced styling the h6 that font.

    After that i can use the font via quick css too – but without doing the h6 “trick” settings in quick css have no effect.

    in reply to: Need to change font color for single menu #465216

    first of all the quick css must work

    but the second method is quiet simple but that is the reason why i mentioned the button on WordPress Window top right:

    • This reply was modified 9 years, 6 months ago by Guenni007.
    in reply to: make mobile version more user friendly? #465051

    and what do you want to make with your long navigation and a big logo with long slogan ?
    underneath the 1650px they will overlap

    do you realy read all the instructions or is it my bad english that sometimes some instructions are lost ?

    this code here:

    .responsive #top #wrap_all #header_main .container {
    float:none;
    max-width:100%;
    padding-left:0;
    padding-right:0;
    width:100%;
    margin:0 auto
    }

    has to be inserted instead of :

    .responsive #top #wrap_all .container {
    float:none;
    max-width:100%;
    padding-left:0;
    padding-right:0;
    width:100%;
    margin:0 auto
    }

    you see the difference : now only the container after #header_main is selected

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

    yes – but this is the problem for other users – that they have no learning input and those who want to help can’t do because from a screenshot it is impossible.

    I understand that some don’t want to post a direkt link – but than you still have to wait for support from customer support and post the link as private

    in reply to: Kontaktformular sendet falschen Betreff an Empfänger #464891

    Bitte lösche mal bitte meine Registrierung :lol:

    ich habe noch keine E-Mail erhalten !

    ich hatte mal gaaaaaaanz früher ein Problem, das Kontaktformulare nicht versendet wurden.
    Da lag das am Provider. Der wollte bei sich eine Primäre E-Mail Adresse hinterlegt haben (Hosteurope) und zwar nicht für die Kontaktaufnahme im Briefwechsel sondern unter den script Einstellungen:

    Hier ändern Sie die E-Mail-Adresse, die von Ihren Skripten als Absender verwendet wird,
    wenn keine andere ausgewählt ist. Bitte beachten Sie, dass einige Skripte nicht korrekt funktionieren,
    wenn hier keine korrekte Adresse ausgewählt ist.

    ohne diese Definition ging garnichts. Eventuell ist das auch hier so.

    it will be easier to give you an advice if we can see the real site.

    A tip from me:
    im using on Firefox for a long time firebug – nowadays a lot of browsers have this kind of developer tool integrated.
    I still use firebug but it might be done by the others too.

    f.e. if i right click on your author name and choose firebug the following infowindow appears:
    If i want to change color than the code is on the right side

    #top .main_color .bbp-author-name {
        color: #f00;
    }

    this is what i would do if i had to change something via quick css.
    Finding the specific selectors is simple – and the best is you can edit online the code at the right side whithout changing something on your online code !

Viewing 30 posts - 10,681 through 10,710 (of 11,049 total)