figaro
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do you flow text around a picture in the post editor?If you are using the rich text editor, just select the image then click on the image editing icon in the toolbar…should be pretty self-explanatory from there.
Forum: Fixing WordPress
In reply to: Moving within server – Links and ImagesJust dump the database, search/replace the url, drop the tables and then import your changed sql file back into the db. See any of the following videos about moving WP…they all demonstrate the process of changing the url in the db.
[link moderated]
Forum: Installing WordPress
In reply to: Windows temporary hostInstall wordpress and XAMPP…see the following video.
[link moderated]
Forum: Themes and Templates
In reply to: Default theme modifyingThanks for your reply but this post about changing the index not the comments ..
Actually it was about teaching you some basics of editing a WP file so hopefully you would be able to explore and figure out how to do what you want….teaching to fish rather than giving fish, kind of thing 😉
Forum: Fixing WordPress
In reply to: categories no longer work after move fr subdirectory to rootbtw, i’m on a windows server.
Oh…Uggg…could be anything…
Forum: Fixing WordPress
In reply to: categories no longer work after move fr subdirectory to rootDo you have more than one index file in your root? If so, rename the one that is not index.php to something else.
Do you have index.php added to the url in Settings/General? If so, remove it.
Not sure this will fix the problem, but may help……..
Forum: Fixing WordPress
In reply to: Rotational Header…is this difficult???Pretty easy with the following rotate.php script, if you want something that rotates headers on each page load.
http://ma.tt/scripts/randomimage/
I use it on my site at the link below…just refresh to see the random headers pop in.
[link moderated]Forum: Fixing WordPress
In reply to: Moving Pages around on We siteOr, just install the My Page Order plugin and have a drag/drop interface to easily order pages…works similar to the way you can drag around your widgets.
Forum: Themes and Templates
In reply to: customizing header in Minimous themeTry the same display:none; in #header .description
Forum: Themes and Templates
In reply to: Unwanted Padding/Horiztonal Bar in Default ThemeRemove the 150px footer height from your css. The lines are in your files…probably the header and footer php files…look for the hr tags.
Forum: Themes and Templates
In reply to: Template fails on Posts page onlyJust a “theory”…I haven’t tried this, but, if you make a copy of your custom template and call it home.php…name the file home.php…then that may work. I have a “feeling” that when you use a static homepage and set a post page, the custom template is ignored in the post page and the index.php file is still used.
But, home.php will take priority over the index, so copying and naming your custom template home.php should do what you want and still allow index.php to be used for everything else…again, theory on my part…I haven’t tried it.
Forum: Themes and Templates
In reply to: Replacing Text Title with Site LogoForum: Themes and Templates
In reply to: Replacing Text Title with Site LogoHere is your background image…you could open that in an image editor and add what you want in the header area.
http://pc-demon.22web.net/wp-content/themes/pixel/images/bgbody.jpg
To remove the title and tagline, find the following in style.css:
#header #logo { float:left; margin:25px 0 0; padding:0; width:350px; }and add one line so it looks like this:
#header #logo { float:left; margin:25px 0 0; padding:0; width:350px; display:none; }Forum: Fixing WordPress
In reply to: Does anyone know what this tag plugin is?Forum: Themes and Templates
In reply to: Default theme modifyingThe following video may help.
[link moderated]