Equal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Trouble Completing User ProfileClicking on the tool only reduces the page again. Is it me?
Not really sure I understand what you mean by that? What tool? What do you mean by reduces the page?
What erros are you getting?
I am sure that if you can post some more details information we can help you out.
Forum: Themes and Templates
In reply to: inove main post background colorFind #main in your themes stylesheet and you will see that background colour is set to white. Change or remove as appropriate.
There are also some images set to use as backgrounds on #main and #content so they may need adjusting to.
Forum: Fixing WordPress
In reply to: Inserting code for GetResponse Sign up form in WordPressNot sure what the code is you have but if it is just HTML you should be able to insert it into the relevant place in your themes sidebar.php file.
Forum: Themes and Templates
In reply to: Go to post from a category link ?I can’t really understand why you need to sub category. The category page can list all the posts in that category for you to click on?
Forum: Themes and Templates
In reply to: Blog not displaying correctly on larger monitorsLooks fine for me (Safari on Mac)
Forum: Themes and Templates
In reply to: Navigation (page) names don’t look right on IEIf you could provide a link to the problem I am sure it could be fixed quickly.
Forum: Themes and Templates
In reply to: Is my header correctly written?You have
<?php } ?>in between your title tags for some reason. Could that be the reason?Forum: Themes and Templates
In reply to: Flash Paths and XML in the templateThe paths inside your Flash file are relative to where the .swf file is located itself. I would also change:
<?php bloginfo('stylesheet_directory'); ?>
to
<?php bloginfo('template_url'); ?>
If your swf files are located in your themes folder in wp-content.Forum: Themes and Templates
In reply to: Alternating colors not working on liUsing the code like that will results in a HTML output of the following (you have PHP above not HTML):
<ul> <li class="bg_white"><li>Category 1</li></li> <li class="bg_gray"><li>Category 2</li></li> </ul>Notice the double
<li>Since you are only coding one category for each link why just ‘hard’ code them rather than dynamically with PHP.Forum: Themes and Templates
In reply to: Why isn’t H1 Tag showing in source code?It shows as a h2 tag for me which is correct really. The number next to your h tags should decease as you read down the page, as they are like numbers of importance. Therefore the main heading should be H1 and then the next heading down (probably your first posts heading) should be h2 and so on….
Forum: Themes and Templates
In reply to: a different theme per usereach Banner see a theme that is related to their banner
Not sure I understand. Do you mean each user have a different banner across the top of your site?
Forum: Themes and Templates
In reply to: creating a profile driven blog????Sounds to me like you could just have a category for each of your “models” and then on the category home page for lets call it “Model A” you could have some intro text giving the details you describe and then underneath all the post you have written which are in the “Model A” category.
Forum: Themes and Templates
In reply to: How to have full size image open in theme?When inserting the image into your post, where it says Link URL (when you have uploaded the image) instead of choosing no link or image url choose post url. This will display the image using your themes image theme template.
Forum: Plugins
In reply to: Media Upload Problems in P2Version 1.1.3 seemed to fix the problem for me
Forum: Themes and Templates
In reply to: P2 Theme – Real Time Updating Not Working@nobble the sites where running on two different servers. One was Windows IIS7 and the other a linux server
@gonegreengeek both of the servers are running PHP 5 and still the problem persists.
Anyone any other ideas? It was working and then stopped 🙁