-
AuthorSearch Results
-
March 28, 2014 at 3:12 pm #244389
Topic: Fatal Error: Allowed memory size of….
in forum Enfoldjbosma69
ParticipantHi,
Just installed Enfold and when I click on the “Enfold” button in the left menu of WordPress I get this error:
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /data/9/1/46/114/1209929/user/1289562/htdocs/wordpress/wordpress/wp-admin/includes/deprecated.php on line 304
Any idea what the problem is?
James Bosma
March 28, 2014 at 11:07 am #244281…habe im error_log des Servers folgende Fehlermeldung gefunden:
[28-Mar-2014 08:23:16 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 523800 bytes) in /srv/www/htdocs/web711/html/wp-includes/plugin.php on line 1939…habe aber auch vor einigen Tagen die php-memory auf 256MB erhöht!
March 28, 2014 at 7:44 am #244222In reply to: ENFOLD + WOOCOMMERCE : Problem
Hey!
We’re really sorry that you’re experiencing this issue.
There are some cases before about PHP version 5.3.27 FastCGI causing issues somehow and switching to 5.3.27 CGI (Stable) may fix the problem. Please contact your host about that. Also, another user reported about the host database configuration. I can’t give you enough details about that but if fixed the problem. Please try to upgrade the php version if possible. I hope it fix the issue.
Regards,
IsmaelMarch 28, 2014 at 7:17 am #244217In reply to: Replace Logo Link With a New One
Hi Redsand747!
Thank you for using the theme!
If you like to redirect the logo link, you can add something like this on functions.php:
add_filter('avf_logo_link', 'avf_redirect_logo_link'); function avf_redirect_logo_link($link) { $link = 'http://www.google.com'; return $link; }Change the $link url. :)
Regards,
IsmaelMarch 27, 2014 at 11:56 pm #244105In reply to: Title in fixed part of header
Hi !
Thanks for your reply !
Your solution gives a “My Text” right above my menu, and no css could resolve it, so I suggest a mix of the “disappear title” post you gave in link, and the action you just suggested. So it gives :
– in functions.php :add_action('ava_after_main_menu', 'kriesi_logo_addition_2'); function kriesi_logo_addition_2() { ?> <strong class='logo-title'>My Text</strong> <strong class='logo-subtitle logo-title'>Another custom text line</strong> <?php }– in Quick CSS :
#top .logo-title { transition: opacity 0.4s ease-out; -moz-transition: opacity 0.4s ease-out; -webkit-transition: opacity 0.4s ease-out; -o-transition: opacity 0.4s ease-out; font-size: 12px; color: #000; position: absolute; left: 500px; top: -7px; opacity: 1; white-space: nowrap; } #top .logo-subtitle { color: #aaa; top: 7px; } #top .subtext { float: left; position: relative; } #top .header-scrolled .logo-title { opacity: 0; filter: alpha(opacity=0); }So you have something like this.
March 27, 2014 at 10:24 am #243749In reply to: Seems Few Bugs or may be problems at my end
Hey!
Thank you for using the theme!
I tried to recreate the issues above and the only problem that I can reproduce is the search bar issue. The rest is working as expected. I tested it on this page:
http://www.labhanshicreations.com/test-test-test/
http://www.labhanshicreations.com/wp-admin/post.php?post=2972&action=editPlease try to deactivate the “MOJO Marketplace” plugin, see if the search bar issue persist.
Regards,
IsmaelMarch 27, 2014 at 8:29 am #243692In reply to: Easy Slider image size and Screen resolution
Hi!
1.) The “Slide Image Size” option will not re-size the actual slider. This option is the selection of thumbnail sizes that you want to use for the slider. Selecting larger images will give you crispier and better image quality. The slider will inherit the size of the container so if you place it on a one third column, it will have the same size as the column plus minus padding, margins etc.
2.) Basically, all you need to do is upload large images something like 1900px in width. The theme will automatically trim it down into smaller thumbnails. You can find the thumbnail sizes on functions.php, you can adjust those if you want.
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $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']['featured_large'] = array('width'=>1500, 'height'=>630 ); // 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) $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $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 sliderRegenerate the thumbnails using this plugin after: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelMarch 27, 2014 at 12:41 am #243594Topic: UNABLE TO LOAD ADDITIONAL FONTELLO ICONS
in forum Enfoldchapdes
ParticipantHi,
I am not able to load new Fontello Icons, as whenever I try Enfold displays the following message:
“Fatal error: Call to a member function attributes() on a non-object in /home2/mvcpa/public_html/en/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 179”
I’ve read some other related posts in this forum, but the error msg they get is different from mine.
Please, help me….
March 26, 2014 at 3:23 pm #243377In reply to: 3D doesn't turn off in transitions
This reply has been marked as private.March 26, 2014 at 2:49 pm #243364we want to update the wordpress theme in that header.php we want to add live chat button code.
we want to add live chat button code but where to put this code in header file just guide us .
below is the live chat code:<!– http://www.LiveZilla.net Chat Button Link Code –>
<style type=”text/css”>
div.img img
{float:right;position:fixed;
top:-70px;right:500px;
overflow:hidden;
}div.img a:hover img
{float:right;position:fixed;
top:0px;right:500px;
overflow:hidden;
}</style>
</div>
<!– http://www.LiveZilla.net Chat Button Link Code –>
<!– http://www.LiveZilla.net Tracking Code –>
<div id=”livezilla_tracking” style=”display:none”></div>
<script type=”text/javascript”>var script = document.createElement(“script”);script.type=”text/javascript”;var src = “http://www.comprompt.co.in/livechat/server.php?request=track&output=jcrpt&nse=”+Math.random();setTimeout(“script.src=src;document.getElementById(‘livezilla_tracking’).appendChild(script)”,1);</script>
<!– http://www.LiveZilla.net Tracking Code –>
March 26, 2014 at 11:58 am #243285In reply to: Header adding images resize
Hey iv done as you said, doesn’t seem to be re sizing with the logo. seen another thread where it tells you about the helper-main-menu.php file iv tried altering that.
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true); echo "<div class='logo_addition' style='position: absolute; top: 87px; left: -12px; float:left; z-index: 3;'><img src='leafoverlay.png' /></div>"; echo "<div class='logo_addition' style='position: absolute;right:0 ; z-index: 4; image-rendering: auto; display:block; width: 409px; height: 155px;'><img src='carbonheader.png' /></div>";also added .logo_addition to the java file
if(!header.length) return; var logo = $('#header_main .container .logo img, #header_main .container .logo a, #header_main .container .logo_addition img'),Dont see where im going wrong
March 26, 2014 at 10:20 am #243240In reply to: Editing loop-comments.php As Child Theme File
Hey Redsand747!
That file is a function and not an actual template part. So you would add that function into your child functions.php file. Unfortunately it isn’t correctly wrapped in an check to make sure it hasn’t been called already so adding that function in to your child theme would actually break things.
So for right now, you would need to duplicate the comments.php and then where it calls the avia_inc_custom_comments function change that to call your own custom named function that has been customized and included into your functions.php or included as a separate file.
I’ll tag the function for Kriesi to wrap in a if exists check so its a bit easier to override in a child theme in the future.
Regards,
DevinMarch 26, 2014 at 12:21 am #243068In reply to: ENFOLD + WOOCOMMERCE : Problem
This reply has been marked as private.March 25, 2014 at 11:38 pm #243037In reply to: Google Fonts Impacting Lightbox
Hey!
Can you try removing that line from Header.php and check if that helps?
Please see Ismael’s post here to add new Google fonts and font weights – https://kriesi.at/support/topic/add-new-font/#post-234710Cheers!
YigitMarch 25, 2014 at 6:16 am #242530In reply to: Iconfont Manager upload problem
Hi Ismael,
ZIP is enabled, switching leads to same error.
phpinfo says:
zip
Zip enabled
Extension Version $Id: bdd35a2ede0347a3df239de1e7dc5d7e588f00c3 $
Zip version 1.11.0
Libzip version 0.10.1March 25, 2014 at 4:21 am #242501In reply to: Fallback option for video
Hey!
Please edit functions.php, find this code on line 16:
if(isset($avia_config['use_child_theme_functions_only'])) return;Below, add this code:
add_theme_support('avia_template_builder_custom_css');On the homepage, add a fullwidth slider then add a “Custom Css Class”. Just scroll at the very bottom to see the field. What we’re trying to do is to show layerslider on desktop view then swap the fullwidth slider when viewing on mobile devices. Let’s add “sample-slider” to the “Custom Css Class” field of the fullwidth slider. Add this on Quick CSS or custom.css:
@media only screen and (min-width: 769px) { .sample-slider { display: none !important opacity: 0 !important; } } @media only screen and (max-width: 768px) { .sample-slider { display: block !important opacity: 1 !important; } #layer_slider_1 { display: none !important; } }Cheers!
IsmaelMarch 25, 2014 at 12:02 am #242408In reply to: tracking vimeo videos in google analytics
Hey Vermishelle!
To add the script you need to open functions.php go to the line 264 ( assuming you haven’t added anything before ), if not look for this line
wp_enqueue_script( 'jquery' );You need to add the below code
wp_enqueue_script('vimeo-ga', $template_url . '/js/vimeo.ga.min.js', array('jquery'), 1, true);
This will ask / look for the file in this location ( so paste the file in there ). ENFOLD_FOLDER/js/vimeo.ga.min.jsAbout your other question you can add that to the ending of the url http://vimeo.com/1084537?api=1 , ( if that’s not the case elaborate on that one, or try first and then let us know what happen ).
Best regards,
DavidMarch 24, 2014 at 10:55 pm #242387In reply to: #226711 response
ok, i’ve updated my enfold version, then I’ve made all changes given by Jouse, Ismael, You and again You form this topic, in total:
– one change in quick css (Yigit)
– one in avia.jsv (Josue)
– two in portfolio.php (2xIsmael)
– one in gallery.php (Yigit)Still after clicking on small thumbmail photo there is opening lightbox.
Any other ideas?
March 24, 2014 at 8:48 pm #242334In reply to: Iconfont Manager upload problem
This reply has been marked as private.March 24, 2014 at 4:55 pm #242177In reply to: #226711 response
March 24, 2014 at 4:48 pm #242167In reply to: #226711 response
thnx, but it don’t work right, almost all thins are good, but there is two mistakes:
– clicking on thumbmail photos launch to home page
– there are still hoovers on big photoin gallery php. there was no exactly same line u gave me, but quite similar, and I’ve changed this one – maybe this is the problem?
March 24, 2014 at 4:32 pm #242149In reply to: #226711 response
Hey!
Please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open gallery.php file and find first line here and change it to second one http://pastebin.com/xp3fqYUQ
Best regards,
YigitMarch 24, 2014 at 4:07 pm #242138In reply to: Iconfont Manager upload problem
I get the following error when uploading a font via iconfont manager…
Couldn’t add the font.
The script returned the following error:Fatal error: Call to a member function attributes() on a non-object in /……./themes/enfold/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 179
I am using PHP 5.3
-
This reply was modified 12 years ago by
rseybold.
March 24, 2014 at 11:09 am #242007In reply to: 404 page..
1) Not sure why it wouldn’t be working but that is the correct way to do it since the 404.php is a core file. A 404.php in a child theme would be used first as long as the child theme is active. Make sure that you clear and disable your caching plugin when developing your site since you could mistakenly be viewing cached data instead of the live server pages.
The homepage button is an issue where the button has a minimum width it needs to be. In the layout you have that container gets too small when on some screen sizes. The best solution is to not use a button or change the layout so that it isn’t pushed into a container that is too small for it.
I’m having no issues with the lightbox effect on my end:

