SUPPORT CENTER

We're here to help

Our Mission: To Be Your Most Reliable Partner

When you need help, we're here. Every question matters, every issue deserves attention, and every user deserves to succeed. We believe that great support isn't just about solving problems—it's about empowering you to create amazing things. Your success is our success, and we're committed to being the reliable partner you can count on.

— AS RUBIK TEAM

Frequently Asked Questions

Before contacting support

Save time with our self-help resources:

  • Implementation Guide - Step-by-step setup instructions
  • Browser Console: Check for error messages (press F12)
  • Clear cache: Force refresh with Ctrl+F5

Most Common Issues

Before contacting support, please check these common solutions:

Videos not playing

Videos created with Wondershare products (Filmora, DemoCreator, etc.) often don't work in web browsers.

Solution: Use Avidemux (Free) to re-encode your videos:

  1. Open your video in Avidemux
  2. Set: Video Output: Copy / Audio Output: Copy / Muxer: MP4
  3. Save - Your video is now web-compatible!

Other common issues

  • Not working locally: Anti Swiper Rubik requires online environment
  • Images not loading: Check file paths and server upload
  • API key error: Ensure subscription is active and key is correct

Q:Why doesn't Anti-Swiper work on my computer?

A:Anti Swiper Rubik only works in online environments (on a web server). It cannot be tested locally using file:// protocol.

Solution:

Q:What's included in each plan?

A:Here are the features included in each plan:

Q:What file formats are supported?

A:The supported file formats depend on your plan:

Q:Can I use Anti Swiper Rubik on multiple websites?

A:Each subscription is tied to one domain. For multiple domains, you'll need separate subscriptions or contact us for enterprise pricing.

Q:I didn't receive my API key email

A:Check your spam/junk folder first. Our emails may be filtered by some email providers.

If still not found:

  1. Check the success page after payment - your API key is displayed there
  2. Contact us with your payment confirmation

Q:How do I update my API key?

A:Replace the key in your script tag:

<script src="https://cdn.as-rubik.com/v1/anti-swiper.min.js?key=YOUR_NEW_API_KEY"></script>

A:Modify the CSS for your container:

.anti-swiper-container {
    max-width: 800px;  /* Change width */
    height: 400px;     /* Change height */
}

Q:Is Anti Swiper Rubik mobile-friendly?

A:Yes! Anti Swiper Rubik is fully responsive. Use CSS media queries for different screen sizes:

@media (max-width: 768px) {
    .anti-swiper-container {
        height: 250px;
    }
}

A:Common causes and solutions:

Q:Do you offer refunds?

A:Yes, we offer a 30-day money-back guarantee. If you're not satisfied with Anti Swiper Rubik, contact us for a full refund.

Q:Is there a free trial?

A:You can test Anti Swiper Rubik functionality on our Demo page. For production use, choose from our affordable plans starting at $9.99/month.

Q:Images not loading or showing broken links

A:Common causes and solutions:

Q:API key error or "Invalid key" message

A:Troubleshooting steps:

  1. Check subscription status: Ensure your subscription is active
  2. Verify domain match: API key must match registered domain
  3. Check key format: Ensure no extra spaces or characters
  4. Test on HTTPS: Some features require secure connection
<script src="https://cdn.as-rubik.com/v1/anti-swiper.min.js?key=YOUR_API_KEY"></script>

A:Optimization tips:

Q:How to customize carousel appearance?

A:You can customize the carousel using CSS:

.anti-swiper-container {
    max-width: 800px;
    height: 400px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .anti-swiper-container {
        height: 250px;
    }
}

Q:Can I customize the animations?

A:Basic customization is available through configuration options. For advanced customization, contact us for custom development services.

Contact Support

Need additional help? Our support team is ready to assist you.

Email Support

Send us an email at support@as-rubik.com

Response time: Within 24 hours for all plans

Troubleshooting Checklist

Before contacting support, please verify:

Still Need Help?

If you've checked the above and still need assistance, we're here to help!

Email Support

All Plans: support@as-rubik.com

  • All Plans: Email support available

When contacting support, please include:

  • Your plan type (Standard/Pro/Enterprise)
  • Your domain name
  • Description of the issue
  • Browser console errors (if any)
  • Your API key (for verification)