-
Search Results
-
Topic: Only need Retina 2x Logo
Now I have fixed the custom height as “45px”, of header in Admin panel for logo/header.
my logo size is 457px x 45px
I now have another picky issue, my client is saying that they are seeing blurry logo image.I want to fix the height at 45px, but some how my logo is wide. and its blurred
https://kriesi.at/support/topic/mobile-logo-blurry-gets-techy-and-complicated/
I have read your post and WP-Retina 2x does not help, since i am not concerned about post images
i am only talking about Logo..Please check this link on your TAB.
and on the desktopOn desktop Its nice and sharp, but on tab potrait and landscape both the logo is blurred.
please help thanks a lot
>>
If i go with manual solution ,… editing header.phpi wont be able to update your theme…
i am using child theme.. but only using custom css
and functions…is there a way to use header.php empty and then put my code.. on child theme …
i dont think so … ! u need to use the real header.. and put your code..
then update and redo this step correct ?anyways.. please provide solution for blurred logo
Topic: Site Down – Fatal Error
Hi, my site is down and presenting the following error:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘wp_maybe_load_embeds’ was given in /home/jse25331/public_html/wp-includes/plugin.php on line 470
Fatal error: Call to undefined function add_image_size() in /home/jse25331/public_html/wp-content/themes/enfold/framework/php/function-set-avia-backend.php on line 472
Any help would be greatly appreciated.
THIS IS FIXED AFTER LATEST 3.04 UPDATE – CLOSE THREAD ;)
In the code I see the 2nd column table class is wrong:
It should say:avia-desc-colInspect -element in Chrome says:
<td class="’avia-desc-col’">3,50 euro</td>
NOTE that the classname has extra quotes around it.The view-source says:
<td class='& #8217;avia-desc-col & #8217;'>
Spaces added for readability of the &-code :)I can not find this code it in any PHP file. So i’m not sure about where this error originates from….
I’m updating again with latest 15:30h CET v3.04 ENFOLD again as we speak.Hi there,
Since your updates for Enfold are coming through quite often we thought we’d take an hour out to set up a child theme! 7 hours later and we have a fatal error.1. We followed the video and the WordPress org info
2. We used cPanel to set up a new enfold-child folder containing 2 new files: styles.css and functions.php
3. We had made only one change to the functions.php file and having read that we should not paste all the functions.php code into the new file we pasted simply:
<?php
global $avia_config;
add_filter(‘avf_blog_style’,’avia_change_archive_blog_layout’, 10, 2);
function avia_change_archive_blog_layout($layout, $context){
if($context == ‘archive’) $layout = ‘blog-grid’;
return $layout;
}4. Since we’d made no additions to the style.css file, this php code in the php file seemed to be responsible for the fatal error (blank page, no admin access).
5. We restored the site form a backup from inside cPanel and this time added all the functions.php code to the new functions.php file – same problem, fatal error.
With respect, the video on child themes spends about 7 of the 9 minutes telling us what most people already know and in the final minute and a half rushes through the most important steps. A little clearer, step by step instruction and pitfalls to avoid would be very useful on what is clearly almost an obligation for all users.
Topic: Incremental update to 4.0.1
Hello
I have made changes in various php files, so I do not want to update all the files if it is not needed. on these files I find yesterday’s date on. Do all these need to be replaced to get up to 4.0.1?
2014-11-20 21:58 image_hotspots.php
2014-11-20 21:58 google_maps.php
2014-11-20 22:00 testimonials.php
2014-11-20 22:00 toggles.php
2014-11-20 22:09 functions.php
2014-11-20 22:12 shortcode-helper.class.php
2014-11-20 22:12 template-builder.php
2014-11-20 22:12 slideshow.php
2014-11-20 22:12 contact.php
2014-11-20 22:27 avia.js
2014-11-20 22:33 layout.css
2014-11-20 22:33 functions-enfold.php
2014-11-20 22:33 single.php
2014-11-20 22:33 config.php
2014-11-20 22:33 slideshow_fullsize.php
2014-11-20 23:24 buttons.php
2014-11-20 23:24 template-builder.class.php
2014-11-20 23:24 shortcode-template.class.php
2014-11-20 23:25 style.cssPeter Ottingius



