The Parallaxer WP - Parallax Effects on Content

Created: 03/04/2016
Author: Digital Zoom Studio
Twitter: http://twitter.com/
Facebook: http://facebook.com/dzs
Support - via item comments
Thank you for purchasing my component. If you have any questions that are beyond the scope of this help file, you can ask them in the Item Discussions.

Intro - top

The Parallaxer PRO is the ultimate Parallax blocks builder plugin for your WordPress site. It features Shortcode Generator, Visual Composer generation and many options along the way!

Wow your visitors with DZS Parallaxer and install easy in any template, and setup any content in any size.

Live Preview - here

Parallaxer Features

 

What do you get?

 

 


Installation - top

 

  1. Just download the zip from your http://codecanyon.net/user/yourusername/downloads directory in a folder of your choosing.
  2. Then in your wordpress installation, in the Plugins panel, click Add New like in this picture:
  3. Then click Upload, and select the zip you have downloaded from CC. Then click Activate.
  4. You should now see the scroller button on each post / page:
  5. Start cusomizing to your needs. Have fun!

Here is a sample install video:

 


Knowledge base - top

For more complete and up to data tutorials visit - Our knowledge base


Adding to the Post / Page - top

  1. access / create your post / page
  2. click the Parallaxer shortcode button ( show below )
  3. insert your image via the Add Media button
  4. all done!

 

Example shortcode

[dzs_parallaxer media="http://zoomthe.me/themeadmin-dzsprx/wp-content/uploads/2014/11/imgbig6.jpg" clip_height="400" total_height="600" breakout="off" direction="normal" mode="normal" enable_scrollbar="on"][/dzs_parallaxer]

 

 


Special Features- top

Have custom content instead of images

You can have custom content instead of images, like a YouTube video. All you have to do is press the enable custom content checkbox. A new editor will come up. It's recommeded that you use the Text editor for html content.

Example shortcode embedding a YouTube video:

[dzs_parallaxer clip_height="400" total_height="600" breakout="off" direction="normal" mode="normal" enable_scrollbar="off"][dzsprx_custom_content]<iframe src="//www.youtube.com/embed/AuJnvC8voJY" width="100%" height="600" frameborder="0" allowfullscreen="allowfullscreen"></iframe>[/dzsprx_custom_content][/dzs_parallaxer]

 

TIP - For hiding the controls, just input height="640"instead of height="600"

 

Doing this in Visual Composer

You can do Custom Content in Visual Compser too. Just a little bit different. You need to Enable Text Mode in the Content editor.

 

[dzsprx_custom_content]<iframe src="//www.youtube.com/embed/AuJnvC8voJY" width="100%" height="600" frameborder="0" allowfullscreen="allowfullscreen"></iframe>[/dzsprx_custom_content]

 

If you want to add a center text too or a separator, you can do it

[dzsprx_custom_content]<iframe src="//www.youtube.com/embed/AuJnvC8voJY" width="100%" height="600" frameborder="0" allowfullscreen="allowfullscreen"></iframe>[/dzsprx_custom_content] <div class="big-text center-it">This is some optional overlay text.</div>

Displaying some custom text /html above the parallaxer

You can use the Content editor in the Shortcode generator. Again it's recommeded to use the Text editor for custom html.

Example of shortcode displaying a semi-transparent black overlay and a big centered hero text overneath:

[dzs_parallaxer media="http://lorempixel.com/1200/600/sports/" clip_height="400" total_height="600" breakout="off" direction="normal" mode="normal" enable_scrollbar="off"]<div class="semi-black-overlay"></div> - for a black gradient overlay <div class="big-text center-it">This is some optional overlay text.</div>[/dzs_parallaxer]

How to add text content inside parallaxer and adapt height to it / responsive

Just use the shortcode generator, add a background and make sure Adapt Height to Content Width is set to on

and that should be it.

 

Example shortcode you can just paste

[dzs_parallaxer media="http://localhost/wordpress/wp-content/uploads/2016/05/cropped-3.jpg" clip_height="400" total_height="600" breakout="off" direction="normal" use_loading="on" mode="normal" height_is_based_on_content="on" settings_mode_oneelement_max_offset="30" enable_scrollbar="off"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/dzs_parallaxer]

 

 

How to add a separator in the Shortcode Generator

This image should make it clear:

How to apply the oneelement effect on any element

For example, if we want to apply the oneelement effect on this image

We just wrap the image into this shortcode

[dzs_parallaxer clip_height="auto" total_height="600" breakout="off" direction="normal" use_loading="on" mode="oneelement" height_is_based_on_content="off" box_type="" enable_scrollbar="off" settings_mode_oneelement_max_offset="30"]

