Magestore / Bannerslider-Magento2

Banner Slider Extension on Magento 2 - best way to capture the eyes of visitors!
http://www.magestore.com/banner-slider-on-magento2.html/
82 stars 100 forks source link

Frontend Not Working on Magento 2.1 #48

Open pikedave opened 8 years ago

pikedave commented 8 years ago

I've managed to install this successfully into Magento 2.1 and everything in Admin is working, however I am unable to get the slider to show on any CMS / content pages

blankapham commented 8 years ago

Hi @pikedave! Can you show me your problem detail? It is very good if you can take some screenshot. I will help you solve it.

pikedave commented 8 years ago

Hi @blankapham

Sure, I've attached some screenshots showing slider/banner config in admin as well as the code being used on the homepage cms. I;'ve also attached the page and elements that are rendered on the front-end where the slider does not show.

screen shot 2016-06-30 at 10 01 36 am screen shot 2016-06-30 at 9 59 16 am screen shot 2016-06-30 at 9 59 09 am screen shot 2016-06-30 at 9 58 16 am

pikedave commented 8 years ago

Any update on this ? has someone got this working on 2.1 yet ?

blankapham commented 8 years ago

Hi @pikedave I am very for late reply. We checked it on Magento 2.1 and didn't see this error. When you select position is Content-Top, this slider will be displayed at content-top in every page. If you insert code to content of home page, may be it will be displayed duplicate. If you can send me admin account, I will check it for you carefully. Thanks,

pikedave commented 8 years ago

My site is not public so I have no way to give you admin access remotely. do you have a working demo on Magestore so that I can see what the page source should be ?

I can see the content block being added like this

<div class="magestore-bannerslider widget-bannerslider">

just before the newsletter subscription form on the homepage

I have removed all content from the homepage in CMS to prevent conflict

is there a particular folder where the images have to be stored in order for the banner to display ? I dont see where they are copied to after I select them in the banner creation process

Is there anything I can check in the logs to see if I'm getting an error or a permissions issue ?

cotiga commented 8 years ago

Hello, I also encountered problem since 2.1.0 update. The slider no longer "slide". I reinstall a new Magento 2.1 on my local server, here the slide show is not displayed. I am running Ubuntu 16.04, php7, nginx ... See one on cotiga-world.com

cotiga commented 8 years ago

Re, I have problem with this extension. New VPS & Magento 2.10 clean install.

composer require magestore/module-bannerslider php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy

Owner, Group and permissions OK

In Backoffice, all's OK, create new slider, new banners... OK But in Front, nothing is displayed ! In homepage source, i find 7 empty bloc <div class="magestore-bannerslider"> </div>

someone else with this problem? Thank's

cotiga commented 8 years ago

I solve the problem:

sudo rm -r MAG_PATH/var/generation/*
sudo rm -r MAG_PATH/var/di/*
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
sudo chown -R USER:WWW-GROUP .
sudo find . -type d -exec chmod 770 {} \; && sudo find . -type f -exec chmod 660 {} \;
w3prodigy commented 8 years ago

Check your Banner's expiration date. For whatever reason it's required and it the current date is beyond the expiration date your banner won't show.

dpehchevski commented 7 years ago

I can't even see the content block:

<div class="magestore-bannerslider widget-bannerslider">

I am trying for several hours now and I am not even close to finding a solution...

twistedatrocity commented 7 years ago

I had same issue on fresh 2.1.5 install. I set the starting time on the banners to yesterday instead of todays date and now they work.

Brandon1811 commented 7 years ago

I had same issue and @twistedatrocity solution of setting the banner start time to yesterday solved it.

willingtone commented 6 years ago

've managed to install this successfully into Magento 2.2.2 and everything in Admin is working, however I am unable to get the slider to show on any CMS / content pages... i have the some issue

vinodsoba commented 6 years ago

What is the issue you are having @willingtone?

surendiranganesan commented 6 years ago

I installed Bannerslider in Magento 2.2.2 , after installation it appears in disabled modules. I tried

php bin/magento module:enable --clear-static-content Magestore_Bannerslider

but its showing

The directory "D:/wamp64/www/Magento_final/generated/code/Magento/Config/Model" cannot be deleted Warning!rmdir(D:/wamp64/www/Magento_final/generated/code/Magen to/Config/Model): Directory not empty.

please tell me how to fix it.

vinodsoba commented 6 years ago

Which application mode are you running?