stargirl1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: problems with vertical menujust read over the tutorial again and i think i missed the line that says “(All of this should be put in a container div of 200 pixels with 10 pixels of padding unless you decide to modify dimension and/or units, or you’re doing the horizontal thing.)”
i’m not really sure how to go about doing that or if i need to.
*didn’t use the edit button for clarity of posts, not trying to spam or bump the thread.
Forum: Fixing WordPress
In reply to: problems with vertical menui think i just solved the problem by adding the code for the menu before the last </div> instead of after it…hopefully someone can confirm if this is the correct fix. thnks.
Forum: Fixing WordPress
In reply to: how can i make or install a WP demo viewer?what about something more basic like just the wordpress demo? https://www.ads-software.com/extend/themes/news
Forum: Themes and Templates
In reply to: how to remove white background?yep still doesn’t seem to work :/
Forum: Themes and Templates
In reply to: php menu for multiple wp installations?because it was easier to install a different theme and all the features i wanted. i.e. each section will have it’s own next gen gallery, it’s own blog, it’s own completely different theme (not now but later), etc. i.e. the henry the spider page i’m going to completely redo and import my livejournal posts completely separate from my own personal blog.
Forum: Themes and Templates
In reply to: can't hide page titlesthank you! i knew it had to be something simple…reason #1 why not to stay up til 2am working on custom code! lol!
Forum: Fixing WordPress
In reply to: how to add facebook AND wordpress commentsyes i know about wordpress comments, that is not the question…how to install wordpress AND facebook comments….i tried installing one of the plugins but it took away the wordpress comments when it added facebook comments. i’m looking for something like what wordpress.com uses with options for both.
Forum: Themes and Templates
In reply to: how to get rid of space between sidebar listthank you!
by acident i think i just figured it out myself!
i’d been trying to edit the gallery.php file. but then i remembered the gallery-caption.php file. i edited that and put this code
<h3><a href="https://lizartlizard.fortuin.info/portfolio/"</a>« Back to Portfolio</a></h3>
under the first line that says<?php if (!defined...
at the top.if anyone could test it out for me it would be greatly appreciated.
surely there’s got to be a way?
Forum: Themes and Templates
In reply to: how do i move my sidebar to the right?hi, i just tried the following code, would this not work too?
#firstsidebar {padding-left: 30px;}
Forum: Themes and Templates
In reply to: how do i move my sidebar to the right?ok thanks!
Forum: Themes and Templates
In reply to: how do i move my sidebar to the right?um i don’t like how the text is pushed in with the window instead of resizing automatically like before. it is especially noticeable on the other pages like the main page where the text is pushed down below the pic instead of staying to the right of it.
Forum: Themes and Templates
In reply to: how do i move my sidebar to the right?um, do i add the second bit of code in addition to the first bit or just get rid of the first bit?
Forum: Themes and Templates
In reply to: how do i move my sidebar to the right?thank you ??