...

[/dzs_parallaxer]

 

 

Setting a custom width to parallaxer

The parallaxer will always be fullwidth of the parent container ( or it can be the full page width if you enable the breakout option ) . But you can edit the parent container's width

<div style="width: 400px;">[dzs_parallaxer media="http://localhost/wordtest/wp-content/uploads/2014/11/imgbig5.jpg" clip_height="400" total_height="600" breakout="off" direction="normal" mode="normal" enable_scrollbar="off"]<div class="semi-black-overlay"></div> - for a black gradient overlay <div class="big-text center-it">This is some optional overlay text.</div>[/dzs_parallaxer]</div>

 

 

How to set up the demo team module

Open the shortcode generator, and under the content field, click the Add Team Module button, the text appended will be:

 

<div class="dzs-colcontainer dzsparallaxer--team-members-con center-it">

<div class="dzs-col-3 dzsparallaxer--team-member-con" style="text-align: center; width: 20%;" data-parallaxanimation='[{property:"opacity",value:"{{val}}",initial:"0",mid:"1",final:"0"},{property:"transform",value:"translate3d(0,{{val}}px,0)",initial:"-30",mid:"0",final:"0"}]'> <img src="img/team1.jpg"/> <div class="team-member--title"> King Doe Joseph </div> <div class="team-member--subtitle"> General Manager </div> </div>

<div class="dzs-col-3 dzsparallaxer--team-member-con" style="text-align: center; width: 20%;" data-parallaxanimation='[{property:"opacity",value:"{{val}}",initial:"0",mid:"1",final:"1"},{property:"transform",value:"translate3d(0,{{val}}px,0)",initial:"30",mid:"0",final:"0"}]'> <img src="img/team2.jpg"/> <div class="team-member--title"> Smith James </div> <div class="team-member--subtitle"> Tehnical Engineer </div> </div>

<div class="dzs-col-3 dzsparallaxer--team-member-con" style="text-align: center; width: 20%;" data-parallaxanimation='[{property:"opacity",value:"{{val}}",initial:"0",mid:"1",final:"0"},{property:"transform",value:"translate3d(0,{{val}}px,0)",initial:"-30",mid:"0",final:"0"}]'> <img src="img/team3.jpg"/> <div class="team-member--title"> Sarah May </div> <div class="team-member--subtitle"> Finance </div> </div> <div class="dzs-col-3 dzsparallaxer--team-member-con" style="text-align: center; width: 20%;" data-parallaxanimation='[{property:"opacity",value:"{{val}}",initial:"0",mid:"1",final:"1"},{property:"transform",value:"translate3d(0,{{val}}px,0)",initial:"30",mid:"0",final:"0"}]'> <img src="img/team4.jpg"/> <div class="team-member--title"> Prett Scott </div> <div class="team-member--subtitle"> Communcation </div> </div>

<div class="dzs-col-3 dzsparallaxer--team-member-con" style="text-align: center; width: 20%;" data-parallaxanimation='[{property:"opacity",value:"{{val}}",initial:"0",mid:"1",final:"0"},{property:"transform",value:"translate3d(0,{{val}}px,0)",initial:"-30",mid:"0",final:"0"}]'> <img src="img/team5.jpg"/> <div class="team-member--title"> Martin James </div> <div class="team-member--subtitle"> Communcation </div>

</div>

 

I bolded the part which handles the parallax properties. This is the attribute - [{property:"opacity",value:"{{val}}",initial:"0",mid:"1",final:"0"},{property:"transform",value:"translate3d(0,{{val}}px,0)",initial:"-30",mid:"0",final:"0"}] .

It's basic javascript object structure. You can modify any css property on this.

How to enable

Go to Parallaxer > Parallaxer ( settings page ) and enable it.

 

Then you will find the Module Features Shortcode Generator on any post / page.

 



FAQ - top

You can check this link for a list of popular questions. Other questions you might have:

Is it iOS compatible ?

Yes, it has been built from the ground up and tested to work on the iPhone / iPad.

How to change preloader icon ?

To change loading icon you can go to Parallaxer > Settings and in extra css enter

body .preloader-semicircles{
width: 30px; height: 30px; background-image:url(url(https://placeholdit.imgix.net/~text?txtsize=33&txt=placeholder&w=400&h=1000)); animation:none; -webkit-animation:none; border-radius:0; }  body .preloader-semicircles:after{ display:none; } 

 

 


Developer Tips - top

The builder application welcomes all . No support is offered for customizations.

Recommended Programs

You can generally use any text editing software to edit most content/code, but this is what I recommend: