Plugin Directory

Changeset 1658743


Ignore:
Timestamp:
05/16/2017 06:33:57 PM (9 years ago)
Author:
hostsonny
Message:

custom css customization improvements

Location:
project-app
Files:
210 added
3 edited

Legend:

Unmodified
Added
Removed
  • project-app/trunk/inc/customizer_page.php

    r1656177 r1658743  
    5858    'id' => 'button-bg',
    5959    'css' => '#app-theme button,
    60     #app-theme .button {background: value;}',
     60    #app-theme .button, .btn {background: value;}',
    6161) );
    6262
     
    6868    'id' => 'button-color',
    6969    'css' => '#app-theme button,
    70     #app-theme .button {color: value;}',
     70    #app-theme .button, .btn {color: value;}',
    7171) );
    7272
     
    9393    'desc' => 'App header menu font color',
    9494    'id' => 'header-color',
    95     'css' => '#app-theme .primary-menu {color: value;}',
     95    'css' => '#app-theme .primary-menu-item {color: value;}',
    9696) );
    9797
     
    152152    'id' => 'footer-bg',
    153153    'alpha' => true,
    154     'css' => '#app-theme footer {background: value;}',
     154    'css' => '#app-theme footer, #app-theme #footer-area, #app-theme .footer-elapse {background: value;}',
    155155) );
    156156
     
    161161    'desc' => 'App footer font color',
    162162    'id' => 'footer-color',
    163     'css' => '#app-theme footer, #app-theme footer li {background: value;}',
     163    'css' => '#app-theme footer, #app-theme footer li, #app-theme .footer-elapse {color: value;}',
    164164) );
    165165
     
    337337    'id' => 'add-tc-color',
    338338    'css' => '#app-theme ul.products li.product .button,
    339    #app-theme div.product form.cart .button {color: value;}',
     339   #app-theme div.product form.cart .button, .btn {color: value;}',
    340340) );
    341341   
     
    369369   
    370370}
     371
     372$tab = $panel->createTab( array(
     373    'name' => 'Custom CSS',
     374) );
     375
     376//sale flash bg
     377$tab->createOption( array(
     378    'type' => 'code',
     379    'id' => 'customcss',
     380    'name' => 'Custom CSS',
     381) );
    371382
    372383$tab->createOption( array( 'type' => 'save', ) );
  • project-app/trunk/project_app.php

    r1656650 r1658743  
    44Plugin URI: https://project2app.com/
    55Description: Turn your WordPress website into a mobile app within minutes
    6 Version: 1.7.4
     6Version: 1.7.5
    77Author: Joshua Clinton
    88Author URI: https://project2app.com/
  • project-app/trunk/readme.txt

    r1657038 r1658743  
    1 === Project2App - Turn Your WordPress Site into a Mobile App ===
     1=== Project2App - Turn Your WordPress Site into a Mobile App ===
    22Contributors: Joshua Clinton
    33Tags: app, mobile, native, phone, iphone, ios, android, windowsphone, app builder, apple, apps, buddypress, BuddyPress app, build a mobile app, build an app, build mobile apps, convert to app, create blog app
    44Requires at least: 3.0
    55Tested up to: 4.7.4
    6 Stable tag: 1.7.4
     6Stable tag: 1.7.5
    77License: GPLv2
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8989== Changelog ==
    9090
     91= 1.7.4 =
     92* Custom CSS field
     93* Customization improvements
     94
     95= 1.7.4 =
     96* Push notifications improvements
     97
    9198= 1.7.3 =
    92 * Push notifications improvements
    9399* Push notifications improvements
    94100
Note: See TracChangeset for help on using the changeset viewer.