Skip to content

Instantly share code, notes, and snippets.

@dimsemenov
Created August 10, 2022 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimsemenov/276dbde19dd192e13d7e7251199a49ae to your computer and use it in GitHub Desktop.
Save dimsemenov/276dbde19dd192e13d7e7251199a49ae to your computer and use it in GitHub Desktop.
// Add to your theme functions.php
function add_additional_rs_code() {
?>
// will move caption below the slider element
jQuery('.royalSlider').after( $('.rsGCaption') );
<?php
}
add_action('new_rs_after_js_init_code', 'add_additional_rs_code');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment