← Back to Multipurpose Theme with PAGE BUILDER - Success Support
I can't get the carousel to work, i.e. rotate through slides. I've tried removing then adding the standard and the Owl carousel block, but can't get either to work. Probably something stupid I've done but I can't find it. Link - https://www.thenetnuts.com
Last updated
malkz30189 said:
I can't get the carousel to work, i.e. rotate through slides. I've tried removing then adding the standard and the Owl carousel block, but can't get either to work. Probably something stupid I've done but I can't find it. Link - https://www.thenetnuts.com
Hello!
Can you please explain a little bit more about your problem? There is a repeater on the owl carousel block , with it you can create slides.
Perhaps you can provide credentials to take a look on your live site.
I've added images and text to two fields in the carousel, but it stays static on the site i.e. it doen't slide to the next image and when I click the arrows next and previous, it just moves the page up slightly.
malkz30189 said:
I've added images and text to two fields in the carousel, but it stays static on the site i.e. it doen't slide to the next image and when I click the arrows next and previous, it just moves the page up slightly.
I just test it on clean installation and it works ok. I guess your problem is a cache problem. Try to clean cache on both Octobercms (using a clear cache plugin) and your browser.
Charis said:
malkz30189 said:
I've added images and text to two fields in the carousel, but it stays static on the site i.e. it doen't slide to the next image and when I click the arrows next and previous, it just moves the page up slightly.
I just test it on clean installation and it works ok. I guess your problem is a cache problem. Try to clean cache on both Octobercms (using a clear cache plugin) and your browser.
I'll try a clear cache plugin as see if that works, thanks for the quick response Charis.
malkz30189 said:
Charis said:
malkz30189 said:
I've added images and text to two fields in the carousel, but it stays static on the site i.e. it doen't slide to the next image and when I click the arrows next and previous, it just moves the page up slightly.
I just test it on clean installation and it works ok. I guess your problem is a cache problem. Try to clean cache on both Octobercms (using a clear cache plugin) and your browser.
I'll try a clear cache plugin as see if that works, thanks for the quick response Charis.
Let me know if that will help you.
malkz30189 said:
Charis said:
malkz30189 said:
I've added images and text to two fields in the carousel, but it stays static on the site i.e. it doen't slide to the next image and when I click the arrows next and previous, it just moves the page up slightly.
I just test it on clean installation and it works ok. I guess your problem is a cache problem. Try to clean cache on both Octobercms (using a clear cache plugin) and your browser.
I'll try a clear cache plugin as see if that works, thanks for the quick response Charis.
I tried the clear cache plugin but no joy. Can you see my problem on https://www.thenetnuts.com ?
malkz30189 said:
malkz30189 said:
Charis said:
malkz30189 said:
I've added images and text to two fields in the carousel, but it stays static on the site i.e. it doen't slide to the next image and when I click the arrows next and previous, it just moves the page up slightly.
I just test it on clean installation and it works ok. I guess your problem is a cache problem. Try to clean cache on both Octobercms (using a clear cache plugin) and your browser.
I'll try a clear cache plugin as see if that works, thanks for the quick response Charis.
I tried the clear cache plugin but no joy. Can you see my problem on https://www.thenetnuts.com ?
I take a better look on your live site and i found some errors on console. I guess you have enabled assets minification on cms.php on config folder. You have to change it to "false", because assets used on Success theme are already minified and that is giving an error.
Last updated
Charis said:
malkz30189 said:
malkz30189 said:
Charis said:
malkz30189 said:
I've added images and text to two fields in the carousel, but it stays static on the site i.e. it doen't slide to the next image and when I click the arrows next and previous, it just moves the page up slightly.
I just test it on clean installation and it works ok. I guess your problem is a cache problem. Try to clean cache on both Octobercms (using a clear cache plugin) and your browser.
I'll try a clear cache plugin as see if that works, thanks for the quick response Charis.
I tried the clear cache plugin but no joy. Can you see my problem on https://www.thenetnuts.com ?
I take a better look on your live site and i found some errors on console. I guess you have enabled assets minification on cms.php on config folder. You have to change it to "false", because assets used on Success theme are already minified and that is giving an error.
I didn't know I had done this. Is this a setting in the back-end or do I have to FTP to find this file?
malkz30189 said:
Charis said:
malkz30189 said:
malkz30189 said:
Charis said:
malkz30189 said:
I've added images and text to two fields in the carousel, but it stays static on the site i.e. it doen't slide to the next image and when I click the arrows next and previous, it just moves the page up slightly.
I just test it on clean installation and it works ok. I guess your problem is a cache problem. Try to clean cache on both Octobercms (using a clear cache plugin) and your browser.
I'll try a clear cache plugin as see if that works, thanks for the quick response Charis.
I tried the clear cache plugin but no joy. Can you see my problem on https://www.thenetnuts.com ?
I take a better look on your live site and i found some errors on console. I guess you have enabled assets minification on cms.php on config folder. You have to change it to "false", because assets used on Success theme are already minified and that is giving an error.
I didn't know I had done this. Is this a setting in the back-end or do I have to FTP to find this file?
Use FTP and go to config -> app.php and check if 'debug' => false
If is false go to config -> cms.php and change 'enableAssetMinify' => null to 'enableAssetMinify' => false
malkz30189 said:
Charis said:
malkz30189 said:
malkz30189 said:
Charis said:
malkz30189 said:
I've added images and text to two fields in the carousel, but it stays static on the site i.e. it doen't slide to the next image and when I click the arrows next and previous, it just moves the page up slightly.
I just test it on clean installation and it works ok. I guess your problem is a cache problem. Try to clean cache on both Octobercms (using a clear cache plugin) and your browser.
I'll try a clear cache plugin as see if that works, thanks for the quick response Charis.
I tried the clear cache plugin but no joy. Can you see my problem on https://www.thenetnuts.com ?
I take a better look on your live site and i found some errors on console. I guess you have enabled assets minification on cms.php on config folder. You have to change it to "false", because assets used on Success theme are already minified and that is giving an error.
I didn't know I had done this. Is this a setting in the back-end or do I have to FTP to find this file?
Ah wonderful! I would never had found that, 'enableAssetMinify' was set to 'null'.. Thank you for help and very quick replies Charis.
malkz30189 said:
malkz30189 said:
Charis said:
malkz30189 said:
malkz30189 said:
Charis said:
malkz30189 said:
I've added images and text to two fields in the carousel, but it stays static on the site i.e. it doen't slide to the next image and when I click the arrows next and previous, it just moves the page up slightly.
I just test it on clean installation and it works ok. I guess your problem is a cache problem. Try to clean cache on both Octobercms (using a clear cache plugin) and your browser.
I'll try a clear cache plugin as see if that works, thanks for the quick response Charis.
I tried the clear cache plugin but no joy. Can you see my problem on https://www.thenetnuts.com ?
I take a better look on your live site and i found some errors on console. I guess you have enabled assets minification on cms.php on config folder. You have to change it to "false", because assets used on Success theme are already minified and that is giving an error.
I didn't know I had done this. Is this a setting in the back-end or do I have to FTP to find this file?
Ah wonderful! I would never had found that, 'enableAssetMinify' was set to 'null'.. Thank you for help and very quick replies Charis.
I'm glad i help you. If you have time , you can write an quick review and rating if the theme satisfies you! This helps other people and also helps me so that I can do my best to improve this theme and provide better service!
1-12 of 12