Jump to content

Swiper Slider [ support topic ]


TAMAN

Recommended Posts

Posted

I have this via the Gamozilla theme and I'm either missing something obvious or there is a bug.

I'm setting up a second slider (Slider 2) and it's set up identically to the first with the only difference being the title and text (same styling, just different words).

The image on the second slider (which is the same as the first) will not show.

What am I doing wrong?

Thanks in advance!

Posted
18 hours ago, TAMAN said:

Do you use the swiper slider application or are you using one of my themes?

The theme. I'll stop posting here and only use the theme topic from now on -- I didn't originally see the theme topic so my bad for posting here.

  • 4 weeks later...
Posted

I'm using Swap Slider in Invision 4.5.4

After 4.5.x series, I can not Edit a Slider, on Admin area.. I getting the error below:

Quote

 

2S119/1 The CSRF protection key did not match. This may indicate a plugin or theme is out of date. Please contact technical support for more information.

 

image.thumb.png.6af96818d42ede055a178fa495f9fafe.png

Note: My user has All Admin Privileges

Posted
5 hours ago, Daniel Simoes said:

After 4.5.x series, I can not Edit a Slider, on Admin area.. I getting the error below:

 

It hasn't been updated for ips 4.5.x yet!

Posted
On 10/26/2020 at 11:05 PM, Daniel Simoes said:

I'm using Swap Slider in Invision 4.5.4

After 4.5.x series, I can not Edit a Slider, on Admin area.. I getting the error below:

image.thumb.png.6af96818d42ede055a178fa495f9fafe.png

Note: My user has All Admin Privileges

Same problem to me. Waiting for update till 15 september...

God help us! It is an amazing application.

  • 1 month later...
  • 1 month later...
  • 6 months later...
Posted
8 hours ago, Gangst3r said:

Hi, any chances to update it to work with 4.5 or 4.6 community version? 

Hi,

as soon as all my themes are updated to a new version that im working on currently then i will update this application and set it free in IPS marketplace 

  • 1 month later...
Posted (edited)

I've updated it by myself adding only this code to 2 php files (sliders & settings) into modules folder applications/swiperslider/modules/admin/swiper/

	/**
	 * @brief	Has been CSRF-protected
	 */
	public static $csrfProtected = TRUE;

In sliders.php find:
class _sliders extends \IPS\Node\Controller

class _sliders extends \IPS\Node\Controller

add after

	/**
	* @brief	Has been CSRF-protected
	*/
	public static $csrfProtected = TRUE;

It works great now.

In settings.php find:
 

class hook411 extends _HOOK_CLASS_
{

add after:

	/**
	 * @brief	Has been CSRF-protected
	 */
	public static $csrfProtected = TRUE;

 

 

Tha's all 😉

Edited by Gangst3r
Posted (edited)
16 hours ago, Gangst3r said:

I've updated it by myself adding only this code to 2 php files (sliders & settings) into modules folder applications/swiperslider/modules/admin/swiper/

	/**
	 * @brief	Has been CSRF-protected
	 */
	public static $csrfProtected = TRUE;

In sliders.php find:
class _sliders extends \IPS\Node\Controller

class _sliders extends \IPS\Node\Controller

add after

	/**
	* @brief	Has been CSRF-protected
	*/
	public static $csrfProtected = TRUE;

It works great now.

In settings.php find:
 

class hook411 extends _HOOK_CLASS_
{

add after:

	/**
	 * @brief	Has been CSRF-protected
	 */
	public static $csrfProtected = TRUE;

 

 

Tha's all 😉

 

It will be updated soon 🙂 

1be466af5c8798ae1e4ad98337a410fd.gif

i must finish some theme updates because swiper slider was added in my themes with its own settings and now its deleted. and swiper slider will become a free application i cant update it unless the first theme in my list is updated in marketplace 😄 i hope that makes sense 

you will also have a version tab to optionally add latest swiper cdn links for latest versions of swiper 

 

any suggestions for new features or stuff ask for it now 🙂 

 

 

 

Edited by TAMAN
  • 2 months later...
Posted

This application will be removed from marketplace soon 

and then it will be available for free under a new application named ipsKit Addons 

more info 

 

 

