Results 1 to 3 of 3

Thread: Where to tell Jobroller to add my custom style css to the drop-down menu on settings

  1. #1
    Thread Starter
    Junior Member dphr's Avatar
    Join Date
    Jan 2012
    Location
    Canada
    Posts
    45
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Where to tell Jobroller to add my custom style css to the drop-down menu on settings

    I have copied this from the Classipress forum. While I am able to make my own custom css, after having found the stylesheets, I don't know where in Jobroller to tell it to add my custom style sheet to the list of color style theme options in the Jobroller settings page. The questions is, what is Jobroller's equivalent of \wp-content\themes\classipress\includes\admin\admin-values.php?
    _____________________

    Create your own style.css Tutorial

    Duplicate one of the styles in "\wp-content\themes\classipress\styles\" and name it "mystyle.css"
    Open "\wp-content\themes\classipress\includes\admin\admin-values.php"
    Edit the file to look like this
    Code:

    'options' => array( 'mystyles.css' => __('My Theme', 'cp'),
    'aqua.css' => __('Aqua Theme', 'cp'),
    'blue.css' => __('Blue Theme', 'cp'),
    'green.css' => __('Green Theme', 'cp'),
    'red.css' => __('Red Theme', 'cp'),
    'teal.css' => __('Teal Theme', 'cp'),
    'aqua-black.css' => __('Aqua Theme - Black Header', 'cp'),
    'blue-black.css' => __('Blue Theme - Black Header', 'cp'),
    'green-black.css' => __('Green Theme - Black Header', 'cp'),
    'red-black.css' => __('Red Theme - Black Header', 'cp'),
    'teal-black.css' => __('Teal Theme - Black Header', 'cp'))),

    Save and upload the edited file
    Now login to your WordPress Admin site and browse to ClassiPress -> Settings
    Now you will see your newly created style listed in the "Color Scheme:" dropdown
    Select you style and save the change
    Now here comes the fun. What you will need to do is make changes to your css and then upload it. Then see if you like the color changes by refreshing your site.


    As a newbie is what I have found to be the easiest way

  2. #2
    Marketplace Seller takanakui's Avatar
    Join Date
    Sep 2011
    Location
    Portugal
    Posts
    166
    Thanks
    3
    Thanked 28 Times in 25 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    Veteran barukar's Avatar
    Join Date
    Sep 2010
    Location
    Brasil, São Paulo, SP
    Posts
    6,785
    Thanks
    186
    Thanked 742 Times in 623 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    -------------------------------------------------------------------------------------------
    Projects: ClassiNoiva - Classimóveis - vocênoenem - i50 - Clube DETRAN

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to Change field type for "City" in custom fields from text to drop down menu..
    By ramystyle in forum ClassiPress General Discussion
    Replies: 18
    Last Post: June 20th, 2015, 01:19 AM
  2. how to edit category drop drwn menu style?
    By b0nkers in forum Report ClassiPress Bugs
    Replies: 4
    Last Post: June 24th, 2012, 11:30 PM
  3. Custom Post Menu Icon doesnt display in Backend - jobRoller 1.4.2
    By clementsm in forum Report JobRoller Bugs
    Replies: 3
    Last Post: August 19th, 2011, 07:04 AM
  4. Classipress style form builder for Jobroller?! Custom fields anyone?
    By studioleland in forum JobRoller General Discussion
    Replies: 2
    Last Post: July 23rd, 2011, 02:17 PM