figaro1818
Forum Replies Created
-
I’m having the same issue, but it’s occurring on some pages and not all. I have an image before my copy, but usually I just make sure the keyword is listed in the image title/alt and the error went away. But again, this doesn’t work on all pages. Any update???
I get <meta name=”description” content=”<?php echo strip_tags(get_the_excerpt()); ?>” />
Forum: Themes and Templates
In reply to: WP Admin looks wrong (w/ photo) and Header WarningActually, someone else suggested we re-install the wp-admin and it looks great now, go figure.
Thanks for taking the time and responding to my problem!
Forum: Themes and Templates
In reply to: WP Admin looks wrong (w/ photo) and Header WarningAlso, just noticed that sometimes the Warning is there and sometimes it’s not. What oh what did we do????
Forum: Plugins
In reply to: [WP-FAQ] [Plugin: WP-FAQ] Different fonts with multiple paragraphsWoah – very odd. Apparently the person who installed the FAQ made another page than the one I thought was linked and put a code tag around the [wpfaq]. Once I put the correct link on the right page, it all looked much better. Here’s to WordPress Done Right’s video on the installation otherwise I wouldn’t have figured it out =)`
Forum: Plugins
In reply to: [WP-Polls] [Plugin: WP-Polls] Math calculation error – PHP warning!Thanks for directing me over to this thread. I tried ($poll_multiple_ans == 1) and the only change I see is that instead of the 8 Votes for No being 0% it is now 27%. But the Yes votes are still coming out to 103%. Any ideas??? Thank you again for any help.
Forum: Plugins
In reply to: [WP-Polls] [Plugin: WP-Polls] Percentage goes beyond 100%biswajeet – I believe we have it setup where people can vote more than once, so I get the difference between number of votes vs. the number of voters which could be less.
sergeyzimin – Yes, I agree. I haven’t personally searched for another poll plugin to replace this one, but maybe that’s the only “solution”.
AH-HA! I had to create a new template for my form modal so I stuck the script in the header of that and everything is working beautifully.
I know I have to have the jQuery 1.7.1 script in the Header.php in order to hide the fields. But my issue is that all my items that are called out with Fancybox for WordPress on my site (including video, galleries, and modals with the forms) will not popup when the script is in place. Does anyone know of this issue with Fancybox and a fix for it? If I remove the jQuery 1.7.1 script from the Header.php, Fancybox works but of course that means my hidden fields are visable. I’m using Fancybox for WordPress Version 3.0.1 and WordPress Version 3.2.1.
I’m having the same problem. Did you ever find a solution?