Forum Replies Created

Viewing 30 posts - 11,101 through 11,130 (of 11,489 total)
  • Author
    Posts
  • in reply to: Dimension problem #479649

    please ask the support for that!
    I’m a Participant too. And post the link as private !

    in reply to: Change preload image animation #478958

    Hey Rikard – i believe he wants to replace that spinning thing – not setting up a logo above that animation.

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

    ha ich sehe gerade dass du eine https Seite da hast, ich las irgenwo etwas von einem Bug des neuen Chrome

    ich suche gerade mal wo das stand hier im Forum

    edit: https://kriesi.at/support/topic/enfold-chrome-mac-only-maybe-css-issues/#post-478104

    vielleicht hat es damit zu tun.

    ich schau aber mal gerade ob ich das im Chrome nachvollziehen kann.

    Was mich allerdings stutzig macht, ist dass es in deinem Quellcode (css) nicht zu sehen ist die Anweisung !
    Hast du es wieder entfernt?

    • This reply was modified 9 years, 11 months ago by Guenni007.
    in reply to: Dimension problem #478754

    and i see that on new york there is a setting:

    .single .container .av-content-small.units {
        width: 75%;
    }

    as you can see here:

    http://www.newyorkinspiration.com/category/areas-in-new-york/brooklyn/

    there its ok – but on “single” posts there is a different setting – so try in quick css:

    .single .container .av-content-small.units {
        width: 68% !important;
    }

    on santa monica the single hotels are Pages ? on New York the single Hotels are single posts !

    in reply to: Dimension problem #478753

    And you are shure that all other settings of Enfold Options are accepted?
    If you change e.g. the font-color on content area this will have an effect? I ask – because sometimes when file-permissions of your data is set incorrect on your ftp account – enfold new entries are shown but will have no effect ( ../wp-content/uploads/dynamic_avia/ ) – this folder and files in it has to be writeable for wp user.

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

    geh mal nur auf das image:

    .avia-content-slider .slide-image, .avia-content-slider .slide-image img {
        border-radius: 20px !important
    }

    wenn ich das in den developer Tools ändere sehe ich sofort, dass es klappen müsste:

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

    hast du es mit !important schon probiert ?

    .avia-content-slider .slide-image {
    border-radius: 20px !important
    }

    in reply to: Change preload image animation #478671

    i’m not shure about this loader. I don’t think it is as simple as an image rotating.

    if you look into layout.css there is something mentioned:

    http://projects.lukehaas.me/css-loaders/

    and we use here on enfold the load8 i think

    • This reply was modified 9 years, 11 months ago by Guenni007.
    in reply to: Change corner radius of "Article Slider" #478585
    .avia-content-slider .slide-image {
        border-radius: 20px
    }

    die iconboxen da drunter dann:

    .iconbox_top .iconbox_content {
        border-radius: 20px
    }

    musst du selbst mit spielen welcher radius nun besser aussieht, – ich würde eventuell den darüberliegenden divs eine Klasse zuteilen, damit du selektiver setzen kannst.
    Sonst sind eben alle iconboxen und slideimages mit solchen Radien versehen.

    • This reply was modified 9 years, 11 months ago by Guenni007.
    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, 11 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, 11 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, 11 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.

Viewing 30 posts - 11,101 through 11,130 (of 11,489 total)