Viewing 30 results - 138,331 through 138,360 (of 138,464 total)
  • Author
    Search Results
  • #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

    #116394

    Hi All,

    I’m getting similar issues as well though its a bit hard to tell on an ipad. I’ve tagged Kriesi on the topic as there are a few issues with the widescreen layout that he is working on at the moment as well.

    Regards,

    Devin

    #22708
    andreano
    Participant

    I have a request related to post layout and featured image.

    If I define a featured image I lose a considerable space on the left side, almost 15%

    See this example – http://www.andreanolanusse.com/pt/delphi-xe4-conheca-as-novidades-para-ios-e-mais/ – the image was define and its on the top, however the little camera icon stay there getting all the space.

    Any change you guys can fix that?

    Thanks,

    Andreano

    #116613

    In reply to: Tabs responsive issue

    Hi ,

    I don’t have a smartphone so please try each of these to see what it looks like

    Option A:

    Please add this to your /css/custom.css or Quick CSS located in Enfold > Styling on the bottom of the page

    @media only screen and (max-width: 767px){
    .responsive .tabcontainer .tab.fullsize-tab {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(225, 225, 225);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(225, 225, 225);
    }}

    Option B

    open up /css/shortcodes.css and find line 627 that looks like

    {width:100%; max-width:100%; border-left:none; border-right:0;left:0; top:0; min-height: 0!important;}

    replace that with this line

    {width:100%; max-width:100%; min-height: 0 !important;}

    and add this css to Quick CSS

    @media only screen and (max-width: 767px){
    #top .active_tab_content {
    border-right-width: 0px !important;
    }}

    Thanks,

    Nick

    #116856

    To expand further, every time I open up an element that has text entry it adds another <p><br/> to the top and bottom each time.

    #116842

    Forgot to include link to blog: http://www.tophersimon.com/blog

    #22691
    tophersimon
    Participant

    Hi there,

    So I’m not sure what’s going on here but I added a categories widget to the sidebar on the blog and for some reason they don’t work.

    If you click on Wedddings for example, it reloads the page, but will all blog entries, not just the weddings. Also the header changes correctly to: Archive for category: Weddings

    but, strangely enough when you click on that header, it randomly links to one of the blog posts. In this example:

    Archive for category: Weddings header links to: http://www.tophersimon.com/2012/06/12/san-jose-wedding-photography-ronnie-and-daryl-queen-of-apostles-catholic-church-freedom-hall-and-garden/

    Any ideas what’s going on and a fix?

    Thanks!

    Topher

    #22687
    mtillman
    Participant

    I’ve been quickly messing around with adding some Typekit fonts to Enfold (Integrated via the ‘Typekit for WordPress Plugin’)

    They’re loading great on desktop, but the headings appear to be degrading back to Open Sans on my mobile (iPhone 4S running iOS 6.1.3).

    Are there two different stylesheets? Desktop vs. Mobile

    Outside of that issue, also seems like it’s going to be a lot of CSS work to properly display Typekit fonts as opposed to the provided Google options. Any suggestions or recommendations?

    Also, some odd font features in general… like majority of the Open Sans is set to a letter-spacing of 1px… other fonts may not look as good with that type of spacing… any way to quickly remedy those quirks when going to other fonts… in my preferred case Typekit.

    I’m using a test site right now at: http://dev5.marktillmandesign.com

    Just minor font thoughts… all in all, I’m loving the flexibility of this theme thus far!

    Thanks.

    Mark

    #116373

    I went ahead and took the code out of the quick css. This is just something I put together myself using the shortcodes. It works fine for the first gallery, but it stops working once you click through the different tabs.

    #116084

    I will give that a try and see how it looks.

    I was also able to solve it by changing the following code

    div.pp_default div.pp_content_container .pp_details {

    margin-top: 12px;

    }

    to

    div.pp_default div.pp_content_container .pp_details {

    margin-top: 7px;

    }

    #116083

    Hey!

    Use following code to reposition the button – insert it into the quick css field:

    a.pp_close {
    top: -8px;
    }

    Best regards,

    Peter

    #116548

    In reply to: Can't do anything

    Yes, create a new temporary admin account and I will take a look at whats going on.

    You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn’t grab it :)

Viewing 30 results - 138,331 through 138,360 (of 138,464 total)