stealthfiction
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: SI CAPTCHA Anti-Spam] CAPTCHA image (text not image)That is the path I am getting for the image that isn’t showing up.
Everything is working now. I made the mistake of setting the folders to 775 instead of 755. Once I fixed that the problem went away. So if anyone is having that issue, double check the permissions.
Thank you Mike for your support and for this great plugin.
Forum: Plugins
In reply to: [Plugin: SI CAPTCHA Anti-Spam] CAPTCHA image (text not image)Hi Mike. I downloaded the latest, installed in mu, moved the main file so I got global control.
All checks pass. Folders were 775. (Also tried 777)
Still not getting the image to show up.
Can be seen at https://stealthfiction.com/pre-launch-status/
Any ideas?
Forum: Plugins
In reply to: E-mail Attachment Plugin?Thank you I’ve been looking for a plugin like this for a long time
Forum: Themes and Templates
In reply to: Validation help.thanks, you’ve been awsome.
Forum: Themes and Templates
In reply to: Validation help.thank you! great job. one stupid little ‘/’ I just couldnt see it. I ended up going back to the original source code and kept replacing lines. found the line but still didn’t know why his worked and the one i edited it didn’t..
But wow, That opened a whole can of worms too.
https://jigsaw.w3.org/css-validator/validator?uri=https://stealthfiction.com/here’s the style php.
https://pastebin.com/700058it looks like my Falbulm plugin is doing something wrong.
here’s the falbulm style sheet.
https://pastebin.com/700228going to be a long day lol.
Forum: Themes and Templates
In reply to: Validation help.i’ve narrowed this one down to somewhere in this bit
<p class="bigblue">Welcome to <?php bloginfo('title'); ?>
<p class="descblue">Stealth:
The act of moving, proceeding, or acting in a covert way.
<p class="descblue">Fiction:
A literary work whose content is produced by the imagination and is not
necessarily based on fact.
<a href="<?php
echo($full_about_page); ?> "title="Read more...">Click here to view the
full about page and contact information
site is powered by
WordPress and the
<a title="The Scary Little Theme by
Nik Iliadis">Scary Little theme.(i cut out this section and it set to the next step so what ever hanging it up is here. but i can’t see anything wrong, perhaps if i formatted it differnt.)
Forum: Themes and Templates
In reply to: Validation help.i did, couldn’t find it. here’s the link to pastebin (great site by the way, thank you)
Forum: Themes and Templates
In reply to: Validation help.i posted the styles.php on paste bin.
the validator error is this “Please, validate your XML document first!
Line 447
Column 80
Element type “a” must be followed by either attribute specifications, “>” or “/>”. “
I don’t know why i posted the header. i’m quite new to this lol.
Forum: Themes and Templates
In reply to: Validation help.thanks for the link to the editor that will be a great help. for the “&” being changed to “amp;” that’s something i can’t do. it’s pulled from a feed from another site. so the page validates with the first one.
The guy who wrote the youtube gallery script is updating his code. im down to only 2 errors there. but for the life of me i cant figure out what i need to do for the css to validate, everything looks fine. the error is somewhere in the header. heres the code if anyone wants to check it out.
<?php include('configuration.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
<title><?php bloginfo('name'); ?> <?php wp_title(); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?phpbloginfo('charset'); ?>" />
<meta name="description" content="<?php bloginfo('description'); ?>" />
<link rel="alternate" type="application/rss+xml" title="<?phpbloginfo('name'); ?>" href="<?php bloginfo(url); ?>/feed/" />
<style type="text/css" media="screen">
@import url(<?php bloginfo('template_directory'); ?>/styles.php);
</style><?php wp_head(); ?>
<script src="<?php bloginfo('template_directory');
?>/scripts/prototype.js" type="text/javascript"></script>
<script src="<?php bloginfo('template_directory');?>/scripts/moo.fx.js" type="text/javascript"></script>
<script src="<?php bloginfo('template_directory');?>/scripts/moo.fx.pack.js" type="text/javascript"></script>
<script src="<?php bloginfo('template_directory');?>/scarylittlescript.php" type="text/javascript"></script>
</head>
<body>
<div id="aboutcontainer">
<div id="about">
<div id="about2"><img src="<?php bloginfo('template_directory');
?>/images/authorProfile.png" alt="About the author." class="aboutimage"
/>
<p class="bigblue">Welcome to <?php bloginfo('title'); ?>
<p class="descblue">Stealth:
The act of moving, proceeding, or acting in a covert way.
class="descblue"Fiction:
A literary work whose content is produced by the imagination and is not
necessarily based on fact.
<a href="<?php
echo($full_about_page); ?> "title="Read more...">Click here to view the
full about page and contact information
site is powered by
WordPress and the
<a title="The Scary Little Theme by
Nik Iliadis">Scary Little theme.<div class="clear"></div>
</div>
</div><div id="aboutopenclose">
"onclick="myAbout.toggle(); return false;" title="Toggle the about
section">
</div></div>
<div id="main">
<div id="header"><div class="headertext"><a href="<?php bloginfo('url');?>" title="go to <?php bloginfo('url'); ?>"><?php bloginfo('title');
?></div></div>
<?php if($show_bar_menu == "yes") { ?>
<div id="bar">
<?php get_links($bar_menu_id_number,'','','',FALSE, 'url',FALSE); ?>
</div>
<?php } else{} ?>
<div id="container">
Forum: Themes and Templates
In reply to: Validation help.update. o.k. i fixed them all except the youtube gallery page and 2 random ones that i have no control over.
1 being an & sign in a link from my digg.com feed.
2 something with the forms on the about me page.
now the next problem: Where can i fix the Error on this page?
https://jigsaw.w3.org/css-validator/validator?uri=https://stealthfiction.com/Forum: Themes and Templates
In reply to: Validation help.Blah looks like this one picked up some problems.
Forum: Themes and Templates
In reply to: Validation help.yeah! we got validation!
Here’s a list of what caused 55 Errors on my front page.
Big issues:
Iframe, i like my xbox 360 live gamer card but i don’t know if i can show it. does anyone know of a mod or plugin that will let you use Iframes and still validate? had to remove it for now.
Youtube embedded videos, found the plugin to work around that. (see above) however my gallery page wont be able to validate unless someone makes a better gallery mod that uses the same work around as this guy did for postings.
Border Tags, I use a plug in that makes it easy to add pictures from your flickr gallery to a post. unfortunitly it add’s border tags wich do not validate. i removed the tags from the posts and maybe I can edit the script to not add the border tag.
Small Issues:
I used BR tags on the about page. i didn’t know you needed to close them. fixed easy.
Had a fe missing closed paragraph tags.
I still need to go into every single post to check to see if i had anything messed up prior. but all the major bugs are gone. Thanks guys for the help.
Forum: Themes and Templates
In reply to: Validation help.Thanks! I’m going to try those out right now. this plug in:https://www.rossgerbasi.com/2006/01/21/extreme-video-plugin-20/
as a nice workaround to validate any type of video in posts google youtube, etc. however it doesn’t have suppot for a gallery.Oh i’m down to 10 errors now…and I’m stuck. no idea whats causing the last ones any input?
Forum: Themes and Templates
In reply to: Validation help.Thanks for the help guys i was at like 55 now im down to 15 and most of them are because of a Youtube video on the front page, wich uses flash, wich i just found out after pulling my hair out wont validate.
I hear there is a work around to get flash to validate, is that true? can anyone help me with that issue?
Forum: Themes and Templates
In reply to: Validation help.https://jigsaw.w3.org/css-validator/validator?uri=https://stealthfiction.com/
https://validator.w3.org/check?uri=http%3A%2F%2Fstealthfiction.com%2F
that’s for the front page and i don’tknow how to tell what files need fixing ??