jonimueller
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Firefox vs. Internet Explorer Problem!I’m having the same issue. Somewhere between the top nav bar the slider and the sidebar, I cannot click on anything beyond the top nav bar. This is ONLY in IE6. And it’s ONLY in ONE install of Arras. The other install, on the SAME server, is fine. Yeesh. And it’s all fine in Firefox and Opera.
Forum: Themes and Templates
In reply to: Thumbnails in Arras ThemeHow? Can you please share so that other who are having this problem will benefit from your knowledge?
Forum: Fixing WordPress
In reply to: Text WidgetExactly. I always delete these folders and files on my server prior to performing an upgrade:
/wp-admin
/wp-includes
*.php (EXCEPT for wp-config.php; don’t delete THAT!Also don’t delete
.htaccessorrobots.txt(if you have one) in your site or WP root.Then once those two directories and those *.php files are deleted, you can begin uploading the fresh files.
Don’t forget to deactivate your plugins (ALL of them) prior to upgrading. Also, backup your database (you are using the WP-Backup plugin to do this, right?!) and I always download my theme and plugin folders to my hard drive just to be on the safe side.
Forum: Installing WordPress
In reply to: Can someone help please?Huh? WHAT created another website on WordPress? What does your wp-config.php file say? Do you have your database and user properly referenced there?
Forum: Themes and Templates
In reply to: Styling blockquote with two images not workingAlso fix your HTML errors (you can find those in the header.php and other template files).
http://validator.w3.org/And classes (.sample) should be used when an element appears more than once on a page. Don’t use IDs (#sample) if an element appears more than once on a page. Fix your template code to reflect
<div class="box">rather than<div id="class">and that will take care of that.Then just edit your stylesheet to change this line from this:
#box {...to this:
.box {...Forum: Themes and Templates
In reply to: Styling blockquote with two images not workingThe test sample that you provided worked on all my browsers. There are 7 other errors in your stylesheet, however; so maybe fixing those will cause this code to behave properly. Validate and view errors here:
http://jigsaw.w3.org/css-validator/Forum: Themes and Templates
In reply to: Theme “possessing” icon linksGreat. I just checked it in FF, Opera and IE and it looks fine. Be sure to mark this thread [resolved]. 🙂
Forum: Themes and Templates
In reply to: Styling blockquote with two images not working[duplicate reply deleted by author]
Forum: Themes and Templates
In reply to: Styling blockquote with two images not workingIn your stylesheet, under
blockquote.first-letter, changebackground:...tobackground-image:...and that should do it. If that fails, putimportant!after it, like this:background: url(images/openquote.jpg) !important;HTH.
Forum: Fixing WordPress
In reply to: Page load from middle?Can you provide an example (link) of what you are talking about? Have you seen this technique (and I too am uncertain exactly what you are trying to accomplish) elsewhere on the web?
Forum: Fixing WordPress
In reply to: Single post page messed upDo you have a single.php file in your theme template list? WP uses index.php to display single posts IF there is no single.php file. So that means if you don’t have a single.php file in your theme’s template, the single post page is trying to use the index.php page as well. Create a single.php template for your individual entries to use.
This will help you understand how WP uses template files:
http://codex.wordpress.org/Template_HierarchyWP will usually automatically disable a troublesome theme or plugin. Which theme is the problem? Have you tried going to the theme’s home page and checking the comments there, contacting the theme’s designer or seeing if they have a support forum set up?
Forum: Installing WordPress
In reply to: WTF, content won’t show! WP Gurus help me =)There’s no way you could have all those comments (are they spam or actual comments?) and no posts, or even only two posts. Can you see the 42K+ comments when you are logged in to animatictv.com? Or when you browse the database via PHPMyAdmin.
Looks to me like you haven’t got the right database hooked up to this site.
Forum: Fixing WordPress
In reply to: Text won’t wrap around image“Followed all the steps” … are you sure? For the .alignleft class you should have:
.alignleft { display: inline; float: left; //add padding and margins and borders as you see fit// }🙂
Forum: Fixing WordPress
In reply to: Add Logo / Remove SidebarUh, it wants to install Joomla!