Viewing 30 results - 240,001 through 240,030 (of 244,413 total)
  • Author
    Search Results
  • #138351

    Hi,

    The problem is that the ‘post slider’ element deletes all the inner shortcodes found in the post content, however i found a solution, you will need to edit this file: /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php:

    Replace the 280 line:

    $prepare_excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_postgrid_excerpt_length' , 60) , apply_filters( 'avf_postgrid_excerpt_delimiter' , " "), "…", true, '');

    with this:

    $prepare_excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : do_shortcode(avia_backend_truncate($entry->post_content, apply_filters( 'avf_postgrid_excerpt_length' , 160) , apply_filters( 'avf_postgrid_excerpt_delimiter' , " "), "…", false, ''));

    Regards,

    Josue

    #137902

    I disabled all plugins and the error persists activate the theme enfold.

    #137901

    This error appears on all screens Administrative wordpress and when I disconnect enfold him to appear.

    #135049

    I am having the same issue. It’s in the admin area when trying to create a form. The popup to create a form loads but cuts off the top part of the window so you can’t enter a form name.

    Now, in order to create a new form I have to temporarily switch to a default theme, quickly add a new form, then switch back to enfold.

    #28772

    Topic: Widgets Cut Off

    in forum Enfold
    egrealtor
    Participant

    Hello, please take a look at http://www.jeffkrausrealestate.com/idx/city/newportbeach

    There is a search widget I am using and it is cutoff. I think it’s because the sidebar is too narrow. There is a lot of padding in this theme, so I am looking to have less white space to fit everything. Do you have a theme you could recommend, maybe Incarnation? Or can some adjustments be made with Enfold.

    Thanks for your help!

    #138008

    Hi,

    The code Dude provided should remove the meta infors from single posts view, blog, archive etc.

    .post-meta-infos {
    display: none !important;
    }

    Regards,

    Ismael

    #138539

    Hey,

    Can you give us a link to the website? Do you have the latest version of Enfold, 2.0.1? If you have any plugins installed, please deactivate them first. Let me tag Devin to check this through.

    Regards,

    Ismael

    #138385

    Hi,

    You have an old version of the theme. Please download Enfold 2.0.1 and upgrade WordPress to 3.6. It will fix a lot of jQuery issues.

    Regards,

    Ismael

    #114820

    1. possible to set color sections (Layout Element) in a page with sidebar?

    2. Is it possible to make a new Element for the Avia Layout Builder to show a custom stick menu on a blank page (No Header / No Footer) template to scroll up and down with the id

    3. Yesterday i saw a other theme that included this: http://codecanyon.net/item/go-responsive-pricing-compare-tables-for-wp/3725820

    Would be a great future :)

    Thank you so much

    #138524

    The Plugin isn’t working cause its not showing the VISIBILITY field in the menu and can’t be selected over the options panel.

    And why should i use a plugin, if enfold comes allegedly with this function?

    #28773

    Topic: contact e-mail missing

    in forum Enfold
    totaldream
    Participant

    Recently installed ENFOLD Theme at my web site.

    Now, I don’t receive any e-mail by contact form in ENFOLD Theme.

    My receiving e-mail address is admin e-mail.

    Please let us know your Idea.

    Thanks

    #138291

    We use the standard wp_nav_menu() function to show the menus and maybe the plugin hooks into this function and breaks it on tag archive pages. I don’t have a copy of the plugin right now and your best bet is to contact the plugin authors. If they need help to find the problem ask them to send a mail to (Email address hidden if logged out) and I’ll try to help them.

    #138463

    Hi,

    Its a little more than the default support covers. You can request feature on https://kriesi.at/support/topic/enfold-feature-requests

    Regards,

    Yigit

    #138577

    Hi,

    In theme directory please go to Enfold > Framework > Php and open Class-breadcrumb.php file. Find following code in lines between 281-292

    if('post' == $post_type)

    {

    $category = get_the_category();

    $ID = $category[0]->cat_ID;

    $parents = get_category_parents($ID, TRUE, '$$$', FALSE );

    $parents = explode("$$$", $parents);

    foreach ($parents as $parent_item)

    {

    if($parent_item) $trail[] = $parent_item;

    }

    }

    And comment it out

    /* if('post' == $post_type)

    {

    $category = get_the_category();

    $ID = $category[0]->cat_ID;

    $parents = get_category_parents($ID, TRUE, '$$$', FALSE );

    $parents = explode("$$$", $parents);

    foreach ($parents as $parent_item)

    {

    if($parent_item) $trail[] = $parent_item;

    }

    } */

    Regards,

    Yigit

    #28765

    Topic: Enfold picture hover

    in forum Enfold
    ideenstart
    Participant

    Hi !

    Right now, when I hover over the picture, a red Icon fades in …

    The Icon differs if it is just a picture and a click would bring the lightbox up or it’s a link and the click would open another page …

    This is really cute, but on some pictures I need a more classic hover…

    Would it be possible to have a “classic” hover effect that I can have 2 picture “states” … one normal and one hovered ???

    For example the normal state has a white background and the hovered picture a grey background —

    Thanks

    Tom

    #138238

    In reply to: Remove Date from Pages

    Hi,

    afaik pages do not show any dates (publishing date or update date). I checked all pages on the demo website: http://kriesi.at/themes/enfold/ and I couldn’t find dates on standard pages and portfolio items. Only blog pages, post sliders and articles display the publishing date underneath the title.

    However you’re using Yoast’s sitemap: http://www.rcgauto.com/sitemap_index.xml and maybe google fetches the date from the sitemap.xml file. If you want to get rid of it deactivate the sitemap generator (SEO > XMl Sitemaps).

    #138302

    In reply to: gallery images Link

    Hi,

    1) No, the gallery images just support a lightbox link.

    2) Can you post a link to the gallery please? I couldn’t reproduce the issue on the demo page: http://kriesi.at/themes/enfold/shortcodes/gallery/ or on my test server.

    #138085

    Please replace following ode in your quick css field

    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 80px !important;
    line-height: 80px !important;
    }

    with

    .social_header #header_main .container, .social_header .main_menu > ul > li a {
    height: 80px !important;
    line-height: 80px !important;
    }

    #138007

    Thanks.

    Although this removes de comments count and date from the single posts, I can still see them in the archives page and the recent posts widget.

    How do I remove the date and comments count from there?

    Sylvia

    #136444

    I tagged this thread for Kriesi because I can’t reproduce the problem with Safari on Win8 (I tested it on my server & demo page here: http://kriesi.at/themes/enfold/ ). Maybe it’s a OS (MacOSX) specific issue.

    Hi,

    The widget does not meant to give you a Follower count or something like that. It is only a link to your Twitter account and your RSS feed. You can also see it on the Enfold demo. Check the footer area.

    Regards,

    Ismael

    #28759
    Denis
    Participant

    Hello ,

    please , check the portfolio archive page by tags

    The blog tags – is OK

    But portfolio archive page by tags – has totally crash structure and looks terrible .

    Unfortunately, I can not find portfolio tags on Enfold Kriesi demo page.

    thanks

    #114819

    Hi,

    @Semel: Yes, you can change this. Edit framework > php > class-form-generator.php, find this code on line 544:

    $subject = empty($new_post['subject']) ? __("New Message", 'avia_framework') : $new_post['subject'];

    Regards,

    Ismael

    Hey,

    This backslash issue has been fixed on the latest update of Enfold. It is not happening on our end anymore. I tested your code for the h5 tag, update the page then switch back to visual mode to text mode and back. Updating after switch and I still don’t see the backslashes appearing on Chrome and Firefox.

    Regards,

    Ismael

    #28758
    Marssolutions
    Participant

    Hello Guys,

    Updated one of our enfold pages to use a colour section with a background image as fixed. Looks great on a desktop, however it doesn’t seem to work on iPad or iPhone as well. The image in the colour section is there, but it’s just a section of it and it scrolls, rather than stay fixed.

    Any ideas for a fix?

    Thank you.

    #116516

    In reply to: Enfold Showcase

    Hey,

    Nice websites!

    Thank you for using the Enfold theme. :)

    Cheers,

    Ismael

    #136907

    Hi,

    You still don’t have the latest version of Enfold. Please download the theme on your themeforest account and update your installation. You also have a lot of plugins installed. Please try to deactivate them. If you have a cache plugin, please flush the permalink settings.

    Regards,

    Ismael

    #114978

    Hey,

    Looks like we got a french translation by manv83.

    fr_FR.zip (33 KB)

    https://mega.co.nz/#!XER20TZR!HpD9LggQY1f28qoqpP7W5FzI2c81Qh-G7aHsp5Nafqc

    Regards,

    Ismael

    #116121

    Hey,

    It is already possible to add tags to portfolio items. Please update to Enfold 2.0.1.

    Regards,

    Ismael

    #28755
    CooperDevon
    Participant

    Hi,

    i added the Enfold Combo Widget to my Blog Sidebar.

    On the main page of the blog (the grid view of all posts), the combo works just fine.

    Once i click on an entry the combo is messed up and shows pages with empty pictures instead of the recent blog entries.

    Example:

    enfolg_widget_combo.jpg

Viewing 30 results - 240,001 through 240,030 (of 244,413 total)