Viewing 30 results - 142,201 through 142,230 (of 142,790 total)
  • Author
    Search Results
  • #121110

    Hi Nick,

    good news is that Ive got my menu almost how I want it. Ive been busy playing.

    here’s where im at…

    1) LOGIN – Now im in Maintenance Mode – How do I give you and your colleagues access?

    2) TOP MENU – Ive been playing with the z-axis to try and get the fat orange block to sit on top of the thin one but it wont budge.

    3) TOP MENU – It now looks great in full screen mode on my mac but looks terrible on IOS devices.

    Issue a) Logo doesn’t scale

    Issue b) Lines above the menu (on right) don’t turn of when the responsive menu appears – overlaps right across top.

    Cheers

    Andy

    #121652

    Hi Jan,

    Try the video linked here for adding the advanced layout builder to custom post types: https://kriesi.at/support/topic/video-requests

    Regards,

    Devin

    #121695

    This is not a bug but the expected behavior because the isotope script ( http://isotope.metafizzy.co/ ) just rearranges/sorts/filters all existing entries on the current page and it won’t load any new content (additional entries, etc.) from other pages (eg with ajax, etc.) – thus if the user clicks on the filter links on page 1 it just sorts/filter all items on page 1 without loading items from the pages 2,3,4,5,etc.

    That said there’s no “fix” – maybe we’ll add an ajax filter to the theme but we have no concrete plans yet. You can also add your idea to the wishlist: https://kriesi.at/support/topic/enfold-feature-requests

    #120816

    Hi HammerbyGB,

    I’m not really sure about either option at the moment but I’ve tagged Peter and Kriesi on the topic so hopefully they can shed some light on it.

    Regards,

    Devin

    #121196

    Hi There,

    Phew! Thought I was going mad!

    Menu looks great in full screen mode on my mac but looks terrible on IOS devices.

    *** Here’s whats happening when responsive mode kicks in***

    a) Logo doesn’t scale

    b) Lines above the menu (on right) don’t turn of when the responsive menu appears – overlaps right across top

    c) In some instances (namely portrait mode on ipad) I end up with both menu’s appearing at same time

    d) The slide out menu now has a nasty ‘thick’ line across it (need to lose that)

    Darn it…. Have I really gone and broke it dis time?!!

    Cheers

    Andy

    #121195

    Hey Andy,

    You just need to change that css to:

    strong.logo img, #header_main .container, .main_menu ul:first-child > li > a {
    height: 60px !important;
    line-height: 60px !important;
    padding-top:3px !important;
    }

    which will prevent it from effecting the sub menus.

    Regards,

    Devin

    Hi,

    I am trying to center the topmenu and remove the logo. If I use the code above and adjust the values I can get the menu centered, but when I make the screen smaller to test responsiveness, it doesn’t look good. Any clues?

    Regards,

    Daan

    #121450

    Hey!

    Yes, insert following code into the quick css field

    #top .fullsize .template-blog .post .entry-content, #top .fullsize .template-blog .post .entry-content>* {
    text-align: left;
    max-width: 100%;
    }

    Best regards,

    Peter

    #121553

    Hi,

    How did you add the images without rollover effect?

    If you want the rollover effect, you need something like this

    <a href="http://www.klimhal-events.nl" class="avia_image  avia-builder-el-3  avia-builder-el-no-sibling avia-align-center ">
    <img class="avia_image avia_animated_image avia_animate_when_almost_visible top-to-bottom avia_start_animation" src="http://lavitasana.oscar.nl/wp-content/uploads/2013/05/landing-LVS-021-300x240.png" alt="">
    <span class="image-overlay overlay-type-extern" style="opacity: 0.7; left: 0px; top: 0px; display: block; height: 240px; width: 300px;"><span class="image-overlay-inside"></span></span></a>

    This line of code is the rollover effect

    <span class="image-overlay overlay-type-extern" style="opacity: 0.7; left: 0px; top: 0px; display: block; height: 240px; width: 300px;"><span class="image-overlay-inside"></span></span>

    They need to be included.

    Regards,

    Ismael

    #121310

    In reply to: Header Border (bottom)

    Hi,

    Please add this on your custom.css

    #header_main {
    border-bottom: none;
    }

    .stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
    border-top: none;
    }

    #header_main .container {
    border-bottom: 1px solid #E1E1E1;
    }

    Regards,

    Ismael

    Hey,

    Sorry for the delay. You can move the menu via CSS. Just add this on your custom.css or Quick CSS

    #menu-top-menu {
    margin-top: 30px;
    margin-left: -180px;
    }

    Adjust the values.

    Regards,

    Ismael

    #121571

    Hi,

    I think that is the logo. Just insert your logo on Enfold > Logo.

    Regards,

    Ismael

    Anyone?

    I can see other posts being responded to. Can anyone hear me here?

    Anyone? Please?

    Hi, I think I found out where that code is being generated. But I’m still left stunned as the $attributes variable seem to not contain anything that adds inline styles. Where else should I look?

    $attributes = ! empty( $item->attr_title ) ? ‘ title=”‘ . esc_attr( $item->attr_title ) .'”‘ : ”;

    $attributes .= ! empty( $item->target ) ? ‘ target=”‘ . esc_attr( $item->target ) .'”‘ : ”;

    $attributes .= ! empty( $item->xfn ) ? ‘ rel=”‘ . esc_attr( $item->xfn ) .'”‘ : ”;

    $attributes .= ! empty( $item->url ) ? ‘ href=”‘ . esc_attr( $item->url ) .'”‘ : ”;

    $item_output .= $args->before;

    $item_output .= ‘<span class=”avia-bullet”></span>’;

    $item_output .= $args->link_before . apply_filters( ‘the_title’, $item->title, $item->ID ) . $args->link_after;

    //if($depth === 0) $item_output .= ‘<span class=”avia-menu-fx”><span class=”avia-arrow-wrap”><span class=”avia-arrow”></span></span></span>’;

    $item_output .= ‘‘;

    $item_output .= $args->after;

    Anyone, pls? Just tell me where to fix it. I can’t seem to find which script keeps on adding inline styles to the menu.

    brownmestizo
    Participant

    Hi, I am trying to vertically align the menu at the baseline of the logo but it doesn’t seem to work. Here is the page in question: http://175.107.134.9/~peterhar/?page_id=1167

    Furthermore, the a tags in the ul menu is being appended with a fixed height and fixed line height. However, I can’t figure out which js is doing that. Anyone can help?

    #121271

    In reply to: Change Top Menu Colors

    Hi,

    You removed something. Please use this instead.

    .main_menu a {
    color: white !important;
    }

    .current-menu-item > a {
    color: black !important;
    }

    .header_color .main_menu .menu ul li a:hover {
    background-color: white;
    color: orange !important;
    }

    .current-menu-item > a .avia-menu-fx {
    background: black;
    }

    .current-menu-item > a .avia-menu-fx .avia-arrow-wrap .avia-arrow {
    background: black !important;
    border-color: black;
    }

    .avia-menu-fx {
    bottom: 0;
    }

    Enjoy the theme. :)

    Cheers,

    Ismael

    #121545

    Hi,

    Unfortunately, this is a bit complicated. Please hire a freelance developer to add this customization on the theme. You can edit the fixed header behavior on js > avia.js.

    //check if the browser supports element rotation
    function avia_header_size()
    {
    var win = $(window),
    header = $('.fixed_header #header'),
    elements = $('#header_main .container, .main_menu ul:first-child > li > a:not(.avia_mega_div a)'),
    el_height = $(elements).filter(':first').height(),
    isMobile = 'ontouchstart' in document.documentElement,
    scroll_top = $('#scroll-top-link'),
    set_height = function()
    {
    var st = win.scrollTop(), newH = 0;

    if(st < el_height/2)
    {
    newH = el_height - st;

    //header.removeClass('shadow');
    }
    else
    {
    newH = el_height/2;
    //header.addClass('shadow');
    }

    elements.css({height: newH + 'px', lineHeight: newH + 'px'});
    }

    if(!header.length) return false;

    if(isMobile)
    {
    return false;
    }

    win.scroll(set_height);
    set_height();
    }

    Thanks,

    Ismael

    #121540

    Hi,

    Open css > shortcodes.css then find this code

    @media only screen and (max-width: 767px)  {
    .responsive .tabcontainer{border-width: 1px; border-style: solid; border-top:none;}
    .responsive .tabcontainer .tab_titles{display:none;}
    .responsive .tabcontainer .tab_content, .responsive .tabcontainer .tab
    {width:100%; max-width:100%; border-left:none; border-right:0;left:0; top:0; min-height: 0!important;}
    .responsive .tabcontainer .tab_content{border-bottom:none; padding:15px 30px; clear: both; }
    .responsive .tabcontainer .tab.fullsize-tab{ display:block; margin-bottom:-1px;}
    .responsive .top_tab .tab.fullsize-tab{ margin-bottom:0px;}

    }

    Remove it. Although it does look better when viewing on mobile device.

    Regards,

    Ismael

    #121537

    Hi,

    You have a lot of options to open an image to a new window.

    1.) Insert a text block then add an html tag. Something like this

    <a target="_blank" href="YOURURLHERE"><img src="YOURIMAGEHERE" /></a>

    2.) You can edit config-templatebuilder > avia-shortcodes > image.php then find this code

    $output.= "<a href='{$link}' class='avia_image ".$meta['el_class'].$this->class_by_arguments('align' ,$atts, true)."'><img class='avia_image {$class}' src='{$src}' alt='' /></a>";

    Replace it with

    $output.= "<a target='_blank' href='{$link}' class='avia_image ".$meta['el_class'].$this->class_by_arguments('align' ,$atts, true)."'><img class='avia_image {$class}' src='{$src}' alt='' /></a>";

    3.) This is the rendered html tag when using the Image shortcode via AviaBuilder. You can copy and paste it manually. Change the anchor tag link and the image url.

    <a href="http://www.yourlinkhere.com" class="avia_image avia-builder-el-49 el_after_av_slideshow_full avia-builder-el-no-sibling avia-align-center "><img class="avia_image avia_animated_image avia_animate_when_almost_visible right-to-left avia_start_animation" src="http://localhost/kriesi/enfold/wp-content/uploads/2011/12/imac_big_demo-300x180.png" alt=""><span class="image-overlay overlay-type-extern" style="opacity: 0; left: 0px; top: 0px; display: block; height: 180px; width: 300px;"><span class="image-overlay-inside"></span></span></a>

    Regards,

    Ismael

    #23909
    vijaypillai
    Participant

    I am wondering if anyone could give pointers on how to create a banner on the header (above the menu) like in the following site:

    http://shop.creationnetworks.net/

    Thank you very much in advance!!

    #121109

    Hi,

    That file is still in there

    http://www.andypeck.co.uk/wp-content/themes/enfold/config-layerslider/LayerSlider/skins/.DS_Store/skin.css

    Take a look at a 3d representation of your page. http://i.imgur.com/ToEFKt9.png Each panel here is some html object that either has its own background color or has an inherited background color. So you would need to investigate each one.

    This one is probably it,

    .header_color .main_menu ul {
    background-color: rgb(36, 31, 29,.5);
    }
    #top .main_menu ul {
    background-color: rgb(36, 31, 29,.5);
    }
    #top .main_menu {
    background-color: rgb(36, 31, 29,.5);
    }

    Change the .5 which is 50% transparent

    Thanks,

    Nick

    `

    #120329

    Hi,

    Well there is no room for it, so lets push the menu a little to the left.

    #top .main_menu {
    right: 32px;
    }

    —-

    You can try this block to reposition the cart. Just take out the one you put in before that I gave you

    #top .cart_dropdown.visible_cart {
    right: -1px;
    top: -2px;
    display: inline-block;
    position: absolute;
    }

    If you don’t like that, the only thing I can suggest is to reposition the basket at the same time when the logo shrinks

    Please open up /js/avia.js and find the block of code 763-807

    line 763 looks like

    //check if the browser supports element rotation

    and line 808 looks like

    //check if the browser supports element rotation

    So delete everything between lines 763 and 808, and in that place paste the code below

    function avia_header_size()
    {
    var win = $(window),
    header = $('.fixed_header #header'),
    basket = $('.cart_dropdown'),
    logo = header.find('.logo img'),
    elements = $('#header_main .container, .main_menu ul:first-child > li > a:not(.avia_mega_div a)'),
    el_height = $(elements).filter(':first').height(),
    newTop = 0,
    isMobile = 'ontouchstart' in document.documentElement,
    scroll_top = $('#scroll-top-link'),
    set_height = function()
    {
    var st = win.scrollTop(),
    newH = 0;
    if(st < el_height/2)
    {
    newH = el_height - st;
    newTop = -2;
    }else
    {
    newH = el_height/2;
    newTop = 21;
    }elements.css({
    height: newH + 'px',
    lineHeight: newH + 'px'
    });
    basket.css({
    top: newTop + 'px'
    });
    }if(!header.length) return false;
    if(isMobile)
    {
    return false;
    }win.scroll(set_height);
    set_height();
    }

    Thanks,

    NIck

    #121270

    In reply to: Change Top Menu Colors

    Thanks, but the arrow i see now as white..hmm.

    This is my entire css changes as per your recommentation:

    .main_menu a {

    color: white !important;

    }

    .current-menu-item > a {

    color: black !important;

    }

    .header_color .main_menu .menu ul li a:hover {

    background-color: white;

    color: orange !important;

    .current-menu-item > a .avia-menu-fx {

    background: black;

    }

    .current-menu-item > a .avia-menu-fx .avia-arrow-wrap .avia-arrow {

    background: black !important;

    border-color: black;

    }

    .avia-menu-fx {

    bottom: 0;

    }

    did i do anything wrong perhaps? If css on FTP has been modified i can replace with default if you tell me what file to replace with original :)

    Thank you Ismael, you are a talended and nice guy, appreciate it!

    #121298

    The issue is partially resolved, I found the answer in the thread below:

    https://kriesi.at/support/topic/contact-form-not-working-15

    However, the issue persists with an old version of Firefox on Mac. I tested it on a machine where I’m running Firefox 16.0.2 and nothing is happening when I click on “Notify Me”. The text boxes disappear but confirmation message does not show nor is the email being sent.

    #121307

    In reply to: Header Border (bottom)

    Hey,

    Okay this first image shows the bottom of the page. You can see where the page ends and the footer begins. There is a dark black line. I would want that line to be lighter or have a drop shadow that comes on top of the footer. This will give the effect that the footer is in the back? hopefully it makes sense.

    https://docs.google.com/file/d/0B8Ofil_BJ_yzaEN2dVRSMklONFk/edit?usp=sharing

    #119556

    Hi Ismael,

    Did that trick before, in Firefox. Doesn’t help there at all. Firefox keeps crashing once I try to open the slider. I’ve now resorted to using Chrome. Disabled the plugins and things worked fine. Then activated the plugins one at a time, and everything kept working. The issue must be the compatibility with Firefox, then? Or am I the only one experiencing these problems? Ayway, for now I’ll just keep working in Chrome. At least I can work on the slider again.

    Thanks for your help, Ismael.

    Regards,

    Elly

    P.S. I look forward to Kriesi fixing the bugs concerning Firefox and Explorer use. I initially started working with Firefox because all formatting was stripped when using Explorer (not just in the slider, but on any page). That issue is already being addressed in another topic. Now Firefox is off limits, since I can’t get it to work with the homeage slider. I do hope Chrome will keep performing…

    #121448

    In reply to: Footer help block

    Insert following code into a “standard editor” field:

    [av_section color='alternate_color' custom_bg='' src='' position='top left' repeat='stretch' attach='scroll' padding='default' shadow='no-shadow']
    [av_textblock]
    <h2 style="text-align: center;">In case you need help</h2>
    <p style="text-align: center;">Here are several ways to contact us</p>
    [/av_textblock]

    [av_hr class='short' height='50' shadow='no-shadow' position='center']

    [av_one_third first]

    [av_icon_box icon='59' position='top' title='Need Support?']
    Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
    [/av_icon_box]

    [/av_one_third][av_one_third]

    [av_icon_box icon='122' position='top' title='Presales Question?']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.
    [/av_icon_box]

    [/av_one_third][av_one_third]

    [av_icon_box icon='56' position='top' title='Check Forum']
    Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.
    [/av_icon_box]

    [/av_one_third]
    [/av_section]

    [av_one_half first]

    [av_heading heading='FAQ' tag='h3' color='meta-heading' style='' padding='10']

    [av_textblock]
    Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.
    <h4>Nulla consequat massa quis enim?</h4>
    [av_dropcap1]D[/av_dropcap1]onec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.
    <h4>Vivamus elementum semper nisi?</h4>
    [av_dropcap1]A[/av_dropcap1]enean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius lallus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum.
    <h4>Aenean imperdiet?</h4>
    [av_dropcap1]E[/av_dropcap1]tiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum.
    [/av_textblock]

    [/av_one_half][av_one_half]

    [av_heading heading='Check the Knowledebase' tag='h3' color='meta-heading' style='' padding='10']

    [av_textblock]
    Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum.
    <h4>Aenean imperdiet?</h4>
    Aenean commodo ligula eget dolor. Aenean <strong>massa</strong>. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.
    <h4>Nulla consequat massa quis enim?</h4>
    Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.
    <blockquote>Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus.</blockquote>
    Aenean commodo ligula eget dolor. Aenean <strong>massa</strong>. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.
    <h4></h4>
    [/av_textblock]

    [/av_one_half]

    and save the entry. Then you can switch to the “advanced layout” editor and edit the content. You also need to add a custom background image to the color section.

Viewing 30 results - 142,201 through 142,230 (of 142,790 total)