-
Search Results
-
Hey, there seems to be a conflict between Enfold and the Content Timeline plugin I’m using (by Shindiri Studio http://www.shindiristudio.com/demo/?item=Content%20Timeline_Wordpress). I’ve tried getting them to solve this for me, but they asked if I could try you. I’m getting the following error not only in the plugin area (both front and back end), but even I’ve even seen it show up when just clicking on a text block element on another page.
Fatal Error: memory size of 41943040 bytes exhausted (tried to allocate 258017 bytes) in /data/23/3/90/15/3416504/user/3809111/htdocs/wp-content/themes/enfold/css/dynamic-css.php on line 750
The plugin developer upgraded the plugin for me and now it’s not showing up at all, they say due to this conflict, but it was here http://skidrow.org/history-timeline-timeline/
Thanks!
This may not exactly be a theme problem. It appears to be a conflict/error between iThemes Security plugin and the search box. Clicking on an empty search produces a 403 forbidden error. SEO site crawls show the 403 error with the url with /?s= at the end
I believe it has something to do with iThemes Security (Formerly Better WP security) plugin
iThemes places a RewriteCond entry in .htaccess.
RewriteCond %{QUERY_STRING} ^.*(\[|\]|\(|\)|<|>|ê|"|;|\?|\*|=$).* [NC,OR]Replace it with
RewriteCond %{QUERY_STRING} ^.*(\[|\]|\(|\)|<|>|ê|"|;|\?|\*$).* [NC,OR]and it fixes the issue. However I’m wondering if there is something that can be done on the theme side because there is some discussion that this could be a theme issue. I have “fixed it” on my site however I can unfix it if you wish to see. You just get a 403 forbidden page when the search is clicked without entering any text.
Background info is here.
http://www.sitepoint.com/forums/showthread.php?900027-403-error-in-chrome-with-empty-search-string
http://wordpress.org/support/topic/get-requests-with-empty-variables-causes-403-errorsAny advice/thoughts would be appreciated.
Topic: Add image to header
Followed the instructions on this post: https://kriesi.at/support/topic/adding-468-x-60-banner-to-header/
Added the following to functions.php
function after_head_image_func(){
echo “<div class=’custom_content’>
</div>”;}
add_action(‘ava_main_header’, ‘after_head_image_func’);Which worked great, but didn’t quite do what I hoped.
Staging site is at http://monitash.com/
Trying to get the image to output into the same container as the logo. Screenshot: https://www.evernote.com/shard/s123/sh/a800feed-4a6b-48a6-8d08-6fa185a7ad84/804db30c034e80c92253de27ec20a41e
I’m guessing that I need to use a different action, but not sure what. Any suggestions?
BTW – I already left a glowing review and this is the first theme I recommend to all my clients, but THANK YOU for doing such a fantastic job! The control panel, documentation, and support area are so great, I haven’t needed any assistance until now. Thanks again!
Hi There,
I have a few contact forms in my website and i want to track the conversion from each form after the lead redirected into a specific “Thank You” page. i tried to read about your suggestions in this forum but didn’t find an accurate answer.
i have putted this code at end of the functions.php with the specific page id + specific tracking code from Google.
function custom_code(){
if ( is_page( 9749 )) {
?>
<!– Google Code for LXSuite LP Conversion Page –>
<script type=”text/javascript”>
/* <![CDATA[ */
var google_conversion_id = 1004608795;
var google_conversion_language = “en”;
var google_conversion_format = “2”;
var google_conversion_color = “ffffff”;
var google_conversion_label = “sdwLCJXLzAoQm7qE3wM”;
var google_conversion_value = 1.000000;
var google_remarketing_only = false;
/* ]]> */
</script>
<script type=”text/javascript” src=”//www.googleadservices.com/pagead/conversion.js”>
</script>
<noscript>
<div style=”display:inline;”>
</div>
</noscript><?php
}
}
add_action(‘wp_footer’, ‘custom_code’);I can see that the code is in the page when i doing the inspect element in Chrome, But for some reason i cant see any conversions tracking in my Google Add-words account and they saying there that the code is “Unverified”. i tried to generate few forms, refresh the page but for no good. Ill appreciate your help here!
Sincerely,
Omer
Topic: Best Performance Possible
I am looking to get the best performance and speed on our sites. I’ve made great gains in speed and efficiency. Since a lot of queries and/or inefficient queries can both cause slow performance, I ask you to please refer to the private content and then to the following. Please let me know if this is not normal. Thanks for your help.
Here is the longest running query on your theme in the site’s install: SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (41,44,45,46,3002,3003,3004,3005,3011,3012,3023,3024) ORDER BY meta_id ASC
Source:
/nas/wp/www/cluster-1308/wels/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php:724Backtrace:
require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘template_redirect’), call_user_func_array, AviaBuilder->template_redirect, require_once(‘/themes/enfold/template-builder.php’), apply_filters(‘the_content’), call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, aviaShortcodeTemplate->shortcode_handler_prepare, avia_sc_portfolio->shortcode_handler, avia_post_grid->query_entries, WP_Query->__construct, WP_Query->query, WP_Query->get_posts, _prime_post_caches, update_post_caches, update_postmeta_cache, update_meta_cacheHallo,
auf meiner Webseite werden die Icons nicht mehr korrekt angezeigt – Stattdessen werden Hieroglyphen bzw. chinesische Zeichen angezeigt.
Fehlerhafte Icon Darstellung: http://image-upload.de/image/SuSVwC/8bc270a2bc.jpg
Als Webserver nutze ich einen Apache 2.2 (PHP 5.4.x) mit nginxHat wer eine Ahnung wo das Problem besteht?

