Questions tagged [wookmark]

A jQuery plugin to create a dynamic, multi-column layout.

jQuery Wookmark

Wookmark is a jQuery plugin for laying out a dynamic grid of elements (like pinterest does). For examples, you can see Wookmark documentation page. You can learn more about Wookmark at its Github repository Wookmark Home @ Github.

22 questions
3
votes
1 answer

wookmark tile height not resizing

I'm adding a comment section to each of the 'tiles' which are displayed using the wookmark jquery plug-in. This can be either a comment box or, a comment box and previous comments, therefore height unknown. As there are multiple I'm adding them in…
StudioTime
  • 22,603
  • 38
  • 120
  • 207
2
votes
1 answer

wookmark function not recognized

I'm trying to get wookmarks to work on a section of a page for product display. I have loaded wookmarks and loadedimages via wp_enqueue_script. They are included in the header source so they appear to be loaded fine. However, I'm getting an error in…
Don Uon
  • 21
  • 1
2
votes
1 answer

Creating two rows with wookmark

I am trying to implement the wookmark js in my design for a pinterest like layout. But instead of the usual single instance of wookmark in a page, I need it to be applied twice on the page. But I am having an issue. When the first row gets arranged,…
Mic
  • 337
  • 1
  • 5
  • 14
2
votes
3 answers

Wookmark plugin, problems with overlapping images

I'm using the wookmark jquery plugin, it works fine with every browsers except safari both on pc and mac, the images seems to be overlapped each other. How can I fix it? thanks in advance Alex here there's the code of the plugin: $.fn.wookmark =…
user2132472
  • 21
  • 1
  • 3
1
vote
1 answer

WOOKMARK Refresh Filter when new images are fetched via AJAX

I am using WookMark to create a gallery with categories filter and ajax infinite scroll. Everything seems to be working fine, but when new items are loaded via ajax they aren't added on filters .. You can check it out here. My JS code is given …
Zain Sohail
  • 464
  • 5
  • 22
1
vote
1 answer

Updating state in React.js component leaves blank space under my page

I have a React.js component that renders a list of elements on page load, but this list can be updated with a filter that will remove certain elements from the list and save the modified list in the component's state. I managed to make this…
Eric Bonin
  • 63
  • 1
  • 10
1
vote
0 answers

After using Showmore plugin with Freetile(Mansonry) lots of blank space is left afterwards

http://jsfiddle.net/mLT8Z/ When you the click Show All button it is supposed to show all the hidden contents and then finish. The rest of the website would then follow seperately. But when show all is clicked there is a lot of blank space left. The…
4D4C
  • 33
  • 6
1
vote
1 answer

How to correctly configure and use WookMark Masonry

I'm trying to use Wookmark js to show images on my website, I've followed the official guide but the plugin seems to not work, probably for some inheritance of my CSS theme. Images simply shows up in a list. I've uploaded jquery-1.10.2-min, wookmark…
user1830223
1
vote
0 answers

jQuery wookmark how work with scroll down load more?

I am using jQuery wookmark and also using ajax scroll load more pagination the problem is that when I use simple layut and test my scripts its all work perfect when I use this with jQuery wookmark then scroll system not work fine its repeat data…
user2951112
  • 105
  • 1
  • 2
  • 10
1
vote
1 answer

Wookmark Jquery UI not working

Hi friends I am using http://www.wookmark.com/jquery-plugin $.post('get_category',data={type:'All'},function(data) { $.each(data,function(item,i){ var image_path = "
Hacker Rocker
  • 251
  • 2
  • 4
  • 13
0
votes
0 answers

jQuery Wookmark Plug-in API dosent work when the json loads from my server

I am trying to work with the jQuery Wookmark Plug-in API, when I calling the original json from this URL http://www.wookmark.com/api/json/popular it works fine I copied the content and put it on my server on http://13k.me/test.json but it doesn't…
Yoav B
  • 27
  • 5
0
votes
0 answers

Try to add wookmark layout in angularjs app

i am trying to add wookmark layout in my angular js app .If there is no infinity scroll then it will fine but when i added angularjs infinity scroll then my wookmark layout not working means when scroll layout not apply . my infinity scroll…
Himanshu
  • 85
  • 1
  • 8
0
votes
2 answers

How to apply a class to a child if all other children are hidden?

I know that this is super simple with jQuery, although I am after a CSS only solution (if possible). I have a list of divs, with the last item being an error message. I have a simple filtering system, and if none of the divs match the selected…
Fizzix
  • 23,679
  • 38
  • 110
  • 176
0
votes
0 answers

Jquery wookmark plugin keep order

I'm using the wookmark plugin for jquery to display a list of products in a tile view. Also, I have this "tiles" comming in an ajax calling (endless scrooling). When I'm getting a new page I'm recalling the container in order to apply to the "new…
amachado
  • 1,032
  • 1
  • 15
  • 31
0
votes
1 answer

Show active items on page load - Wookmark JS

I'm using wookmark JS to display content.. All good, filtering works fine but, Im not too hot on Jquery. I need to load relative filtered items when coming from a specific nav link or page Here's a link to the prototype…
Ren
  • 1
  • 1
1
2