Script is not calling on Homepage Banner sliderPromotional Banner In Magento 1.9.2.4Magestore's Banner Slider not working properly(Magento 1.9)Magento 2: How to upload a banner slider on magento homepage?Slider banner image is resize to smaller size in magento 1.9Magento 1: Banner slider not showing?slider getting stucked after refreshMagento add Image Slider getting unserialize(): ErrorHow to add Slick Slider in Magento 2?Magento 1.9 Banner Slider is not displayed on the frontendMagento - 2.2.6 : Unable to send mail error on not found page

Can I make "comment-region" comment empty lines?

Why are electrically insulating heatsinks so rare? Is it just cost?

UK: Is there precedent for the governments e-petition site changing the direction of a government decision?

What does it mean to describe someone as a butt steak?

A reference to a well-known characterization of scattered compact spaces

1960's book about a plague that kills all white people

SSH "lag" in LAN on some machines, mixed distros

intersection of two sorted vectors in C++

What killed these X2 caps?

How to say in German "enjoying home comforts"

I'm flying to France today and my passport expires in less than 2 months

Is it legal for company to use my work email to pretend I still work there?

Why does Arabsat 6A need a Falcon Heavy to launch

Stopping power of mountain vs road bike

Brothers & sisters

Why can't we play rap on piano?

How can I make my BBEG immortal short of making them a Lich or Vampire?

Assassin's bullet with mercury

Why is the 'in' operator throwing an error with a string literal instead of logging false?

How do conventional missiles fly?

Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?

Can I use a neutral wire from another outlet to repair a broken neutral?

90's TV series where a boy goes to another dimension through portal near power lines

Is it canonical bit space?



Script is not calling on Homepage Banner slider


Promotional Banner In Magento 1.9.2.4Magestore's Banner Slider not working properly(Magento 1.9)Magento 2: How to upload a banner slider on magento homepage?Slider banner image is resize to smaller size in magento 1.9Magento 1: Banner slider not showing?slider getting stucked after refreshMagento add Image Slider getting unserialize(): ErrorHow to add Slick Slider in Magento 2?Magento 1.9 Banner Slider is not displayed on the frontendMagento - 2.2.6 : Unable to send mail error on not found page






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















https://www.depoto.com/ is my website.



I have used the weltpixel banner slider extension.
When i refresh the website, The banner slider is not working properly.



enter image description here










share|improve this question






















  • have you deleted the question that you have asked previously?

    – ABHISHEK TRIPATHI
    Feb 22 at 9:07











  • I think it is working now

    – magefms
    Feb 22 at 10:47











  • Is it working now with my given answer?

    – ABHISHEK TRIPATHI
    Mar 26 at 11:28











  • @ABHISHEKTRIPATHI, Thanks for the answer. Actually its not worked. then i chose another plugin.

    – Teja Bhagavan Kollepara
    Mar 26 at 11:38

















2















https://www.depoto.com/ is my website.



I have used the weltpixel banner slider extension.
When i refresh the website, The banner slider is not working properly.



enter image description here










share|improve this question






















  • have you deleted the question that you have asked previously?

    – ABHISHEK TRIPATHI
    Feb 22 at 9:07











  • I think it is working now

    – magefms
    Feb 22 at 10:47











  • Is it working now with my given answer?

    – ABHISHEK TRIPATHI
    Mar 26 at 11:28











  • @ABHISHEKTRIPATHI, Thanks for the answer. Actually its not worked. then i chose another plugin.

    – Teja Bhagavan Kollepara
    Mar 26 at 11:38













2












2








2








https://www.depoto.com/ is my website.



I have used the weltpixel banner slider extension.
When i refresh the website, The banner slider is not working properly.



enter image description here










share|improve this question














https://www.depoto.com/ is my website.



I have used the weltpixel banner slider extension.
When i refresh the website, The banner slider is not working properly.



enter image description here







magento2.2.6 banner-slider






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 22 at 8:59









Teja Bhagavan KolleparaTeja Bhagavan Kollepara

3,00641949




3,00641949












  • have you deleted the question that you have asked previously?

    – ABHISHEK TRIPATHI
    Feb 22 at 9:07











  • I think it is working now

    – magefms
    Feb 22 at 10:47











  • Is it working now with my given answer?

    – ABHISHEK TRIPATHI
    Mar 26 at 11:28











  • @ABHISHEKTRIPATHI, Thanks for the answer. Actually its not worked. then i chose another plugin.

    – Teja Bhagavan Kollepara
    Mar 26 at 11:38

















  • have you deleted the question that you have asked previously?

    – ABHISHEK TRIPATHI
    Feb 22 at 9:07











  • I think it is working now

    – magefms
    Feb 22 at 10:47











  • Is it working now with my given answer?

    – ABHISHEK TRIPATHI
    Mar 26 at 11:28











  • @ABHISHEKTRIPATHI, Thanks for the answer. Actually its not worked. then i chose another plugin.

    – Teja Bhagavan Kollepara
    Mar 26 at 11:38
















