1. Introduction
  2. Installation
    1. Getting Started
    2. Plugin Update (CiyaShop App Version 2.0)
    3. Plugin Installation (CiyaShop App Version 2.0)
  3. API Settings
    1. Support & License
    2. API Keys
    3. WooCommerce API
    4. Android Application Configuration
    5. iOS Application Configuration
    6. Google Maps API
    7. App URL
    8. Test API
    9. Emails
    10. Vendor Settings
  4. App Settings
    1. Primary Logo
    2. Secondary Logo
    3. App Color
    4. Main Category Menu
    5. Home Slider Banner
    6. Category Banners
    7. Banner Ads
    8. Feature Box
    9. App Pages
    10. Checkout Page Settings
    11. Social Links
    12. Contact Info
    13. Home Page Customisation
    14. WhatsApp Chat
    15. Language Setting (Version 1.0, Version 1.1& Version 1.2)
  5. Performance
  6. Reward Points
  7. Multi-Vendor Support
  8. Push Notifications
    1. Android Push-notification configurations
    2. iOS Push-notification configurations
    3. Admin Push-notification Configuration
  9. Delivery Tracking
  10. In-App Coupons
  11. Scratch Cards
  12. Multi-Currency Symbol
  13. GEO Fencing
  14. WishList
  15. One Signal Notification
  16. WPML Configuration
    1. App Setting for WPML
  17. How To Enable Delivery Boy? (Coming Soon)
  18. Other Android Application Configuration steps
    1. Application Package
    2. Setup Firebase project
    3. Setup Facebook Login
    4. Change SplashScreen
    5. Source and Credits
  19. Other iOS Application Configuration steps
    1. Setup Firebase project
    2. Facebook Setup
    3. Change App Name
    4. Change App Icon
    5. Change SplashScreen
    6. Source and Credits
  20. WhatsApp Floating Button
  21. Facebook Pixel
  22. Firebase Deep Links
  23. Google App Indexing
  24. Bottom Bar in Android
  25. Social Sharing & App Sharing (Coming Soon)
  26. Video Support (Product Detail)
  27. Infinite Scrolling
  28. Introduction Slider Changes
  29. Manage Infinite scrolling configuration from code
    1. Android
    2. iOS
  30. Variation Option
    1. Android Product Variation
    2. iOS Product Variation
  31. Check Zipcode For Delivery
  32. Add To Cart In Listing Page
  33. Firebase OTP on Registration
  34. Custom Products (Selected Products)
  35. Loader options (Shimmer Loader)
  36. Tera Wallet Plugin(Coming Soon)
  37. Publish
    1. Android app submission on PlayStore
    2. iOS app submission on AppStore
  38. FAQs
    1. WhatsApp not opening In API 30(Android 11)
    2. HTTP Authorization Header not enable?
    3. Checkout page not working correctly?
    4. Special Deal Products or Schedule Sale Products
    5. Update PGS Woo Api plugin
    6. How to take backups of PGS WOO APi Plugin
    7. How to remove Geo-fencing from CiyaShop Android?
    8. Remove Social Media Login
    9. Remove Black Color From Color Filter
    10. Set image according to your requirement
    11. Downloadable Products
    12. Remove Intro Slider (Coming Soon)
    13. InternalAppEventsLogger : Error When Running Android App
    14. Bottambar Issue
    15. Remove Blog and Find store
  39. Change Log
    1. Android
    2. iOS

Introduction Slider Changes

Introduction slider is enabled then the introduction slider will be visible for the first time when application is launched and once it is skip by user then Introduction slider will not be visible again.

We have added only 3 pages for introduction slider. Follow below steps to change the Introduction slider text and images.
 
Android
 

  • Open CiyaShop android application code in Android Studio.
  • Open ..//model/Intro.Java file.
  • Change text of intro.Title and intro.description according to your requirement.

  • To change image of intro slider please follow step from below screenshot.


Note: -When you click on the value of the title , you will get up one popup which contains string file with multiple languages. Choose any one string file according to your application’s language and change your text there.

iOS
 

  • Open CiyaShop iOS application code in Xcode.
  • Open IntroductionVC.m file in ..//CiyaShop/ViewControllers folder.
  • Here open localize method.
  • In localize method you will find the text setup for each page of slider.
  • Change the text of lblTitle1 and lblDesc1 for page one. Change the text of lblTitle2 and lblDesc2 for page two. Change the text of lblTitle3 and lblDesc3 for page three.
  • If language localization is not required then you can remove the MCLocalization stringForKey:"" and add your string directly. And if locatlizaion is requires then you have to add all the string in key value pair in preferred language file. Refer our language add section to add languages here.
  • Now to change images in slider open IntroductionScreen.xcassets folder in ..//CiyaShop/Helper Classes/ImageAssets folder. Here you will find all three image for introduction pages.
  • Change this images to your preffered images in 1x, 2x and 3x resolution. Now you are done with the changes for introduction slider.

Note: Make note that to add or remove the pages for Introduction slider you need programming and designing knowledge for objective c in Xcode. If you are good with objectice c programming and autolayout then you can easile add or remove Slider page from the Introduction slider.

Suggest Edit