Webmeba
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Website Is DownNo it’s your hosts problem. Please contact them.
Forum: Your WordPress
In reply to: Oxford Blue Theme (Beta)– make the search box say “Type and hit Enter to search” or something similar
– make people, upon arrival, know where the nav bar is
– maybe try to separate the posts a little more so that people find it easier to distinguish between them
Other than that, great theme!
Forum: Fixing WordPress
In reply to: Woah! My Site Has Been HackedWell if so, then your domain has probably been blacklisted by Google.
That’s… um… not good. As far as I know it’s virtually impossible to get a blacklisted website back to the list of websites indexed by Google.
Register a new domain perhaps? And think about changing your host. If not, try and contact Google, have fun with that though…
Forum: Fixing WordPress
In reply to: XHTML/CSS – Footer ProblemsThanks for that, I’ll go through the commenting process tomorrow since it’s getting late. I pasted all my code at pastebin http://pastebin.ca/761614
But as of today, I’d still like to know how is it even possible that div id=”footer” can be interfering with the whole page?
Forum: Fixing WordPress
In reply to: XHTML/CSS – Footer ProblemsStill no luck…
Maybe if you could glance at my index.php
<?php get_header(); ?> <div id="container"> <div id="containery"> <div id="content"> <?php if(have_posts()) : ?> <?php while(have_posts()) : the_post(); ?> <div class="post <?php post_sticky_status(); ?>"> <div class="post-header <?php post_sticky_status(); ?>"> <div class="entry-date">Written on <?php the_time('F jS, Y'); ?> by <?php the_author(); ?></div> <br></br><br></br><div class="entry-title"><h2><a href="<?php the_permalink(); ?>"title="<?php the_title(); ?>"><?php the_title(); ?></a></h2></div> <div class="entry-category"><img src="http://webmeba.com/wp-content/themes/Webmeba2/images/tag.png" alt="tag icon"></img> <?php the_category(',') ?></div> <div class="entry-comment"><img src="http://webmeba.com/wp-content/themes/Webmeba2/images/comment.png" alt="Add a comment!"></img> <?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></div> </div> <div class="post1 <?php post_sticky_status(); ?>"> <div class="entry-content <?php post_sticky_status(); ?>"><?php the_content(); ?></div> </div> <?php if ($count==0) { ?> <?php } ?> <?php $count = $count + 1; ?> </div> <?php endwhile; ?> <div class="navigation"><?php posts_nav_link(); ?></div> <?php endif; ?> </div> <?php get_sidebar(); ?> </div> <?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Index page not being displayedDid you delete anything else that might have been there? And are you sure you properly installed WordPress???
Forum: Installing WordPress
In reply to: I Cant get startedWell if you have both, then just continue on reading here…
http://codex.wordpress.org/Installing_WordPressAfter you’ve successfully installed WordPress, hop over to the link moshu provided and learn how to do some other stuff.
Forum: Fixing WordPress
In reply to: XHTML/CSS – Footer ProblemsYeah, I tried moving the footer between the various </div>’s. I also went through all of my .php’s about three times, and I could not spot an rouge <div> or </div>.
The problem still remains though? There is no function calling for a footer anywhere in the loop, or in the header…
help again ?
Forum: Everything else WordPress
In reply to: Skype code hack?Usually you should ask your host about this kind of stuff…
Other than that try and remove it? 😀
Forum: Installing WordPress
In reply to: Missing stylesheets for all themesWell try the basics first…
check if the style sheet is there
check if the theme’s .php’s are linking to it properly
check if you even uploaded the style sheet
check if style.css is showing when trying to edit it in the Presentation tabother than that you could try and re-install WP again, or wait for the next release.
Forum: Installing WordPress
In reply to: “company name” still showingWell “Company Slogan Here, COMPANY NAME” is an image.
Using an FTP client, download the image, edit in an image editor (making sure you only change that text area) and then upload the image back.
To be honest I would change the theme, the area around the COMPANY LOGO text would be kindah hard to edit in an image editor.
Forum: Installing WordPress
In reply to: “company name” still showingTell us what theme you are using, and give us link!!!!
Forum: Fixing WordPress
In reply to: posting SUMMARYread this
Forum: Installing WordPress
In reply to: Can I Install a WordPress Blog as an Extension of This Website?yes of course…
use an FTP client to create a new directory named “blog”, and just spew in the contents of WP.
Forum: Plugins
In reply to: Wish to Add a Contact Form/page to my Blog, Help!Use WP-contact form, download it here.
a) just install the plugin
b) activate it
c) create a new “Contact Me” page
d) keep the content blank and just insert %%wpcontactform%% into it