We have released a new version to the VegasHero Theme (v.1.3.0). The latest version now includes the capability to translate the theme to any language you like. We have also added a child theme in this release to make customization easier for you. Instructions to create a custom translation FindRead More
VegasHero Casino Theme Homepage Widgetized Areas
Go to Appearance / Widgets to see the homepage page template’s widgetized areas. You can add any HTML content via text widgets or add specific functional widgets to multiple positions making the homepage very versatile.
VegasHero Theme install and demo content setup instructions
This post will guide you through step by step on how to install the VegasHero WordPress theme and setup your site with dummy content to look like our demo. Download the theme zip file which is named something like this (version numbers may vary): – vegashero-theme-v1.9.0.zip – if you are installingRead More
How to add TablePress demo content
Unzip TablePress-json-import.zip file. The TablePress json file has to be imported to TablePress / Import a Table option After the import, you can add the table shortcode [table id=1 /] to the game posts or Text widgets, posts/pages – wherever you like – in the VegasHero Casino theme there’s an optionRead More
How to import LayerSlider demo template and add it to the home page
You need to download LayerSlider-demo-import.zip and import the file to LayerSlider WP / Import Sliders Then you go to Appearance / Theme Options / Banner Settings / Add your LayerSlider Shortcode and add the shortcode of the slider [layerslider id=”1″] and save it. Please note: In the VegasHero Sports Betting themeRead More
How to add comment support to VegasHero game posts
Add the following code to your child theme’s functions.php file to enable the comment form on the bottom of the VegasHero single game posts. /* Comment support for VegasHero Games */ function vh_add_comment_support() { add_post_type_support( ‘vegashero_games’, array( ‘comments’ ) ); } add_action(‘init’, ‘vh_add_comment_support’); function vh_default_comments_on( $data ) { if( $data[‘post_type’]Read More
Create custom post template for the VegasHero single game pages
You can easily customize the look and layout of the individual slot game pages. The VegasHero game posts are WordPress custom post types and follow standard WP template hierarchy rules. Before you get started, take note that we recommend you use a child theme so your changes remain intact afterRead More