Viewing 30 results - 142,441 through 142,470 (of 142,600 total)
  • Author
    Search Results
  • #117362

    In reply to: Blog Author Block

    1) If you want to add the author blog to single post pages open up single.php and replace:

    get_template_part( 'includes/loop', 'index' );

    with:

    get_template_part( 'includes/loop', 'index' );

    $author_id = get_query_var( 'author' );
    if(empty($author_id)) get_the_author_meta('ID');
    $gravatar = get_avatar( get_the_author_meta('email', $author_id), '75' );
    $name = get_the_author_meta('display_name', $author_id);
    $heading = __("About",'avia_framework') ." ".$name;
    $heading_s = __("Entries by",'avia_framework') ." ".$name;
    $description = get_the_author_meta('description', $author_id);

    if(empty($description))
    {
    $description = __("This author has yet to write their bio.",'avia_framework');
    $description .= '</br>'.sprintf( __( 'Meanwhile lets just say that we are proud %s contributed a whooping %s entries.' ), $name, count_user_posts( $author_id ) );

    if(current_user_can('edit_users') || get_current_user_id() == $author_id)
    {
    $description .= "</br><a href='".admin_url( 'profile.php?user_id=' . $author_id )."'>".__( 'Edit the profile description here.' )."</a>";
    }
    }

    echo "<span class='post-author-format-type blog-meta'><span class='rounded-container'>{$gravatar}</span></span>";
    echo "<div class='author_description '><h3 class='author-title'>{$heading}</h3>".wpautop($description)."<span class='author-extra-border'></span></div>";

    2) To remove the preview image link open up includes/loop-index.php and delete following line:

    if($slider) $slider = '<a href="'.$link.'">'.$slider.'</a>';

    #22870
    manv83
    Participant

    Hi Kriesi Team, you done a good job!

    In the new update, when I turn the theme into boxed mode the cart icon doesn’t appear at the top-right corner.

    http://oi40.tinypic.com/5mai69.jpg

    Can you fix it please?

    Thanks in advance.

    Cheers

    #22794
    tim254
    Participant

    How do you change the color of the phone number? Can it be placed at the far left? I found out how to change the color of the top bar to red via the following code:

    #header_meta {

    background: #ff0505;

    border-color: #2B2B2B;

    }

    However, it would be nice if this was easier to do. Also, picking social icon colors would be nice as well.

    BTW: I’m loving this theme!

    #117193

    In reply to: Logo

    Hi

    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 .logo img {
    margin-top: 16px;
    }
    @media only screen and (max-width: 989px) and (min-width: 768px){
    #top .logo img {
    width: 80%;
    height: auto;
    margin-top: 19px;
    }
    }

    Regards,

    Devin

    #117239

    Hi micscr,

    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 strong {
    color: black ;
    }

    Regards,

    Devin

    #117397

    Hi,

    You can add something like this on your custom.css or Quick CSS

    #top .main_menu .menu li a {
    padding-top: 20px;
    }

    Regards,

    Ismael

    #117488

    Hey!

    Hallo,

    versuche folgenden Code in das Quick css Feld einzufügen:

    #top div .avia-gallery .avia-gallery-big, #top div .avia-gallery .avia-gallery-big img{
    float: none;
    text-align: center;
    width: auto;
    }

    Best regards,

    Peter

    #22846

    Topic: More on builder advice

    in forum Enfold
    yardena
    Participant

    I started a thread a few days ago: https://kriesi.at/support/topic/builder-advice

    I have created a layout with 1/3 2/3.

    In the 1/3 column I will put the sidebar.

    In the 2/3 column I want to first put a slideshow. Then under that, I want to put 2 “blog post” content elements (each being 1/3). How do i do that?

    (I tried putting 2 1/3 columns within the 2/3 column but it wouldnt let me. I tried to put 2 blog content elements – but it puts them one under another – I need 2 next to each other.)

    Would this be easier if I didnt use the “builder” but instead I created it with shortcodes?

    #117439

    Maybe your hoster restricts outgoing mails – eg this user: https://kriesi.at/support/topic/change-the-from-parameter-on-choices-theme had the same problem. Enfold introduced a new filter which allows you to change the “from” address without hacking the core files. Add following code to the bottom of functions.php:

    add_filter('avf_form_from', 'avia_change_from', 10, 3);
    function avia_change_from($from,$new_post,$params){
    $from = ' (Email address hidden if logged out) ';
    return $from;
    }

    #22842
    glen
    Participant

    Hi guys,

    I must say I’m thoroughly impressed with Enfold. I just purchased it and I’d go as far as to say this is the nicest theme I’ve ever seen and I’ve seen a lot of themes! Kudos team!!!

    I can tell you that your theme options panel is very easy to understand, I love the advanced layout editor, and the documentation.html file is nicely setup as well. The only place I’m completely lost is how to edit the Enfold .css files?

    I’ve read the documentation.html from top to bottom. I’ve gone into WP-Admin>Appearance>Editor and read the style.css that says “PLEASE DO NOT EDIT THIS FILE!” In the style.css, it says: “Instead use the custom.css file that is located in your themes /css/ folder to add your styles.”

    I’ve used nearly 30-40 themes in my day and I can’t for the life of me figure out how to edit your .css files, save them, then check my site to see the changes?

    In your documentation.html, this is all that’s mentioned regarding css:

    “The CSS for the theme is split into various files: one that holds the basic markup for layout which are base.css and grid.css. The layout.css holds theme specific css rules. The Shortcode css file holds all rules for the template builder file. Last but not least we got an empty custom.css file which should be used by you to add your own modifications. Since we never touch the custom.css file when making updates you can easily update to later theme versions without beeing in danger of loosing stylesheet modifications.”

    Ok… This all sounds great in theory but I’m sitting here smiling bc that doesn’t make sense to me. :) Let me explain:

    I downloaded and saved the Enfold theme from ThemeForest and saved it in my Finder on my Mac. If I open this folder, I can see all the contents of the theme including the enfold.zip file. If I double click to extract this folder, I can see all of the contents incluting the css folder which contains the base.css, custom.css, dynamic-css.php, grid.css, grid.less, layout.css, and shortcodes.css.

    Here’s where I’m lost… All of these files are now in two places, on my Mac in my Finder, and my server being used on my WordPress site. If I find the code I want to edit in the Finder on my Mac, no matter what I do to the custom.css file in here, this won’t reflect changes on my site. It would be impossible for this to happen and from what I’ve read in your instructions, this is what your instructions imply in my eyes…?

    The first way I learned to work with CSS was in the WP-Admin area under Appearance>Editor. In this location, a lot of theme companies will put their style.css file in the actual editor here. You can copy whatever snippet of code you want, paste it at the bottom, change it, save the changes, then refresh your site to see the results. This is the easiest way I’ve ever gone about working with CSS and every theme I’ve used from ThemeForest goes about this a different way…

    The second way I’ve learned to edit CSS is to check the actual theme folder that’s stored on my computer for the CSS files (live I described above). Usually I’ll find the all.css, or style.css in here, open the file with my browser or text editor so that I can see the CSS, find the snippet of code I’d like to edit, copy it, then paste that snippet into an area in the Theme Options for custom.css (Kind of like your Quick CSS editor under WP-Admin>Enfold>Styling). Once I click “Save all Changes,” I can then check my site and the changes have been made. This is a more difficult way about editing the CSS of a theme but it works just as well.

    With Enfold, I see the Quick CSS editor under WP-Admin>Enfold>Styling, but your documentation.html file and your style.css both say to use the custom.css file that is located in your themes /css/ folder to add your styles. I’m aware that I may be completely missing something here and to you, this seems like nothing to elaborate on bc you know exactly how to do this, but I simply can’t figure out how to edit the css of Enfold and I’ve been doing this for a pretty long time.

    Please help me here. Can you please give me somewhat of a guide from A-Z to accomplish this task? I know a lot of your customers haven’t had an issue with this but I’m sure that some out there are in the same boat as I am.

    Thank you so much for your time and kudos once again for such an amazing theme!!

    #117236

    Super, perfekt. Danke!

    #117235

    Yes, use following code:

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

    }else{
    $newitems .= $items;
    }
    return $newitems;
    }
    add_filter('wp_nav_menu_items', 'add_login_logout_link', 5, 2);

    #117234

    Great, thx. The Login / Logout is now 1st point in the navigation. Is there a way to put it at the end, just before the search button?

    SMEketing
    Participant

    My menu’s are not lining up with the top of the main header bar. The coloured line you get when you hover over the main menu items is about 5px or so under this.

    See http://www.emailey.com/features/

    #22812

    Topic: WPML topmenu

    in forum Enfold
    Spiv
    Participant

    Hi,

    Something strange happened when I updated to the last version. Whereas before the WPML flags displayed nicely in the top right corner, they now disappeared and always come up as dropdown in my default sidebars.

    This only happened after the upgrade. I fiddled a bit with the WPML settings but I can’t manage to get it right again.

    Before it was actually good straight out of the box.

    Any hints?

    Thanks

    #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?

Viewing 30 results - 142,441 through 142,470 (of 142,600 total)