File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ php bin/magento setup:di:compile
3737
3838If you don't want to install via composer, you can use this way.
3939
40- - Download [ the latest version here] ( https://github.com/razecodetech/banner/archive/master .zip )
40+ - Download [ the latest version here] ( https://github.com/razecodetech/magento2- banner-slider /archive/refs/heads/main .zip )
4141- Extract ` master.zip ` file to ` app/code/Razecode/Banner ` ; You should create a folder path ` app/code/Razecode/Banner ` if not exist.
4242- Go to Magento root folder and run upgrade command line to install ` Razecode_Banner ` :
4343
@@ -57,3 +57,9 @@ php bin/magento setup:static-content:deploy
5757Go to:
5858
5959` Store > Configuration > Razecode > Banner Slider > General Configuration > Display Slider from layout xml file (default) `
60+
61+ <b >NOTE:</b >
62+
63+ This extension requires base module.
64+
65+ Download Base Module [ latest version here] ( https://github.com/razecodetech/module-base/archive/refs/heads/main.zip )
Original file line number Diff line number Diff line change 103103.razecode-banner-slider .owl-carousel .owl-dots .owl-dot .active ,
104104.razecode-banner-slider .owl-carousel .owl-dots .owl-dot : hover {
105105 background : # 869791 ;
106+ }
107+ .razecode-banner-slider .slide_content {
108+ left : 8% ;
109+ top : 40% ;
110+ transform : translateY (-50% );
111+ position : absolute;
112+ width : 40% ;
106113}
You can’t perform that action at this time.
0 commit comments