Hello,
After a review of my error log im seeing line after line of this error:
[Tue Aug 27 10:51:56 2013] [warn] [client redacted] mod_fcgid: stderr: PHP Warning: Invalid argument supplied for foreach() in /var/www/vhosts/redacted.com/httpdocs/wp-content/plugins/wp-cufon/wp-cufon.php on line 66
[Tue Aug 27 10:52:05 2013] [warn] [client redacted] mod_fcgid: stderr: PHP Warning: Invalid argument supplied for foreach() in /var/www/vhosts/redacted.com/httpdocs/wp-content/plugins/wp-cufon/wp-cufon.php on line 66
[Tue Aug 27 10:52:13 2013] [warn] [client redacted] mod_fcgid: stderr: PHP Warning: Invalid argument supplied for foreach() in /var/www/vhosts/redacted.com/httpdocs/wp-content/plugins/wp-cufon/wp-cufon.php on line 66
Looks like its coming from wp-cufon but I dont know why.
]]>i am using the wp cufon plugin but am having issues in firefox. the font does not load. it works perfect in chrome/safari. when looking at the developer tools, you can see in the html tag that it seems to be getting stuck on cufon-loading. i am not sure how to solve this issue. any help would be so greatly appreciate!
the site is gonuttzo.com
]]>Hi,
Is it possible to disable the cufon plugin on certain pages?
If so, how?
Thanks!
]]>How do I get the Cufon to display in Retina display screen? Its a bit blur at the moment.
]]>Hello,
Nice plugin! Thank you.
I was struggling with adding text shadow blur to my Cufon text. I read that the shadow blur is not supported with the Cufon script. However I did find this and replaced the Cufon-yui.js with the code from this Cufon script update.
https://github.com/mikyter/cufon/blob/4ef79eae6a47985058b1fdc58fa4a2d35a30ff69/js/cufon.js
and it worked (FF, IE, Chrome, and Safari). Just thought I would pass it along to you so might see if you can implement this into your future versions of this plugin, unless there is a downside I’m not seeing.
]]>I don’t know yet if it’s because I moved the site over to a sub-directory or not, but at the same time I upgraded to the latest WP version 3.4.2
]]>Hi,
I’ve installed and WP-Cufon but it does not seem to work.
First, my website is;
https://www.parabolastudio.com
I’ve converted FuturaStd Font to js file as instructed, and changed the file name to futurastd.font.js and uploaded it to plugins/fonts directory. I also changed the name of fontfamily in the js file to futurastd.
In my dashboard cufon setting, my replacement code is Cufon.set(‘futurastd’).replace(‘h2’);
I also have this code in my style.css;
h2 {font-family: ‘futurastd’, serif; font-size: 14px; padding:20px 0;}
But it just does not seem to work.
Please help!
Thanks,
Jaeeun
]]>For some reason, the styling sets elements to ‘top: -7px’ causing formatting issues. Can this be customized anywhere other than manually overriding CSS?
Output from firebug:
<canvas width="215" height="35" style="width: 215px; height: 35px; top: -7px; left: -14px; "></canvas>
Hi,
I just installed Cufon on my WordPress site;
https://www.parabolastudio.com/
But it does not work.
It is supposed to affect h2 (ABOUT, PORTFOLIO, CONTACT).
I’m pretty sure I’ve done everything right- I put the js file (Futura_Std_300.font.js) in plugins/fonts directory, changed the font name in the js file to one word (FuturaStd) and this is my replacement code;
Cufon.set(‘futurastd’).replace(‘h2’);
I also have this code in my style.css;
h2 {font-size: 18px;font-family: ‘futurastd’, sans-serif;font-weight:300; text-transform:uppercase;padding-bottom: 30px;}
Please help!
Jaeeun
]]>I tried migrating a website that uses the cufon plugin using a temporary url. Cufon stopped working. I was wondering if it was the temporary url that messed it up? Otherwise it works fine.
]]>I see in the log a bunch of bug fixes and then seems to trail off in October 2011? Are there plans to bring compatibility up from long ago 3.2.1 to current?
]]>hello,
strange thing I’m administrator but I cannot access to wp-cufon settings page !! did I forget to do something ?
Hello,
I currently have a gap appearing under the main navigation dropdown only when I replace the fonts using Cufon. This gap only occurs below items that have a sub-menu. Currently I have Cufon calling out to replace (‘ul’) and that covers menu items, but I’ve tried various call outs with no luck. The only difference I can see between those with sub-menus and those without is that those with show a cufon-canvas code that sits below the link for the parent items and above the sub-menu code. The site is https://idg-partners.com/dev/test/ and we are using WP-Cufon Version 1.6.10. Any help/direction would be greatly appreciated.
OK, so I added the right fontname to the replacement code, but nothing happens.
Try to open the fonts .js file and change the Fontname into one single word or delete the spaces in the name! Example: Original MyFont.js: Cufon.registerFont({“w”:200,”face”:{“font-family”:”Arial Black Extended”? Changed: MyFont.js: Cufon.registerFont({“w”:200,”face”:{“font-family”:”ArialBlackExtended”?
OK, so I did that already. Still nothing. Now what?
Btw – The Vegur default font works fine BUT it has no accents or “Latin Supplement” characters (basic requirement for Spanish, French, and bunch of other languages) – unfortunately.
Help!
]]>Hi,
I have sone empty paraghaphs in my pages (<p> </p><p> </p><p> </p>)
When I enable wp cufon, the empty lines that were created by these paragraphs are removed. As a result where previously there were line jumps, now there is none.
Is there a way to correct that ?
]]>hi, are there some infos why wp-cufon not works ?
regards, wp 3.3.1
I LOVE THIS PLUGIN, I have used it on two other sites. For some reason, on this site I’m working on now, the loaded fonts (the the cufon-fonts folder) are not previewing and not rendering on the site properly. The font shows in my “detected” fonts list, but it’s preview is not correct. Any advice?
]]>I have Cufon set to replace my site title, but there is so much space to the right of the title that it’s moving my navigation menu over.
I have tried to adjust the site title part, as well as the menu, nothing is working. How do I remove extra space around the titles? This is happening for blog titles too.
]]>Hello,
i think this Version has conflicts with the latest jQuery (1.7.1 “https://code.jquery.com/jquery-latest.js”).
There are some DOM loading problems, i guess. Depending on the order i put the jQuery source link in the <head> cufon gets problems. Most likely at the end of the <head>. With earlier jQuery versions (now im using 1.4) that problems don’t accure.
I guess you should investigate that. ??
Thank you and best regards
]]>Is there a way to make sure the “Cufon.now();” code appears BEFORE the other scripts loading at the </body> tag?
I currently have these loading before the cufon.now… and i think it’s the reason behind a massive delay i’m getting in all browsers.
<script src="https://www.kkillustrations.com/kk/wp-includes/js/admin-bar.js?ver=20110131" type="text/javascript">
<script src="https://www.kkillustrations.com/kk/wp-content/plugins/contact-form-7/jquery.form.js?ver=2.52" type="text/javascript">
<script src="https://www.kkillustrations.com/kk/wp-content/plugins/contact-form-7/scripts.js?ver=3.0.1" type="text/javascript">
<script src="https://www.kkillustrations.com/kk/wp-content/plugins/easy-fancybox/fancybox/jquery.easing-1.3.pack.js?ver=1.3" type="text/javascript">
<script src="https://www.kkillustrations.com/kk/wp-content/plugins/easy-fancybox/fancybox/jquery.mousewheel-3.0.4.pack.js?ver=3.0.4" type="text/javascript">
<script src="https://www.kkillustrations.com/kk/wp-content/plugins/easy-fancybox/jquery.metadata.js?ver=2.1" type="text/javascript">
<script type="text/javascript">
<script src="//s7.addthis.com/js/250/addthis_widget.js#pubid=wp-4edc4f97334a36d3" type="text/javascript">
]]>
It works on the new Version of wordpess, but the I can’t get the shadows to work?
this is what i’ve done:
Cufon.set('fontFamily', 'Cuprumcf1');
Cufon.replace('h1', , {textShadow: '#636363 1px 1px'});
is there anything wrong with it?
]]>Hello! I use version 1.6.10.
I’ve created a folder “font” where I put the “Vegur” font. It works fine (except with special caracters which do not display).
I tried to convert a ttf font named “Candara” as a js font, then I use
Cufon.set(‘fontFamily’, ‘Vegur’).replace(‘h1’)(‘h2’); in replacement code, but it did not work!
Please help!
I have it all working fine and selecting the menu items as I would like but it is still applying the Cufon to all the h2 and h3 tags throughout the site. This happens when cufon is enabled even if I take away all references after ‘replace’.
The site is on a testing server at https://40alfredplace.net.s134977.gridserver.com
Can anyone figure out whats happening here?
Thanks people.
]]>I just updated the plugin this morning. It was working fine until then. After the update it is not changing my fonts.
]]>When i updated to version 1.6.9 the text wasn’t converted anymore.
The only difference in the files was the addition of \_
I think this has something to do with the problem. Maybe it will work fine with a file that has an _ in it. But when you use one without it is not found.
After I upgraded to latest version on my 4 blogs, cufon doesn’t works. Finally downgraded to 1.6.8!!!
Problem is fontname.js doesn’t loads between <head> and </head>. I don’t know where that is.
]]>I just updated to WP-Cufon 1.6.9 and voila! WP-Cufon stops working. (Tested in Safari, Chrome, FF on Mac)
I’ve rolled back to 1.6.8 and it works again.
]]>Hi There,
I have seen the two other solutions to this on the forums and have tried both, but neither replicate my code and so when I try it I just seem to break the code and stop the font replacement altogether.
My code is:
Cufon.set(‘fontFamily’, ‘Akkurat’).replace(‘h1’)(‘h2’)(‘h3’)(‘#sidebar’);
Ideally id apply hover true to all classes or class specific. Any suggestions on code that would work would be greatly appreciated.
Thanks in advance
]]>Hello,
Great Cufon plugin!
One little easily fixable issue though – Can you replace instances of the WP_PLUGIN_DIR constant with the function plugins_url()? This will fix SSL mixed content warnings when pages are loaded over SSL.
Cheers
]]>I tried to rename the cufon.js file and the fontfamily to eliminate blanks, hyphens, etc. but plugin would never load the font file, so I gave up and put code in theme’s functions.php to do what plugin is supposed to do.
]]>