  • 5 months later...
Posted

Hey, i have a problem... 
 

Quote

We're sorry, but a temporary technical error has occurred which means we cannot display this site right now.

You can try again by clicking the button below, or try again later.

IPS 4.6.11 PHP8 

What is wrong?

Posted
16 hours ago, SAMAEL said:

Hey, i have a problem... 
 

IPS 4.6.11 PHP8 

What is wrong?

Hi,

Go to ACP > System > Support > error logs, from there you can see what went wrong and if there is anything related to this app 🙂 

Posted

Hello!
    I seem to have run into an issue where only some of my text is being shown. I transferred from the IPSKit to this, so i copied all the information exactly from one to the other. 

Here is what I entered:
image.thumb.png.8a429a7fc558b13427aceeb3a316ac60.png

 

and here is how it turned out.

image.thumb.png.d8b9c36ab0e3373d3d90edbbcfeb41e6.png

the "Source" of what i entered is this:
 

<p style="text-align: center;">
	<span style="color:#ffffff;"><strong><span style="font-size:26px;">The Request Center</span></strong></span>
</p>

<p style="text-align: center;">
	<span style="color:#ffffff;">Check out the NEW Request Center! Make a request of your favorite mod, A conversion, Or a completely new idea!&nbsp;</span>
</p>

<p style="text-align: center;">
	<a class="ta_sliderButton" href="https://XXXXXXXXXX/requests/" rel=""><span style="color:#3498db;"><span style="font-size:36px;"><strong>Request a Commission!</strong></span></span><i aria-hidden="true" class="fa fa-arrow-right"></i></a>
</p>

 

Posted

ok, So I figured out a solution, but its not really a good fix. Here is what I did.

<p style="text-align: center;">
	<span style="color:#ffffff;"><strong><span style="font-size:26px;">The Request Center</span></strong></span>
  
<br>
  
	<span style="color:#ffffff;">Check out the NEW Request Center! Make a request of your favorite mod, A conversion, Or a completely new idea!&nbsp;</span>
  
<br>
  
	<a class="ta_sliderButton" href="https://XXXXXXXXXX/requests/" rel=""><span style="color:#3498db;"><span style="font-size:36px;"><strong>Request a Commission!</strong></span></span><i aria-hidden="true" class="fa fa-arrow-right"></i></a>
</p>

There can only be 1 "<p>" in there, so where one ended and another started, i removed them and entered "<br>" which is "break" in HTML. 

  • 3 weeks later...
Posted
1 hour ago, Emaxo said:

Hi @TAMAN

It's possible to restrict the sliders only on the forum "homepage"? I mean I don't want to see them when I view a discussion

not possible with settings.

but you can hide swiper slider on topics page with css

add this in custom.css of your theme

body[data-pagemodule="forums"][data-pagecontroller="topic"] #eltaSlider {display:none}
  • 2 months later...
Posted

Hi Taman, 

Thank you for creating this application, I am a big fan of it. 

I am looking to change the position of of the slider text and its background boarder. Playing around with the html I found I can get the result I want with the line below. Unfortunately I do not know where I can place the line to make the change permanent. 

Any chance you could point me into the right direction?

 

<div class="tass-content" data-swiper-parallax="-55%" style="transition-duration: 0ms;transform: translate3d(0%, -100px, 0px);">

