Viewing 30 results - 138,031 through 138,060 (of 138,175 total)
  • Author
    Search Results
  • #22813
    AlexiaNin
    Participant

    Issues:

    1) Easy Slider doesn’t restart if little circle pressed in slider to manually go to a different slide, after that it never restarts.

    2. Is it possible to display Controls on the Easy Slyder, and the full width Easy Slyder, like: stop, play, reverse, forward…?

    Thanks!!!

    #117233

    Insert following code at the bottom of functions.php:

    function add_login_logout_link($items, $args)
    {
    if(is_user_logged_in() && $args->theme_location == 'avia2')
    {
    $newitems = '<li><a title="'.__('Logout','avia_framework').'" href="'. wp_logout_url(get_permalink()) .'">'.__('Logout','avia_framework').'</a></li>';
    $newitems .= $items;
    }
    else if($args->theme_location == 'avia2')
    {
    $newitems = '<li><a title="'.__('Login','avia_framework').'" href="'. wp_login_url(get_permalink()) .'">'.__('Login','avia_framework').'</a></li>';
    $newitems .= $items;
    }else{
    $newitems .= $items;
    }
    return $newitems;
    }
    add_filter('wp_nav_menu_items', 'add_login_logout_link', 10, 2);

    You maybe need to replace “avia2” with “avia” or “avia3” (depends on the menu you want to use for the login/logout links).

    #116388

    Afaik this is a bug with the google maps iframes and tabs (see https://kriesi.at/support/topic/google-map-issue-with-shortcode-tabs ). I guess the only solution is to use the map in the first tab (the tab content is not hidden by default) or to use it outside of tabs. I’ll mark this thread for Kriesi.

    #117248

    In reply to: Update quirkiness

    Hi,

    I’ll try this. For now I changed ‘margin-top 152px’ to ‘0’. Only now the slider gets underneath the menu bar (possibly because I changed a regular choice header with some code). Luckily my website isn’t that large…

    #117247

    In reply to: Update quirkiness

    Hi,

    had the same phenomenon last week, this code did it for me – hope, this is of some help. Not happy with the update too, got some major issues.

    Put this in the custom.css and give it a try:

    #header_main, #header_main_alternate {

    background-color: #fff !important;

    }

    #header {

    position: fixed;

    box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);

    }

    #main {

    margin-top: 152px;

    }

    #wrap_all {

    position: absolute;

    width: 100%;

    z-index: 1;

    }

    Cheers,

    Sebastian

    #22791

    Topic: Update quirkiness

    in forum Enfold
    yingfuli
    Participant

    Hi,

    I updated the theme today but now my site shows a big black bar on top which messes around with the fixed header.

    http://blenckerspersonaltraining.nl

    #22788
    Hanniball
    Participant

    Hi there, you said, Enfold ist Woocomerce compatible. How can I integrate a Login / Logout link into the top header?

    Here was my css code:

    .main_menu ul:first-child > li > a {

    font-size: 152px;

    }

    #header {

    position: fixed;

    }

    I removed the top code and the site renders, but the bottom code cuts off about an inch of each page.

    this did not work:

    #top .header_bg {

    background: #fff !important;

    }

    sorry, see last post. I will try to upload new theme if you think its the best idea.

    I would first say update your theme files to the most recent version as there have been a number of fixes released even since 1.2.

    For the header background, you can add this to your quick css if the update doesn’t fix it:

    #top .header_bg {
    background: #fff !important;
    }

    Regards,

    Devin

    #22784
    sanderpinkse
    Participant

    I downloaded the 1.4 upgrade. As others have remarked, the version number in style.css is still 1.3.1. A bit confusing, but easily remedied.

    The bug with the wide stretched layout on iPads and IPhones hasn’t been resolved. Also, my custom post types now list their custom taxonomies in the post meta, as though they are regular categories. And the archive pages for custom taxonomies stopped working…

    #22782
    mirzepapa
    Participant

    Hi,

    I updated to V 1.4 this afternoon, everthing went fine (except the portfolio thing: https://kriesi.at/support/topic/portfolio-pics-overlap-when-using-1200-layout).

    Now i wanted to go ahead with some content stuff, opend a page, did with Avia Layout Builder), edited some items else than Text Block, but when i opened the first textblock, there was nothing in it. Input Area kind of greyish, no visuell or text content at all in the backend. Frontend looks fine, in the backend i can still see the text, but when i try to edit it, see above.

    What went wrong and how can i fix this?

    Thanks for helping me on this issue.

    SEbastian.

    yes please: http://amerifirst.us/

    here is the code for my header. Do you see anything unusual? anything I can add to get the IE to not make the header all black?

    <?php

    global $avia_config;

    $style = $avia_config;

    $responsive = avia_get_option(‘responsive_layout’,’responsive’);

    $blank = isset($avia_config) ? $avia_config : “”;

    $headerS = !$blank ? avia_header_setting() : “”;

    ?>

    <!DOCTYPE html>

    <html <?php language_attributes(); ?> class=”<?php echo ” html_$style “.$responsive.” “.$headerS;?> “>

    <head>

    <meta charset=”<?php bloginfo( ‘charset’ ); ?>” />

    <?php

    /*

    * outputs a rel=follow or nofollow tag to circumvent google duplicate content for archives

    * located in framework/php/function-set-avia-frontend.php

    */

    if (function_exists(‘avia_set_follow’)) { echo avia_set_follow(); }

    /*

    * outputs a favicon if defined

    */

    if (function_exists(‘avia_favicon’)) { echo avia_favicon(avia_get_option(‘favicon’)); }

    ?>

    <!– page title, displayed in your browser bar –>

    <title><?php bloginfo(‘name’); ?> | <?php is_front_page() ? bloginfo(‘description’) : wp_title(”); ?></title>

    <!– add feeds, pingback and stuff–>

    <link rel=”profile” href=”http://gmpg.org/xfn/11&#8243; />

    <link rel=”alternate” type=”application/rss+xml” title=”<?php echo get_bloginfo(‘name’); ?> RSS2 Feed” href=”<?php avia_option(‘feedburner’,get_bloginfo(‘rss2_url’)); ?>” />

    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />

    <!– mobile setting –>

    <?php

    if($responsive === ‘responsive’) echo ‘<meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″>’;

    ?>

    <?php

    /* Always have wp_head() just before the closing </head>

    * tag of your theme, or you will break many plugins, which

    * generally use this hook to add elements to <head> such

    * as styles, scripts, and meta tags.

    */

    wp_head();

    ?>

    </head>

    <body id=”top” <?php body_class($style.” “.$avia_config.” “.$blank); ?>>

    <?php if(!$blank){ ?>

    <div id=’header’ class=’ header_color <?php avia_is_dark_bg(‘header_color’); ?>’>

    <?php

    $social_args = array(‘outside’=>’ul’, ‘inside’=>’li’, ‘append’ => ”);

    //subheader, only display when the user chooses a social header

    if(strpos($headerS,’social_header’) !== false)

    {

    ?>

    <div id=’header_meta’ class=’container_wrap container_wrap_meta’>

    <div class=’container’>

    <?php

    /*

    * display the themes social media icons, defined in the wordpress backend

    * the avia_social_media_icons function is located in includes/helper-social-media-php

    */

    if(strpos($headerS,’bottom_nav_header’) === false) avia_social_media_icons($social_args);

    //display the small submenu

    echo “<div class=’sub_menu’>”;

    $args = array(‘theme_location’=>’avia2’, ‘fallback_cb’ => ”, ‘container’=>”);

    wp_nav_menu($args);

    /*

    * Hook that can be used for plugins and theme extensions like the wpml language selector

    */

    do_action(‘avia_meta_header’);

    echo “</div>”;

    ?>

    </div>

    </div>

    <?php } ?>

    <div id=’header_main’ class=’container_wrap container_wrap_logo’>

    <div class=’container’>

    <?php

    /*

    * display the theme logo by checking if the default logo was overwritten in the backend.

    * the function is located at framework/php/function-set-avia-frontend-functions.php in case you need to edit the output

    */

    echo avia_logo(AVIA_BASE_URL.’images/layout/logo.png’, false, ‘strong’);

    /*

    * Hook that can be used for plugins and theme extensions like the wpml language selector

    */

    do_action(‘avia_main_header’);

    if(strpos($headerS,’social_header’) !== false && strpos($headerS,’bottom_nav_header’) !== false) avia_social_media_icons($social_args);

    /*

    * display the main navigation menu

    * modify the output in your wordpress admin backend at appearance->menus

    */

    $extraOpen = $extraClose = “”;

    if(strpos($headerS,’bottom_nav_header’) !== false){ $extraClose = “</div></div><div id=’header_main_alternate’ class=’container_wrap’><div class=’container’>”; }

    echo $extraClose;

    echo ‘<div class=”avia-button-wrap”><span class=”avia_iconbox_title”>MORTGAGE CALCULATOR</span></div>’;

    echo “<div class=’main_menu’ data-selectname='”.__(‘Select a page’,’avia_framework’).”‘>”;

    $args = array(‘theme_location’=>’avia’, ‘fallback_cb’ => ‘avia_fallback_menu’, ‘walker’ => new avia_responsive_mega_menu());

    wp_nav_menu($args);

    echo “</div>”;

    ?>

    <!– end container–>

    </div>

    <!– end container_wrap–>

    </div>

    <div class=’header_bg’></div>

    <!– end header –>

    </div>

    <?php } //end blank check ?>

    <div id=’main’>

    #116950

    Hi juanfra93,

    You can adjust where the slider sits below the header by changing the padding. Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .fixed_header #main {
    padding-top: 88px;
    }

    Then modify that padding to fit your new height.

    Regards,

    Devin

    #114592

    I’d like to have another option added to the header type:

    Fixed Header with Social Icons and Bottom Navigation

    I agree would be nice to have this option also but also:

    Fixed Header with Social Icons (along top with second navigation) and Bottom Navigation

    ===========

    http://codecanyon.net/item/igallery-interactive-wordpress-photo-gallery/full_screen_preview/4383911

    Would be nice as a image gallery?

    #117043

    In reply to: text block problem

    HI,

    An update has just been released. Please install it since its a big update.

    We can solve this in 5 minutes if you show us the actual page so we can use chrome dev tools or firebug to give you the code because I know you will reply that its not working if I try to guess at the css code. Here is my guess

    Please add this to your quick css located at Enfold > Layout or to your /css/custom.css file

    #top .avia_advanced_textarea {
    pointer-events: auto;
    display: inline-block;
    visibility:visible !important;
    }

    I am not sure if i understand you other requests, please provide a url or screen captures with arrows to help us better understand your needs.

    Thanks,

    NIck

    #116909

    If you want to change “Blog” to a different text just rename the Blog page (Pages > View all, edit the blog page and enter a different title). If you want to change the “Blog” text to the post title on single post pages see: https://kriesi.at/support/topic/a-real-seo-problem-blog-post-title-should-be-h1-header#post-107390

    #116908

    hi Devin,

    My screenshot is from:

    the whole page screenshot: http://d.pr/i/yXCp

    It is a post?

    To: colintatet

    No it is not same thing, it’s a bug that you mentioned, you could find the topic to fix it.

    #116565

    Just to add in, I saw the site live earlier on another of your topics but looking at it now I’m just getting the default domain page showing the site name but no wordpress files or anything like that.

    No idea as to the cause but I did see it up earlier however it isn’t up now or when Ismael looked just a while ago it seems.

    Regards,

    Devin

    Hi,

    Edit js > avia.js and find this code

    //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();
    }

    Remove it.

    Or another way is to add this on your custom.css or Quick CSS

    #header_main .container, .main_menu ul:first-child > li a {
    height: 88px !important;
    line-height: 88px !important;
    }

    Height and line-height will depend on the size of your logo.

    Regards,

    Ismael

    #22744

    Topic: Mobile Fixed Header

    in forum Enfold
    rcgroup
    Participant

    Hello,

    I use “Fixed Header with Social Icons and Additional Navigation” on my current site http://rcgauto.wpengine.com/

    (hosted on WPengine) />

    I chose to display the phone number. Everything works pretty well on the desktop browser.

    However when viewing in a mobile browser it seems that alignment is off and a bit “unpolished” I was wondering if you guys could take a look and provide some suggestions.

    Thanks

    #117041

    In reply to: text block problem

    Oups, sorry, forget the last sentence, i found the licence and have post a topic here ;-)

    Any idea of my problem ?

    #22737

    Topic: text block problem

    in forum Enfold
    swisskud
    Participant

    Hi,

    i can’t change, select or see the text in the text block ( content element ) of the avia layout builder during a few hours ? Everything was working fine but during a few hours, text disappear like there is a text in white color on white background but i can’t select it ???

    I know the text always here like you can see in this example :

    <textarea class=”avia_advanced_textarea avia_tinymce wp-editor-area” rows=”20″ cols=”40″ name=”aviaTBcontent” id=”aviaTBcontent” style=”visibility: hidden;”>
    You can display a google map widget anywhere you like. Here we are using the template builder to add a sidebar area at the top of the entry, then we add a google map widget to the area. You can add any number of other widget you like as well.
    </textarea>

    i try to change color with debug tools with chrome like change style=”visibility: hidden; or change the text color but the text is still hidden.

    Also i haven’t got any plugin active and no quick css change ????

    It’s not a good day because i can’t see the link of my licence certificate on my enfold purchased item, so i can’t create e thread on your forum and normally i have to present my work to my client tomorrow…..

    #116587

    In reply to: Mega menus

    Hi yardena,

    No, the mega menu structure is such that only a top level menu item can be the main mega menu parent. So anything inside of it needs to be within a column or a column header.

    Regards,

    Devin

    Okay – the change did finally work – needed a re-boot to my server. Thank you again. So, another question: is there a setting (or an adjustment/code) that can be made that so that the header stays the same size, but stays at the top and does not scroll with the page? Just like the “Fixed (sticky header)” without the auto resize effect?

    :-)

    #116929

    Hi Andreano,

    I believe this has actually be requested in the Enfold feature request topic already so it will be up to Kriesi on implementing it or not (an option to disable the icons).

    Regards,

    Devin

    Just tested it on my colleagues’ laptop and it seems a little better in normal IE8 view, but pretty much the same in Comp View. The search icon is OK on that laptop, while the slider icons are just plain squares, like mine.

    #116843

    Hi Topher,

    Try updating the theme files to the most recent version available from your downloads on Themeforest. Kriesi has been releasing bug fixes pretty rapidly and I want to make sure this isn’t something that was already fixed in 1.3 (you are currently on 1.2).

    Regards,

    Devin

    #116268

    Hey Scott,

    First thing is re-download the theme files as 1.3.1 had a specific fix for blank pages. Second, if that doesn’t fix it, the issue can be fixed with a bit of css. Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.avia-blank #main {
    display: initial;
    }

    Regards,

    Devin

    #115664

    Hi jawes,

    Try the css change that Nick posted here: https://kriesi.at/support/topic/mega-menu-bug#post-108100

    Regards,

    Devin

Viewing 30 results - 138,031 through 138,060 (of 138,175 total)