Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Adding icons for icon boxes #134610

    Hi Trap,

    I’ll let Ismael check this is right but I should think it would be something like this:

    <div class="avia-icon-list-container  avia-builder-el-3  avia-builder-el-no-sibling ">
    <ul class="avia-icon-list avia-icon-list-left avia_animate_when_almost_visible avia_start_animation">
    <li class="avia_start_animation">
    <div class="iconlist_icon avia-font-entypo-fontello">
    <span class="iconlist-char">
    <img src="YOUR ICON IMAGE URL" width="IMAGE WIDTH" height="IMAGE HEIGHT" alt="ALT NAME" />
    </span>
    </div>
    <div class="iconlist_content_wrap">
    <h4 class="iconlist_title">
    <a href="#" title="YOUR TITLE">YOUR TITLE</a>
    </h4>
    <div class="iconlist_content">
    <p>YOUR TEXT</p>
    </div>
    </div>
    <div class="iconlist-timeline"></div>
    </li>
    </ul>
    </div>

    Where each item in your list begins with the <li> tag and falls between the <ul> and </ul> tags

    in reply to: Adding icons for icon boxes #134607

    I’m able to put them in using flat HTML (this code is for the ‘icon right’ variation)

    <div class="iconbox_content">
    <div class="iconbox_icon"><img alt="" src="IMAGE URL" /></div>
    <h3 class="iconbox_content_title">TITLE</h3>
    TEXT
    </div>

    but it’s not ideal for a friendly CMS

    in reply to: Holding Page Error #130561

    Thanks Ismael,

    It’s looking much better but it still doesn’t have the vertical alignment like the theme preview here: http://kriesi.at/themes/enfold/pages/blank/coming-soon/

    in reply to: Mobile sized navigation not working #130017

    Thanks Ismael – problem solved!

    Cheers

    in reply to: Mobile sized navigation not working #130015

    Are you sure you can’t see the page? It’s loading fine for me on several machines… http://llep.nedevelopment.co.uk

    in reply to: Inconsistencies in IE8 #123538

    Thanks Ismael. Now the logo is cropped and the dropdowns are unusually deep, see here: http://i.imgur.com/jRJtIo5.png

    in reply to: Inconsistencies in IE8 #123536

    Thanks Dude,

    The only issue now is that when the logo usually resizes with the header nav as the user scrolls down, it doesn’t in IE8. Is there a way to either make it re-size on scroll or have a different nav treatment just for IE8?

    Thanks

Viewing 7 posts - 1 through 7 (of 7 total)