Viewing 30 results - 231,511 through 231,540 (of 244,419 total)
  • Author
    Search Results
  • anybody ?

    #207903
    Jomay111
    Participant

    I have just started a redesign of my site into Enfold theme. I got a update mail this morning, so I made a fresh download by themeforest.
    I erased the old version on the server, unpacked the theme and upload the new theme folder per FTP.

    But the my whole site turned blank. Just white, could not navigate to backend /wp-admin or anything.
    So I had to erase the new version, and put back the old version 2.4.2;(

    Am I the only one having this problem?
    Now the site is back, but how can I update?

    We are not online, so I can only share a link to Kriesi Team members.

    This reply has been marked as private.

    Hi deyowulf!

    Where do you want it to show? Maybe, you can add it on header.php, find this code at the very bottom:

    <?php } //end blank check ?>
    	<div id='main'>

    Add this below:

    <?php echo do_shortcode('[shareaholic app="share_buttons" id="4766761"]'); ?>
        
        <?php echo do_shortcode('[data-app-id="4766761"]');  ?>

    On Enfold > Styling > Quick CSS, add this code:

    p.pos_fixed {
    position:fixed;
    top: 30px;
    left: 50px;
    }

    Cheers!
    Ismael

    #207872

    In reply to: Enfold last update

    Hey!

    Glad you solved it. :)

    Best regards,
    Ismael

    #207861
    Richard
    Participant

    Hi, normally I would not have a problem updating a theme but this time it is causing a bit of a headache. I am using enfold child on a localhost. What is the best way to update the theme?

    #207859
    Imburr
    Participant

    For SEO purposes I named my blog with a longer name/title. The side effect to this is that my breadcrumb is long and the page title in the header next to the breadcrumb is long. I read your other post on this issue (https://kriesi.at/support/topic/changing-blog-name-only-in-breadcrumbs-of-enfold/), and I changed class-breadcrumb.php to

    
    /* If $show_home is set and we're not on the front page of the site, link to the home page. */
    if ( !is_front_page() && $show_home )
    	$trail[] = '<a href="' . home_url() . '" title="Blog" rel="home" class="trail-begin">' . $show_home . '</a>';
    

    And nothing changes. If possible, chaning this in functions PHP would be awesome- I just need to manually change the blog heading and breadcrumb name to “Blog” instead of what I have as the page title.

    Thanks for all of the help you guys are amazing.

    #207858

    In reply to: Admin Login Speed

    I found a couple of plugins that significantly increased admin speed, the biggest one was a Pinterest for WP Pro plugin, which adds 5-7 seconds of load time. I have contacted the plugin author about it.

    I am using Enfold on another web site and it is so snappy- so it definitely has to be a plugin problem.

    Thanks

    Update- Just wanted to comment on this.

    Using Godaddy Delux Linux Shared Hosting it was taking 10-30 seconds to login.

    I migrated to BlueHost Standard VPS and login times are 3-5 seconds, which is pretty normal in my opinion.

    So in the end, it was an underpowered/overloaded server causing the issues.

    Thanks again!

    • This reply was modified 12 years, 2 months ago by Imburr. Reason: update
    #207854
    mediumstudio
    Participant

    Hi, on some of my portfolio pages the side ‘next’ ‘previous’ transparent tabs are not showing (using color section with clear PNG and full-width photo). I’ve tried to fix the z-index but I don’t think I’m editing the correct CSS:
    #top .avia-post-nav {z-index: 1500 !important;}

    Here’s a sample of the problem:
    http://mediumstudio.com/wp/?portfolio=travessia-urban-winery
    Works here (using same elements):
    http://mediumstudio.com/wp/?portfolio=cork-wine-and-tapas

    much thanks

    #207851

    Hey!

    Create a folder named “font’ on the enfold theme folder. Place the font .ttf file inside the font folder. Add this on css > custom.css file:

    @font-face {
    font-family: Edwardian Script ITC;
    src: url(../font/nameofthefont.ttf);
    }

    You can specify the font family on Quick CSS or custom.css:

    h1, h2, h3 {
    font-family: Edwardian Script ITC;
    }

    Best regards,
    Ismael

    #207839
    leadliaison
    Participant

    Hello,

    Can you please tell me how we can increase the default font size? Whatever the best practice is for doing this please let me know. We are using the Enfold Child theme.

    Thank you!

    #207825

    In reply to: A few issues on Enfold

    Hi flowpsychicarts!

    1.) Yes, you can deselect the Blog on Theme Options > Where do you want to display Blog? then create a new page. Insert the Easy Slider then the Blog Posts element.

    2.) We don’t have an access with the plugin, you might want to contact the plugin author. Please post the login details here as a private reply. We would like to inspect the website.

    3.) You can adjust the left margin of the inner sidebar using this on your Quick CSS:

    .inner_sidebar {
    margin-left: 20px;
    }

    Best regards,
    Ismael

    #207824

    Hi jodyannthomas!

    What space? Can you please give us a link to the actual website? I guess it can be easily fix with css. Enfold 2.4.5 is available on the Theme Update, you might want to upgrade your installation.

    Best regards,
    Ismael

    #207821

    In reply to: Layer Slider update

    Hi Tali!

    Do you encounter any issue with the older version of Layer Slider? Kriesi is working on few other updates and may tackle the plugin improvement on future Enfold updates.

    Regards,
    Ismael

    #207820

    Topic: Update not available?

    in forum Enfold
    CamGrace
    Participant

    I received an email saying I had the update for version 2.4.5, however when I logged on to the back end to go update Enfold it said none are available. I also checked in the “themes” tab to see which version I am running and it says currently 2.5. Did it update automatically? The last update I had entered my API key and had to manually press “update theme”. Just want to make sure it’s either updated or if there is a problem, get it fixed.

    #207811

    In reply to: Enfold last update

    Hi,

    Issue resolved using this code:

    /*Style Flag link secondary menu*/

    #menu-item-6214 a {
    position: relative !important;
    top: -10px !important;
    }

    #menu-item-6214 a img{
    position: relative !important;
    top: 5px !important;
    width: 20px !important;
    height: 20px !important;
    }

    THANKS

    #207807

    Topic: Enfold last update

    in forum Enfold
    CloudChoice
    Participant

    Hi,

    After the last update 09/01/2014 this CSS customization lose the action. The image flag in the secondary menu is not more vertical centered. :

    /*Style Flag link secondary menu*/
    #menu-item-6214 a {
    position: relative;
    top: -10px;
    }
    #menu-item-6214 a img{
    position: relative;
    top: 5px;
    }

    Other change was in the image attributes width=”20px” height=”20px” that have no more effect in secondary menu.

    Do you have any suggestion about that?

    THANK YOU.

    #207800

    Fixed classes for Avia-Layout-Elements and Widget-Areas would be awesome..

    If we could just add our own custom CSS ID to the layout elements as we can with the content ones that would be a massive bonus for styling.

    #207799

    +1 on the small icon lists

    #207793
    jodyannthomas
    Participant

    Hi
    This seems to be a recurring problem in the fourm. I have tried all of the suggested answers, nothing works. The white space does not appear on your demo, why on the theme in practice?

    Is there a real answer to it? I am afraid I will have to switch back to Avada, I love Enfold, but this problem is a deal breaker for me.

    Why is there a white space under the header and between content and /or sliders?

    Can it be easily resolved?

    Cheers
    Jody

    #207788

    Topic: A few issues on Enfold

    in forum Enfold
    flowpsychicarts
    Participant

    I have a few questions

    1. is it possible to have a full length easy slider on the main blog and posts?

    2. I use Hybrid Connect for opt in boxes and it’s not working on my blog posts. I want them placed after each post but it doesn’t do it on this theme. I can use it anywhere else however. Is there a way to fix that?

    3. My sidebar seems to be the same width as here but somehow the widgets seem much narrower. I’d like them to be the same width as shown here. If needed you can view my site here: http://flowpsychicarts.com/blog/

    Gracias!!!!

    #207784

    In reply to: 2.4.5 or 2.5 ?

    Hi kenwae!

    Version 2.5 has not released yet. It was actually version 2.4.3. So the latest version now is 2.4.5
    http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    • This reply was modified 12 years, 2 months ago by Yigit.
    MyMenu
    Participant

    Hey guys,

    So first off I’m still relatively a newbie when it comes to WP but also I am one who likes to not only want to get a task complete but also learn how it works. I am in the process of building our website on the enfold template (www.mymenu.us). I came across a great service called Churnbee which will give us metrics on our users who sign up, etc. To get it integrated with our website I will need to either embed their api via javascript implementation or php implementation (https://churnbee.com/docs/lib/php and https://churnbee.com/docs/lib/js).

    Can someone walk me through how to get this done and which way would be best (php or java)?

    This reply has been marked as private.
    #207765

    In reply to: I can't upgrade theme

    Hi Zum00t!

    Make sure you have the information added in correctly in the updated tab: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    The theme will check for updates every 12 hours so depending on when you installed it will let you know of the update from ThemeForest within the next 12 hours.

    You can always update over FTP following this video tutorial:

    Regards,
    Devin

    Isn’t there another reason for this issue? I guess, only changing CSS of the thumbnails wouldn’t be enough, because they have these ENFOLD overlays, too. CORONA can handle this perfectly – with the same plugins and settings.

    Here a screenshot with Firebug – why does ENFOLD ignore this size of 50px?
    http://screencloud.net/v/hcbp

    Has it something to do with ENFOLD’s overlay images?
    I’ve tried this http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/, but this hide them only and has therefor no effect on the NextGen widget thumbnails, which should be 50x50px.

    #207754

    Small icon lists. Would make life easier for addresses and contact info. Or just allow us to choose the icon size in the list, like we can when placing a single icon.

    Hey!

    I think that can be fixed with some CSS code, but i need to see the site live.

    Best regards,
    Josue

    #207746

    In reply to: Enfold popup effect

    Hi!

    Glad you figured it out! Let us know if you have any other questions or issues

    Regards,
    Yigit

    my site is offline, sorry, it is not yet ready. What information do you need?
    By the way: I have deactivated all plugins except of NextGen (and for another test round the NextCellent plugin) to avoid any conflicts, but this has not helped.

Viewing 30 results - 231,511 through 231,540 (of 244,419 total)