Changeset 3200062
- Timestamp:
- 11/30/2024 11:14:21 PM (16 months ago)
- Location:
- genoo/trunk
- Files:
-
- 4 edited
-
Genoo.php (modified) (1 diff)
-
assets/GenooFrontend.css (modified) (1 diff)
-
libs/WPMKTENGINE/CTA.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
genoo/trunk/Genoo.php
r3200059 r3200062 6 6 Author URI: http://www.genoo.com/ 7 7 Author Email: info@genoo.com 8 Version: 6.0.1 68 Version: 6.0.17 9 9 License: GPLv2 10 10 Text Domain: genoo -
genoo/trunk/assets/GenooFrontend.css
r3200059 r3200062 686 686 body.genooModalOpen::after {display: none;} 687 687 .genooInlineBlock .themeDefault { max-width: 100%; } 688 689 .iti--allow-dropdown input[type=tel] {690 padding-left: 52px !important;691 } -
genoo/trunk/libs/WPMKTENGINE/CTA.php
r3200059 r3200062 214 214 $this->button_class = $this->post->getMeta('button_css_class'); 215 215 if($this->isForm){ 216 $this->followOriginalUrl = !empty($this->post->getMeta('follow_original_return_url'));216 $this->followOriginalUrl = $this->post->getMeta('follow_original_return_url') == 0 ? FALSE : TRUE; 217 217 } 218 218 $this->popup = $this->post->getMeta('formpop'); -
genoo/trunk/readme.txt
r3200059 r3200062 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html 8 Stable tag: 6.0.1 68 Stable tag: 6.0.17 9 9 10 10 Combine the flexibility of WordPress with the power of Genoo and experience amazing results!
Note: See TracChangeset
for help on using the changeset viewer.