nfiori
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: changing Site Title with a logoAdding
<a href="<?php bloginfo('url'); ?>"></a>will make it a link.Forum: Themes and Templates
In reply to: Fooled by a preview and everything seems to be here!It looks like you didn’t point to your stylesheet file within your head code.
Try putting this between your head tags:<style type="text/css" media="screen"> @import url( <?php bloginfo('stylesheet_url'); ?> ); </style>Or this:
<link rel=stylesheet href="style.css" type="text/css" media=screen>Forum: Fixing WordPress
In reply to: Importing database tables?Ok, I even cleaned everything out and did a reinstall. Still giving me the error. Anyone have ideas?
Forum: Themes and Templates
In reply to: Add Logo to ThemeUnder Appearance > Editor, go to header.php
Find where it says <?php bloginfo(‘name’); ?> and replace it with an img tag pointing to your logo image.
Also, the bloginfo(‘name’) code should be surrounded by a link tag that points to bloginfo(‘url’). This ensures that when you click the header, it directs you to your homepage. Don’t delete that.Forum: Fixing WordPress
In reply to: Importing database tables?I followed everything step by step before moving over. The problem is that WordPress can’t create new tables and I’m not sure how to fix that.
Forum: Fixing WordPress
In reply to: changing Site Title with a logoThat will be in your header.php file.
Forum: Fixing WordPress
In reply to: How do I modify the header?That is very strange. I just installed the theme and it looks like you have to edit either suffusion_before_begin_container or suffusion_after_begin_container.
I didn’t try it myself so I could be wrong.Forum: Fixing WordPress
In reply to: changing Site Title with a logoIf not skin.css, then it’s your style.css file.
You could also just change where it says “Steve” (this will probably say
<?php bloginfo('name'); ?>) to the img tag.Forum: Installing WordPress
In reply to: Moved to different serverOk, I figured out the problem. WordPress couldn’t create the wp tables on the database.
Forum: Installing WordPress
In reply to: Moved to different serverThere aren’t many other details to give. I moved from one server to another, domain name stays the same. The only thing that changed was the database name, and I’m not sure why it doesn’t connect.
I called my host and they’re not sure how to fix the problem. They support MySQL so it should be able to run.Forum: Installing WordPress
In reply to: Moved to different serverI did.
It says if the URL stays the same, that the only thing that needs to be changed is wp-config.php and everything else is uploaded as is.thank you for being so helpful. I appreciate it
adding type=”duka” worked. thanks!
changing the sizes under settings only changes the scale and not the position. which CSS file should I edit for this?
ermm, my grid view isn’t working for some reason. could it be my theme?
also, on the product pages, the larger images overlap the thumbnails. like this:
http://nicolefiori.com/dump/overlap.png