shadow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Many pages and comment links “do not exist”Just as a matter of interest, did you have your permalinks activated initially?
Forum: Themes and Templates
In reply to: Templates not workingEmail me cg1977 and I will give you a hand…
shadow12 gmail
Forum: Themes and Templates
In reply to: Templates not workingI see a very plain white theme now. Try another and let’s see if we see a change. If so, it is a caching issue on your end.
Forum: Themes and Templates
In reply to: Templates not workingIt is most likely the one un public_html
Forum: Fixing WordPress
In reply to: Can’t start a new PageDp you have any plugin that relates to a calendar?
Forum: Themes and Templates
In reply to: Pictures Appear and DisappearCan you show which pages are missing the pictures?
Forum: Themes and Templates
In reply to: Templates not workingOr check that you have placed the them in the correct location. It is very easy to load your theme inside a second folder and this will not allow it to open correctly. [And more often than not, you will receive the same message you mention]
For example:
wp-content/themes/bluetheme/bluetheme [will not work]
wp-content/themes/bluetheme [will work]
Forum: Fixing WordPress
In reply to: Uploading Images & Change Name1. If you mean this reference to wordpress in the url? Yes, it is possible, but you need to install your wordpress in a subdomain or directory named ‘news’ instead of ‘wordpress’.
2. Can you send an example of one of these second posts, so we can see what is happening?
3. Yes, you can remove all calls and references to comments. Delete all the comments code in your single.php and page.php pages [in your theme directory]. You could go further and delete the comments.php template and also remove any calls to your comments in in index.php in the theme files too.
4. There are a few options available, but it may be an idea to sort out the first 3 before you tackle this one.
Forum: Fixing WordPress
In reply to: How do I add an ‘alt’ tag to this code in WordPress?<div style="text-align:center;margin-right:5px;margin-top:40px;"><a href="/?page_id=7"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/share2.gif" alt="share2pic" /></a><a href="/?page_id=18"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/ask.gif" alt="askpic" /></a><a href="/?page_id=10"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/recipe.gif" alt="recipepic" /></a></div>Forum: Plugins
In reply to: Is there something that can change theme’s that don’t allow anything?This is what you have in your source code.
<p><img src="http://www.animationnexus.com/images/a.gif" /></p> <p><<span class="start-tag">img</span><span class="attribute-name"> src</span>=<span class="attribute-value">“http://www.animationnexus.com/images/b.gif”</span>></p>This would infer that you have added in your visual code and the tags have not added correctly as a result.
Forum: Themes and Templates
In reply to: Whats wrong with my comments section?It should be in your single.php theme files and be located somewhere just after this code…
<div class="commentslink">If not, what code do you have after that line? Just the next 10-15 lines of code?
Forum: Themes and Templates
In reply to: Whats wrong with my comments section?Do you have a call to your comments template? It should look something like this…
<?php comments_template(); ?>Forum: Installing WordPress
In reply to: We looking for a coder to set up a topic – remunerated workLouis, If you get in touch with this mail list, you should soon get a response…
WP-Pro’s mailing list:
http://lists.automattic.com/mailman/listinfo/wp-proForum: Fixing WordPress
In reply to: How to move main body text to centre in posts I’ve made?Play around with this in your css a bit. For instance, changing the left margin from 150px to 120px helps…
.widecolumn { padding: 10px 0 20px 0; margin: 5px 0 0 150px; width: 500px; }Forum: Fixing WordPress
In reply to: My posts are showing up but not my pages?For the moment, try turning off your mtw_wordcount plugin and removing the call function