Search:

Page 1 of 3 1 2 3

Search: Search took 1.00 seconds.

  1. ClassiPress uses a wrapper so I doubt this will...

    ClassiPress uses a wrapper so I doubt this will pull any useful information out of it. Artem has built a ClassiPress code reference similar to WordPress docs.
    If that doesn't help, use Chrome Dev...
  2. Replies
    0
    Views
    1,066

    WP_HEAD info bloat ? - Disable some :-)

    WordPress (and ClassiPress) includes some bloat that you might not need.
    The following snippets could be included to your theme functions.php file to control what is activated.
    I suggest using a...
  3. Replies
    4
    Views
    459

    [SOLVED] https://forums.appthemes.com/report-classipress-bu...

    https://forums.appthemes.com/report-classipress-bugs/bug-yoast-96124/
  4. Replies
    11
    Views
    570

    [SOLVED] Put this line of code in...

    Put this line of code in classipress/includes/plupload/app-plupload.js after line 117
    It should fix this annoying bug until, hopefully it will be merged in the Development / Stable Version.

    ...
  5. Replies
    16
    Views
    563

    [SOLVED] Talent, I'm not the OP but here is what it looks...

    Talent, I'm not the OP but here is what it looks like on my iPhone 6 similar to what the other picture shows. This is in Chrome, Safari seems to work.

    16245
  6. Replies
    42
    Views
    2,214

    worked flawless on ie10 and ie11 . no issues with...

    worked flawless on ie10 and ie11 . no issues with alignment . nice job
  7. Replies
    42
    Views
    2,214

    On a BlackBerry Z10 with standard browser (Safari...

    On a BlackBerry Z10 with standard browser (Safari I believe) in both landscape and horizontal it looks good. No problems in the form or shape, switch between horizontal and landscape very smooth.
  8. DANGER - application security and protection for ClassiPress

    Hello everyone,
    I currently concentrating me protect my website ClassiPress because ClassiPress is often attacked ClassiPress ...

    But I will come to realize that when we go on the profile of the...
  9. Replies
    179
    Views
    22,505

    What I've learned to increase speed.

    1.) In rare exceptions, PHP and SQL code can cause speed issues, mostly in the writing query snippets.

    2.) Nginx is slightly faster than Apache by about 16% at most. Hosting providers can install...
  10. [SOLVED] @vjlamba please disable the "Async JS and CSS"...

    @vjlamba please disable the "Async JS and CSS" plugin ( https://wordpress.org/plugins/async-js-and-css/ ) which is outdated and doing some weird things with scripts and styles.
  11. Tutorial - Quick way to delete posts from the front end - admin only.

    As the post title states.

    I do quite a lot of front end testing and in general - messing around with my install trying to fix things or break things (usually the case).

    Like most people using...
  12. Replies
    1
    Views
    168

    [SOLVED] Helpful Tip If You Loose Your Footer

    Hi everyone,

    As FabTalent mentioned in a closed thread - There is a risk of loosing your footer on upgrade

    A helpful tool if you loose your footer (or anything else) after upgrading is the WAY...
  13. Replies
    25
    Views
    1,516

    Good luck talent!

    Good luck talent!
  14. Replies
    0
    Views
    125,625

    Sticky: Samcy How to change words in the theme

    All language packs are here :
    http://www.appthemes.com/support/languages/classipress/
    http://www.appthemes.com/support/languages/
    http://www.appthemes.com/blog/how-to...rdpress-theme/


    To...
  15. Replies
    8
    Views
    386

    Hi On my website it is working fine.

    Hi

    On my website it is working fine.
  16. Replies
    24
    Views
    4,968

    Hi! in...

    Hi!
    in wp-content/themes/classipress/framework/app-plupload/app-plupload.php
    look 'multi_selection' => false, change to 'multi_selection' => true,
    See you!
  17. Replies
    7
    Views
    481

    Hi talent, i use templatic geoplaces

    Hi talent, i use templatic geoplaces
  18. Replies
    1
    Views
    547

    post this to functions.php function...

    post this to functions.php



    function remove_generator() {
    remove_action( 'wp_head', 'cp_generator' );
    remove_action( 'wp_head', 'wp_generator' );
    }
    add_action('after_setup_theme',...
  19. Replies
    50
    Views
    1,702

    to let you know there will be a fix in the next...

    to let you know there will be a fix in the next release.
    the fix is not the same as i posted here but have the same affect.
  20. Replies
    5
    Views
    341

    Edit the file and delete or comment out what she...

    Edit the file and delete or comment out what she has quoted above
  21. Samcy Hi all, I have done something similar on my...

    Hi all,

    I have done something similar on my site, which was actually very easy.

    First, I created a custom field called "Price Type" with options such as "each", "total", "per hour" and so on....
  22. [SOLVED] this should work: function...

    this should work:



    function my_function($args) {
    $args['posts_per_page'] = 50;
    return $args;
    }
    add_filter('cp_featured_slider_args', 'my_function');
  23. Replies
    1
    Views
    340

    Figured it out again! Note: I will post the...

    Figured it out again!

    Note: I will post the changes I made for the community, but let me first get my template complete, If you need something from one of my messages, ex: search feature or...
  24. Replies
    12
    Views
    785

    [SOLVED] Can vouch for this. ...

    Can vouch for this.

    http://www.nextscripts.com/social-ne...for-wordpress/

    Works spot on
  25. [MOD NEEDED] Found a solution, please try this and update. Its...

    Found a solution, please try this and update. Its working fine for me.

    Add this custom function to your theme-functions.php file. This function returns the category heirarchy.

    function...
Results 1 to 25 of 75
Page 1 of 3 1 2 3