gixxer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Website Wonky on Internet ExplorerLooks normal/same in IE7 and Firefox.
Forum: Fixing WordPress
In reply to: Art/Picture Gallery scripts that work with WP?Forum: Fixing WordPress
In reply to: Get header to be image, no text and link to home?All you did was tell us what you did not what you want? I don’t see any text in the header of your website, so what’s the question?
Forum: Fixing WordPress
In reply to: Import structure (not content) from another WP blogDo you have FTP access to the server where the files you want to use are stored? If so just FTP to it and copy the files down to your PC/Mac and then FTP them up to your web host server in your theme.
If you don’t have FTP access then you won’t be able to ‘copy’ the files because they are PHP files and all you see on the website is the result of the PHP requests within the actual page itself.
Forum: Fixing WordPress
In reply to: How to align image and a text?What does the HTML code look like?
Here’s a code sample from one of my posts on my site.
<img class="ngg-singlepic ngg-left alignleft" style="border: 5px solid black; margin: 1px;" src="https://www.madisonsportbikes.com/blog/wp-content/gallery/news/mission_one_electric_sportbike_main630-0204-630x360.jpg" alt="mission_one_electric_sportbike_main630-0204-630x360.jpg" width="403" height="220" />Today’s Technology, Entertainment and Design (TED) conference held in Long Beach, California, saw the unveiling of a new all-electric motorcycle that its makers claim is the fastest of its kind in the world. The motorcycle is the new Mission One from American
Forum: Fixing WordPress
In reply to: text and links not visibleI too use “Web Developer” but as I stated previously the correct CSS tag is #sub-header,#sub-header h3, #footer, #recent-block a:link, #recent-block a:visited, #recent-block h2, #recent-block h3, #recent-block { color:#fff !important; }
If you also look at the “Element Information’ you’ll see this as the correct CSS tag for that particular div
Forum: Fixing WordPress
In reply to: text and links not visibleI searched your CSS and this line in the style.css shows as having “White” as its color.
#sub-header,#sub-header h3, #footer, #recent-block a:link, #recent-block a:visited, #recent-block h2, #recent-block h3, #recent-block { color:#fff !important; }
Forum: Fixing WordPress
In reply to: How to align image and a text?<insert-image-here> Then add some text. When you add your image via the Media Library or NextGEN Gallery be sure to set your alignment as “Left” for the image. Your text will then wrap around to the right.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] sort order by galleryCan’t you simply click on the “Sort Gallery” link and then choose how you want it sorted and then do the same for all other galleries, then click the “Update Sort Order” link?
Gallery > Manage Gallery > Select your gallery > Sort Gallery
Forum: Fixing WordPress
In reply to: advice neededDeactivate and/or delete the “biruality” and “proplayer” plug-in. One or the other or both may not be compatible with your WP version or with each other. Disable one at a time and see if anything changes.
Forum: Fixing WordPress
In reply to: making blog private, option not there?You make individual Posts and Pages private by selecting the option on the right (2.7.1) under Visibility when you are creating them.
Forum: Fixing WordPress
In reply to: URL for a wordpress XML fileDoes your theme have an RSS link? If so click it and then copy the URL from the address bar, that is your RSS News Feed XML URL.
Forum: Fixing WordPress
In reply to: Unique page/post background images by array, table or stylesheetForum: Fixing WordPress
In reply to: Default file nameWhat kind of web server are you hosting your WP installation on? Linux, Windows, Apache, etc. Which ever is the case you will need to access your web server and add index.php. The .shtml file extension simply means that in your HTML code you are using server-side include statments (SSI).
Example:
On a Windows Server you’d access IIS, right click on the website you are dealing with, left click on Properties and the go to the Documents tab and add index.php to the list. Stop and Start your IIS and you should be good to go.Forum: Fixing WordPress
In reply to: Helding Comments for moderationAre you the Admin? If so I believe WP assumes that your comments are automatically approved. Create a test user that is not an Admin and try posting a comment.