Viewing 30 results - 240,571 through 240,600 (of 244,007 total)
  • Author
    Search Results
  • #27581
    joe88
    Participant

    Hello. Is there a solution for using 3rd party plugins with the Enfold Advanced editor? For example, when using such plugins like Show Biz Pro or Touch Carousel, they seem to work fine using the default editor. However, when I use the Advanced Layout Editor on a page, the plugins don’t work. I requested a fix for this awhile ago, but I don’t think a solution was provided. Thanks.

    #27578

    Topic: MP6 Admin Theme

    in forum Enfold
    joe88
    Participant

    Hello. This could be an issue with the MP6 plugin using WP 3.6, but so far, Enfold seems to be having issues displaying drop-down fields. For example, when using the Advanced Layerslider element, the text in the drop-down list is all scrambled. Same for the Layout and Header side-bar drop-down lists. The lists are totally un-readable. That’s all I found so far. I really like this admin theme and seems to work fine with other templates. Hope the team can take a look at this admin theme, since it will likely be added to the core WP code. Thanks.

    #133355

    Thanks Kriesi!

    Any idea when we might see the next update by chance?

    #27576
    mrkuji
    Participant

    This seems related to https://kriesi.at/support/topic/image-gallery-broken which was fixed.

    Since the latest 1.9 updates uploading media it seems to swap the position of the images from the add to gallery page:

    so order set as 1,2,3,4,5,6

    appears in a 3 column as

    3,2,1

    6,5,4

    As this was fixed in flashlight I wondered if its gotten introduced in enfold.

    Thx

    #27559

    Topic: Traslation

    in forum Enfold
    Letian
    Participant

    Hello,

    I am using codestyling localization to translate Enfold.

    But here is an error:

    Error: The actual loaded translation content does not match the textdomain: avia_framework

    Expect, that any text you translate will not occure as long as the textdomain is mismatching!

    This is a coding issue at the source files you try to translate, please contact the original Author and explain this mismatch.

    Could you help me fix it up?

    #134183

    Problem solved – thank you! – After upgrading to wordpress 3.6, I have update to the latest Enfold version – 2013 August 6 – Version 1.9.1 and that fixed the problem.

    #133354

    ok, it took my a while to find a solution but got one now.

    Problem was that the mediaelement script that creates the interface elements does a wrong width calculation in % based layouts like columns and sometimes is off by 1px. thats why the last element often didn’t fit into the container.

    The next update will include the necessary css changes to circumvent the problem :)

    Cheers!

    #27570
    phangmoh
    Participant

    Hi guys,

    I upgraded ShareThis plugin to latest 7.0.4 version together with Enfold 1.9.1.

    The ShareThis buttons now shows up on the bbPress forum pages and also in the forum category tables too.

    I know I can manually place this line: – <?php if (function_exists(‘sharethis_button’)) { sharethis_button(); } ?>

    in the template but I’m not sure which file and where should I insert them so they will only show on single post and multiple post listing pages.

    #134372

    Try following – open up functions-enfold.php and at the very end of the file insert

    if(!function_exists('avia_wpml_language_switch_return'))
    {
    function avia_wpml_language_switch_return()
    {
    $languages = icl_get_languages('skip_missing=0&orderby=custom');
    $output = "";

    if(is_array($languages))
    {
    $output .= "<ul class='avia_wpml_language_switch'>";

    foreach($languages as $lang)
    {
    $currentlang = (ICL_LANGUAGE_CODE == $lang['language_code']) ? 'avia_current_lang' : '';

    $output .= "<li class='language_".$lang['language_code']." $currentlang'><a href='".$lang['url']."'>";
    $output .= " <span class='language_flag'><img title='".$lang['native_name']."' src='".$lang['country_flag_url']."' /></span>";
    $output .= " <span class='language_native'>".$lang['native_name']."</span>";
    $output .= " <span class='language_translated'>".$lang['translated_name']."</span>";
    $output .= " <span class='language_code'>".$lang['language_code']."</span>";
    $output .= "</a></li>";
    }

    $output .= "</ul>";
    }

    return $output;
    }
    }

    Then replace

    if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));

    with

    if($breadcrumb) $additions .= avia_wpml_language_switch_return();

    #27569
    macrunner
    Participant

    Hi,

    Enfold with WPML works fine, full integration. Extraordinary Avia Framework integration with WPML, great job.

    but I have a problem when I create a new menu in the Admin.

    In Admin, If I create a new Menu I get a blank page and server error. If I disable WPML can create the new menu without problems.

    I’ve done testing on Local Server, same problem. I also turned off WooCommerce.

    I tried to change theme and I can create a new menu without problem.

    This anomaly occurs only with Enfold with WPML

    My installation:

    WordPress 3.6 – Memory Limit: 160 MB

    Enfold 1.9.1

    WPML 2.9.1

    WPML String Translation 1.8.1

    WPML Translation Management 1.7.1

    WooCommerce 2.0.13 (disabled)

    WooCommerce Multilingual 2.3.2 (disabled)

    The site is private, but if you want I can send you via PM links and access keys.

    Many Thanks

    #134393

    Hey!

    Open wp-contentthemesenfoldconfig-woocommerceconfig.php and delete/comment out following line

    woocommerce_catalog_ordering();

    Regards,

    Peter

    #134363

    Yes, Twitter started to shutdown the current api on June 11 ( http://www.mediabistro.com/alltwitter/twitter-delays-api-shutdown_b41602 ) and our widget does not support the new api. Thus the widget won’t work anymore. Because the new authentication process is very complex we decided that we won’t bundle a twitter widget with the theme anymore and we removed it in v1.9.1. The next Enfold version (1.9.2) will support the Twitter Widget Pro: http://wordpress.org/plugins/twitter-widget-pro/ plugin instead.

    #134451

    Hi!

    Try following – open up wp-contentthemesenfoldforum.php and replace

    global $avia_config;

    with

    global $avia_config;
    $avia_config['layout']['current'] = $avia_config['layout']['fullsize'];
    $avia_config['layout']['current']['main'] = 'fullsize';

    Regards,

    Peter

    #114960

    Is it possible to transfer the translation from one theme to another or do I have to translate form the scratch? Anyway, Latvian translation will come as well.

    #134463

    In reply to: old jQuery issue

    Hey!

    Which version of Enfold are you using? Please upgrade to v1.9.1 which is compatible with wp3.6 and it should also fix the jquery error message.

    Regards,

    Peter

    Hi!

    please try to re-upload the wp-contentthemesenfoldconfig-templatebuilderavia-template-builder folder (via ftp) and make sure that all files on the server are overwritten by the new files (Enfold 1.9.1 files).

    Best regards,

    Peter

    #134281

    1) Try to update Enfold to the latest version (1.9.1).

    2) If this doesn’t help try to deactivate all third party plugins. Maybe a plugin conflicts with the theme/slider. If the slider works afterwards activate the plugins one by one to find the culprit.

    #27567
    hojoon
    Participant

    Hello

    ‘fade’ works well at all browsers.

    But, ‘slide’ animaiton in all sliders of Enfold theme does not work at IE9 and Opera.

    I hope this works well at IE.

    I am using below;

    WP3.6

    Enfold1.9.1

    Server: PHP5,MySQL5.x

    Waiting your surport…

    Regards,

    Hojoon

    shawjared
    Participant

    I get the following error after the latest theme update:

    Fatal error: Call to undefined method ShortcodeHelper::avia_apply_autop() in /home/wrapwave/public_html/wrapwave.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/team.php on line 284

    http://wrapwave.com/about-us/

    Can you take a look?

    Thanks

    #134182

    Do you have the lastest upgrade of Enfold? That might be a solution. Mine wasn’t working after WP 3.6 install and it does now after I upgraded.

    #133419

    I have the same issue : I run WP 3.6 and Enfold 1.9.1

    #134251

    Hi macrunner,

    From the theme options you can use the Header tab to choose the type of header you want. Some of the header options include a secondary menu.

    See the demo examples here: http://kriesi.at/themes/enfold/headers/

    Regards,

    Devin

    #27509
    macrunner
    Participant

    Hi,

    In Enfold there are 3 menu, Main Menu, Footer Menu and Secondary Menu.

    I created Main Menu and Footer Menu and it works perfectly, but Secondary Menu does not appear.

    The Secondary Menu what is it?

    I would like to add a new menu, above the Main Menu, as in this screenshot: http://i.imgur.com/kcDa1IX.jpg

    Thanks

    #134249

    Hey!

    Pretty much all of them came from the portfolio of this user:

    http://photodune.net/user/ollyi/portfolio?utf8=%E2%9C%93&sort_by=sales_count&ref=Kriesi

    Cheers!

    Kriesi

    #134127

    Thank you Peter,

    My issue is with the Enfold theme unfortunately. I can activate any of the other themes I own and have no trouble posting. Only when I activate Enfold, do these issues arise. I have been forced to changing themes to compose a blog post and then activating Enfold when I am finished, which appears to work fine delivering my posts each morning. A pain, but a workaround for the time being. I would rather not switch permanently to another theme. I like how Enfold looks on my site, but you can understand I can not continue activating and deactivating every time I wish to add another post.

    Thanks again

    #114783

    Hi Ismael,

    the code above, sets the category-browsing in every case. I mean that an user should stay in a category, only if he chooses that category before, not in general.

    For Example: Someone starts in the main blog-page, where all posts are listed. Then he wants, that clicking at the next- or previous-arrows leads him through all posts. But if he selects before a specific category, he expected, that the arrows guide him only through the posts in the selected category. The plugin ‘smarter-navigation’ remembers, if someone comes from a category-archive or not, and from wich category he comes.

    Regards,

    Günter

    #27538
    hsie
    Participant

    Hi, just wonder how to remove the debug information in the theme as below, thanks in advance!

    <!–

    Debugging Info for Theme support:

    Theme: Enfold

    Version: 1.9.1

    Installed: enfold

    AviaFramework Version: 1.8

    AviaBuilder Version: 0.3

    ML:128-PU:7-PLA:5

    –>

    #114782

    I also request the following:

    A deeplinking feature for the AJAX portfolio ;) I would love to link to specific portfolio items from any page of my website.

    It would be cool if we could link to a extended ajax portfolio item.

    #25692
    bevlogenverf
    Participant

    Hi I would like to remove the place where you see on the page name and the breadcrumb on all pages.

    Any code that would help?

    http://www.bevlogenverf.nl/enfold2

    #134284

    In reply to: Ajax Search

    In functions-enfold.php replace

    if(!empty($post->post_excerpt))
    {
    $excerpt = apply_filters( 'avf_ajax_search_excerpt', avia_backend_truncate($post->post_excerpt,70," ") );
    }
    else
    {
    $excerpt = apply_filters( 'avf_ajax_search_time_format', get_the_time(get_option('date_format'), $post->ID) );
    }

    with

    if(!empty($post->post_excerpt))
    {
    $excerpt = apply_filters( 'avf_ajax_search_excerpt', avia_backend_truncate($post->post_excerpt,70," ") );
    }
    else
    {
    $excerpt = apply_filters( 'avf_ajax_search_time_format', get_the_time(get_option('date_format'), $post->ID) );
    }

    $taxonomies = get_object_taxonomies(get_post_type($post->ID));
    $cats = '';
    $excluded_taxonomies = apply_filters('avf_exclude_taxonomies', array('post_tag','post_format'));

    if(!empty($taxonomies))
    {
    foreach($taxonomies as $taxonomy)
    {
    if(!in_array($taxonomy, $excluded_taxonomies))
    {
    $terms = get_the_terms( $post->ID, $taxonomy );

    if(!empty($terms))
    {
    foreach($terms as $term)
    {
    $cats .= $term->name .' ';
    }
    }
    }
    }
    }

    and

    $output .=      $excerpt;
    $output .= " </span>";
    $output .= "</span>";

    with

    $output .=      $excerpt;
    $output .= " </span>";
    $output .= "</span>";
    $output .= __('Categories:','avia_framework') . ' ' .$cats;

    This will add a list of all categories to the search result. However it’s not possible to apply add links to the categories which point to the category archive pages because the search results are wrapped into an a href tag and you can’t create a link inside a link. On the other hand the layout will be messed up if you add the categories after the a href element.

Viewing 30 results - 240,571 through 240,600 (of 244,007 total)