  • 3 weeks later...
Posted

When i edit permissions, making a slider where one can see it, and others can not see, this is an eror i get:

 

UPDATE `swiperslider_slides` `swiperslider_slides`  SET `slider_image`=(IPS\File\FileSystem::__set_state(array(
   'temporaryFilePath' => NULL,
   '_cachedFilesize' => NULL,
   'exifData' => NULL,
   'configuration' => 
  array (
    'dir' => '/home/admin/web/XXXXX/public_html/uploads',
    'url' => 'uploads',
    'toggle' => '',
    'custom_url' => NULL,
  ),
   'configurationId' => 1,
   'storageExtension' => 'swiperslider_Images',
   'originalFilename' => '3.jpg',
   'filename' => '3.jpg.8fc0d4645f86de0919b06f7e75a1bf33.jpg',
   'container' => 'monthly_2022_04',
   'contents' => NULL,
   'url' => 
  IPS\Http\Url\Internal::__set_state(array(
     'seoPagination' => NULL,
     'base' => 'none',
     'url' => 'XXXXX/uploads/monthly_2022_04/3.jpg.8fc0d4645f86de0919b06f7e75a1bf33.jpg',
     'data' => 
    array (
      'scheme' => 'https',
      'host' => 'schaken-mods.com',
      'port' => NULL,
      'user' => NULL,
      'pass' => NULL,
      'path' => '/uploads/monthly_2022_04/3.jpg.8fc0d4645f86de0919b06f7e75a1bf33.jpg',
      'query' => '',
      'fragment' => NULL,
    ),
     'queryString' => 
    array (
    ),
     'hiddenQueryString' => 
    array (
    ),
  )),
   'tempId' => NULL,
   'requiresModeration' => NULL,
   'attachmentThumbnailUrl' => NULL,
   'securityKey' => NULL,
   'thumbnailName' => NULL,
   'thumbnailContainer' => NULL,
))),`slider_permissions`='4,8,21,15,39,41,7,29,42,16,38,19,2,20,10,11,28,36,3,37,6,31,35,32,12,33,24,23,30,40,18,17,9,22,34,26' WHERE slider_id=2 
IPS\Db\Exception: Data too long for column 'slider_permissions' at row 1 (1406)
#0 /home/admin/web/XXXXX/public_html/system/Db/Db.php(1159): IPS\_Db->preparedQuery()
#1 /home/admin/web/XXXXX/public_html/system/Patterns/ActiveRecord.php(520): IPS\_Db->update()
#2 /home/admin/web/XXXXX/public_html/system/Node/Model.php(2494): IPS\Patterns\_ActiveRecord->save()
#3 /home/admin/web/XXXXX/public_html/system/Node/Model.php(3316): IPS\Node\_Model->save()
#4 /home/admin/web/XXXXX/public_html/system/Node/Controller.php(419): IPS\Node\_Model->saveForm()
#5 /home/admin/web/XXXXX/public_html/system/Dispatcher/Controller.php(107): IPS\Node\_Controller->form()
#6 /home/admin/web/XXXXX/public_html/system/Node/Controller.php(69): IPS\Dispatcher\_Controller->execute()
#7 /home/admin/web/XXXXX/public_html/applications/swiperslider/modules/admin/swiper/sliders.php(52): IPS\Node\_Controller->execute()
#8 /home/admin/web/XXXXX/public_html/system/Dispatcher/Dispatcher.php(153): IPS\swiperslider\modules\admin\swiper\_sliders->execute()
#9 /home/admin/web/XXXXX/public_html/admin/index.php(13): IPS\_Dispatcher->run()
#10 {main}

Otherwise, this is a VITAL part of my site, very will made and wonderful design! I love it!

I use Dreadnaught and I disable the default one and use this. Thank you again!

Posted

Also the delay timer seems to not work. I set is for 1, it did the same as 1000000, and same as 1000. I am not sure if this is supposed to be in seconds, milliseconds, or what. Still using it though. It's awesome.

  • 6 months later...
Posted
11 hours ago, ToeJam said:

Is there a way to add more sliders beside the default 5?  I'd like to add a few more if I can.

Thanks!

Hi, adding sliders is not limited! You can add as many sliders as you want.

 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...