sskhalsa
Member
Posted 2 years ago #
hey,
I am trying to use the cg-flashytitles plugin on a wordpress theme I created. I want the h2 tags of posts to show the special font I am using. The problem is that when the plugin is enabled for the h2 tag, the h2 text disappears and its not replaced by any flash. It is just a blank headline for the post.
regards,
sskhalsa
sskhalsa
Member
Posted 2 years ago #
that could indicate a number of things. if your theme isn't properly calling wp_footer(), that'd be the kind of thing you might see. or if you are running a flash-blocker in your browser (yes, that's tripped up a number of folks!).
without seeing the site, harder to throw darts at the board.
-d
I tried the plugin too, and I keep getting this:
Unable to open file (/home/mywebsiteURL/TestBlog/wp-content/plugins/../cg-flashytitles.dat).
Please help. :(
offordscott
Member
Posted 2 years ago #
try setting line-height instead of font-size in your css file. also, try setting a width for your tag, and display:inline
DanielGenser
Member
Posted 2 years ago #
@davidchait
Thanks for your suggestion about properly calling
<?php wp_footer(); ?>
in the footer.php. I had the same problem, and properly calling wp_footer fixed it. Thanks also for writing CG-FlashyTitles!