have you deleted the question that you have asked previously?

– ABHISHEK TRIPATHI
Feb 22 at 9:07





have you deleted the question that you have asked previously?

– ABHISHEK TRIPATHI
Feb 22 at 9:07













I think it is working now

– magefms
Feb 22 at 10:47





I think it is working now

– magefms
Feb 22 at 10:47













Is it working now with my given answer?

– ABHISHEK TRIPATHI
Mar 26 at 11:28





Is it working now with my given answer?

– ABHISHEK TRIPATHI
Mar 26 at 11:28













@ABHISHEKTRIPATHI, Thanks for the answer. Actually its not worked. then i chose another plugin.

– Teja Bhagavan Kollepara
Mar 26 at 11:38





@ABHISHEKTRIPATHI, Thanks for the answer. Actually its not worked. then i chose another plugin.

– Teja Bhagavan Kollepara
Mar 26 at 11:38










1 Answer
1






active

oldest

votes


















0














It is just a class issue while loading the content it is not appending this class -> owl-carousel some times.



What you can do to resolve this issue is just simply put a script on the home page & add the class there with your own script like this



<script>
require(['jquery'], function($)
$('.owl-carousel-custom-1.owl-theme.owl-loaded.owl-drag').addClass('owl-carousel');
);
</script>


There must be some other solution also but it is the short hack that you can do for resolving this issue now




Note: You can simply put the if condition to the script for checking that if
class is already there or not to overcome the double assignment of the
same class.




Thank You!






share|improve this answer

























  • i have added at homepage. But still the problem is apearing . Please check once

    – Teja Bhagavan Kollepara
    Feb 22 at 9:25











  • as I can see into your site in console you are getting one error that is jQuery is not defined so please call that script with the require js content that is the dependency on the jquery see my updated answer!

    – ABHISHEK TRIPATHI
    Feb 22 at 9:29












  • still i am having the same problem. I have added your updated one in my homepage

    – Teja Bhagavan Kollepara
    Feb 22 at 10:17











  • I think that is your browser cache issue please try with some other browser or after removing the browser cache or in a incognito mode, flush the magento cache & also please remove that old code with jQuery as because that I am still can see into the console it is giving error there

    – ABHISHEK TRIPATHI
    Feb 22 at 11:05











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f262987%2fscript-is-not-calling-on-homepage-banner-slider%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














It is just a class issue while loading the content it is not appending this class -> owl-carousel some times.



What you can do to resolve this issue is just simply put a script on the home page & add the class there with your own script like this



<script>
require(['jquery'], function($)
$('.owl-carousel-custom-1.owl-theme.owl-loaded.owl-drag').addClass('owl-carousel');
);
</script>


There must be some other solution also but it is the short hack that you can do for resolving this issue now




Note: You can simply put the if condition to the script for checking that if
class is already there or not to overcome the double assignment of the
same class.




Thank You!






share|improve this answer

























  • i have added at homepage. But still the problem is apearing . Please check once

    – Teja Bhagavan Kollepara
    Feb 22 at 9:25











  • as I can see into your site in console you are getting one error that is jQuery is not defined so please call that script with the require js content that is the dependency on the jquery see my updated answer!

    – ABHISHEK TRIPATHI
    Feb 22 at 9:29












  • still i am having the same problem. I have added your updated one in my homepage

    – Teja Bhagavan Kollepara
    Feb 22 at 10:17











  • I think that is your browser cache issue please try with some other browser or after removing the browser cache or in a incognito mode, flush the magento cache & also please remove that old code with jQuery as because that I am still can see into the console it is giving error there

    – ABHISHEK TRIPATHI
    Feb 22 at 11:05















0














It is just a class issue while loading the content it is not appending this class -> owl-carousel some times.



What you can do to resolve this issue is just simply put a script on the home page & add the class there with your own script like this



<script>
require(['jquery'], function($)
$('.owl-carousel-custom-1.owl-theme.owl-loaded.owl-drag').addClass('owl-carousel');
);
</script>


There must be some other solution also but it is the short hack that you can do for resolving this issue now




Note: You can simply put the if condition to the script for checking that if
class is already there or not to overcome the double assignment of the
same class.




Thank You!






share|improve this answer

























  • i have added at homepage. But still the problem is apearing . Please check once

    – Teja Bhagavan Kollepara
    Feb 22 at 9:25











  • as I can see into your site in console you are getting one error that is jQuery is not defined so please call that script with the require js content that is the dependency on the jquery see my updated answer!

    – ABHISHEK TRIPATHI
    Feb 22 at 9:29












  • still i am having the same problem. I have added your updated one in my homepage

    – Teja Bhagavan Kollepara
    Feb 22 at 10:17











  • I think that is your browser cache issue please try with some other browser or after removing the browser cache or in a incognito mode, flush the magento cache & also please remove that old code with jQuery as because that I am still can see into the console it is giving error there

    – ABHISHEK TRIPATHI
    Feb 22 at 11:05













