• Home
  • Quick Start
    • Color Schemes
  • Documentation
    • Shortcodes
    • JaW Hooks
    • Screenshots of ThemeOptions
  • Tutorials
  • Forum
  • Contact
Log In

  • Home
  • Quick Start
    • Color Schemes
  • Documentation
    • Shortcodes
    • JaW Hooks
    • Screenshots of ThemeOptions
  • Tutorials
  • Forum
  • Contact

HomeTag: revocomposer

revocomposer

show
0 comments
Codefor DevelopersTutorials

How to create own shortcode

Also, we recommend to you, to do all these changes in Child Theme. So we’ve got this shortcode from RevoComposer [jaw_my_element title="" ...  ]. Add this code to your child theme’s function.php function jaw_my_element_func($atts, $content=""){ $atts = shortcode_atts( array( 'title' => '', 'my_switch' => '1' ), $atts ); echo '<div class="my-shortcode">'; echo 'My awesome shortcode can

  • March 18, 2016
  • 0
  • 59
show2
0 comments
Codefor DevelopersRevoComposerTutorials

How to add element to RevoComposer

In case of you want to add some elements to RevoComposer, you can use our filters in your Child Theme. Simply add this code to your child theme’s function.php function my_revocomposer_elements($elements){ $myelements = array(); $myelements[] = array( "name" => "Awesome Shortcode",//name it "desc" => 'Some description',//add description "id" => "build_my_element", //build_ preposition is required! "type" =>

  • March 18, 2016
  • 0
  • 146
fixedInlineSidebar1
0 comments
Tutorials

How to arange Fixed Inline sidebar

If you set your Inline Sidebar as Fixed and arrange your page like on image below: you can encounter this problem: Fixed Inline sidebar is moved in whole parrent space. (Container, Featured area, Content area, …). So just try to re-arrange your page by another way. e.g.: And result:

  • February 24, 2016
  • 0
  • 185
main (2)
0 comments
CodeRevoComposerTutorials

How to Create a Custom CSS Class and a Custom Title Link via RevoComposer

Have you known that you can create a custom css class and a custom link via RevoComposer’s element? It’s really simple how to style an element and link a title for your own needs. You can add a custom class for the whole element and custom link for the the title. We are going to show you how easy it is

  • November 18, 2015
  • 0
  • 215
Copyright © 2016 jawtemplates - WordPress Design Studio Disable responsivity