Forum Replies Created

Viewing 30 posts - 31 through 60 (of 73 total)
  • Author
    Posts
  • in reply to: masonry blog show title and excerpt below thumbnail #488211

    Hi,

    see link. I don’t understand why the white box with text and title is covering the thumbnail on “always display” option.
    It doesn’t make sense. How can I put it below the thumbnail, see we see the full thumbnail image?
    I can’t figure out the css behind this.

    Thank you!

    in reply to: Enfold Feature Requests #239607

    Hi,

    I noticed with the update of the video background in the color section, a nice preloader is implemented there.
    Could this preloader also be used for the background images in the color section and let these background images also fade in please.
    Now most content comes in nicely with a short fade in, but when I use background images (who are usually quite heavy) they just plop in, which destructs a bit the nice flow of fading in elements throughout the theme.

    Thanks for considering. (A small add I think, but great value ;)

    in reply to: woocommerce 2.1 #221257

    Ok, I’ll wait with that update then after you guys tested it ;)
    Thanks for the quick reply.
    S

    in reply to: 4 columns responsive behavior and cart issue #221244
    This reply has been marked as private.
    in reply to: 4 columns responsive behavior and cart issue #220605

    While waiting for reply I fixed #1.
    But 2 & 3 are still major issues which I don’t know to solve.

    in reply to: 4 columns responsive behavior and cart issue #219937
    This reply has been marked as private.
    in reply to: No detail pages woocommerce, products not listed, etc #219327
    This reply has been marked as private.
    in reply to: No detail pages woocommerce, products not listed, etc #219302
    This reply has been marked as private.
    in reply to: No detail pages woocommerce, products not listed, etc #218838
    This reply has been marked as private.
    in reply to: Enfold Feature Requests #218786

    Hi, maybe some are requested already:

    1. Easier custom logo integration (add ability to give width and height of custom logo). Too many users struggle with the current logo integration.
    2. easier customization of the menu. Some like it simple (choose background color (also hover), text color (also hover), height, font family and size)

    The above two are mainly for an easier customization of the header overall.

    3. Unify the styling and have import/export for all languages. When running multisite and multiple languages it’s a real pain going through all style settings per language.

    4. extensive search feature in the forum. Too many results from various themes pop up now when doing search.

    Cheers!

    in reply to: Problems adding a custom logo #218772

    Hey guys, I second this. I love enfold, but a simple thing as adding a custom logo is really a pain. Even an experienced CSS’er like me struggles with it. The header is not built in a flexible way. The logo acts strange and one has to add way too much custom code just to get it fixed. I notice the logo gets inline css code when uploading.

    This would be a major improvement for a next update. Make the custom logo (which everyone does) simple and easy.
    Way too many posts about people struggling with the logo.

    in reply to: Language selector top header no flags but country code #217661

    I found it in the meanwhile, deeply hidden in these forums.
    It would be nice to search only in “enfold” forum. Is this possible any way to do advanced searches?
    The older forum had more search functionality.
    Thanks.

    in reply to: grid blog no alternating #129812

    Thanks Ismael, works like a charm.

    Ok,

    I have found a way around it. Instead of using a page, I added a parent category for all portfolio-items as menu item.

    That way I get the archive page and when going to a detail you get a class .current-portfolio-ancestor which can be added to the current menu item styles.

    The filtering you can activate by setting ‘sort’ => ‘yes’ in taxonomy-portflio_entries.

    Cheers

    in reply to: Enfold Feature Requests #114705

    Hi,

    I love the contact form option from the layout builder/shortcodes.

    It actually removes the need for a plugin, and most form plugins I simply dislike because of their complex nature for something fairly simple.

    2 things lack there in my opininion, to make it a nice full featured form:

    a. datepicker (something often needed, eg reservation forms)

    b. insert a title/explanation/space/textline whatever in between the input fields…especially useful for longer forms

    Now I tried with inserting text in between the shortcodes, but it gets stripped away.

    Now this contact form is like 95% ok, but often the client asks a small extra which in’t possible and then I’m forced to leave this one behind. I believe it would be useful for all your templates since I believe you will reuse the avia builder for new themes.

    Thanks for reading

    S

    in reply to: contact form divider and checkbox issue #127760

    Hi,

    I’ve made a testaccount for you.

    The checkbox issue seems gone in 1.71

    But see what happens when I put text in between the contact shortcode: it’s stripped away. I’d like to know a method to prevent this, if possible

    http://goo.gl/F1ABI

    This is my shortcode:

    [av_contact email='blabla' button='Submit' title='Send us mail' sent='Your message has been sent!' autorespond='' captcha='']

    [av_contact_field label='Name' type='text' options='' check='is_empty' width='']

    TEST INNER TITLE

    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='']

    [av_contact_field label='Subject' type='text' options='' check='is_empty' width='']

    TEST INNER TITLE

    [av_contact_field label='Message' type='textarea' options='' check='is_empty' width='']

    [av_contact_field label='check this' type='checkbox' options='' check='' width='']

    [/av_contact]

    in reply to: contact form divider and checkbox issue #127758

    Hi,

    I’m using latest build, 1.7, working locally.

    Please try implementing a checkbox in the contact form and see what you get when receiving the email when the checkbox is checked.

    I always receive false, whether it’s checked or not

    Please also try to insert text in between the shortcode of a form, like I exampled above

    It’s fairly standard stuff, which I encounter also on a default install of 1.7

    Thanks

    in reply to: Site title instead of logo #127255

    Ok, It should have been this and now it works:

    <div class='wp_title'>
    <?php echo bloginfo('name');?>
    </div>
    <div class='wp_description'>
    <?php echo bloginfo('description');?>
    </div>

    in reply to: Site title instead of logo #127254

    Found it, but it doesn’t work properly

    I did (according to support before) this on 137 in header.php (i commented out the logo line)

    echo "<div class='wp_title'>". bloginfo('name') ."</div>";
    echo "<div class='wp_description'>". bloginfo('description') ."</div>";

    Strangely, this appears in my source (the title is placed outside the div tags, so my styling has no success!)

    <div class="container">The Title<div class="wp_title"></div>The description<div class="wp_description"></div></div>

    in reply to: reducing http requests #121896

    Francesco, you need to recompile your style preferences, so the style generator does it work.

    Hi Dude,

    I’m using page parent, because not all pages/posts have their own sub menu item. This way, when a user is in a deep nested sub page he still knows in which main menu item he is.

    It’s consistent everywhere except for the custom taxonomy portfolio.

    WP sees it as a blog post regarding page parent, instead of a portfolio post.

    I understand it’s hard to make the parent page correct for a portfolio post, but at least it shouldn’t make the blog page as parent, because now, when I click a portfolio item, my blog menu-item gets highlighted as active :)

    So if you could advice me where to comment out or edit where this happens?

    Basically all my portfolio items can have the same page parent, if this makes it easier.

    Thanks!

    in reply to: reducing http requests #121893

    Thanks, Dude!

    Works like a charm now.

    in reply to: reducing http requests #121889

    I’m working locally.

    Have you tried eg setting droid serif en than activating the minify plugin?

    I see both the google font requests are in my source (droid serif and open sans), not sure where it goes wrong.

    In which file is the font type written, Kriesi? Since this happens dynamically.

    So I can check in the minified css if the font type is declared ok, or maybe is in wrong order and gets overwritten.

    When I set the body font type as eg droid serif in the base.css and make it important it does render.

    …?

    in reply to: reducing http requests #121887

    ok, looking forward to a solution ;)

    in reply to: reducing http requests #121885

    Thanks Peter, works well. One problem with it though. It seems to break the google font. When I activate it everything renders well, except the font chosen in the style editor. How does he handle this?

    in reply to: layerslider inner shadow #121923

    Ok, I did it the hardcore way then.

    if one needs to achieve this:

    line 235 of slider.php: add a div with unique id like this: $data .= '</div><div id="ls-mask"></div>';

    then add in your custom.css this:

    #ls-mask {

    position: absolute;

    top: 0px; left: 0px;

    width: 100%;

    height: 100%;

    pointer-events: none;

    box-shadow: 0 0 10px #000000 inset;

    z-index: 1000;

    }

    Works always consistently on all sliders without doing tricky stuff within the slider itself.

    in reply to: layerslider inner shadow #121922

    It seems all images cover the inner inset shadow, no matter what I do, even if I apply it on the layer class itself. When I put in a blank it shows.

    Though should be somehow easily done with CSS, I don’t get it.

    in reply to: layerslider inner shadow #121919

    it works, but it becomes overridden by something, just like in the enfold homepage. You initially see there’s inner shadow applied, but it fades away after a sec or so.

    Believe me, I’ve applied this to all possible classes, like I wrote above. Try it yourself.

    I even put a z-index of 99 to the ls-inner (just to test) and still it fades away after 1 sec. This is in the original install, no tweaks yet.

    in reply to: avia heading tags not responsive #120869

    That’s what I tried, Devin, but then it breaks each word on a new line…

    in reply to: avia heading tags not responsive #120867

    Hi Devin,

    Well, using a br tag to force a new line and it still looks ok (but this is a bad method, it should be automated by css).

    When I set the white-space to normal it breaks on every word though. I can’t manage to make the special heading auto adjust and still leave the stripe on the right side.

    Basically it should break when it reached 90% width of the column.

    I tried setting max-width at 90% on body .av-special-heading > *, but then it immediately takes 90%, no matter the length of the text.

    When I set width to auto it takes all space and the line disappears. Darn :)

    Cheers

Viewing 30 posts - 31 through 60 (of 73 total)