This topic has 12 replies, 4 voices, and was last updated 11 years, 3 months ago by Wajid Khan.
Tagged: column layout, pagination, Taxonomy
Viewing 13 posts - 1 through 13 (of 13 total)
Hi,
I contacted you on theme comments regarding taxonomy pages. My question was, how to change Album Genre category page layout to 5 column layout from 4 column layout. You asked me to do below.
“Its there in musicband/albums/taxonomy * pages and do change the column variable value to 5.”
And I did it and it but to fix it I had to change below code also in the same page.
if( $columns == ‘5’ ) { $class = ‘col_fifth’; }
So finally I fixed it. Now my question are,
1. Now this page is not responsive. How can I change the code to have a responsive page?
2. How can I remove pagination from this page? (I need the full results are in one page)
Page URL: http://69.195.124.195/~eventsg7/dimalarts/sdemo/?genres=new-age
You need to change the value at this where number 4 is written.
$column_index = 0; $columns = 4;
1) col_sixth is missing in the responsive.css file so i will add that in the next update.
2) regarding the taxonomy you need to add the following line after the code shown below
Find Code
‘paged’ => $paged,
Add Line
‘posts_per_page’=> -1,
Thanks for the reply.
I have added as you said. Now everything loads on one page, but the page links are still at the bottom. Please see the page here. I need to remove everything from bottom like pagination links, number of pages.
http://69.195.124.195/~eventsg7/dimalarts/sdemo/?genres=new-age&paged=2
Thanks
Thanks Working great..
There is one more question, How can I show random albums under “More Albums From This Genres:”? Because every time when I go to a album of a genre, it shows the first 5 albums under it. When I click on one of that albums, still shows the same 5 there. I think you got my point. please let me know if you need more explanation.
Regards,
Mac Fee
I have updated the theme, Thanks.
1. After updating, I cannot change the hover yellow color in the theme. Even the Back to up button is yellow now.
2. I want to remove Djmix from Search drop down menu as I am not using DJs. How can I do it?
3. I want to add Genres, Labels, Search section in to the home also. Please guide me to do it.
4. After uploading the slider images, they are low resolution. They are pixelated. Why is that? page: http://69.195.124.195/~eventsg7/dimalarts/sdemo/
Please help with above issues..
Regards,
macfeed
You are asking for the extra support which will charge for you. Let me know is this working you.
Viewing 13 posts - 1 through 13 (of 13 total)
You must be logged in to reply to this topic.