Viewing 30 results - 217,771 through 217,800 (of 244,425 total)
  • Author
    Search Results
  • #290947

    In reply to: active menu item

    Hi dubyajay!

    Please make sure to set main menu in Appearance > Menus and check “Enfold main menu” under Menu Settings – http://i.imgur.com/EG2SzfS.png

    Cheers!
    Yigit

    #290946

    Hey Richard!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-slideshow li img { border-radius: 0; }

    Cheers!
    Yigit

    #290945

    Hey lflask!

    You can go to Enfold theme options > Blog Layout and choose not to display selected meta.
    You can also add following code to Quick CSS in Enfold theme options under General Styling tab

    .text-sep-cat, .blog-author, .blog-categories, .text-sep-comment { display: none !important; }

    Regards,
    Yigit

    #290942

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 85%;
    height: auto !important; }}

    Regards,
    Yigit

    #290939

    Hey ShortieD!

    Please go to Enfold theme options > Advanced Styling and edit “Main menu links”

    Cheers!
    Yigit

    #290937

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .header_color .header_bg { background-size: contain!important; }

    Cheers!
    Yigit

    • This reply was modified 11 years, 8 months ago by Yigit.
    #290933

    Hi Frederic!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    div.phone-info {
    font-size: 18px;
    }

    Cheers!
    Yigit

    #290924

    Hey robertwood04!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    div.avia_textblock p {
    text-align: left!important;
    }}

    Best regards,
    Yigit

    #290915

    Hey Swedfit!

    Thank you for using our theme.

    Try to put the following in custom.css or Quick CSS field in Enfold->Styling and adjust the value of px:

    
    .us_posts_bottom {
    margin-bottom: 20px !important;
    }
    
    

    Regards,
    Günter

    #290909
    TheMauiDarren
    Participant

    Would like to change the widget image size from the standard 36px x 36px to a more of landscaped 108px x 36px; so as preview images also appear as such in widgets such as the Enfold Combo Widget, Latest Portfolio, etc…

    Is this is simple as changing in the function.php as I’ve seen some posts refer to?

    Mahalo,

    TheMauiDarren

    #290906
    FriViden
    Participant

    I want to update the enfold theme, as recommended i have installed a child theme.
    Is there a tutorial for updating without affecting the child theme?

    monkey_girl
    Participant

    Hey guys,

    I saw that you updated the woocommerce shop filters for mobile (“sort by default, price, etc.” and “display # of products per page”). Thanks for working on it. However, while the filters are now selectable and can be expanded, they do not remain expanded long enough to be able to click on any of the selections. It’s happening on your demo site here, too:

    http://kriesi.at/themedemo/?theme=enfold (default shop tab)

    Any suggestions for a quick fix would be much appreciated.

    #290892
    #290890

    Hey Frederic!

    See: http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/

    Its not a one-step solution and there are other issues you’ll need to read up on like moving over the images/plugins but the plugin mentioned there is the best I’ve found for migrating the database.

    Best regards,
    Devin

    #290884

    Hey NieuweDag!

    Thank you for using the theme!

    First of all, you have a very old version of the theme, 2.2. Please download Enfold 2.9.1. This should fix the icon fonts issue. If not, please refer to this link: http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems

    The update might break some elements on the website. Please make it a habit to update the theme as much as possible.

    Best regards,
    Ismael

    #290869
    frederictib
    Participant

    Hi Team,

    I’m getting ready to put the Enfold I customized for my customer on their server.
    Right now it is on mine, http://www.stagenow.net.

    What it the best way to get it on theirs? http://www.gatewayocd.com

    Thank you so much for all the help you provided,

    Frederic

    #290857

    Topic: active menu item

    in forum Enfold
    dubyajay
    Participant

    Hi,
    How can I get the colored underline on the active menu item like you have on the enfold demo? I have updated to the latest version.

    Also, it seems that my posts are disappearing. Any reason? I try to search the forum for an answer first and only post if I am unable to find a workable solution…

    Thanks

    #290844

    Hey!

    Please update the theme to the latest version (2.9.2).

    Best regards,
    Josue

    #290841
    Michael64142
    Participant

    Hi,

    We just updated our website to the latest version of Enfold (2.8.1 -> 2.9.1).

    We have LayerSlider at the homepage, with a text layer. In version 2.8.1 it was visible (thanks to Google Cache): https://www.dropbox.com/s/8dos5pzisopfybs/layerslider-1.png
    After the update we can’t see the text visually, but when I use Chrome view-source I can see that the text exists in the code.. (https://www.dropbox.com/s/wrmrga5cnjv5kiq/layerslider-2.png)

    Why can’t I see that text box? Where did it go after the update?

    The padding, bottom etc aren’t changed (I’ve checked that twice).

    Thanks.

    #290834
    AGC
    Participant

    I add

    //set builder mode to debug
    add_action(‘avia_builder_mode’, “builder_set_debug”);
    function builder_set_debug()
    {
    return “debug”;
    }

    on line 256 in functions.php, but the text fields are empty.

    #290827

    Hey wid2307!

    You would need to customize that element via a child theme to change the output. I did a customization for our upcoming documentation relaunch which you can use as a model: https://github.com/DevinVinson/enfold-child-docs

    I’ve added a function in the function.php to use the shortcodes folder there and then put the magazine element into the folder so I could customize it. In my case I changed it so that the articles and posts would show a ‘last updated’ line instead of the date.

    Best regards,
    Devin

    #290822

    Hey kroemer08!

    I think this might be what you are looking for: https://kriesi.at/support/topic/how-to-reactive-enfold-downsizing-of-image-in-post-blog/#post-290605

    That will allow you to widen the max size for the blog width on that layout.

    Cheers!
    Devin

    #290816
    staceyncgirl
    Participant

    Multiple elements are not working after update. I can see them on my page editor, but when I click to preview or update it’s not there.

    #290800
    tdako
    Participant

    Hi,

    I bought the Enfold theme a while ago and now just getting ready to install it.

    I have a current site and instead of creating a new one from scratch, want to install Enfold, activate and configure it. If I’m not mistaken, there is also some demo content that can be installed. If I do that, will it erase/replace all content that is currently available? Or they will be in the backend, but just not viewable in the frontend?

    thanks a lot in advance
    tdako

    #290798
    snarfalous
    Participant

    You asked me to give you the login details for our website that crashed when we updated it to the latest version of enfold, also we cant even access the wp-admin login area

    Many thanks for your help

    #290787

    In reply to: Child Theme

    This reply has been marked as private.
    #290776
    NieuweDag
    Participant

    The Enfold theme is supposed to be fully compatible with Chrome as well. If I look at my site in Chrome however, a lot of the standard icons within the Enfold theme are not being displayed at all, instead you see a small rectangle.

    More specifically, 6 out of the 10 standard icons I use at the homepage are being displayed as a rectangle in Chrome, instead of displaying the actual icons. This is very unfortunate, because the use of icons is a very prominent element of the Enfold theme visual design.
    Even more unfortunate: I use 6 out of the mentioned 10 standard icons on almost every other page as well (by using content snippet repetition). 3 out of those 6 are displayed incorrectly as a rectangle on just about every page, instead of displaying the selected icons. Therefor this bug has quite some impact on every web page displyed within Chrome.

    Can you please provide the necessary tips to fix this bug once and for all?
    Thanks in advance.

    #290770
    gd0g
    Participant

    I would like ton include the featured image in serach results?

    I have found this code

    <div class=”entry”>

    <?php
    if ( has_post_thumbnail() ) { // check if the post Thumbnail
    the_post_thumbnail();
    } else {
    //your default img
    }

    the_excerpt(); //your short description
    ?>
    </div>

    This is the search.php for enfold

    <?php
    global $avia_config;

    /*
    * get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
    */
    get_header();

    $results = avia_which_archive();
    echo avia_title(array(‘title’ => $results ));
    ?>

    <div class=’container_wrap container_wrap_first main_color <?php avia_layout_class( ‘main’ ); ?>’>

    <div class=’container’>

    <main class=’content template-search <?php avia_layout_class( ‘content’ ); ?> units’ <?php avia_markup_helper(array(‘context’ => ‘content’));?>>

    <div class=’page-heading-container clearfix’>
    <section class=”search_form_field”>
    <?php
    echo “<h4>”.__(‘New Search’,’avia_framework’).”</h4>”;
    echo “<p>”.__(‘If you are not happy with the results below please do another search’,’avia_framework’).”</p>”;

    get_search_form();
    echo “<span class=’author-extra-border’></span>”;
    ?>
    </section>
    </div>

    <?php
    if(!empty($_GET[‘s’]) || have_posts())
    {
    echo “<h4 class=’extra-mini-title widgettitle’>{$results}</h4>”;

    /* Run the loop to output the posts.
    * If you want to overload this in a child theme then include a file
    * called loop-search.php and that will be used instead.
    */
    $more = 0;
    get_template_part( ‘includes/loop’, ‘search’ );

    }

    ?>

    <!–end content–>
    </main>

    <?php

    //get the sidebar
    $avia_config[‘currently_viewing’] = ‘page’;

    get_sidebar();

    ?>

    </div><!–end container–>

    </div><!– close default .container_wrap element –>

    <?php get_footer(); ?>

    Could I make this work? Any advice on where to place the code would be greatly appreciated.

    #290752

    In reply to: Accordion slider

    Hi Ismael!
    Thanks.
    You mean wordpress expert will be able to add Newscast accordion slider to enfold theme? Do we have to purchase even Newscast theme to make this possible?
    One question: is it possible to publish Newscast Accordion slider in fullwith?
    Bye Thomas

    I’m in agreement with Monsoon. This new lightbox effect might be commonplace among a lot of themes/websites but it doesn’t feel like it fits with the Enfold style.

    It would be nice if there were options to customise the framing of the lightbox.

    I’d also be interested in any CSS solutions to customise the lightbox.

Viewing 30 results - 217,771 through 217,800 (of 244,425 total)