Download TownPress v3.1.0 - Municipality WordPress Theme Nulled Free
v3.1.0 - 12 October 2019
Fixed issues with menus on mobile devices
Added option to set the URL for the header login button (under Appearance / Csutomize / Header)
Changed the location of some CSS and SASS files
Updated child theme. To update your existing child theme, open wp-content/themes/townpress-child/functions.php (alternatively, you can access this file directly via admin under Appearance / Editor) and replace the line 22 with this code:
wp_enqueue_style( 'lsvr-townpresss-child-style', get_stylesheet_directory_uri() . '/style.css', array( 'lsvr-townpresss-general-style' ), $child_version );
If you are running the RTL version, replace also line 26 with the following code:
wp_enqueue_style( 'lsvr-townpresss-rtl-style', get_template_directory_uri() . '/rtl.css', array( 'lsvr-townpresss-general-style' ), $parent_version );
Updated LSVR People plugin to 1.7.1
Updated LSVR Galleries plugin to 1.6.2
Updated LSVR TownPress Toolkit plugin to 1.4.2
Various small fixes