Warning: Parameter 1 to wp_default_styles() expected to be a reference, value given in /homepages/28/d380932067/htdocs/wizzud.com/wp-includes/plugin.php on line 601

Warning: Parameter 1 to wp_default_scripts() expected to be a reference, value given in /homepages/28/d380932067/htdocs/wizzud.com/wp-includes/plugin.php on line 601

Warning: Parameter 1 to WPFB_Core::ParseQuery() expected to be a reference, value given in /homepages/28/d380932067/htdocs/wizzud.com/wp-includes/plugin.php on line 601

Warning: Parameter 1 to WPFB_Core::ParseQuery() expected to be a reference, value given in /homepages/28/d380932067/htdocs/wizzud.com/wp-includes/plugin.php on line 601

Warning: Parameter 1 to WPFB_Core::ParseQuery() expected to be a reference, value given in /homepages/28/d380932067/htdocs/wizzud.com/wp-includes/plugin.php on line 601

Warning: Cannot modify header information - headers already sent by (output started at /homepages/28/d380932067/htdocs/wizzud.com/wp-includes/plugin.php:601) in /homepages/28/d380932067/htdocs/wizzud.com/wp-includes/feed-rss2-comments.php on line 8
Comments for Wizzud.Com http://www.wizzud.com Wizzud's website Wed, 11 May 2016 14:47:41 +0000 hourly 1 https://wordpress.org/?v=4.5.18 Comment on Support by Artem http://www.wizzud.com/jqdock/support/#comment-138530 Wed, 11 May 2016 14:47:41 +0000 http://www.wizzud.com/?page_id=292#comment-138530 Hi. I have a question about the dropbown menu in dock.
.find(‘a’).visibility(‘visible’)
This doesnt work.
How I make the menu visible right form the start?

]]>
Comment on Examples by Artem http://www.wizzud.com/jqdock/examples/#comment-138447 Sun, 08 May 2016 08:02:57 +0000 http://www.wizzud.com/?page_id=515#comment-138447 How do I implement a remove circle kinda like notification style inplace on title span

]]>
Comment on Examples by Artem http://www.wizzud.com/jqdock/examples/#comment-138372 Thu, 05 May 2016 13:12:15 +0000 http://www.wizzud.com/?page_id=515#comment-138372 when changing div.jqdockwrap how do i go around and make div responsive. i want to resize screen and to see both ends stay relative.

]]>
Comment on jqDock by Josh http://www.wizzud.com/jqdock/#comment-137556 Mon, 28 Mar 2016 16:14:11 +0000 http://www.wizzud.com/?page_id=161#comment-137556 Thank you for responding!

Yeah, sorry I saw the typo as soon as I hit post, but your assumption is correct, I meant jQuery 1.7.1.

Here is a JSFiddle that demonstrates the issue: https://jsfiddle.net/1yf5dg0n/

]]>
Comment on jqDock by wizzud http://www.wizzud.com/jqdock/#comment-137485 Sat, 26 Mar 2016 09:30:49 +0000 http://www.wizzud.com/?page_id=161#comment-137485 If you have a web-accessible example of the problem, that would be useful? (And I’m assuming that jQuery 7.1 is a typo for jQuery 1.7.1?)

]]>
Comment on jqDock by Josh http://www.wizzud.com/jqdock/#comment-137473 Sat, 26 Mar 2016 00:37:17 +0000 http://www.wizzud.com/?page_id=161#comment-137473 Hi Wizzud,

I recently took over a project that makes use of this great plugin, however, in our implementation, it doesn’t quite work as expected. The issue we are having is that the items seem to be out of alignment with the cursor. So for example, we have 15 items in the dock, and they all overlap each other about 50%. When I hover over the first item, it enlarges appropriately. However as I move my cursor to the right, the image that gets enlarged falls further and further behind the cursor, so for example, by the time my mouse is hovering over image 15, image 8 is the one that is enlarged, and there is ultimately no way to get image 15 to be enlarged because you run out of page/monitor space to move the cursor any further right.

We use basic settings:
opts = {
size: 325,
align: ‘middle’,
sizeMax: 500,
distance: 150
};
var num_rows = jQuery(‘#menudock’).size();
console.log(“no of rows”, num_rows);
jQuery(‘#menudock’).jqDock(opts);

We’re using jQuery 7.1 and the latest version of jqDock (2.0.2).

Any insight you can provide would be greatly appreciated.

Thanks,
Josh

]]>
Comment on Examples by Kristian http://www.wizzud.com/jqdock/examples/#comment-134724 Thu, 25 Feb 2016 15:18:49 +0000 http://www.wizzud.com/?page_id=515#comment-134724 How can I change the size of the menu (not pictures) as want the pictures are a great distance from one another in peace. The actual menu fills most of the page in length

]]>
Comment on How to Add a Gallery Option for Zero Columns to WordPress Media Manager by marga http://www.wizzud.com/2013/07/29/how-to-add-a-gallery-option-for-zero-columns-to-wordpress-media-manager/#comment-131030 Tue, 06 Oct 2015 07:00:25 +0000 http://www.wizzud.com/?p=1403#comment-131030 Hi Wizzud,

I tried to ask my question on comment 9 but i see it isn’t displayed well. I have asked my question also on stackexchange. Maybe you can take a look at it

]]>
Comment on How to Add a Gallery Option for Zero Columns to WordPress Media Manager by marga http://www.wizzud.com/2013/07/29/how-to-add-a-gallery-option-for-zero-columns-to-wordpress-media-manager/#comment-131029 Tue, 06 Oct 2015 06:48:20 +0000 http://www.wizzud.com/?p=1403#comment-131029 Hi Wizzud,

I mean’t this:
With the help of your tutorial and some other tutorial i was able to create new gallery settings by this code:

Default gallery
Slideshow
Masonry gallery

jQuery(document).ready(function(){

// add your shortcode attribute and its default value to the
// gallery settings list; $.extend should work as well…
_.extend(wp.media.gallery.defaults, {
slideshow_attr: ‘zzlslideshow’
});

// merge default gallery settings template with yours
wp.media.view.Settings.Gallery = wp.media.view.Settings.Gallery.extend({
template: function(view){
return wp.media.template(‘gallery-settings’)(view)
+ wp.media.template(‘slideshow-gallery-settings’)(view);
}
});

});

This code provides the shortcode on the backend of wordpress. But i do’nt now how to get the values of the chosen options to the frondend. for example if people choose option slideshow i want to turn the gallery in a flexslider. Hope you understand my problem now

]]>
Comment on How to Add a Gallery Option for Zero Columns to WordPress Media Manager by wizzud http://www.wizzud.com/2013/07/29/how-to-add-a-gallery-option-for-zero-columns-to-wordpress-media-manager/#comment-131006 Mon, 05 Oct 2015 08:58:07 +0000 http://www.wizzud.com/?p=1403#comment-131006 I’m not sure how to answer this, because I don’t really understand the question.
The only thing that reaches the frontend is the output resulting from WordPress’s processing of the gallery shortcode.
If the gallery shortcode has columns=0 set (which is the point of the code above) then the output will have a class of gallery-columns-0, and it won’t have any BR elements – all of which is done automatically by WordPress.
How the gallery looks in the frontend is very much theme dependent : if your theme declares support HTML5 markup for gallery output, then your theme is solely responsible for styling the output … and it may need tweaking; if your theme doesn’t declare HTML5 support then WordPress provides default gallery styling … and that too will probably need to be overridden for zero columns.
If I haven’t answered your query, I apologise, and maybe you could expand on your problem?

]]>