Viewing 30 results - 242,101 through 242,130 (of 244,026 total)
  • Author
    Search Results
  • #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

    #125878

    Glad we could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

    Glad we could help and sorry its not quite the answer you were looking but we are trying to add as many features as possible to Enfold so hopefully this is one Kriesi can add in :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

    #126277

    Thank you Devin. I thought I had tried that, but apparently not.

    However, now I just can’t seem to get my Child-theme loop-index, and loop-archive to override the parent theme ones. I have placed them in my child theme with the same names, in the root folder of the child theme. Is that the correct way? I don’t want to start rewriting the loops in the parent theme if I can help it.

    #25406

    Topic: Contact form Dates

    in forum Enfold
    LAHWebDesigns
    Participant

    Has anyone created a way to have some kind of date picker as a field on the Enfold theme’s contact form? I would be very interested to find a way to do this.

    Thank you,

    Laura

    #114690

    Love the theme! One option I’ve seen in a Avada and Udesign is a one column portfolio page. That would be very helpful on several projects I have planned.

    Thank you

    Hi!

    solved :)

    Regards,

    Kriesi

    #126394

    Hi,

    one more question:

    When I import dummy data, will it not overwrite my existing content, pages?

    Regards,

    Agnes

    #126393

    Hi,

    thanks,

    1.) OK, I do understand

    2.) I can make the 2/3 1/3 column layout, but how can I link together the portfolio items below, and the easy slider above? When I click on the portfolio item, it opens above in a slider (but not like in the Examle page), this two thing are different.

    Regards,

    Agnes

Viewing 30 results - 242,101 through 242,130 (of 244,026 total)