prima-donna
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Navigation Menu for BlixFigured this one out. There just needed to simply be more content on the site so that the site would appear correctly, I guess.
Forum: Fixing WordPress
In reply to: Pop-up WindowI read everything from that topic and I’m not exactly sure if that topic covers what I was wanting. I mean I may be missing something because I don’t understand how in the first place. I think I’d do better if someone just pointed it out to me. Also, as Null said the navigation bar is auto generated meaning I can’t just edit the link like that. Thus, I can only use a page right now. ??
Forum: Fixing WordPress
In reply to: Pop-up WindowWell… considering it’s your theory how should I execute that? I don’t know how to write an if statement, lol. ??
Forum: Fixing WordPress
In reply to: Help With Sidebar (using blix)Thanks Kafkaesqui! The post really helped me a lot, but it took me a little to figure out, so, I want to clear this up just incase anyone else new like me doesn’t understand what to do. ?? (It for some reason just came to me how to do it, finally, lol.)
Using the Blix Theme:
Edit your page.php and put <?php get_sidebar(); ?>
right above <?php get_footer ();?>.To edit your header.php you need to change
<body><div id=”container”<?php if (is_page() && !is_page(“archives”)) echo ” class=”singlecol””; ?>
to simply: <body><div id=”container”>Finally, you need to edit sidebar.php to whatever you’d like! That’s all.
Please still look at https://www.ads-software.com/support/topic/25616/page/2#post-208126 by Kafkaesqui. There’s tons more information there. I just wanted to specify that one part. ?? He’s lots more knowledgable at this than me. <3
Forum: Fixing WordPress
In reply to: Help With Sidebar (using blix)Yeah sorry, I honestly just seen that and I was about to post the link like that!
Except I was going to use this topic:
https://www.ads-software.com/support/topic/52824Forum: Fixing WordPress
In reply to: Navigation Menu for BlixThanks guys, I’m semi-new at this and I’m doing my best! I’ve actually encountered another problem. I just created the rest of the navigation menu and when I click on one it makes the whole page shift. It’s odd. Any ideas where I went wrong? ??
Forum: Fixing WordPress
In reply to: Navigation Menu for BlixHehe, thankies! And thanks for the help. I wasn’t sure where to edit that at! It was actually in the header.php. ^^