Looking to create a woocomerce bookings selection for longer than a weekly block –
ie one week to the next or longer However even when I exclude the
Saturday and Sunday from the calendar so it cant be booked it includes the cost of the weekend as welcome – much confusion.
Can anyone help?
Chris
]]>When site url / page loads in the browser the flex-direction-nav sits down under the flex slider and there is a gap between the bottom of the slider gallery image and the content below any ideas on how to fix this in settings or through the css!?
When I scroll down however the nav moves up and the gap closes.
Many thanks in advance.
Chris
]]>Hello,
I want to create galleries in a posts.
If I try to create them with “classic editor” I can visualize them correctly, if I try to create them by creating a new gallery block (not classic editor) I don’t see the “gallery settings”.
My site is managed by various users, it is very inconvenient to have to create a “classic editor” block to create a gallery.
I await your reply.
Thank you
Hi, I fixed a little bug, so I alert you about it:
In current stable version,
In file wp-flexslider/inc/public/main.php, at row 177:
I replaced:
$output .= '<li><div class="flex-slide">';
$output .= $image_output;
$output .= "</li></li>";
with:
$output .= '<li><div class="flex-slide">';
$output .= $image_output;
$output .= "</div></li>";
This improved Instant Articles compatibility so I fixed it and added custom rules for transformation (if you need them I will paste them here),
Bye, dave
]]>Hello,
After the last slide, it will roll back to farthest left to start the rotation again.
I wanted it to look as one sided rotation. After the last slide the first slide should come at the right only and continue the rotation. Is it possible..?
Thank you.
]]>An old employee set up our site years ago. I’m trying to figure out how to use the shortcode to add a picture.
Here is the current code:
[/vc_column_text][vc_gallery type=”flexslider_fade” interval=”3″ images=”402,389,401,400,986,991,994″ onclick=”link_image” custom_links_target=”_self” img_size=”700×400″][vc_column_text]
The images appear to be to linked by reference numbers. How can I access and edit the references to add a new image?
]]>I am sure this is a simple question, but how do I make each side in the slider hyperlinked to a page in the site, I know I can add a hyperlink to sit on top of the slide, such as the Concrete slide uses, but I’d like the slide image itself to be hyperlinked.
]]>The plugin looks great, but unfortunately it has a number of serious bugs:
(please view 2 posts on my online WP test install)
– Can’t save unchecked checkboxes in the settings panel, these options don’t work (the other options work however).
– In ‘Fade’ mode the control-nav bullets don’t adjust their position correctly, even when all images have the same size. They do this correctly in ‘Slide’ mode.
– After clicking a control-nav bullet a gray border appears around it (big in Firefox, small in Chrome (both Mac)).
– Often the control-nav bullet can’t be clicked at all (it’s difficult to establish when exactly that happens).
– In desktop sizes, when hovering the image the direction arrows get an ugly underlining, which disappears when the arrow itself is hovered. In mobile sizes (960px width and below) this underlining is always visible once an image has been ‘visited’.
]]>I created a gallery with my images to create a slide. The last image appears first before my first image. I would like it to show my first slide first at all times because its the most important image. Any help? thanks!
]]>Thanks for making this plugin, really useful. I’m wondering though if it’s possible to use the thumbnail slider control?
]]>It’d be nice to have a field on the settings page to be able to enter a Link Class to enable support for various lightbox plugins and/or lightboxes integrated in to themes.
Some also use a “rel” attribute to create a lightbox gallery, so that’d be a useful setting also.
Thanks,
Michael
Submitting a bug:
assets/js/script.js line 26 should be
$el.flexslider(settings)
(not $slider.flexslider(settings)
)
in order to target each slider on a single page separately.
I found thins because I had multiple sliders on the same page, each with different settings, and only one group of settings was being applied to all sliders.
Nice plugin – thank you!
]]>Hi
Thank you for this plugin, it is almost everything that I was looking for.
Is there an easy and persistent way to make “Flexslider” the default Type in the Gallery Preferences? I may change it in the code but this might be changed by update again. It would be nice to be able to set this in the Plugin Settings.
Thank you in advance.
brgds
Ivo
Hi,
Installed the plugin, created gallery, inserted into post. It looks like this in post edit field. It does not look like a slider, just 5 images: https://s28.postimg.org/jrp44u58d/wp_flexslider_in_post.png
After saving and viewing post, no slideshow. When I view source, I see slideshow code, here’s the start of the flex slider gallery code. (And yes, all the image urls work as well):
<div id='gallery-1' class='flexslider wp-flexslider gallery-flexslider' data-flex-settings='{"animation":"slide","slideshow":false,"animationLoop":true,"animationSpeed":600,"slideshowSpeed":7000,"directionNav":true,"controlNav":true,"smoothHeight":true}'><ul class='slides'><li><div class="flex-slide">
and flex slider JS code:
<link rel='stylesheet' id='flexslider-css' href='https://mydomain.com/wp-content/plugins/wp-flexslider/assets/flexslider.css?ver=2.6.3' type='text/css' media='all' />
<link rel='stylesheet' id='wp-flexslider-css' href='https://mydomain.com/wp-content/plugins/wp-flexslider/assets/css/style.css?ver=1.0' type='text/css' media='all' />
<script type='text/javascript' src='https://mydomain.com/wp-includes/js/admin-bar.min.js?ver=4.6.1'></script>
<script type='text/javascript' src='https://mydomain.com/wp-includes/js/wp-embed.min.js?ver=4.6.1'></script>
<script type='text/javascript' src='https://mydomain.com/wp-content/plugins/wp-flexslider/assets/jquery.flexslider.min.js?ver=2.6.3'></script>
<script type='text/javascript' src='https://mydomain.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://mydomain.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='https://mydomain.com/wp-content/plugins/wp-flexslider/assets/js/script.min.js?ver=1.0.0'></script>
Am I missing some JS so this shows up? Or something else?
Thanks in advance for your help,
Dean
]]>the css is written with references to fonts as though the fonts directory was below the css directory and not adjacent.
moving the fonts directory under the css directory solves this problem
]]>the files in the plugin are named jquery.flexslider.js and jquery.flexslider.min.js but the plugin is attempting to load a flexslider.js which doesn’t exist
]]>need to replace this:
array( $this, '__return_empty_string' )
With This
'__return_empty_string'
on line 74 of inc/admin/settings.php