Download Free Pressville v2.6.9 – Unique WordPress Theme for Municipalities
Pressville – Unique WordPress Theme for Municipalities Free Download v2.6.9 – ThemeForest | Pressville v2.6.9 – Unique WordPress Theme for Municipalities comes with small to medium townships and municipalities in mind, it is a professionally built and developed WordPress theme. To help build the website that your town needs, you can find a comprehensive list of features.
From news stores to directory listings, a strong document management system to stunning galleries and advanced event management, Pressville Theme has got you covered.
WordPress Municipality theme with events, directory, management of galleries and documents plus a whole stack more!
The Pressville Nulled Theme is ready (with support for RTL languages) to be translated into your language and optimized for the new WordPress block editor (Gutenberg). Help is also provided for the Elementor plugin and WPBakery Page Builder (bundled version included).
Features
- Several map providers
- Mobile-friendly design
- Gutenberg compatible
- Forum capabilities
- Custom color schemes
- Translation files included
- Modular post types
- Demo content included
- Developer-friendly code
- Child theme included
- RTL support
- PHP 8 compatibility
Pressville – Unique WordPress Theme for Municipalities Free Download Link
Changelog Pressville – Unique WordPress Theme for Municipalities Nulled
v2.6.7
Fixed issue with back to top button not working correctly
Updated LSVR Framework plugin to 1.9.1
Updated LSVR Directory plugin to 1.8.2
Updated WPBakery Page Builder plugin to 6.9.0 (learn how to update it https://themeforest.net/item/pressville-municipal-wordpress-theme/19949423/faqs/32830)
Changed core files:
style.css, inc/core-functions.php, inc/tgm-settings.php, inc/plugins
------------------------------
v2.6.6
Updated WPBakery Page Builder plugin to 6.8.0 (learn how to update it https://themeforest.net/item/pressville-municipal-wordpress-theme/19949423/faqs/32830)
------------------------------
v2.6.5
Fixed issue with the child theme so its style.css is now properly loaded after the color scheme. To make the change on the existing installation, overwrite line 10 in functions.php of your child theme with this line:
add_action( 'wp_enqueue_scripts', 'lsvr_pressville_child_enqueue_parent_styles', 20 );
Updated LSVR Events plugin to 1.9.6
Updated LSVR Galleries plugin to 1.7.2
Updated child theme to version 2.0.1
Changed core files:
style.css, inc/tgm-settings.php, inc/plugins
------------------------------
v2.6.4
Primary header menu animation is now disabled by default to make it more responsive, you can enable it by adding the following code to your child theme:
add_filter( 'lsvr_pressville_header_menu_primary_animated', 'lsvr_pressville_child_header_menu_primary_animated_enable' );
function lsvr_pressville_child_header_menu_primary_animated_enable() {
return true;
}
Changed core files:
style.css, inc/frontend-functions.php
------------------------------
v2.6.3
Fixed minor issues with theme translation files
Changed core files:
style.css, languages, inc/classes/tgm-plugin-activation.php
------------------------------
v2.6.2
Improved PHP 8 compatibility
Updated LSVR Pressville Toolkit plugin to 1.9.8
Updated LSVR Elements plugin to 1.4.8
Updated LSVR Events plugin to 1.9.5
Updated LSVR Framework plugin to 1.8.5
Updated LSVR Galleries plugin to 1.7.1
Updated LSVR 3rd Party Toolkit to 1.2.3
Various small fixes
Changed core files:
style.css, inc/classes/class-tgm-plugin-activation.php, inc/tgm-settings.php, inc/plugins
------------------------------
v2.6.1
Improved compatibility with WordPress 5.8
Updated LSVR Framework plugin to 1.8.4
Updated LSVR Pressville Toolkit plugin to 1.9.7
Changed core files:
style.css, functions.php, inc/tgm-settings.php, inc/plugins
------------------------------
v2.6.0
Mousing between primary header menu submenus on desktop devices should now be easier.
If you don't like this functionality, you can disable it by adding the following code to your child theme:
add_filter( 'lsvr_pressville_header_menu_primary_animated', 'lsvr_pressville_header_menu_primary_animated_disable' );
function lsvr_pressville_header_menu_primary_animated_disable() {
return false;
}
Updated WPBakery Page Builder plugin to 6.7.0 (learn how to update it https://themeforest.net/item/pressville-municipal-wordpress-theme/19949423/faqs/32830)
Changed core files:
style.css, assets/js, inc/frontend-functions.php