Viewing 30 results - 16,741 through 16,770 (of 16,896 total)
  • Author
    Search Results
  • #128416

    Hi,

    Do you have Enfold 1.7? Your wordpress version should be 3.5 or higher.

    Allocate more php memory.

    http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    Regards,

    Ismael

    Hi lelefioroni,

    I’m not sure how that could or should be happening since the theme just uses the wordpress image modal. There are a few things you can try however: disable any active plugins you have running and try things again, make sure you have the most recent theme version installed (1.7.1 as of right now) and last is to increase your php memory using one or all of these methods http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/ .

    Regards,

    Devin

    #127490

    hummm i mean for fonts that are not listed in your register-admin-options.php

    By example, i want add a font from http://www.dafont.com that is not listed in your file nor website.

    How can i add it here? Just uploading it somewhere & editing the CSS to select in admin of the theme?

    & if i want add a Helvetica Neue Bold 57, different version of your Helvetica, how to do it ?

    I understood for any google font & i thank you for this.

    Tell me more for any dafont free front or helvetica variance

    #128121

    You can try this fix: https://kriesi.at/support/topic/quform-its-my-4th-topic-and-nobody-answer-me#post-122772 or open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodestextblock.php and replace

    return "<div class='avia_textblock'>".wpautop( ShortcodeHelper::avia_remove_autop($content) )."</div>";

    with

    return "<div class='avia_textblock'>".ShortcodeHelper::avia_remove_autop($content)."</div>";

    This modification will remove the wpautop() function/filter which adds p tags to the content. Maybe this will also fix the conditional logic issue.

    #126841

    Hi Agnes,

    To change the from field please open up /framework/php/class-form-generator and find line 450 , 453, 457

    Line 453 which looks like

    if(!empty($default_from['host'])) $from = "no-reply@".$default_from['host'];

    you can change to

    if(!empty($default_from['host'])) $from = " (Email address hidden if logged out) ";

    and 457 you can change from

    $from = $_POST[$this->autoresponder[0]];

    to

    $from = " (Email address hidden if logged out) ";

    Though I am not sure which one you would need . I would change all 3 and do a test and do a second test without 453 changed , to see that it performs how you need it to.

    Thanks,

    Nick

    #127897

    Hi,

    1.) Is this the Post slider? Download Enfold 1.7, you can select more options for “Title and Excerpt”.

    2.) Glad you figure this out.

    3.) You’re twitter widget looks ok.

    4.) – – – –

    5.) You can create a New Shop Page, select “No sidebar”, insert the woocommerce shortcodes. Select this page as the default shop page on Woocommerece > Settings > Pages > Shop Base Page.

    6.) You can set a minimum height on your custom.css or Quick CSS

    .pricing-table li {
    min-height: 80px;
    }

    7.) Edit footer.php, find this code

    <span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>

    Replace it with:

    <span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>

    <?php $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); avia_social_media_icons($social_args); ?>

    8.) Please give us a screenshot because I can’t see the issue. Thanks.

    Regards,

    Ismael

    #25766
    medical1
    Participant

    Warning: Missing argument 1 for get_post(), called in /home/content/45/8955845/html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 128 and defined in/home/content/45/8955845/html/wp-includes/post.php on line 371

    Warning: Missing argument 1 for get_post(), called in /home/content/45/8955845/html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 128 and defined in/home/content/45/8955845/html/wp-includes/post.php on line 371

    Fatal error: Call to undefined function wp_get_theme() in /home/content/45/8955845/html/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 1168

    It will not show me a preview just the error message above in the pop-up window once installed.

    #25723
    mentadata
    Participant

    We bought the Enfold theme, the WPML and All-in-One Event Calendar.

    We setup all the products in Local machine Windows7, apache 2.2. php 5.4. All working fine

    But when we put all the data in our ISP (linux, Apache 2.22 php 5.4.) The calendar was deformed the selection (day, week,…)

    In this ISP we have serveral sites an all working fine (with other themes)

    This two plugins (WPML and All-in-One Event Calendar by Timely) ara mandatory for this site, and this calendar is compatible with WPML (the unique)

    We have another installation in the same ISP with other theme (Kallyas) and the All-in-One Event Calendar works fine.

    #127335

    1) Please try to re-upload the wp-contentthemesenfoldconfig-layersliderLayerSlider folder and make sure that the folder permission is set to a reasonable value like 755. Make sure that the wp-contentthemesenfoldconfig-layersliderLayerSliderlayerslider.php file exists on your server.

    2) Try to increase the allocated php memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    #127323

    Hi,

    Edit framework > php > class-breadcrumb.php, find this code

    /* Set up the default arguments for the breadcrumb. */
    $defaults = array(
    'separator' => '&raquo;',
    'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',
    'after' => false,
    'front_page' => true,
    'show_home' => __( 'Home', 'avia_framework' ),
    'echo' => false,
    'show_posts_page' => true,
    'truncate' => 70,
    'richsnippet' => false
    );

    Replace it with

    /* Set up the default arguments for the breadcrumb. */
    $defaults = array(
    'separator' => '&raquo;',
    'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',
    'after' => false,
    'front_page' => true,
    'show_home' => __( 'Hello', 'avia_framework' ),
    'echo' => false,
    'show_posts_page' => true,
    'truncate' => 70,
    'richsnippet' => false
    );

    Regards,

    Ismael

    #127535

    In reply to: I can't install it

    1) Please try to re-upload all wordpress core files. You can download the latest stable version here: http://wordpress.org/latest.zip

    2) Try to increase the php memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    3) Make sure that the folder permissions of /wp-includes/ and /wp-content/ are set to a reasonable value (eg 0755).

    #25652
    fmiron
    Participant

    Hello Kriesi. First of all awesome theme you’ve made here! Hat off!

    And now my problem:

    On a local install (MAMP test server) I’ve got a problem with LayerSlider. It doesn’t work because it says this: ” LayerSlider: old jQuery issue – It looks like you are using an old version (1.10.1) of the jQuery library. LayerSlider requires at least version 1.7.0 or newer … etc. etc.”

    I know jQuery 1.10.1 it’s the latest available with support for IE 6+. Haven’t touched the inner workings of the theme. The WP install is fresh – WP 3.6-beta4-24534.

    WordPress 3.5.2 comes bundled with jQuery 1.10.1

    Any ideea how to fix it?

    I’ve already tried to deregister the default jQuery and load it from the Google CDN (an older jQuery version) and it didn’t work.

    Later edit:

    Apparently another sip of coffee and added ” ; ” in the right place and I’ve fixed.

    What I did:

    added this snippet:

    Code:
    wp_deregister_script( ‘jquery’ );
    wp_register_script( ‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js&#8217;, array(), null, in_footer );

    inside functions.php – in the ” avia_register_frontend_scripts() ” function.

    #25641
    giantastic
    Participant

    Hi,

    I bought the Enfold Theme, but I can’t get it working. I tried as uploading the .zip file, as unzipping and uploading via FTP. I have WordPress 3.3.1. Please, help me, I can’t work it out.

    This is the WARNING and FATAL ERROR Message I get.

    Warning: Missing argument 1 for get_post(), called in /web/htdocs/www.delphiconsulting.it/home/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 128 and defined in /web/htdocs/www.delphiconsulting.it/home/wp-includes/post.php on line 371 Warning: Missing argument 1 for get_post(), called in /web/htdocs/www.delphiconsulting.it/home/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 128 and defined in /web/htdocs/www.delphiconsulting.it/home/wp-includes/post.php on line 371 Fatal error: Call to undefined function wp_get_theme() in /web/htdocs/www.delphiconsulting.it/home/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 1166

    #25596

    Topic: I can't install it

    in forum Enfold
    giantastic
    Participant

    Hello,

    I bought the Enfold Theme yesterday and I installed it, as uploading the ZIP file, as unzipping the file and uploading the folder via FTP. In both cases I received this message. I also tried to reset folder permission, but nothing changed.

    Any idea what’s wrong with it? Thank you.

    Warning: Missing argument 1 for get_post(), called in /web/htdocs/www.delphiconsulting.it/home/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 128 and defined in /web/htdocs/www.delphiconsulting.it/home/wp-includes/post.php on line 371 Warning: Missing argument 1 for get_post(), called in /web/htdocs/www.delphiconsulting.it/home/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 128 and defined in /web/htdocs/www.delphiconsulting.it/home/wp-includes/post.php on line 371 Fatal error: Call to undefined function wp_get_theme() in /web/htdocs/www.delphiconsulting.it/home/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on line 1166

    #127254

    Found it, but it doesn’t work properly

    I did (according to support before) this on 137 in header.php (i commented out the logo line)

    echo "<div class='wp_title'>". bloginfo('name') ."</div>";
    echo "<div class='wp_description'>". bloginfo('description') ."</div>";

    Strangely, this appears in my source (the title is placed outside the div tags, so my styling has no success!)

    <div class="container">The Title<div class="wp_title"></div>The description<div class="wp_description"></div></div>

    #127163

    Hi,

    You can find the thumbnail sizes code on functions.php.

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>710, 'height'=>270); // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
    $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider
    $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)

    The small differences is due to the fact that the images is being constrained by their containers.

    Regards,

    Ismael

    #126067

    Hi,

    Download this file:

    http://www.mediafire.com/download/0795z38e9e933wc/wp_layerslider.xml

    Go to your phpmyadmin via cpanel. Import the wp_layerslider xml file to your database.

    Regards,

    Ismael

    #25387

    Topic: Error log

    in forum Enfold
    jawes
    Participant

    Hi,

    I get the following error log message:

    [27-Jun-2013 13:53:28 UTC] PHP Warning: preg_replace() [function.preg-replace]: Compilation failed: regular expression is too large at offset 35192 in /home/…/domains/…/public_html/…/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php on line 586

    #127093

    In reply to: How to use other fonts

    Hi,

    Edit admin > includes > register-admin-options.php, find this code on line 277.

    'Yellowtail'=>'Yellowtail',

    Below, add this code.

    'Ropa Sans'=>'Ropa Sans',

    Go to Theme Options > Styling > Heading Font, select Ropa Sans.

    You can apply the font on your custom.css.

    h1, h2, h3, h4, h5, h6, p {
    font-family: "Ropa Sans", Times New Roman, Helvetica, Arial, sans-serif;
    }

    Regards,

    Ismael

    #127031

    Hi,

    Access your cpanel go to your database through phpmyadmin. Import this xml file.

    http://www.mediafire.com/download/0795z38e9e933wc/wp_layerslider.xml

    Regards,

    Ismael

    #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

    #126717

    In reply to: Quform Inside the Tabs

    Hi,

    Didn’t I fix this for you? There is one javascript block in a php file that needs to have empty lines taken out. Every other javascript block has them taken out in his code, except this one:

    In file wp-content/plugins/iphorm-form-builder/admin/admin.php between lines 1177-1235 there is javascript between <script> </script> tags. Please replace it all with the code below; i took out the empty lines.

    <script type="text/javascript">
    //<![CDATA[
    jQuery(document).ready(function ($) {
    function iphorm_generate_shortcode() {
    var formId = $('#iphorm-insert-form').val(),
    formName = $('#iphorm-insert-form > option:selected').text(),
    shortcode = '';
    if (formId) {
    if ($('#iphorm-insert-popup').is(':checked')) {
    shortcode = '[iphorm_popup id="' + formId + '" name="' + formName + '"]';
    $.ajax({
    url: '<?php echo admin_url('admin-ajax.php'); ?>',
    type: 'POST',
    dataType: 'json',
    data: {
    action: 'iphorm_set_fancybox_requested'
    }
    });
    shortcode += '<?php echo esc_js(__('Change this to the text or HTML that will trigger the popup ', 'iphorm ')); ?>[/iphorm_popup]';
    } else {
    shortcode = '[iphorm id="' + formId + '" name="' + formName + '"]';
    }
    }
    return shortcode;
    }
    function iphorm_update_shortcode_preview() {
    var shortcode = iphorm_generate_shortcode(),
    $previewArea = $('#iphorm-shortcode-preview > div');
    if (shortcode) {
    $previewArea.text(shortcode).parent().show();
    } else {
    $previewArea.text('').parent().hide();
    }
    }
    $('#iphorm-insert-form').change(iphorm_update_shortcode_preview);
    $('#iphorm-insert-popup').click(iphorm_update_shortcode_preview);
    $('#iphorm-insert-go').click(function () {
    var shortcode = iphorm_generate_shortcode();
    if (shortcode) {
    window.send_to_editor(shortcode);
    } else {
    alert('<?php echo esc_js(__('Please select a form first ', 'iphorm ')); ?>');
    }
    return false;
    });
    });
    //]]>
    </script>

    Thanks,

    Nick

    #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!:(

    #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)

    #126885

    Hi,

    Edit framework > php > function-set-avia-frontend.php, find the code online 817.

    if(!function_exists('avia_which_archive'))

    You can change the text below:

    if ( is_category() )
    {
    $output = __('Archive for category:','avia_framework')." ".single_cat_title('',false);
    }
    elseif (is_day())
    {
    $output = __('Archive for date:','avia_framework')." ".get_the_time('F jS, Y');
    }
    elseif (is_month())
    {
    $output = __('Archive for month:','avia_framework')." ".get_the_time('F, Y');
    }
    elseif (is_year())
    {
    $output = __('Archive for year:','avia_framework')." ".get_the_time('Y');
    }

    Regards,

    Ismael

    #25410
    JKFC
    Participant

    Hi

    I need to create a 5 column portfolio grid, maybe even 6 columns. Read your solution below, but can’t find code via Appearance/Editor. Which heading is it under please?

    Edit config-templatebuilder > avia-shortcodes > portfolio.php, find this code on line 70:

    /* __(‘5 Columns’, ‘avia_framework’ )=>’5′, */

    Replace it with

    __(‘5 Columns’, ‘avia_framework’ )=>’5′,

    Regards,

    Ismael

    #126729

    My local install reports the following:

    Memory limit : 40 MByte,

    Memory usage : 15.71 MByte

    What memory limit would I need to get this to work? And how do I up the memory in PHP?

    #126275

    Hi,

    You mean it displays at that size on a non-retina browser? at 200 height and 400 width? Are you sure about that , because the theme will resize anything over 120 height or so and maybe 230 width. That’s why I wanted to take a look at it..

    Alright, since you don’t want to go the easy with the plugin, we will go the hard way by installing the retina.js manually. You will need to download it from the src folder here https://github.com/imulus/retinajs … also as you can see there are some useful tests you can run calibrating it. . Just add the retina.js file to the /js/ theme folder and now in your functions.php file, add the following code to line 200 (which is empty)

    wp_register_script( 'jquery-retina', $template_url.'/js/retina.js', array('jquery'), 1, true );

    and add this code to line 207 of the same file

    wp_enqueue_script( 'jquery-retina' );

    Alright now just resize the image exactly twice bigger but save it under the same name as original but with @2x at the end, so that if you had logo.png , you will now have (Email address hidden if logged out) and put it right next to where your logo is stored in same folder.

    Now for your logo, you will need to change the above line you pasted to look like this

    $logo = "<img src=".$logo." alt='' width='200' height='100'/>";

    to look like this

    <img src="http://full-url-to-image/logo.png" data-at2x="http: (Email address hidden if logged out) " />

    And last but not least, here is the css you must use, just add it to /css/custom.css , Just please replace with name of your file, url to file and url to retina image and sizes.

    .logo {
    background-image: url('/images/my_image.png');
    }

    @media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .logo {
    background-image: url(' (Email address hidden if logged out) ');
    background-size: 200px 100px;
    }
    }

    Thanks,

    Nick

    #126190

    I downloaded enfold 1.7, and I think that the child style.css is still added before ‘avia-dynamic’ and ‘avia-custom’.

    It no big deal, now that I know how to fix it, but you might want to look into it again.

    This is how I adjusted functions.php:

    /*

    * Use custom “register frontend javascripts” to set correct include order on child_theme style.css:

    */

    if(!function_exists(‘avia_register_frontend_scripts’))

    {

    if(!is_admin()){

    add_action(‘wp_enqueue_scripts’, ‘avia_register_frontend_scripts’);

    }

    function avia_register_frontend_scripts()

    {

    $template_url = get_template_directory_uri();

    $child_theme_url = get_stylesheet_directory_uri();

    //register js

    wp_register_script( ‘avia-compat’, $template_url.’/js/avia-compat.js’, array(‘jquery’), 1, false ); //needs to be loaded at the top to prevent bugs

    wp_register_script( ‘avia-default’, $template_url.’/js/avia.js’, array(‘jquery’), 1, true );

    wp_register_script( ‘avia-shortcodes’, $template_url.’/js/shortcodes.js’, array(‘jquery’), 1, true );

    wp_register_script( ‘avia-prettyPhoto’, $template_url.’/js/prettyPhoto/js/jquery.prettyPhoto.js’, ‘jquery’, “3.1.5”, true);

    wp_register_script( ‘avia-html5-video’, $template_url.’/js/mediaelement/mediaelement-and-player.min.js’, ‘jquery’, “1”, true);

    wp_enqueue_script( ‘jquery’ );

    wp_enqueue_script( ‘avia-compat’ );

    wp_enqueue_script( ‘avia-default’ );

    wp_enqueue_script( ‘avia-shortcodes’ );

    wp_enqueue_script( ‘avia-prettyPhoto’ );

    wp_enqueue_script( ‘avia-html5-video’ );

    if ( is_singular() && get_option( ‘thread_comments’ ) ) { wp_enqueue_script( ‘comment-reply’ ); }

    //register styles

    wp_register_style( ‘avia-style’ , $child_theme_url.”/style.css”, array(), ‘1’, ‘screen’ ); //register default style.css file. only include in childthemes. has no purpose in main theme

    wp_register_style( ‘avia-grid’ , $template_url.”/css/grid.css”, array(), ‘1’, ‘screen’ );

    wp_register_style( ‘avia-base’ , $template_url.”/css/base.css”, array(), ‘1’, ‘screen’ );

    wp_register_style( ‘avia-layout’, $template_url.”/css/layout.css”, array(), ‘1’, ‘screen’ );

    wp_register_style( ‘avia-scs’, $template_url.”/css/shortcodes.css”, array(), ‘1’, ‘screen’ );

    wp_register_style( ‘avia-custom’, $template_url.”/css/custom.css”, array(), ‘1’, ‘screen’ );

    wp_register_style( ‘avia-prettyP’, $template_url.”/js/prettyPhoto/css/prettyPhoto.css”, array(), ‘1’, ‘screen’ );

    wp_register_style( ‘avia-media’ , $template_url.”/js/mediaelement/skin-1/mediaelementplayer.css”, array(), ‘1’, ‘screen’ );

    //register styles

    wp_enqueue_style( ‘avia-grid’);

    wp_enqueue_style( ‘avia-base’);

    wp_enqueue_style( ‘avia-layout’);

    wp_enqueue_style( ‘avia-scs’);

    wp_enqueue_style( ‘avia-prettyP’);

    wp_enqueue_style( ‘avia-media’);

    global $avia;

    $safe_name = avia_backend_safe_string($avia->base_data);

    if( get_option(‘avia_stylesheet_exists’.$safe_name) == ‘true’ )

    {

    $avia_upload_dir = wp_upload_dir();

    $avia_dyn_stylesheet_url = $avia_upload_dir . ‘/dynamic_avia/’.$safe_name.’.css’;

    wp_register_style( ‘avia-dynamic’, $avia_dyn_stylesheet_url, array(), ‘1’, ‘screen’ );

    wp_enqueue_style( ‘avia-dynamic’);

    }

    wp_enqueue_style( ‘avia-custom’);

    if($child_theme_url != $template_url)

    {

    wp_enqueue_style( ‘avia-style’);

    }

    }

    }

    #126434

    Hi,

    2). Your developer is correct. https://kriesi.at/support/topic/i-have-some-issues-with-translation-issues-and-with-the-contact-form#post-114535 This post has instructions on what to do.

    3) Its possible but its also experimental. You can turn on the advanced layout builder for posts. That will allow you to add a featured image which will be seen on the main blog page (or wherever you add the blog element to a page) , but on the individual blog posts the feature image will not show, and you will be able to either add it as an image element, or add a slider or have no image, since you will be able to use all the elements available , same as on pages.

    To add the layout elements to posts open config-templatebuilder/avia-template-builder/config/meta.php and change line 5 to look like

    array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page,'post''), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),

    You will also need to replace template-builder.php in the main folder with https://gist.github.com/meishern/bfbf909055e7b967dd5b this file. Without it, posts with layout elements will not have meta data or comments. This form will also add comments functionality to portfolio items.

    Thanks,

    Nick

Viewing 30 results - 16,741 through 16,770 (of 16,896 total)