i added a few of my projects to "our work" . and they come not in a row.. in the third line i always get a gap of three thumbnails..
any help?
here ist a screenshot...
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi,
Can you send me your link? If you want to keep link private, you can send to email [email protected]
Best,
Neo Khuat
hi,
no problem.. heres the link: http://roberthak.de/hak2012/our-works
thank you very much for your help
This is javascript problems, you can update version 7.x-2.1 to fixed this. Or open your /sites/all/themes/md_classic/js/script.js:
Find
$('.work-3col .article-type-work-teaser:nth-child(4n), .work-3col .views-row:nth-child(4n) .article-type-work-teaser, .work-4col .article-type-work-teaser:nth-child(5n), .work-4col .views-row:nth-child(5n) .article-type-work-teaser')
and replace with:
$('.work-3col .article-type-work-teaser:nth-child(3n+4), .work-3col .views-row:nth-child(3n+4) .article-type-work-teaser, .work-4col .article-type-work-teaser:nth-child(4n+5), .work-4col .views-row:nth-child(4n+5) .article-type-work-teaser')
Best,
Neo Khuat
thanks very much! i copied the script.js from the new version and all works perfekt.
in the first step i updated the whole theme directory and then my slider only showed all the slider images showed among one another without a slider..
but i can live with the js fix.. thanks very much for your fast help..
cheers
rob
Hello Neo Khuat,
i have made a taxonomy term named print to group my work and now i got the same problem again...
you can see it here... is there a solution?
http://neu.hakdesign.de/our-works/print
Hi Rob,
can you try to remove taxonomy description? I'll find another solution to work with taxonomy description
Best,
Neo
sorry neo.. dont know what you mean with removing the taxonomy description?.. any hint?
thanks
rob
Sure, please go to Structure -> Taxonomy and click to "list terms" next your taxonomy. You'll see a list of terms now, click edit on each term and remove all text from "description" textarea
Best
Neo Khuat
hello neo,
i have removed all the descriptions but its still the same problem: http://roberthak.de/hak2012/our-works/print
any ideas?
thanks
rob
Hi Rob, I tried to go to http://roberthak.de/hak2012/our-works/print but it shows blank page
okay.. i damaged my installation ... have to start from scratch.. :( .. ill send you the link when i got it running again
sure Rob, I'm alway here to help you!
hi neo,
here again my overview page of the taxonomy "books".. still not in a row
http://neu.hakdesign.de/books
thanks for your help
Hi Rob,
please update your script.js file (/sites/all/themes/md_classic/js/script.js) with this file:
http://dl.dropbox.com/u/11090063/megadrupal/md_classic/script-7.x-2.3.js (remember to rename to script.js)
For future update, you do not need to replace this file again.
Have fun,
Neo Khuat
thanks neo... workd very fine...
one more thing... can you tell me where can i configure how many thumbs i see in the overview!
Look here.. there are 6 thumbs and i dont want the next/prev page navigation: http://neu.hakdesign.de/books
Thanks very much for your support
Rob
Hi Rob,
For thumbs display, you can go to Configuration -> Site information (/admin/config/system/site-information) and change number of posts on front page. But this will change all taxonomy page such as blog term...
I have a trick for "worktags" only (use "page manager" from ctools, page manager redirect & views):
You can change filter or leave it default.
That all, hope you can make it works!!!Best,Neo Khuat