Shortcode Highlight
Highlight Appearance Highlight with default settings Highlight with advanced settings Can you just highlight this text? And this is not the end! Can you just highlight this text? And this is not the end!
This filter is used in breadcrumbs title. By standard way is there just “Home”. function my_breadcrumbs_title($breadcrumbs_title){ return "My " . $breadcrumbs_title; } add_filter('jaw_breadcrumbs_title', 'my_breadcrumbs_title'); The result can look like this: List of all hooks you can find HERE
Please check this gallery for step by step tutorial đ
We recommend to you to do all these changes in your Child Theme. Now we have Placed New Option in Theme Options. So how to bring it to life. Anywhere in your child theme just use this code to get the value: jwOpt::get_option('my_awesomeness', 'SOME_DEFAULT_VALUE'); so we can use it e.g. by this way: if(jwOpt::get_option('my_awesomeness', '0') ==
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
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" =>
In case of you want to add some options to Theme Options, you can use our filters in your Child Theme. Simply add this code to your child theme’s function.php function my_themeoptions_menu($menu){ $menu['myoptions'] = array('submenu' => 0, 'name' => 'My Options', "icon" => "jaw-icon-king"); return $menu; } //add section to left menu in Theme Options add_filter('jaw_themeoptions_menu',
Have you imported demo content and your images have bad proportion, like here: Your server probably don’t have installed imagemagic extension. Please contact your hosting service to solve this issue. After that please re-install WP (clear database), and import DEMO again. With imagemagic extension should your images looks OK.
Highlight Appearance Highlight with default settings Highlight with advanced settings Can you just highlight this text? And this is not the end! Can you just highlight this text? And this is not the end!
Spoiler Appearance Spoiler with default settings [jaw_spoiler]Bravo, you have just revealed a spoiler. Shame on you :([/jaw_spoiler] Spoiler with advancedsettings Please, we begging you, do not hover this WE WERE BEGGING YOU đ Please, we begging you, do not hover this [jaw_spoiler]Bravo, you have just revealed a spoiler. Shame on you :([/jaw_spoiler] WE WERE BEGGING YOU :(