the image slider takes too long to load the data

8 replies · opened Oct 15, 2020

SSemicolon WebSTAFFOct 15, 2020

Hello,

Firstly, since you are using a Regular License, you can only use 1 Regular License per Website. For each additional Website, you will need to Purchase another Regular License. So please make sure that you are not violating the License Terms: https://themeforest.net/licenses/standard .

Regarding your issue, add the following JS code at the bottom of the Page inside the `` Tags:
[ch_pre type="js"]$('#myModal').on('shown.bs.modal', function () {
$( '.flexslider .slide' ).resize();
});[/ch_pre]

Change the #myModal with your Modal Selector.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

BbintangjtobingOct 15, 2020

Oh sorry sir.. OKay sir... I will purchase it later.
Thank you sir..

For this issue, i will try this.

BbintangjtobingOct 15, 2020

I have already try it, but nothing happens and console inspect shows me an invalid token.
Please help me

BbintangjtobingOct 16, 2020

Please help sir

SSemicolon WebSTAFFOct 16, 2020

Hello,

Thanks for your Patience and Apologies about the Delays in replying!

We are working on this and will get back to you shortly.

BbintangjtobingOct 16, 2020

OKay sir, thank you very much for your help sir

SSemicolon WebSTAFFOct 17, 2020

Hello,

Thanks for your Patience!

We have tested this with some codes and the following codes appear to be working fine for us:
[ch_pre]
$('#myModal').on('shown.bs.modal', function () {
setTimeout(function(){ $( '.flexslider .slide' ).resize(); },500);
});
[/ch_pre]

Consider trying this code and let us know if this works fine for you. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard