0 115

Add simple animation to any elements using rmtheme

RMTheme has a simple feature to add an amination to any block. just need to use below CSS class. .animate_top .animate_bottom .animate_left .animate_right .animate_fade_in Also, we can customize a bit more by add custom css. .animate_top { top: -30px; }... Read more
0 153

Custom menu to anywhere of your wordpress site

RMTheme has a shortcode to add custom menu to anywhere of your website using rmtheme shortcode. [rmt_custom_menu theme_location=”” menu_name=””] theme_location: registered menu location like the primary menu. menu_name: is the name of the generated custom menu. Read more
0 160

Pre select masonry portfolio grid view in rmtheme

Use rmtheme portfolio shortcode, we display portfolio as gird view in masonry style. In this type we can enable category filter at top of grid view. sometimes we need pre-select of filter. in this case, rmtheme added this features in... Read more
0 176

WordPress default gallery open with magnific popup gallery

RMTheme has an option to open default gallery grid thumb in lightbox gallery using magnific popup script. see example below: To make this work you need to enable script from theme options here => themes.php?page=rmtheme_settings => Miscellaneous => Magnific Popup... Read more
0 156

Dropdown menu open right to left

Sometimes we need to make dropdown menu at far right to open left from main menu. Because when very right side menu have a long list of dropdown menu then menu normally goes out of windows edge. So that case... Read more
0 140

How to add modal popup using rmtheme

This is a div section and should be linked here. This is an example page. It’s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most... Read more
0 146

Show more/less text by css class

Built in show more less features by jquery. Just need to add class like rmtheme-show-40 rmtheme-show-100 If want more customization, can be added configure like $(“.rmtheme-show-200”).rmtheme_shorten({ “showChars” : 200, “moreText” : “more”, “lessText” : “less”, }); Read more
0 93

How to add content sticky menu?

Sometimes website have large content section pages where section itself need content menu to go to specific section directly. RMTheme has this awesome features in built from version 5.0.5 Just need to enable it from page meta field and add... Read more