Anywhere Sliders

Working with Concerto Commerce Anywhere Sliders information. General information on how to setup your banners and sliders.

CREATING A SLIDER

You can create as many sliders as you want and add each to a place where appropriate. You can have more than one slider on a page and each one of them will work independently from the other. Sliders can be used to change images that are used as links meaning that when clicked will redirect to a given URL(page) or just use the plugin in order to add banners that are displayed on your website.

In order to create a new slider go to  Apps & Themes -> Plugins ->  Anywhere Sliders -> Manage Sliders. Click on the Add new slider button:

The following page will be opened:

Each slider has some general settings. Here is a brief walkthrough on what each setting means:

  1. System Name (required) - This is the internal system name of the slider and it is used simply for your own reference.
  2. Autoplay - Specifies whether the slider should autoplay once the page is loaded (if the slider contains more than one image).
  3. Autoplay Speed - The time in milliseconds before the next slider image is displayed. By default, it is 3 seconds (or 3000 milliseconds).
  4. Speed - The time that it takes for the next image in the slider to be replaced with the previous one.
  5. Fade - Specifies whether there should be an animation, where the sliders fade into each other when transitioning. 
  1. Dots - Enables the navigation dots in the slider, that allow your users to switch the image slides manually.
  2. Arrows - Enables a left/right arrows in the slider, that allow your users to switch the image slides manually to the previous/next one.
  3. Mobile Breakpoint - Specifies the mobile breakpoint for the slider images. If the device which the user is using is with a width less than the one specified, the mobile pictures will be loaded.
  4. Custom Class - Allows you to add your own custom CSS classes to your sliders. If you wish to add multiple sliders, separate them with a single whitespace.
  5. Custom Css - Custom CSS rules applied to your slider.
  6. Language - Sets the language for which the slider will be displayed.

Once you create your slider and save it, you will now have additional tabs of settings:

ADDING A PICTURE/CONTENT TO A SLIDER

This can be achieved through the  Slides tab:

Click on the  Add a new slide button and you will see a new window opened:

The Anywhere Slider plugin allows you to either have a  Picture as a slider or your own HTML Content. For the Picture option, you will see the following screen:

  • System Name (required) - The system name of the slider is used for your own reference and is not displayed to the customers
  • Picture (required) - The image is required for the Picture slider type. You can use one of the pictures you already have on your website or upload a new one from your device
  • Mobile Picture - If you don't specify a mobile picture, the main picture will be used for mobile devices as well
  • Visible - Whether the slide is visible or active
  • Display Order - The order number of the slide in question (lower number slides appear first)
  • URL - The URL where the slider will redirect on click
  • Alt - The alt text of the image that is displayed, in case the image fails to load

If you want to have your own HTML Content added as a slider instead, you can select the  Content option for the slide Type:

  • System Name (required) - The system name of the slider is used for your own reference and is not displayed to the customers
  • Content (required) - The HTML content of your slide. The native Concerto Commerce rich text editor is available for you to build your HTML content with ease
  • Visible - Whether the slide is visible or active
  • Display Order - The order number of the slide in question (lower number slides appear first)

Creating various  Content type slides requires some HTML and CSS knowledge. Use the Source Code mode of the HTML editor, it is located in the "Tools" menu at the top of the editor. Put your HTML code there and add some class names to it, then use the class names to apply any visual styling by targeting your slides with CSS code. Here's a basic example of Content Slide's HTML source code that contains just image and text, and generic class names:

<div>    
<br>
<a href="https://your-website.com/images/your-image.jpeg">
<img src="https://your-website.com/images/your-image.jpeg" />
</a>
<br>
<p>Your text goes here</p>
<br>
</div>

You can use both identical or different HTML structure for each Content slide.

ADD THE SLIDER TO A WIDGET ZONE

This can be done in the  Widget Zones tab:

Once you have the slider and its content created, you can assign the slider to be displayed in one or more widget zones throughout your website. Click on the  Add new record and you will see a pop-up that will allow you to add a new widget zone:

Select the widget zone and click Update and save the changes to your slider. You should now have your slider with the content that you have created on the specified widget zone.

SLIDER SCHEDULING

From the  Scheduling tab you could choose how long your slider will be active, and also you could choose a time pattern to repeat and activate your slider.

Find more information here.

Note: The scheduling functionality in our products uses the Default Store Time Zone rather than UTC starting from Concerto CommerceCommerce version 4.0.  You will need to change your schedules if they were set according to the UTC time zone. You can find and change the Default Store Time Zone setting from Administration -> Configuration -> Settings -> Customer Settings

SLIDER CONDITIONS

In the  Conditions tab you can specify conditions for the current slider. If the conditions are met, the slider will be shown.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.