Viewing 30 results - 241,831 through 241,860 (of 243,764 total)
  • Author
    Search Results
  • #126815

    In reply to: Enfold won't install

    We are getting exactly the same problem did you get a solution?

    #126279

    Thanks. I swear I tried that early on and had no luck, but that did it. Excellent!

    #25400

    Topic: Enfold won't install

    in forum Enfold
    slreagan
    Participant

    I just bought Enfold and have downloaded it 3 times and it will not install; have tried it on two different WP sites. Please give advice as soon as you can — thanks

    #126797
    DavyE
    Participant

    Hi, I’ve seen the new fullscreen slider on the Enfold demo site. I’m so in love with this slider, exactly what I have been waiting for! But although I can see a title, subtitle and button on the second slide, I’ve no idea how to add that myself. Example of the slider I’m talking about: http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/

    Where can I add content to the easyslider, please? I can add content by adding html to the debug mode like ‘<h1>Title<h1>’ and it seems to automatically fade in from bottom to top, but how to do it without debug mode and where to decide the animation?

    #25396
    shawjared
    Participant

    I’m having an issue getting the Showbiz Plugin to work with the Enfold theme. It has worked with others by placing the shortcode in the editor. So within the page I added a text block and inserted the short code but nothing displays.

    If I switch to the Default Editor I can get it to display but I lose all the Advance Editor Settings. I wanted to make the page a Template using Advanced.

    Right now the only solution I can think of is to View the Source of the Result of the Advance Editor page and then copy paste that into a default editor page where I add the Showbiz plugin. I guess that would work (not tried yet) but looking for a way to use the plugin within the Advance Editor.

    #126733

    Hi,

    Increase the php memory limit again. Upgrade to Enfold 1.7.

    Switch the Avia Builder to debug mode Edit functions.php, find this code

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You will be able to see the actual shortcode below the Advance Layout Editor.

    Regards,

    Ismael

    #25445
    jjranson
    Participant

    I deleted the Enfold theme folder on my host server. Attempts to reinstall the theme always fail. After clicking the install button, several minutes go by and a window at last pops up with “are you sure you want to do this?” I click ok and it goes back to the beginning install button with no impact. This cylce is never endign and I still have no Enfold installed. What steps must I follow to reinstall Enfold?

    #125846

    Okay, cheers for the update and help. :)

    Regards,

    Daniel

    #126634

    In reply to: Easy Slider Problem

    Thank you for the information! Yes, we are using the newest version of Enfold (1.7). Then we will be waiting for next release patiently :)

    #126633

    In reply to: Easy Slider Problem

    Hi,

    Kriesi said it will be fix on the next update. Do you have Enfold 1.7?

    Regards,

    Ismael

    #126956

    Hi

    I uninstalled Enfold and reinstalled it again which has resolved the error message mention in my previous post.

    For some reason in WordPress I still can’t access the Advanced Layout Builder when editing a Page. I’m using WordPress 3.5.2

    Would really appreciate some advice on this please!

    #126945

    Hey!

    I didn’t test them with Enfold but I know http://wordpress.org/support/plugin/sexybookmarks and http://wordpress.org/plugins/wp-socializer/

    Regards,

    Peter

    #125759

    Hi Nick,

    Thanks for all your help. I have implemented the .css code, and the page no longer ‘jumps’ anymore! [That was really bugging me too]. With regard to the table, I have tried to make it work on a test page [http://www.pctuneupcenter.com/test_page/] but the graphics are ‘blown up’, and the gallery has a border which I don’t like. Is a .css edit required to fix these issues?

    One other question; for the 2 tablepress tables, how would you replace these if you were me? I’m stuck as I don’t see an easy way through the Enfold tools…FYI I have tried to use the Enfold table on the test page [http://www.pctuneupcenter.com/test_page/], but on my smart phone this gets torn into one single column so it’s not much of a fix…Also, I’m not sure how to make the background white for the entire table…

    Thanks in advance for your help!

    Take care.

    James

    #126685

    Yes, you need to create the includes folder too. The path must be enfold-child/includes/LOOP-INDEX.PHP. However you just need to create the folder and you don’t need to copy the entire folder content from the parent theme…

    #25436
    DavyE
    Participant

    I really love the way the twitter link is displayed on this page (top of the right column): http://kriesi.at/themes/enfold/2012/12/12/lorem-ipsum-dolor-sit-amet-consectetuer-adipiscing-elit-aenean-commodo-ligula-eget-dolor-aenean-massa/

    Unfortunately it doesn’t seem to work if I enter my account name in the widget. The Twitter icon doesn’t appear, nor do I get an error. I don’t need the RSS one, but if I enter # in the RSS field it does show up on the site (just not Twitter).

    So I don’t need the Twitter timeline, for that I can use a third-party plugin, just that small icon with how many followers and a link to follow as well.

    Any info on how to get it working? Perhaps I’m doing something wrong?

    And is it possible for me to add Facebook, Linkedin and Youtube as well, manually? It’s not the same as AddThis as that is to share, while these icons refer to the company account page.

    #126632

    In reply to: Easy Slider Problem

    Same Problem here with slider, but only in Opera. Chrome, Firefox and IE are working fine. NO PLUGINS activated … only Enfold template!Please check: http://www.pm-schmedding.de

    #25431
    davro08
    Participant

    Hi

    I’ve been building a new site using Enfold which has been brilliant. All of a sudden the Advanced Layout Builder no longer work. The Default Editor still works but I can’t edit pages where I used the Advanced Builder.

    I have checked for plugin conflict and even reinstalled Enfold all without success. I know have the following error message

    Fatal error: Call to undefined function post_has_layerslider() in /homepages/13/d471485871/htdocs/wp-content/themes/enfold/config-layerslider/config.php on line 119

    davrophotofx.co.uk

    Thanks in advance for any advice – I was hoping to launch the site today!:(

    kc
    Participant

    samplepage http://kriesi.at/themedemo/?theme=enfold?

    thanks for unterstanding and help

    cheers

    carsten

    #126864

    UPDATE:

    Got mine to work using #post-55837 by DUDE.

    in functions-enfold.php

    if(previous_post_link_plus( array('in_same_cat' => true)))	//**AYUSH**
    {
    $entries['prev'] = get_previous_post($same_category);
    }
    if(next_post_link_plus( array('in_same_cat' => true))) //**AYUSH**
    {
    $entries['next'] = get_next_post($same_category);
    }
    $output = "";

    and using plugin

    Ambrosite Next/Previous Post Link Plus

    Hope it may help some other fellow like me.

    I’ll prob add another filter to fall back on the original wordpress function as used by kriesi so that the error doesnt show up on site if wordpress decides to change the structure.(The categories filter will prob fail then…lol)

    #25426

    Topic: Plugin conflict

    in forum Enfold
    jeffreyvanoostrom
    Participant

    Hi Guys,

    I use the Enfold theme with great satisfaction. I’ve used the WP Simple Survey plugin on one page > http://www.mapwerkt.nl/quickscan/

    This works fine, except for the last field of the survey > the Name & Email doesn’t show in Firefox. However it does work, cause it sends the email. It does show in Chrome and IE.

    At first I thought it was a plugin-firefox conflict. But I’ve seen the plugin on other sites (http://www.ahealthylife.nl/test-je-gezondheidskennis-over-voeding/ ) and there the last Name & Email field is showing and working fine.

    So I think it’s a conflict between either the theme or with one of the plugins. Any suggestions or help?

    #126297

    In reply to: button in menu

    I got something like this, the button is there, but the text is way below the button. Could you please help to correct this :) Ismael?

    Chris, you’ll need to change the colours to work with your theme.

    .menu-item-1933{
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
    background-color: rgb(161, 206, 94);
    background-image: url(https://d7uu0v95k7d3j.cloudfront.net/wp-content/themes/enfold/images/layout/bg-button.png?6c6f23);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    border-bottom-color: rgb(161, 206, 94);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(161, 206, 94);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(161, 206, 94);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(161, 206, 94);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.498039);
    cursor: auto;
    display: block;
    float: left;
    font-family: 'Open Sans', HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    height: 38px;
    line-height: 16.796875px;
    margin-bottom: 3px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 100%;
    min-width: 90px;
    outline-color: rgba(0, 0, 0, 0.498039);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: rgba(255, 255, 255, 0.0980392) 0px 1px 0px;
    vertical-align: text-top;
    zoom: 1;
    height: 50px;
    }

    #116478

    In reply to: Enfold Showcase

    My site still needs some work to finish everything – but hopefully it is worth a look already: http://www.ready-made.de/

    I like the Enfold theme a lot and appreciate the pro support here!

    Thanks!

    Detlef

    #25404
    19kohaichess57
    Participant

    Hallo Kriesi

    Habe Enfold gekauft und installiert und habe grosse Freude damit. Ein Problem kann ich nicht lösen: Mitteilungen über das Kontaktformular kommen nicht an. Der Mail-Account ist bei Google Mail. Irgendwelche Vorschläge?

    Herzliche Grüsse,

    Daniel

    #126478

    1) Öffne wp-contentthemesenfoldconfig-templatebuilderavia-shortcodespostslider.php und ersetze:

    $output .= "<div class='slide-meta-time'>" .get_the_time(get_option('date_format'), $the_id)."</div>";

    durch

    if(get_post_type() != 'portfolio') $output .= "<div class='slide-meta-time'>" .get_the_time(get_option('date_format'), $the_id)."</div>";

    2) Bzgl Einträge – es scheint so, als ob es sich hierbei evenfalls um Portfolio Items handelt. Welches Element habt ihr verwendet? Ich würde empfehlen diesen Text in ein einfaches Text Element mit “Spalten” zu schreiben, denn dann wird der Text auf keinen Fall verlinkt.

    #126395

    Hi,

    2.) Edit Portfolio Grid > find Link Handling, select Open entry on a new page.

    3.) Yes, it will probably overwrite the content. Just create a separate test installation then Import the dummy data.

    Regards,

    Ismael

    #121827

    Hi,

    @garyherman: Thanks for the tip. :)

    Cheers,

    Ismael

    Hi jklillibridge,

    It isn’t an issue we have really been able to re-create. I’ve only run across it maybe five times since Enfold has been out here on the support forums but it has been solved in my encounters by upping the memory limit wordpress has access to.

    In version 1.3 or 1.4 there were a few big changes to the editor to prevent issues like the above and then some additional tweaks later on but if you have some specific steps that trigger what you are describing we can definitely use them to try and find the bug/issue and then from there a fix.

    Regards,

    Devin

    #126278

    Hi,

    You need to create a folder called “includes” then place the files like loop-index.php inside.

    Regards,

    Ismael

    #126573

    In reply to: Front page slider size

    Hi Bruce,

    The demo actually uses 1700 width images. See: http://kriesi.at/themes/enfold/files/2013/04/floor.jpg which is 1700×470.

    Regards,

    Devin

Viewing 30 results - 241,831 through 241,860 (of 243,764 total)