Forum Replies Created

Viewing 30 posts - 10,501 through 10,530 (of 10,880 total)
  • Author
    Posts
  • in reply to: Making a sidebar widget sticky #478140

    isn’t it possible to create on enfold a custom widget area and than try to position it with css (z-index and fixed) in this manner?

    in reply to: Change corner radius of "Article Slider" #478135

    hallo tom – wie ich sehe, ist es ja wohl mit dem Radius gelungen oder?
    Du hast die Bilder verändert. Es ginge ja auch so ( sogar bishin zum Kreis):

    .pg-image, .pg-image-hover {
        border-radius: 50%;
    }

    der unterhalb ist bei 10px so wie ich es sehe, hat aber wegen den bereits im Bild befindlichen Radien (musst halt rechteckige dann wieder hochladen) keinen Effekt

    sag mal das drehen ist das ein Plugin oder alles händisch via css geregelt. ?

    • This reply was modified 9 years, 4 months ago by Guenni007.
    in reply to: Layer Slider issues #478122

    on that page this is not the layer-slider plugin but the fullscreen slider – and on that alb element you can choose it as an extra option.

    on each image you add you can choose different options
    on Caption there is “Apply a link or buttons to the slide?” you can add buttons

    in reply to: Layout of icon lists in text area #478105

    Well you can give to that text block a css custom class (see how to activate custom class on alb elements)
    i gave the textblock the class: iconinline

    than i did the following:

    .iconinline p {
        margin-left: 50px;
    }
    
    .iconinline .av_font_icon {
        margin-left: -50px;
        position: relative;
        top: -5px;
    }

    with top value you can shift the icon
    try it

    • This reply was modified 9 years, 4 months ago by Guenni007.
    in reply to: Google map not showing #478087

    well i suppose that you done something wrong on placing your map position. Because there is no content at all:

    <div style="height: 400px;" data-mapid="1" class="avia-google-map-container" id="av_gmap_1"> __________ </div>

    on edit location did you press that little button to get longitude and latitude ? – without it does not work

    in reply to: Show full page width easy slider on events page #477824

    well if you activate the alb for events it might be easy – or do i missunderstood your request?

    https://kriesi.at/support/topic/the-events-calendar/#post-366328

    Great ! Thanks for testing it. I don’t have at the moment a multilingual Testenvironment to prove it myself.

    in reply to: Fixed footer #477098

    If you want to use footer with widgets as well than it is more difficult to fixe it, because you have to be aware of seeing all content in main.
    If footer is allow to scroll there is no problem with that solution above

    in reply to: bring header to top #477090

    Yes Yigit – i guess the code above works :lol:

    in reply to: Fixed footer #477083

    this is the html background-color : try this

    html.responsive, .responsive body {
        background-color: #fff !important
    }
    in reply to: Masonry gallery crop pictures #477005

    i don’t know if i really understand what you want but you can change the original setup

    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
        transform: scale(1.05, 1.05);
    }

    to what you want:

    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
        transform: rotate(25deg);
    }
    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, 4 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, 4 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/

Viewing 30 posts - 10,501 through 10,530 (of 10,880 total)