Script is not calling on Homepage Banner slider The Next CEO of Stack OverflowPromotional...
Was the Stack Exchange "Happy April Fools" page fitting with the 90s code?
Is this a new Fibonacci Identity?
Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?
Is there a rule of thumb for determining the amount one should accept for a settlement offer?
Find a path from s to t using as few red nodes as possible
"Eavesdropping" vs "Listen in on"
Can I hook these wires up to find the connection to a dead outlet?
How to find if SQL server backup is encrypted with TDE without restoring the backup
Direct Implications Between USA and UK in Event of No-Deal Brexit
Why does sin(x) - sin(y) equal this?
Prodigo = pro + ago?
Could you use a laser beam as a modulated carrier wave for radio signal?
Why was Sir Cadogan fired?
How to compactly explain secondary and tertiary characters without resorting to stereotypes?
How did scripture get the name bible?
Early programmable calculators with RS-232
Why do we say “un seul M” and not “une seule M” even though M is a “consonne”?
Creating a script with console commands
Are British MPs missing the point, with these 'Indicative Votes'?
Car headlights in a world without electricity
Free fall ellipse or parabola?
How badly should I try to prevent a user from XSSing themselves?
Incomplete cube
Why did the Drakh emissary look so blurred in S04:E11 "Lines of Communication"?
Script is not calling on Homepage Banner slider
The Next CEO of Stack OverflowPromotional 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
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.
magento2.2.6 banner-slider
add a comment |
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.
magento2.2.6 banner-slider
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
add a comment |
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.
magento2.2.6 banner-slider
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.
magento2.2.6 banner-slider
magento2.2.6 banner-slider
asked Feb 22 at 8:59
Teja Bhagavan KolleparaTeja Bhagavan Kollepara
3,00841949
3,00841949
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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!
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 withjQuery
as because that I am still can see into the console it is giving error there
– ABHISHEK TRIPATHI
Feb 22 at 11:05
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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!
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 withjQuery
as because that I am still can see into the console it is giving error there
– ABHISHEK TRIPATHI
Feb 22 at 11:05
add a comment |
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!
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 withjQuery
as because that I am still can see into the console it is giving error there
– ABHISHEK TRIPATHI
Feb 22 at 11:05
add a comment |
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!
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!
edited Feb 22 at 9:31
answered Feb 22 at 9:06
ABHISHEK TRIPATHIABHISHEK TRIPATHI
2,0361728
2,0361728
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 withjQuery
as because that I am still can see into the console it is giving error there
– ABHISHEK TRIPATHI
Feb 22 at 11:05
add a comment |
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 withjQuery
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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