For the search, do you have a term or or something I can try to get different results? I just tried a few and the search page was the same as in the live search.
6) See: https://yoast.com/w3c-validation-seo/ . The IE fix would make the site overall less compatible with IE8 and the icon font ones would mean not using the icons throughout the site. The last one is how google fonts embed their own font files so its taking code from Google exactly as Google thinks it should be added in.
-
This reply was modified 12 years ago by
Devin.
March 24, 2014 at 3:06 am #241906Hey Abedia!
You’d need to edit /includes/helper-main-menu.php, try adding this after line 101:
echo avia_logo('_YOUR_MOBILE_LOGO_URL_GOES_HERE_', $addition, 'span', true);Then, add this to the Quick CSS:
@media only screen and (min-width: 768px) { span.logo{ display: none; } } @media only screen and (max-width: 767px) { strong.logo{ display: none; } }Best regards,
JosueMarch 23, 2014 at 2:41 am #241706In reply to: PHPSESSID errors
Here are some examples of where the theme is creating the PHPSESSID from session_start:
In enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php
Line 33In enfold/config-templatebuilder/avia-shortcodes/portfolio.php
Line27It is not a required command in PHP.
The PHPSESSID errors are really hurting my search rankings.
I have bought 2 licenses for Enfold so far, but this is not going to work if I cannot resolve.
March 23, 2014 at 1:15 am #241693Topic: Getting a strange error on my local installation
in forum EnfoldMartin
ParticipantHi,
I use DesktopServer for the local installations of all of the WordPress websites I maintain. However I now am getting a weird error and I only get it with Enfold.
Warning: session_start(): open(\xampplite\tmp\sess_8gpu5geh22ur6lvmq8ej338b70, O_RDWR) failed: No such file or directory (2) in D:\DesktopServersites\www.mysite.dev\wp-content\themes\testsite\config-templatebuilder\avia-shortcodes\masonry_entries.php on line 33
I am using a childtheme. Would you happen to know what might be going on?
March 22, 2014 at 3:03 pm #241613In reply to: Cyrillic font problem
Im using the following in functions.php:
add_filter(‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Oranienbaum’] = ‘Oranienbaum&subset=latin,cyrillic’;
return $fonts;
}add_filter(‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{$fonts[‘Roboto Condensed’] = ‘Roboto Condensed:700,400,300&subset=latin,cyrillic’;
return $fonts;
}I can switch all the heading fonts in the general styling list… oranienbaum is there, but cant see it on the website.
body text with roboto condensed is fine now.
Thanks a lot,
AlexMarch 22, 2014 at 3:41 am #241499In reply to: Which config.php file?
Hi!
I’m not sure what you mean but Dude said to that the patch has been included on Enfold 2.6.2. All you need to do is download the latest version of the theme on your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Best regards,
IsmaelMarch 21, 2014 at 5:47 pm #241276Topic: Cyrillic font problem
in forum EnfoldFinlando
ParticipantHi,
worked with all the topics on fonts. Maybe You can tell me what is wrong with that one in function.phpadd_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[Oranienbaum] = ‘Oranienbaum&subset=latin,cyrillic’;
$fonts[‘Oranienbaum’] = ‘Oranienbaum&subset=latin,cyrillic’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{$fonts[‘Roboto+Condensed’] = ‘Roboto+Condensed:700,400,300&subset=latin,cyrillic’;
$fonts[‘Roboto+Condensed’] = ‘Roboto+Condensed:700,400,300&subset=latin,cyrillic’;
return $fonts;
} -
This reply was modified 12 years ago by
-
AuthorSearch Results
-
Search Results
-
Hi,
Just installed Enfold and when I click on the “Enfold” button in the left menu of WordPress I get this error:
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /data/9/1/46/114/1209929/user/1289562/htdocs/wordpress/wordpress/wp-admin/includes/deprecated.php on line 304
Any idea what the problem is?
James Bosma
Hi,
I use DesktopServer for the local installations of all of the WordPress websites I maintain. However I now am getting a weird error and I only get it with Enfold.
Warning: session_start(): open(\xampplite\tmp\sess_8gpu5geh22ur6lvmq8ej338b70, O_RDWR) failed: No such file or directory (2) in D:\DesktopServersites\www.mysite.dev\wp-content\themes\testsite\config-templatebuilder\avia-shortcodes\masonry_entries.php on line 33
I am using a childtheme. Would you happen to know what might be going on?
Topic: Cyrillic font problem
Hi,
worked with all the topics on fonts. Maybe You can tell me what is wrong with that one in function.phpadd_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[Oranienbaum] = ‘Oranienbaum&subset=latin,cyrillic’;
$fonts[‘Oranienbaum’] = ‘Oranienbaum&subset=latin,cyrillic’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{$fonts[‘Roboto+Condensed’] = ‘Roboto+Condensed:700,400,300&subset=latin,cyrillic’;
$fonts[‘Roboto+Condensed’] = ‘Roboto+Condensed:700,400,300&subset=latin,cyrillic’;
return $fonts;
}
