Code

Discussion on Glider 3D Photo Slider WordPress Plugin v1.10

Discussion on Glider 3D Photo Slider WordPress Plugin v1.10

By
Cart 72 sales

Bukza does not currently provide support for this item.

29 comments found.

Hi Bukza I continue to appreciate your plugin but I have 2 problems: - the slide that I made with Glider currently includes 27 sliders (with 2 or 3 planes for each slide; average total pods of the images of each slide: 1200Ko). When I run it, there is a fairly long delay (probably to load the images. Unable to reduce their weight, do you have a solution to speed up the loading? - I manage to integrate text in HTML but no way to integrate shortcode like for example: [button color = ‘undefined’ hover_text_color_override = ‘undefined’ url = ’’ text = ‘test’ color_override = ’# ff4629’ ] or [nectar_dropcap color = ’# 2ac4ea’] test [/ nectar_dropcap] or sc name = ‘jm01’. Is there a particular operation or syntax? Do you have an example online?

MErci

Hi Bukza No need to answer me, I found my error for the shortcodes; in fact, the result is only visible when integrated into a slider on a WP page. When in Glider, we do ‘run’ we do not see the result of the SC. Regards

Hi, Bukza I work with Glider and really enjoy the rendering. On the other hand, while I have 9 slides in place, I have a white screen when I do ‘RUN’ in the admin part. And in the site, it does not start (with 3 blinking dots). I have to click on a right or left arrow for it to launch. I emptied the cache (WPRocket), tested on 2 browsers (FF and Chrome), destroyed the slider and reloaded with the confi file. The same. An idea ? Slider page on my site: https://www.thera-hypnose.com/sl01_b/

MErci JEan-MArie

Hello. We don’t see any issue with starting at your website. It seems to work correctly.

Hi Bukza, In fact, the problem arises, if Glider cannot load an image, regardless of the slide in question (not necessarily the 1st or last). In this case, if I do RUN, in the WP admin, I have a white screen and when 3 dots flashing on hold in reading page, these . I would know for the next time. Have a good week-end Jean-MArie

Hi, Indeed, I was not on the right plugin. I bought the WP Glider plugin. Herewith my license code 831a864b-e1ee-4fc7-b315-546efecc829e – 25 Aug 2021 But I still can’t put text on an image, whether it’s with HTML like:Hi,

oh le beau text

or a short code which loads this code. Thanks for the help. Without text, this plugin is useless to me

The second product cannot be used for the purposes you described. It’s actually the same HTML version but without WP capabilities. The output is the same HTML format.

Thank you.

OK, thank’s.Pity. Do you have a solution? Best regards

Sorry, rendering to video is out of scope of the plugin’s functionality. As it is a slider, not a video editor.

Hi,

Could I get your zoom effect in one of each of the 3 section your can have in the main part of these URL:

(in the first section with 3 layers)

https://ditraligroup.com/dmc/

I am willing to buy to accomplish that. The one you see does not look ok with the black interaction and the effect is not ok.

If you can help me with some custom work, please tell me the cost.

Thanks,

Br,

Thanks,

We don’t see any easy way to accomplish that using our slider. Perhaps it is possible to start animation on hover and destroy slider on mouse-out event. But all of these will require writing additional code that goes beyond the slider functionality. And we cannot help you with that unfortunately.

Hello, we have a problem with viewing slides from the control panel. We only display 10 of them while there are actually more.

thanks a lot for upgrade, but now after upgrading we get another issue: slider stop at first slide, you can see here: https://www.hotelluna.it/ Can you help me?

Hello. Can you please redownload the latest version of the plugin and check again. Thank you. It seems that there were a corrupted file in the pack, we have already fixed that. Sorry for that issue.

ok, it’s working! Thanks a lot!

Hello, congratulations for the plugin. We need to be able to make the slides in which we have only one photograph stop after the first cycle. is there any way I can stop the loop?

PS: a button that allows you to duplicate the slides would also be useful.

Currently, only by changing the sources of the plugin. You can open ‘glider\public\js\glider.min.js’ and ‘glider\admin\js\glider.min.js’

and manually delete these 2 strings:

n.changeSlide(1)

and

r.clearSlide(t)

deleting this part of code each slider on the site stops a the first slide. I need just one slide slider stops at first slide.

If you need both behaviors then there is no easy way to do it by code.

“the problem is that with one slide only, at the end of the animation we get a white screen before the loop starts again.” Maybe, you can add 2 similar slides, in this case they will switch without white screen. Or you can add a number of slides with still images to stop animation for a while.

Looks great. Can the 3d effect be used in woocommerce product image? Thanks.

Hello, thanks,

Unfortunatelly, we don’t see any easy way to change product image without modifying PHP sources in WordPress.

Thank you for your reply, what about adding image in description?

If description handles custom shortcodes correctly than you are able to do it. But we expect that it will not work without modifying the code, like e.g. described here: https://docs.woocommerce.com/document/allow-shortcodes-in-product-excerpts/

Or here: https://gist.github.com/ryelle/d46ba0c5d6404040b6227c6c6a702807

Thank you.

Hi there,

Great idea!

Question: can we use our own images to create 3D look?

Thanks

Igor

Hello! Yes, you can. You can prepare layers in any Photo Editor, video tutorial for Photoshop is included in the pack.

Thank you.

can you please tell me how this plugin differs from your other plugin – Scenic 3D Photo Parallax?

Hello,

You can check demo pages to understand the difference. Scenic is a single 3D image that respond to the mouse scrolling, and Glider is a set of images (a slideshow) that are changed by a timer.

Hello. This plugin is truly amazing! I’m loving playing around with it. Great job.

A while back I saw a screenshot or video / gif of a previous version(?) that had a ‘Copy HTML’ button (or something like that) and I’m wondering if I can still get just the pure html or for the slider once I’ve created one. What I’m trying to do is duplicate what you have on the live demo page where the slider is almost behaving like a hero / header image. Right now the short code is basically displaying as a smaller, almost iframe-like video. I’d like it to be full width of the page. Also if I do this will the plugin still be responsive?

Can you help me out with some sample code or any other guidance? I’m using the wordpress version so any assistance you can give me either with how to do the above using gutenberg or the classic editor plugin would be appreciated.

Thanks in advance for your help.

Hello, thank you for kind words about the plugin!

As we have understood, you want to modify the theme HTML markup, to put a shortcode inside it. You can do it, but it requires some skills in HTML to understand where to place the code and it depends on the particular theme. e.g. In the one of default themes called ‘Twenty Seventeen’ you can modify a file called ‘template-parts/header/header-image.php’ by inserting this code:

<?php echo do_shortcode( “[glider id=’999’]” ); ?>

..instead of <?php the_custom_header_markup(); ?> And also replace the ‘999’ with your slider id.

Hope this helps.

Sorry to take so long getting back to you. Thanks for the fast reply.

I am an experienced Wordpress developer with over 10 years of coding etc (at one point I was running over 200 WP sites) so I can make changes like you suggest. I was just hoping for a “lazy / easy” answer. lol

I’m primarily trying to NOT modify any of the core WP files or current theme files as they could be overwritten with any updates. I’m not a fan of child themes either.

So at this point I have a number of options ranging from creating a new page layout template and trying to use that as my home page, to recording the slide show in all it’s glory, saving that as an HD video and then using that as a video background in my header / hero area.

Can you please do me (and probably a number of your other customers) a favor and look into making your slider work more along the lines of the revolution slider so it’s Elementor and / or Gutenberg compatible? I would be happy to pay an upgrade fee for such a feature.

Keep up the great work and let me know your thoughts on the above. Thanks!

Actually it is compatible with Elementor.

If you use Elementor you can do the following: - Create a new single column section at the top of the page. - In the “Edit section” menu change “Content Width” to be “Full Width”. - Insert new element called “Shortcode” to this section. And insert Glider shortcode there, like [glider id=’999’]. - And finally click on “Edit column” at the top-left corner of the section to see “Edit column” menu, where on the “Advanced” tab change all paddings to 0.

This should give you a full screen responsive slideshow. Let me know if this works for you. Thank you.

the plugin is not responsive. Please refund.

Hello, it is responsive.

You can check it’s responsiveness on the demo page.

Is it possible that you had put it inside non-responsive container? In this case it will not change it’s width too.You can write to support@bukza.com and we will help you with this case.

Thank you.

hi – is it possible to limit the height? ie. make it a top banner of 300px?

Hello,

You can enter HTML mode in WP and manually wrap glider shortcode in ‘div’ with appropriate styling, like this:

[glider id=’999’]

Thank you.

Hi does this also works with Elementor ?

Hello!

Yes, it is. You can add it to Elementor as a shortcode.

Ok.. Sorry another Question … can i make this als a BG and have Text and Content above it… ( like Text etc ) i would love to use this as a header. Because this looks really great !

Yes, you can simply add HTML with your text (or content) as layer. It is supported in the constructor.

Thank you!

I have a question about how to make the wordpress version of the plugin play the slides on a continual loop? Is this possible?

Currently it plays through the slide one time and then pauses on white.

Thank you

Hello!

Please add one more slide and it will work in a loop. Slideshow should constain at least 2 slides.

Thank you.

very-very-very buggy. I hope for some updates soon

Hello,

Can you explain what bugs have you found? What browser do you use, what version of WP.

For now we do not have bug reports about latest version from other customers. So your help will be really appreciated.

Thank you.

We have published an update with some fixes. Please check it. Thank you.

its possible use transparents videos in backgrounds and layers??

Hello!

You can use any html as layer, so you can put a video as a background. But I’m not aware of the video that can have transparent parts (like pngs). Only if it is a set of pngs that creates an animation by the timer.

Thank you.

Hi.does your plugin work in RTL direction? does it have a Poedit file for translate?

Hello! Plugin is not yet prepared for RTL, so it maybe not quite comfortable to work with it in this mode. For now it has POT file with English language.

Thank you.

when your plugin support RTL direction let me know

Just installed the plugin, everything looks right with the exception of the “add text” button, which doesn’t show as an option…instead there is an “add shortcut” button. Is there an explanation for this.

Thanks for your prompt response…I want to reiterate that your video show this text button as an option (the video at the bottom of this link) https://preview.codecanyon.net/item/glider-3d-photo-slider-wordpress-plugin/full_screen_preview/22715398?_ga=2.26042941.1660083071.1540584718-605011963.1540233095

It would be nice to have this “add text” option in your next version of the plugin.

Thank you for clarification.

We have added ability to add any html as layer in version 1.4. So you can add as layer coed something, like Your text . And then specify .your-class in css styles to slylize your text.

Thank you!

Error VM87:1 Uncaught SyntaxError: Unexpected end of JSON input at JSON.parse (<anonymous>) at success (glider-admin.js?ver=1.3.0:285) at Object.t.success (load-scripts.php?c=0&load[]=hoverIntent,common,admin-bar,svg-painter,heartbeat,wp-auth-check,underscore,shortcode,backbone,wp-util,wp-backbone,media-models,&load[]=wp-plupload,jquery-ui-mouse,jquery-ui-sortable,wp-mediaelement,wp-api-request,media-views,media-editor,media-audiovideo,mce-view&load[]=,imgareaselect,image-edit,wp-api&ver=4.9.8:254) at i (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget&ver=4.9.8:2) at Object.fireWith [as resolveWith] (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget&ver=4.9.8:2) at y (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget&ver=4.9.8:4) at XMLHttpRequest.c (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,moxiejs,plupload,jquery-ui-core,jquery-ui-widget&ver=4.9.8:4)

I sent the details to the email support@bukza.com .

Thank you, very much!

We have identified the issue. Your server configuration doesn’t allows PUT and DELETE requests. And they are required by the WP REST API. You have to allow these request types and everything will work correctly. Thank you.

Hi I have a problem When pressed on “Create New Slider| Nothing opened

We have identified the issue. Your server configuration doesn’t allows PUT and DELETE requests. And they are required by the WP REST API. You have to allow these request types and everything will work correctly. Thank you.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey