Viewing 20 results - 31 through 50 (of 50 total)
  • Author
    Search Results
  • #637612

    HI, i ADDED THE CODE BUT i AM GETTING THE FOLLOWING ERROR WHEN i OPEN MY WEBSITE:

    Fatal error: Call to undefined function add_filter() in /home/storage/2/69/39/tenstep/public_html/tenstep/wp-includes/functions.php on line 5175

    Below is the last few lines of code from the functions.php file located in the wp-includes file. Am I missing something?

    Thanks,
    John

    —————————————–
    <?php
    }

    /**
    * Parses and formats a MySQL datetime (Y-m-d H:i:s) for ISO8601/RFC3339.
    *
    * Explicitly strips timezones, as datetimes are not saved with any timezone
    * information. Including any information on the offset could be misleading.
    *
    * @since 4.4.0
    *
    * @param string $date_string Date string to parse and format.
    * @return string Date formatted for ISO8601/RFC3339.
    */
    function mysql_to_rfc3339( $date_string ) {
    $formatted = mysql2date( ‘c’, $date_string, false );

    // Strip timezone information
    return preg_replace( ‘/(?:Z|[+-]\d{2}(?::\d{2})?)$/’, ”, $formatted );
    }

    add_filter( ‘avf_portfolio_cpt_args’, ‘enfold_customization_revisions’, 1 );
    function enfold_customization_revisions( $args ) {
    $args[‘supports’] = array( ‘title’, ‘thumbnail’, ‘excerpt’, ‘editor’, ‘comments’, ‘revisions’ );
    return $args;
    }
    ————————————-

    #600345
    MarkGordon
    Participant

    A child theme of Enfold is installed at http://.transcends.co. The header has the RSS feed pointed to http://transcends.co/feed/, but it returns a 404 error. I am not using custom permalinks, and I’ve tried http://trancends.co/?feed=rss, http://trancends.co/?feed=rss2, http://trancends.co/?feed=rdf, http://trancends.co/?feed=atom, but they all default to http://transcends.co/feed/ and the 404 error. I’ve toyed with turning on/off plugins. I’ve inspected the file structure and things look to be in the right place. I’m stymied.

    Interestingly, the URLs for the comments RSS feeds all work.

    PLEASE HELP!

    #597848

    We setup a test server for you to look at that isolates the issue.Using just the Enfold theme and the @reply plugin our site uses to link a reply to its comment (users don’t like threaded so threaded comments are off). @reply inserts a link that links to the comment to which they are replying, and in our old theme (changed last November, so no way to easily go back to prove it!) and previous themes, users became dependent on this functionality.

    Please note, the functionality I mention below doesn’t technically require the @reply plugin, as it has already made the links you’re using to navigate the comments.And WPDiscuz is not loaded; we kept this simple.

    https://bj-staging.bamfic.com/2016/02/27/faunasphere-mad-turkeys-edition/#comments

    This links to a post and it has 50 or so comments. If you scroll down mid-way, you’ll see lots of @XXX where XXX is a commenter’s name, and it’s a link to their comment).. Users follow conversations by clicking on that link and use that to navigate through discussions.They use the back button to return back to where they were.

    For example, find this comment https://bj-staging.bamfic.com/2016/02/27/faunasphere-mad-turkeys-edition/#comment-5684300 and click the @Baud and then the @Hillary Rettig. Now use the back button; it doesn’t take you back through those anchors, but back to a previous page.

    billmoriarty
    Participant

    All right I need some help please. I cannot get the ability to enter comments to show up on my blog.
    I am using the default editor. I read through the forum but couldn’t fix it.

    Under screen options I have…
    Discussion turned on
    Comments turned on

    In Enfold blog settings I have
    blog styling: elegant
    layout – single author big preview pic

    Also, related posts are being displayed although in Single Post Options I have Disable Related entries turned off.

    http://billmoriarty.com/blog/

    thanks for any help

    #520629
    HelpersInc
    Participant

    We’ve been trying to disable commenting on our blog posts and can’t get them turned off. We’ve searched the Enfold forum and found some things to try, but none have worked.

    Here is a link to our blog page:
    http://www.helpersinc.org/news/

    We’ve turned off comments in WordPress Settings -> Discussion, but that didn’t have any effect.

    Please tell us how to turn off all comments on our blog posts using the Enfold theme.

    Thank you!

    #479761

    Hi!

    You can disable most of those elements in Dashboard > Enfold > Blog Layout.

    For the comments just uncheck the “Allow comments” on the post or if you want it done on all posts then you can turn off comments in Dashboard > Settings > Reading.

    For the title try changing line 143 in the /enfold/includes/loop-index.php file from this.

    echo $title;
    

    To this.

    if ( !is_single() ) { echo $title; }
    

    And you can change the layout for each post with the “Sidebar settings” option when editing the post.

    Regards,
    Elliott

    lukemontagu
    Participant

    How do I switch off the comments for blog post in Enfold. I just can’t seem to find the setting in the post pages but don’t want this addition in my site. Thanks!

    This reply has been marked as private.
    #381459
    tambuzi
    Participant

    I have set a right sidebar and created a widget with my contact details on one of my pages. I have used this widget in the side bar setting. The side bar is displaying the contact information (from the widget) but also Recent Comments Archives Categories and Meta along with a search bar. I only want the widget displayed (the search bar ideally not but if it has to then ok) I cannot find the setting to remove the Comments Archives etc – I have successfully done this on another install and have gone through the page settings, Enfold settings and WP settings and they are (or seem to be ) identical.

    Appreciate if anyone can point me to where I turn off the content I do not want. Thanks.

    #381279

    I have noticed the it is the Hide Trackbacks plugin that is causing this. If I turn it off the comments appear on site. If I turn it back on the new comments disappear again.

    This is worrying. Does Enfold store the comments somewhere else? Does that mean that if I switch themes to something else I will lose all of the comments gained whilst using Enfold?

    #316160

    Thank you Josue. But that did not resolve my problem. I already use the “blank” template, but that adds a header en footer covering approx 40% of the height each with a grey area.
    When I look at the code, I see (among many other stuf) these lines in the header:
    <link rel=’stylesheet’ id=’avia-grid-css’ href=’http://mysite.com/wp1/wp-content/themes/enfold/css/grid.css?ver=2&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’avia-base-css’ href=’http://mysite.com/wp1/wp-content/themes/enfold/css/base.css?ver=2&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’avia-layout-css’ href=’http://mysite.com/wp1/wp-content/themes/enfold/css/layout.css?ver=2&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’avia-scs-css’ href=’http://mysite.com/wp1/wp-content/themes/enfold/css/shortcodes.css?ver=2&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’avia-popup-css-css’ href=’http://mysite.com/wp1/wp-content/themes/enfold/js/aviapopup/magnific-popup.css?ver=1&#8242; type=’text/css’

    When I remove the lines with “avia-grid-css” and “avia-layout-css”, then I get the full page as I want it.
    This is the current code I use:

    <style type=”text/css”>
    body {scrolling:no;
    }
    iframe {position:absolute;
    z-index:1;
    top:0px;
    left:0px;
    border: 0 !important;
    }
    </style>
    </head>
    <body>
    <iframe src=”http://another_site.com&#8221; height=”100%” width=”100%” frameborder=”0″></iframe>
    </body>

    I copied the whole code below so you can see what my issue is. Basically, the “blank” template adds header and footer anyway..
    Hope you can help.
    Thanks,

    Stephen

    ———————————————————————————————————————————————-

    <!DOCTYPE html>
    <html lang=”en-US” prefix=”og: http://ogp.me/ns#&#8221; class=” html_boxed responsive responsive_large av-default-lightbox html_header_top html_logo_left html_main_nav_header html_menu_right html_slim html_header_sticky html_header_shrinking html_mobile_menu_phone html_disabled html_entry_id_1168 “>
    <head>
    <meta charset=”UTF-8″ />

    <!– page title, displayed in your browser bar –>

    <link rel=”icon” href=”http://www.abundantforever.com/wp1/wp-content/uploads/abundantforever_logo_favicon_000001.png&#8221; type=”image/png”>
    <!– add feeds, pingback and stuff–>
    <link rel=”profile” href=”http://gmpg.org/xfn/11&#8243; />
    <link rel=”alternate” type=”application/rss+xml” title=”Abundant Forever RSS2 Feed” href=”http://www.abundantforever.com/feed/&#8221; />
    <link rel=”pingback” href=”http://www.abundantforever.com/wp1/xmlrpc.php&#8221; />

    <!– mobile setting –>
    <meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″>

    <!– Scripts/CSS and wp_head hook –>

    <!– This site is optimized with the Yoast WordPress SEO plugin v1.5.5.3 – https://yoast.com/wordpress/plugins/seo/ –>
    <title>Start – Abundant Forever</title>
    <link rel=”canonical” href=”http://www.abundantforever.com/start/&#8221; />
    <meta property=”og:locale” content=”en_US” />
    <meta property=”og:type” content=”article” />
    <meta property=”og:title” content=”Start – Abundant Forever” />
    <meta property=”og:url” content=”http://www.abundantforever.com/start/&#8221; />
    <meta property=”og:site_name” content=”Abundant Forever” />
    <!– / Yoast WordPress SEO plugin. –>

    <link rel=”alternate” type=”application/rss+xml” title=”Abundant Forever » Feed” href=”http://www.abundantforever.com/feed/&#8221; />
    <link rel=”alternate” type=”application/rss+xml” title=”Abundant Forever » Comments Feed” href=”http://www.abundantforever.com/comments/feed/&#8221; />
    <link rel=”alternate” type=”application/rss+xml” title=”Abundant Forever » Start Comments Feed” href=”http://www.abundantforever.com/start/feed/&#8221; />

    <!– google webfont font replacement –>
    <link rel=’stylesheet’ id=’avia-google-webfont’ href=’//fonts.googleapis.com/css?family=Droid+Sans’ type=’text/css’ media=’all’/>
    <link rel=’stylesheet’ id=’custom-style-css’ href=’http://www.abundantforever.com/wp1/wp-content/plugins/enfold-latest-posts/asheu.css?ver=3.9.2&#8242; type=’text/css’ media=’all’ />
    <style type=’text/css’>

    body .cat-title {
    border-bottom: 1px solid;
    display: block;
    }
    body .parent-cat .child-cat li {
    margin-left: 35px;
    }

    </style>
    <link rel=’stylesheet’ id=’collapseomatic-css-css’ href=’http://www.abundantforever.com/wp1/wp-content/plugins/jquery-collapse-o-matic/light_style.css?ver=1.6&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’avia-grid-css’ href=’http://www.abundantforever.com/wp1/wp-content/themes/enfold/css/grid.css?ver=2&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’avia-base-css’ href=’http://www.abundantforever.com/wp1/wp-content/themes/enfold/css/base.css?ver=2&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’avia-layout-css’ href=’http://www.abundantforever.com/wp1/wp-content/themes/enfold/css/layout.css?ver=2&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’avia-scs-css’ href=’http://www.abundantforever.com/wp1/wp-content/themes/enfold/css/shortcodes.css?ver=2&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’avia-popup-css-css’ href=’http://www.abundantforever.com/wp1/wp-content/themes/enfold/js/aviapopup/magnific-popup.css?ver=1&#8242; type=’text/css’ media=’screen’ />
    <link rel=’stylesheet’ id=’avia-media-css’ href=’http://www.abundantforever.com/wp1/wp-content/themes/enfold/js/mediaelement/skin-1/mediaelementplayer.css?ver=1&#8242; type=’text/css’ media=’screen’ />
    <link rel=’stylesheet’ id=’avia-print-css’ href=’http://www.abundantforever.com/wp1/wp-content/themes/enfold/css/print.css?ver=1&#8242; type=’text/css’ media=’print’ />
    <link rel=’stylesheet’ id=’avia-dynamic-css’ href=’http://www.abundantforever.com/wp1/wp-content/uploads/dynamic_avia/enfold.css?ver=540f70cb1c0b1&#8242; type=’text/css’ media=’all’ />
    <link rel=’stylesheet’ id=’avia-custom-css’ href=’http://www.abundantforever.com/wp1/wp-content/themes/enfold/css/custom.css?ver=2&#8242; type=’text/css’ media=’all’ />
    <script type=’text/javascript’ src=’http://www.abundantforever.com/wp1/wp-includes/js/jquery/jquery.js?ver=1.11.0′></script&gt;
    <script type=’text/javascript’ src=’http://www.abundantforever.com/wp1/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1′></script&gt;
    <script type=’text/javascript’>
    /* <![CDATA[ */
    var js_obj = {“ajax_url”:”http:\/\/www.abundantforever.com\/wp1\/wp-admin\/admin-ajax.php”,”ajax_loader”:”“};
    /* ]]> */
    </script>
    <script type=’text/javascript’ src=’http://www.abundantforever.com/wp1/wp-content/plugins/enfold-latest-posts/asheu.js?ver=3.9.2′></script&gt;
    <script type=’text/javascript’ src=’http://www.abundantforever.com/wp1/wp-content/themes/enfold/js/avia-compat.js?ver=2′></script&gt;
    <link rel=”EditURI” type=”application/rsd+xml” title=”RSD” href=”http://www.abundantforever.com/wp1/xmlrpc.php?rsd&#8221; />
    <link rel=”wlwmanifest” type=”application/wlwmanifest+xml” href=”http://www.abundantforever.com/wp1/wp-includes/wlwmanifest.xml&#8221; />
    <meta name=”generator” content=”WordPress 3.9.2″ />
    <link rel=’shortlink’ href=’http://www.abundantforever.com/?p=1168&#8242; />
    <script type=’text/javascript’>
    var colomatduration = ‘slow’;
    var colomatslideEffect = ‘slideFade’;
    </script>
    <style>
    .custom_font_style_1 {
    color:Crimson;
    background-image: none !important;
    padding: 0 0 10px 0;
    font-style:italic;
    font-weight:bold;
    display:inline
    }
    </style>
    <!–[if lt IE 9]><script src=”http://www.abundantforever.com/wp1/wp-content/themes/enfold/js/html5shiv.js”></script>&lt;![endif]–>
    <style type=”text/css”></style>

    <style type=”text/css”>
    .synved-social-resolution-single {
    display: inline-block;
    }
    .synved-social-resolution-normal {
    display: inline-block;
    }
    .synved-social-resolution-hidef {
    display: none;
    }

    @media only screen and (min–moz-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2/1),
    only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 2dppx),
    only screen and (min-resolution: 192dpi) {
    .synved-social-resolution-normal {
    display: none;
    }
    .synved-social-resolution-hidef {
    display: inline-block;
    }
    }
    </style>

    <!–
    Debugging Info for Theme support:

    Theme: Enfold
    Version: 2.9.1
    Installed: enfold
    AviaFramework Version: 1.9.1
    AviaBuilder Version: 0.7
    ML:1024-PU:12-PLA:9
    –>

    <style type=’text/css’>
    @font-face {font-family: ‘entypo-fontello’; font-weight: normal; font-style: normal;
    src: url(‘http://www.abundantforever.com/wp1/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3&#8217;);
    src: url(‘http://www.abundantforever.com/wp1/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3#iefix&#8217;) format(’embedded-opentype’),
    url(‘http://www.abundantforever.com/wp1/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=3&#8217;) format(‘woff’),
    url(‘http://www.abundantforever.com/wp1/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=3&#8217;) format(‘truetype’),
    url(‘http://www.abundantforever.com/wp1/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg?v=3#entypo-fontello&#8217;) format(‘svg’);
    } #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont=’entypo-fontello’]:before{ font-family: ‘entypo-fontello’; }
    </style>
    </head>

    <body id=”top” class=”page page-id-1168 page-template page-template-template-blank-php boxed droid_sans droid_sans avia-blank” itemscope=”itemscope” itemtype=”https://schema.org/WebPage&#8221; >
    <div id=’wrap_all’>
    <div id=’main’ data-scroll-offset=’88’>
    <div class=’container_wrap container_wrap_first main_color fullsize’>
    <div class=’container’>
    <main class=’template-page content twelve alpha units’ role=”main” itemprop=”mainContentOfPage” >
    <article class=’post-entry post-entry-type-page post-entry-1168′ itemscope=”itemscope” itemtype=”https://schema.org/CreativeWork&#8221; >
    <div class=”entry-content-wrapper clearfix”>
    <header class=”entry-content-header”></header><div class=”entry-content” itemprop=”text” ><style type=”text/css”>
    body {scrolling:no;
    }
    iframe {position:absolute;
    z-index:1;
    top:0px;
    left:0px;
    border: 0 !important;
    }
    </style>
    <p></head><br />
    <body><br />
    <iframe src=”http://www.abundantforever.com&#8221; height=”100%” width=”100%” frameborder=”0″></iframe><br />
    </body></p>
    </div><footer class=”entry-footer”></footer> </div>
    </article><!–end post-entry–>
    <!–end content–>
    </main>
    </div><!–end container–>
    </div><!– close default .container_wrap element –>
    <!– end main –></div><!– end wrap_all –></div>
    <script type=’text/javascript’>
    /* <![CDATA[ */
    var avia_framework_globals = avia_framework_globals || {};
    avia_framework_globals.frameworkUrl = ‘http://www.abundantforever.com/wp1/wp-content/themes/enfold/framework/&#8217;;
    avia_framework_globals.installedAt = ‘http://www.abundantforever.com/wp1/wp-content/themes/enfold/&#8217;;
    avia_framework_globals.ajaxurl = ‘http://www.abundantforever.com/wp1/wp-admin/admin-ajax.php&#8217;;
    /* ]]> */
    </script>

    <script type=’text/javascript’ src=’http://www.abundantforever.com/wp1/wp-content/themes/enfold/js/avia.js?ver=2′></script&gt;
    <script type=’text/javascript’ src=’http://www.abundantforever.com/wp1/wp-content/themes/enfold/js/shortcodes.js?ver=2′></script&gt;
    <script type=’text/javascript’ src=’http://www.abundantforever.com/wp1/wp-content/themes/enfold/js/aviapopup/jquery.magnific-popup.min.js?ver=2′></script&gt;
    <script type=’text/javascript’>
    /* <![CDATA[ */
    var mejsL10n = {“language”:”en-US”,”strings”:{“Close”:”Close”,”Fullscreen”:”Fullscreen”,”Download File”:”Download File”,”Download Video”:”Download Video”,”Play\/Pause”:”Play\/Pause”,”Mute Toggle”:”Mute Toggle”,”None”:”None”,”Turn off Fullscreen”:”Turn off Fullscreen”,”Go Fullscreen”:”Go Fullscreen”,”Unmute”:”Unmute”,”Mute”:”Mute”,”Captions\/Subtitles”:”Captions\/Subtitles”}};
    var _wpmejsSettings = {“pluginPath”:”\/wp1\/wp-includes\/js\/mediaelement\/”};
    /* ]]> */
    </script>
    <script type=’text/javascript’ src=’http://www.abundantforever.com/wp1/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=2.14.2′></script&gt;
    <script type=’text/javascript’ src=’http://www.abundantforever.com/wp1/wp-includes/js/mediaelement/wp-mediaelement.js?ver=3.9.2′></script&gt;
    <script type=’text/javascript’ src=’http://www.abundantforever.com/wp1/wp-includes/js/comment-reply.min.js?ver=3.9.2′></script&gt;
    <span class=”avia_hidden_link_text”>Scroll to top</span>
    <div id=”fb-root”></div>
    </body>
    </html>

    #308516
    #305852

    In reply to: Image next to text

    Hi!

    You can use this code – insert it into the child theme functions.php or enfold/functions.php file:

    
    
    add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' );
    function custom_override_checkout_fields( $fields ) {
         $fields['order']['order_comments']['label'] = 'Remarks (i.e. carbon offsets retired on behalf of John Smith):';
         return $fields;
    }
    

    If you also want to adjust the placeholder text use this code instead:

    
    
    add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' );
    function custom_override_checkout_fields( $fields ) {
         $fields['order']['order_comments']['label'] = 'Remarks (i.e. carbon offsets retired on behalf of John Smith):';
         $fields['order']['order_comments']['placeholder'] = 'My placeholder text';
         return $fields;
    }
    

    and replace “My placeholder text” with your custom placeholder text.

    Best regards,
    Peter

    #305290
    This reply has been marked as private.
    #295532

    Hey ghodson!

    I can’t tell you which script breaks the w3tc plugin but I can provide the configuration which is used on my websites (with Enfold). The config data can be found in wp-content/w3tc-config/master.php

    
    return array(
    	'version' => '0.9.4',
    	'common.instance_id' => XXXX,
    	'pgcache.enabled' => true,
    	'pgcache.engine' => 'file_generic',
    	'minify.enabled' => true,
    	'minify.auto' => false,
    	'minify.engine' => 'file',
    	'minify.html.engine' => 'html',
    	'minify.js.engine' => 'js',
    	'minify.css.engine' => 'css',
    	'dbcache.enabled' => true,
    	'dbcache.engine' => 'file',
    	'objectcache.enabled' => false,
    	'objectcache.engine' => 'file',
    	'browsercache.enabled' => true,
    	'cdn.enabled' => false,
    	'cdn.engine' => 'ftp',
    	'varnish.enabled' => false,
    	'varnish.servers' => array(
    		0 => '',
    	),
    	'newrelic.enabled' => false,
    	'newrelic.api_key' => '',
    	'newrelic.account_id' => '',
    	'newrelic.appname' => '',
    	'newrelic.application_id' => 0,
    	'widget.pagespeed.enabled' => true,
    	'widget.pagespeed.key' => '',
    	'config.check' => true,
    	'pgcache.file.nfs' => false,
    	'minify.file.nfs' => false,
    	'dbcache.file.locking' => false,
    	'objectcache.file.locking' => false,
    	'pgcache.file.locking' => false,
    	'minify.file.locking' => false,
    	'minify.rewrite' => true,
    	'minify.reject.logged' => true,
    	'minify.html.enable' => true,
    	'minify.html.inline.css' => true,
    	'minify.html.inline.js' => false,
    	'minify.html.reject.feed' => true,
    	'minify.html.strip.crlf' => true,
    	'minify.html.comments.ignore' => array(
    		0 => 'google_ad_',
    		1 => 'RSPEAK_',
    	),
    	'minify.js.enable' => true,
    	'minify.js.combine.header' => false,
    	'minify.js.header.embed_type' => 'blocking',
    	'minify.js.strip.comments' => false,
    	'minify.js.strip.crlf' => false,
    	'minify.css.enable' => true,
    	'minify.css.combine' => false,
    	'minify.css.strip.comments' => false,
    	'minify.css.strip.crlf' => true,
    	'minify.css.imports' => '',
    	'minify.lifetime' => 86400,
    	'minify.file.gc' => 86400,
    	'minify.reject.uri' => array(
    		0 => '',
    	),
    	'minify.reject.files.js' => array(
    		0 => '',
    	),
    	'minify.reject.files.css' => array(
    		0 => '',
    	),
    	'minify.reject.ua' => array(
    		0 => '',
    	),
    	'minify.cache.files' => array(
    		0 => 'https://ajax.googleapis.com',
    	),
    	'notes.need_empty_minify' => false,
    	'browsercache.timestamp' => '1405783478',
    	'browsercache.no404wp' => false,
    	'browsercache.no404wp.exceptions' => array(
    		0 => 'robots\\.txt',
    		1 => '[a-z0-9_\\-]*sitemap[a-z0-9_\\-]*\\.(xml|xsl|html)(\\.gz)?',
    	),
    	'browsercache.cssjs.last_modified' => true,
    	'browsercache.cssjs.expires' => true,
    	'browsercache.cssjs.lifetime' => 31536000,
    	'browsercache.cssjs.cache.control' => false,
    	'browsercache.cssjs.cache.policy' => 'cache_public_maxage',
    	'browsercache.cssjs.etag' => false,
    	'browsercache.cssjs.w3tc' => false,
    	'browsercache.cssjs.compression' => true,
    	'browsercache.cssjs.replace' => false,
    	'browsercache.cssjs.nocookies' => false,
    	'browsercache.html.last_modified' => true,
    	'browsercache.html.expires' => true,
    	'browsercache.html.lifetime' => 3600,
    	'browsercache.html.cache.control' => false,
    	'browsercache.html.cache.policy' => 'cache_public_maxage',
    	'browsercache.html.etag' => false,
    	'browsercache.html.w3tc' => false,
    	'browsercache.html.compression' => true,
    	'browsercache.other.last_modified' => true,
    	'browsercache.other.expires' => true,
    	'browsercache.other.lifetime' => 31536000,
    	'browsercache.other.cache.control' => false,
    	'browsercache.other.cache.policy' => 'cache_public_maxage',
    	'browsercache.other.etag' => false,
    	'browsercache.other.w3tc' => false,
    	'browsercache.other.compression' => true,
    	'browsercache.other.replace' => false,
    	'browsercache.other.nocookies' => false,
    	'notes.plugins_updated' => false,
    	'notes.support_us' => false,
    	'pgcache.late_init' => false,
    	'minify.debug' => false,
    	'notes.need_empty_pgcache' => false,
    	'pgcache.debug' => false,
    	'dbcache.debug' => false,
    	'dbcache.reject.logged' => true,
    	'dbcache.lifetime' => 180,
    	'dbcache.file.gc' => 3600,
    	'dbcache.reject.uri' => array(
    		0 => '',
    	),
    	'dbcache.reject.sql' => array(
    		0 => 'gdsr_',
    		1 => 'wp_rg_',
    		2 => '_wc_session_',
    	),
    	'dbcache.reject.words' => array(
    		0 => '^\\s*insert\\b',
    		1 => '^\\s*delete\\b',
    		2 => '^\\s*update\\b',
    		3 => '^\\s*replace\\b',
    		4 => '^\\s*create\\b',
    		5 => '^\\s*alter\\b',
    		6 => '^\\s*show\\b',
    		7 => '^\\s*set\\b',
    		8 => '\\bautoload\\s+=\\s+\'yes\'',
    		9 => '\\bsql_calc_found_rows\\b',
    		10 => '\\bfound_rows\\(\\)',
    		11 => '\\bw3tc_request_data\\b',
    	),
    	'plugin.type' => '',
    	'fragmentcache.enabled' => false,
    	'fragmentcache.engine' => 'file',
    	'cluster.messagebus.enabled' => false,
    	'cluster.messagebus.sns.region' => '',
    	'cluster.messagebus.sns.api_key' => '',
    	'cluster.messagebus.sns.api_secret' => '',
    	'plugin.license_key' => '',
    	'minify.js.combine.body' => false,
    	'minify.js.body.embed_type' => 'blocking',
    	'minify.js.combine.footer' => false,
    	'minify.js.footer.embed_type' => 'blocking',
    	'minify.js.groups' => array(
    		'7c169' => array(
    			'default' => array(
    				'include' => array(
    					'files' => array(
    						0 => 'wp-includes/js/jquery/jquery.js',
    						1 => 'wp-includes/js/jquery/jquery-migrate.min.js',
    						5 => 'wp-content/themes/enfold/js/avia-compat.js',
    						6 => 'wp-includes/js/comment-reply.min.js',
    						12 => 'wp-content/themes/enfold/js/avia.js',
    						13 => 'wp-content/themes/enfold/js/shortcodes.js',
    					),
    				),
    				'include-footer' => array(
    					'files' => array(
    						0 => 'wp-content/themes/enfold/config-woocommerce/woocommerce-mod.js',
    						2 => 'wp-includes/js/jquery/ui/jquery.ui.core.min.js',
    					),
    				),
    			),
    		),
    	),
    	'minify.css.groups' => array(
    		'7c169' => array(
    			'default' => array(
    				'include' => array(
    					'files' => array(
    						3 => 'wp-content/themes/enfold/config-woocommerce/woocommerce-mod.css',
    						4 => 'wp-content/themes/enfold/css/base.css',
    						5 => 'wp-content/themes/enfold/css/layout.css',
    						6 => 'wp-content/themes/enfold/css/shortcodes.css',
    						7 => 'wp-content/themes/enfold/js/mediaelement/skin-1/mediaelementplayer.css',
    						8 => 'wp-content/uploads/dynamic_avia/enfold.css',
    					),
    				),
    			),
    		),
    	),
    	'pgcache.accept.uri' => array(
    		0 => 'sitemap(_index)?\\.xml(\\.gz)?',
    		1 => '([a-z0-9_\\-]+)?sitemap\\.xsl',
    		2 => '[a-z0-9_\\-]+-sitemap([0-9]+)?\\.xml(\\.gz)?',
    	),
    	'cdn.theme.files' => '*.css;*.js;*.gif;*.png;*.jpg;*.ico;*.ttf;*.otf,*.woff,*.less',
    	'mobile.rgroups' => array(
    		'high' => array(
    			'theme' => '',
    			'enabled' => false,
    			'redirect' => '',
    			'agents' => array(
    				0 => 'acer\\ s100',
    				1 => 'android',
    				2 => 'archos5',
    				3 => 'bada',
    				4 => 'bb10',
    				5 => 'blackberry9500',
    				6 => 'blackberry9530',
    				7 => 'blackberry9550',
    				8 => 'blackberry\\ 9800',
    				9 => 'cupcake',
    				10 => 'docomo\\ ht\\-03a',
    				11 => 'dream',
    				12 => 'froyo',
    				13 => 'googlebot-mobile',
    				14 => 'htc\\ hero',
    				15 => 'htc\\ magic',
    				16 => 'htc_dream',
    				17 => 'htc_magic',
    				18 => 'iemobile/7.0',
    				19 => 'incognito',
    				20 => 'ipad',
    				21 => 'iphone',
    				22 => 'ipod',
    				23 => 'kindle',
    				24 => 'lg\\-gw620',
    				25 => 'liquid\\ build',
    				26 => 'maemo',
    				27 => 'mot\\-mb200',
    				28 => 'mot\\-mb300',
    				29 => 'nexus\\ one',
    				30 => 'nexus\\ 7',
    				31 => 'opera\\ mini',
    				32 => 's8000',
    				33 => 'samsung\\-s8000',
    				34 => 'series60.*webkit',
    				35 => 'series60/5\\.0',
    				36 => 'sonyericssone10',
    				37 => 'sonyericssonu20',
    				38 => 'sonyericssonx10',
    				39 => 't\\-mobile\\ mytouch\\ 3g',
    				40 => 't\\-mobile\\ opal',
    				41 => 'tattoo',
    				42 => 'touch',
    				43 => 'webmate',
    				44 => 'webos',
    			),
    		),
    		'low' => array(
    			'theme' => '',
    			'enabled' => false,
    			'redirect' => '',
    			'agents' => array(
    				0 => '2\\.0\\ mmp',
    				1 => '240x320',
    				2 => 'alcatel',
    				3 => 'amoi',
    				4 => 'asus',
    				5 => 'au\\-mic',
    				6 => 'audiovox',
    				7 => 'avantgo',
    				8 => 'benq',
    				9 => 'bird',
    				10 => 'blackberry',
    				11 => 'blazer',
    				12 => 'cdm',
    				13 => 'cellphone',
    				14 => 'danger',
    				15 => 'ddipocket',
    				16 => 'docomo',
    				17 => 'dopod',
    				18 => 'elaine/3\\.0',
    				19 => 'ericsson',
    				20 => 'eudoraweb',
    				21 => 'fly',
    				22 => 'haier',
    				23 => 'hiptop',
    				24 => 'hp\\.ipaq',
    				25 => 'htc',
    				26 => 'huawei',
    				27 => 'i\\-mobile',
    				28 => 'iemobile',
    				29 => 'iemobile/7',
    				30 => 'iemobile/9',
    				31 => 'j\\-phone',
    				32 => 'kddi',
    				33 => 'konka',
    				34 => 'kwc',
    				35 => 'kyocera/wx310k',
    				36 => 'lenovo',
    				37 => 'lg',
    				38 => 'lg/u990',
    				39 => 'lge\\ vx',
    				40 => 'midp',
    				41 => 'midp\\-2\\.0',
    				42 => 'mmef20',
    				43 => 'mmp',
    				44 => 'mobilephone',
    				45 => 'mot\\-v',
    				46 => 'motorola',
    				47 => 'msie\\ 10\\.0',
    				48 => 'netfront',
    				49 => 'newgen',
    				50 => 'newt',
    				51 => 'nintendo\\ ds',
    				52 => 'nintendo\\ wii',
    				53 => 'nitro',
    				54 => 'nokia',
    				55 => 'novarra',
    				56 => 'o2',
    				57 => 'openweb',
    				58 => 'opera\\ mobi',
    				59 => 'opera\\.mobi',
    				60 => 'p160u',
    				61 => 'palm',
    				62 => 'panasonic',
    				63 => 'pantech',
    				64 => 'pdxgw',
    				65 => 'pg',
    				66 => 'philips',
    				67 => 'phone',
    				68 => 'playbook',
    				69 => 'playstation\\ portable',
    				70 => 'portalmmm',
    				71 => '\\bppc\\b',
    				72 => 'proxinet',
    				73 => 'psp',
    				74 => 'qtek',
    				75 => 'sagem',
    				76 => 'samsung',
    				77 => 'sanyo',
    				78 => 'sch',
    				79 => 'sch\\-i800',
    				80 => 'sec',
    				81 => 'sendo',
    				82 => 'sgh',
    				83 => 'sharp',
    				84 => 'sharp\\-tq\\-gx10',
    				85 => 'small',
    				86 => 'smartphone',
    				87 => 'softbank',
    				88 => 'sonyericsson',
    				89 => 'sph',
    				90 => 'symbian',
    				91 => 'symbian\\ os',
    				92 => 'symbianos',
    				93 => 'toshiba',
    				94 => 'treo',
    				95 => 'ts21i\\-10',
    				96 => 'up\\.browser',
    				97 => 'up\\.link',
    				98 => 'uts',
    				99 => 'vertu',
    				100 => 'vodafone',
    				101 => 'wap',
    				102 => 'willcome',
    				103 => 'windows\\ ce',
    				104 => 'windows\\.ce',
    				105 => 'winwap',
    				106 => 'xda',
    				107 => 'xoom',
    				108 => 'zte',
    			),
    		),
    	),
    	'extensions.active' => array(
    		'wordpress-seo' => 'w3-total-cache/extensions/WordPressSEO.php',
    	),
    	'pgcache.prime.enabled' => true,
    	'pgcache.prime.sitemap' => '/sitemap_index.xml',
    	'fragmentcache.debug' => false,
    );
    

    If W3TC doesn’t work for you try these plugins instead: https://wordpress.org/plugins/bwp-minify/ and https://wordpress.org/plugins/wp-super-cache/

    Best regards,
    Peter

    #275199
    Joe Birch
    Participant

    I have this enfold site set up:
    http://icf-pittsburgh.org/

    it’s great but I am getting spam comments that I have to delete.
    I don’t have comments open on my pages. How are these comments coming in to the site. Is there a way to turn off that feature so they can’t pile up for me to delete?
    thanks for your help

    #242108
    lionstail
    Participant

    When I switched to the Enfold theme, all of a sudden my comment forms stopped displaying. Is there a way to turn them on and off with Enfold? They’re certainly allowed within my discussion settings. Are there any special controls for comments with Enfold?

    #182284

    Hi Guys,

    I’m having the same problem. The Blog Grid was working prior to last update.

    Today, I had to rename BLOG Enfold theme pages several times to “BLOG”, as well as test a few other theme page samples by renaming pages to BLOG-2, BLOG-3, etc. (I was trying to get back to the original grid style theme.) Also, changed permalink addy hoping for a manual fix of the posts. Top top it off, it was fixed after I changed when I clicked on website’s BLOG link — meaning the grid and 2 posts were there. Then, without other changes, it returned back to a different Blog theme version (currently blog-2). Like it redirects or something. Working on it as I type this.

    Deleted Enfold dummy data file, manually deleted posted comments dummy data, corrected DB Blog database info, (edit) also updated WP Database required at log-in today.

    Also, on the BLOG (Enfold themed) page, the top header with social media icons is not showing. I noticed the ENFOLD Layout didn’t provide option for header like it does for footer.

    Please advise.

    #170612

    When using the blog post content element on a page, I’d love to be able to turn off the date, number of comments, etc. line under the title. I don’t want to do this in all instances, I still want those there for blog posts, but sometimes I want to be able to use posts to create a page of, say, teacher bios at a school, or whatnot, and that info. is just weird in those instances. I’m sure there’s a CSS way to turn it off on particular pages…but it would be nice to have SOME blog style we can choose where they are already off. Thanks for a great theme!

    #25515

    Topic: Blog comments

    in forum Enfold
    jingle0
    Participant

    how do I turn off comments in the blog section of Enfold?

    thx

    Jingle

Viewing 20 results - 31 through 50 (of 50 total)