Jump to content
Sign in to follow this  
nikopol

No "Previous Entries" button?

Recommended Posts

nikopol

Greetings, I recently made a site for my freelance design site (http://www.thinkingwithpixels.com) and I've run into a weird issue. If you go to the blog page (http://www.thinkingwithpixels.com/blog/), you'll notice that it's missing a "Previous Entries" link at the bottom. I was wondering if there was a way to fix this. I'd also appreciate it if anyone could tell me how to change the arrow colour of the carousel (the arrow you click to change pictures). Sadly the search feature of the current forum is just a pale shadow of what it used to be so I couldn't find an answer to either question. Thanks in Advance Mehmet

Share this post


Link to post
Share on other sites
kastelic

You may need to add the Pagination section to your blog page template in Template Setup. The arrows are done with background images as you can see from this CSS:

	#carousel .jcarousel-prev {
	left: 15px;
	cursor: pointer;
	background: transparent url(images/carousel_navleft.png) no-repeat 0 0;
	}
	
	

Share this post


Link to post
Share on other sites
nikopol

Thank you so very much, I managed to upload custom carousel icons and brought back my the Pagination section.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×