miren2k
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Displaying blog on different page???
Forum: Fixing WordPress
In reply to: Displaying blog on different pageactually scratch that
I just realized when I click older posts I will still be on the same page
I’m so confused.
I don’t want that big slideshow to show on my blog page, I should’ve changed which page displays the blog shouldnt I?! and then I have to recode that slideshow on a blank page, right?
Forum: Fixing WordPress
In reply to: Displaying blog on different pageOkay, I think I’m doing this all wrong,
I simply went on the dashboard and selected to show the last 3 posts only – so the front page was fine – it now shows 3 posts and then the “older posts” link
however I made the “blog” page which is the page I want the whole blog to show. – but as you can see its just .. bleh..
how can I fix this?
Forum: Fixing WordPress
In reply to: Displaying blog on different pageOh jesus, this already sounds really hard.. What would I need to do?
And I’m reading this “get posts” link, would I have to change which page is my “posts” page in my admin dashboard?
Forum: Fixing WordPress
In reply to: Displaying blog on different pageAlso, I wanted more than just 1 blog
How would I do that? On the WordPress dashboard, I can’t seem to figure out how to make a page that acts as a new blog =[
Basically I will have a main blog called “Aizen Blog” and another blog which will have a lot of heavy plug ins and will be the tutorials page – I will hopefully have it so There is a list of tutorials with just a small snipet of text and a big picture – when clicked on it will show the blog post which will be a big tutorial video.
Anyway, This means I need 2 blogs, but how would I set this up?
Forum: Fixing WordPress
In reply to: Displaying blog on different pageI have only made 1 post so far, but I want to sort out this small things first so I can open up other pages on the site.
So how would I do what you have suggested? Sorry, I’m a bit of a noob =[
Forum: Plugins
In reply to: Jquery slideshow bug =[ !AGH I solved the issue myself =D
The other .css file that I was using for the slider was not working =\ I think somehow the code I was using to direct to it from the header wasn’t working for some reason – so I took all the code from it and pasted it into the main style.css – alas it works.
So I was right, the css wasn’t working, however it was the other css file.
Forum: Plugins
In reply to: Jquery slideshow bug =[ !okay I just did a little test – I got rid of everything in my style.css apart from the slider parameters and it did the same thing, so it isn’t the css.
I have no idea what else it can be though, because the .js files for the slider are unedited.
If you notice, it isn’t just the fact the pictures come up all messed up, the black opaque bar behind the buttons is not coming up either =[
Forum: Hacks
In reply to: Building a Front Page slideshow, please help =[anyone? advice??
Forum: Hacks
In reply to: Building a Front Page slideshow, please help =[Okay I have replaced the /images/pic.jpg – with the actual url now, and it works (however I would still rather know why it wouldnt work the other way =\
Anyway, it works, but… it’s completely messed up =[
+ The black bar over the buttons doesnt show anymore, I think this might be my css clashing??
Forum: Hacks
In reply to: Building a Front Page slideshow, please help =[I didn’t do step 2 and 3, because I want to be able to control the images going on there and the links they go to.
But thanks!! If you look:
The script seems to work now, however the images are not displayed
I don’t see what’s wrong with the code though (I have an images folder with the images all named correctly (it worked when I previously did it without wordpress))
<div id="sliderspace"> <div id="slider" class="nivoSlider"> <a href="http://www.aizendigital.com"><img src="/images/toystory.jpg" alt="" title="#htmlcaption" /></a> <a href="http://www.aizendigital.com"><img src="/images/up.jpg" alt="" title="#htmlcaption" /></a> <a href="http://www.aizendigital.com"><img src="/images/walle.jpg" alt="" title="#htmlcaption" /></a> <a href="http://www.aizendigital.com"><img src="/images/nemo.jpg" alt="" title="#htmlcaption" /></a> </div> <div id="htmlcaption" class="nivo-html-caption"> <font style="line-height:200%"><br></font> </div> </div>Thank you for your help, I really appreciate it!
Forum: Hacks
In reply to: Building a Front Page slideshow, please help =[This is my index.php of the template:
Code moderated: Use a pastebin for anything more than 10-15 lines.
Forum: Hacks
In reply to: Building a Front Page slideshow, please help =[What do you mean by “the loop” ?
This is the code Javascript code:
Code moderated: Use a pastebin for anything more than 10-15 lines.
Forum: Hacks
In reply to: Building a Front Page slideshow, please help =[Anyone? Please?