Viewing 30 results - 138,001 through 138,030 (of 138,175 total)
  • Author
    Search Results
  • #117689

    In reply to: Shrinking Logo

    Hi joe88,

    Can we take a look at the site live? The header shrinks as part of the option to have a fixed header. You can also set your header to a fixed height using the css Kriesi posted in the FAQ for the theme here: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990/faqs

    We can assist if we can take a look at the site live but otherwise you can use that css and adjust as you’d like it (if that is what you are looking for).

    As an aside, our support queue goes by oldest post first so when you self respond or bump a topic it actually sends it to the back of our queue. I just happened to have this topic still open from earlier and when I clicked on it I saw the new response (otherwise it would not have been in my queue).

    Regards,

    Devin

    #22927
    DavyE
    Participant

    Hi, I’m still new to WordPress and your theme, but I’ve been searching for a way to get structure in both the site and the cms. The following example is exactly what I intend to achieve, but instead of based on “posts” I’d need it to be based on the “portfolio” of the Enfold theme.

    You can see an example here (go straight to 2:10):

    http://www.youtube.com/watch?v=P4roKGP2WBk

    Instead of “Recipes”, “Photos” and “Videos” I would set up “Customers”, “Partners” and “Products”. Because “Posts” are too limited in content layouting (Advanced layout builder) I would need these to be exactly like the Portfolio category in your theme, even the way they are listed on the site (isotope) needs to look exactly like the portfolio.

    So my question is: Can I ‘duplicate’ the Portfolio category the same way that video showed by duplicating the posts category? I really hope so! (I would do all the coding myself, based on the Lynda.com extended tutorial and I have a PHP developer to assist me if necessary)

    #117240

    The above fixed the colors in PAGES.

    however, I also had to do this to make the Bolds black in Blog posts;

    #top b {

    color: black ;

    }

    I hope that does not break anything else ?

    #117671

    Hey!

    Hi,

    no such a feature/option is not supported at the moment. However you can add it to the feature request list: https://kriesi.at/support/topic/enfold-feature-requests

    Best regards,

    Peter

    #117675

    Hey!

    Have a look at this post: https://kriesi.at/support/topic/popular-posts-list-bug#post-109106 – it will be fixed in the next version.

    Best regards,

    Peter

    #117818

    In reply to: header option

    Hi,

    Open header.php and find this code

    $phone = avia_get_option('phone');
    $phone_class = !empty($nav) ? "with_nav" : "";
    if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";

    Move that code at the bottom of this code

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

    Edit custom.css or go to Quick CSS then add this code

    .social_header .phone-info {
    right: 140px;
    top: 40px;
    position: absolute;
    float: none;
    }

    Adjust the top and right position.

    Regards,

    Ismael

    #117549

    Hi Nick,

    thats great and I think when we talk basic changes like H1 text, logo heights etc… the way you mention seems relatively straight forward for a novice. Where Ive become continuously unstuck are things like the discs (behind the icons) if I want them a different colour or size, or to change things that have (what i call) nested button states – the drop down menu for instance as I want to change the colours of the ‘drop down’ background but because there are several states (off, rollover and sometime on) I cant quite find the right piece of code using the method you mention. I also want to alter the (moving) thin underline when you rollover the top nav so that I remove the middle ‘tick’ mark and increase the thickness slightly but again I can’t see where the correct code is amid a sea of other comments. This im sure is my inexperience but any clue as to how to deal with such things would be warmly received

    Cheers

    all the best

    Andy

    #117535

    In reply to: Logo container height

    Hi,

    Try this one on your custom.css

    .page #layerslider_1 {
    padding-top: 75px;
    }

    Regards,

    Ismael

    #117476

    Hi!

    Yes – you can download the translation file here: https://kriesi.at/support/topic/please-contribute-and-translate-enfold

    Regards,

    Peter

    #117378

    In reply to: Read More Button

    There’s no easy way to add the button class to the php code. I’d use javascript/jquery. In js/avia.js replace:

    //responsive menu. needs to be at the top
    avia_responsive_menu();

    with:

    $('a.more-link').addClass('button');

    //responsive menu. needs to be at the top
    avia_responsive_menu();

    #117687

    In reply to: Rename mobile menu

    Hey!

    No, I’m not aware of another text string. You just need to change the topOptionText text. However try to clear the browser cache – maybe your browser uses the old, cached js file.

    Best regards,

    Peter

    #117257

    Hi tim254,

    You can make feature requests in this topic: https://kriesi.at/support/topic/enfold-feature-requests

    For the color of the phone number, you can use this css:

    .phone-info span {
    color: red;
    }

    Regards,

    Devin

    #22889

    Topic: Rename mobile menu

    in forum Enfold
    hagmund
    Participant

    Hi,

    I’m trying to rename the mobile menu to my own language from the default “Select a page”.

    I changed topOptionText: ‘Navigera’, in js/avia.js but the text on the menu does not change, and still says “Select a page” instead of “Navigera” as I want.

    Do I need to change it somewhere else? I use the “Dropdown Menu” in the header settings.

    Thanks!

    #117328

    In reply to: WPML topmenu

    This is a bug in the latest version and we’ll fix it with the next update. For now you can replace following line in wp-contentthemesenfoldconfig-wpmlconfig.php:

    add_action( 'ava_meta_header', 'avia_wpml_language_switch' );

    with

    add_action( 'avia_meta_header', 'avia_wpml_language_switch' );

    #117459

    Hi glen,

    Yes the docs need a pretty major overhaul but we tend to get waves of busy with the forums and then a new theme is right around the corner. So far its quicker to answer the questions even if it is the same one over and over again.

    Let us know if you have any other questions or issues, I’ll close this topic for now :)

    Regards,

    Devin

    #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

Viewing 30 results - 138,001 through 138,030 (of 138,175 total)