0












0








0







It is just a class issue while loading the content it is not appending this class -> owl-carousel some times.



What you can do to resolve this issue is just simply put a script on the home page & add the class there with your own script like this



<script>
require(['jquery'], function($)
$('.owl-carousel-custom-1.owl-theme.owl-loaded.owl-drag').addClass('owl-carousel');
);
</script>


There must be some other solution also but it is the short hack that you can do for resolving this issue now




Note: You can simply put the if condition to the script for checking that if
class is already there or not to overcome the double assignment of the
same class.




Thank You!






share|improve this answer















It is just a class issue while loading the content it is not appending this class -> owl-carousel some times.



What you can do to resolve this issue is just simply put a script on the home page & add the class there with your own script like this



<script>
require(['jquery'], function($)
$('.owl-carousel-custom-1.owl-theme.owl-loaded.owl-drag').addClass('owl-carousel');
);
</script>


There must be some other solution also but it is the short hack that you can do for resolving this issue now




Note: You can simply put the if condition to the script for checking that if
class is already there or not to overcome the double assignment of the
same class.




Thank You!







share|improve this answer














share|improve this answer



share|improve this answer








edited Feb 22 at 9:31

























answered Feb 22 at 9:06









ABHISHEK TRIPATHIABHISHEK TRIPATHI

2,1091828




2,1091828












  • i have added at homepage. But still the problem is apearing . Please check once

    – Teja Bhagavan Kollepara
    Feb 22 at 9:25











  • as I can see into your site in console you are getting one error that is jQuery is not defined so please call that script with the require js content that is the dependency on the jquery see my updated answer!

    – ABHISHEK TRIPATHI
    Feb 22 at 9:29












  • still i am having the same problem. I have added your updated one in my homepage

    – Teja Bhagavan Kollepara
    Feb 22 at 10:17











  • I think that is your browser cache issue please try with some other browser or after removing the browser cache or in a incognito mode, flush the magento cache & also please remove that old code with jQuery as because that I am still can see into the console it is giving error there

    – ABHISHEK TRIPATHI
    Feb 22 at 11:05

















  • i have added at homepage. But still the problem is apearing . Please check once

    – Teja Bhagavan Kollepara
    Feb 22 at 9:25











  • as I can see into your site in console you are getting one error that is jQuery is not defined so please call that script with the require js content that is the dependency on the jquery see my updated answer!

    – ABHISHEK TRIPATHI
    Feb 22 at 9:29












  • still i am having the same problem. I have added your updated one in my homepage

    – Teja Bhagavan Kollepara
    Feb 22 at 10:17











  • I think that is your browser cache issue please try with some other browser or after removing the browser cache or in a incognito mode, flush the magento cache & also please remove that old code with jQuery as because that I am still can see into the console it is giving error there

    – ABHISHEK TRIPATHI
    Feb 22 at 11:05
















i have added at homepage. But still the problem is apearing . Please check once

– Teja Bhagavan Kollepara
Feb 22 at 9:25





i have added at homepage. But still the problem is apearing . Please check once

– Teja Bhagavan Kollepara
Feb 22 at 9:25













as I can see into your site in console you are getting one error that is jQuery is not defined so please call that script with the require js content that is the dependency on the jquery see my updated answer!

– ABHISHEK TRIPATHI
Feb 22 at 9:29






as I can see into your site in console you are getting one error that is jQuery is not defined so please call that script with the require js content that is the dependency on the jquery see my updated answer!

– ABHISHEK TRIPATHI
Feb 22 at 9:29














still i am having the same problem. I have added your updated one in my homepage

– Teja Bhagavan Kollepara
Feb 22 at 10:17





still i am having the same problem. I have added your updated one in my homepage

– Teja Bhagavan Kollepara
Feb 22 at 10:17













I think that is your browser cache issue please try with some other browser or after removing the browser cache or in a incognito mode, flush the magento cache & also please remove that old code with jQuery as because that I am still can see into the console it is giving error there

– ABHISHEK TRIPATHI
Feb 22 at 11:05





I think that is your browser cache issue please try with some other browser or after removing the browser cache or in a incognito mode, flush the magento cache & also please remove that old code with jQuery as because that I am still can see into the console it is giving error there

– ABHISHEK TRIPATHI
Feb 22 at 11:05

















draft saved

draft discarded
















































Thanks for contributing an answer to Magento Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f262987%2fscript-is-not-calling-on-homepage-banner-slider%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Sum ergo cogito? 1 nng

419 nièngy_Soadمي 19bal1.5o_g

Queiggey Chernihivv 9NnOo i Zw X QqKk LpB