Search:

Search: Search took 1.00 seconds.

  1. Replies
    3
    Views
    278

    [SOLVED] As a standard troubleshooting procedure, try...

    As a standard troubleshooting procedure, try disabling all your plugins temporarily to see if it makes a difference.


    - JOmark
  2. Replies
    7
    Views
    310

    [SOLVED] There is an option to change some text colors via...

    There is an option to change some text colors via WP Admin>>Customize>>Colors.

    Other than that, you can use the Additional CSS (WP Admin>>Appearance>>Customize>>Additional)

    Styling code you...
  3. Replies
    1
    Views
    177

    You may check the includes/setup-theme.php (line...

    You may check the includes/setup-theme.php (line 286) for it.

    As always, backup your database just to be on the safe side.



    - JOmark
  4. Replies
    3
    Views
    385

    [SOLVED] Hi John, You may change it through the code...

    Hi John,

    You may change it through the code below via styles/style-default.css on line 3;



    a, ol.jobs dd strong a {
    color: #3388bb;
    text-decoration: none;
    }
  5. Replies
    11
    Views
    834

    Mine was a Cloudflare issue. Once I disabled...

    Mine was a Cloudflare issue. Once I disabled Cloudflare, the cron jobs started again.
  6. Jomark Hi johnp, You can try adding color element to...

    Hi johnp,

    You can try adding color element to the css styling codes below which can be found via /styles/style-pro-blue.css;



    div.section_content {
    border-bottom: 1px solid #e4e4e4;
    ...
  7. Hi johnp, Please check on this related thread...

    Hi johnp,

    Please check on this related thread http://forums.appthemes.com/jobroller-general-discussion/change-color-jobroller-job-type-32611/. If you need further assistance, please let me know.
    ...
  8. Jomark Hi johnp, The recommended workaround on this...

    Hi johnp,

    The recommended workaround on this is through the use of the language file and this is because it does not involve code modification. Just create an English to English translation of the...
  9. Hi, ...

    Hi,

    http://forums.appthemes.com/vantage-general-discussion/add-business-now-button-52806/
  10. Replies
    11
    Views
    1,126

    [SOLVED] Open up widgets.php (it's in the 'includes'...

    Open up widgets.php (it's in the 'includes' folder) and look for this code:

    echo $before_widget;
    echo html_link( $url, __( 'Add a business now', APP_TD ) );
    echo $after_widget;

    Just change...
  11. Replies
    16
    Views
    1,899

    Hi, You can make this changing the color of the...

    Hi,
    You can make this changing the color of the class in css .
    if you mean the gray color of the default color scheme of jobroller:
    open style.css, around like #1056, You find this :


    .type...
Results 1 to 11 of 11