Search:

Search: Search took 1.00 seconds.

  1. Replies
    4
    Views
    359

    You're welcome! Please, don't forget to click on...

    You're welcome! Please, don't forget to click on Thanks button!
  2. Replies
    8
    Views
    412

    [SOLVED] Add it to the end but only the function itself....

    Add it to the end but only the function itself. Don't add the <?php

    Note that there is a ?> in the end of your functions.php file.

    It should be like this:


    .
    .
    .
  3. Replies
    1
    Views
    401

    [SOLVED] Just found the solution: It was the...

    Just found the solution:

    It was the BulletProof Security plugin which has an error.

    The solution could be found here:


    http://forum.ait-pro.com/forums/topic/login-security-bug/
  4. Replies
    3
    Views
    510

    Dimitris Fortunately or unfortunately this is true... sad...

    Fortunately or unfortunately this is true... sad but true!

    Anyway we are here to make it better :)

    Cheers
  5. Samcy Hacking ads bypass in ClassiPress 3.x.x - Hole Security

    Well, the scenario is:

    You have the ClassiPress 3.2.1 running and you setup to charge for ads (packs) and charge for featured ads.

    Step1) Your registered user fill up the form and select the...
  6. I'll give you two tips: 1)...

    I'll give you two tips:

    1) http://wordpress.org/extend/plugins/classipress-google-checkout-gateway/

    2) http://docs.merchee.com/api/pos-api/index.html

    That's enough! :untroubled:
  7. Replies
    6
    Views
    1,177

    Right. 1) sidebar-contact.php - REPLACE all...

    Right.

    1) sidebar-contact.php - REPLACE all lines from 8 to 29:


    $msg = '';

    // if contact form has been submitted, send the email
    if (isset($_POST['submit']) && $_POST['send_email'] ==...
  8. Replies
    6
    Views
    1,177

    [MOD] reCaptcha on Contact Form

    Hello AppThemes Community!

    This is my first contribution and I know that there is a solution for it here from barukar but I wanted to reuse the code of ClassiPress to make it more efficient.
    ...
  9. [SOLVED] Well, this is not a good thing to do. ClassiPress...

    Well, this is not a good thing to do. ClassiPress already automate it to make things simple and quick.

    But you can open theme-emails.php file inside includes folder and search the function...
  10. Jomark If you don't want to update it and want to get...

    If you don't want to update it and want to get rid of those warnings, follow these instructions:

    Open wp-config.php, after the <? add this:


    @ini_set('display_errors', 0);

    This should work.
  11. Well, if you have a child theme and all the...

    Well, if you have a child theme and all the modifications, customizations, that you made were in the child theme and the main theme is intact you can update it than you activate the child time.
    ...
  12. It's not difficult to use WPMU. You'll have...

    It's not difficult to use WPMU.

    You'll have something like this:

    www.yourwebsite.com
    www.theme1.yourwebsite.com
    www.theme2.yourwebsite.com
    www.theme3.yourwebsite.com

    Each site on each...
  13. Check the code below and make the changes that...

    Check the code below and make the changes that you need.



    // grab the initial top offset of the navigation
    var sticky_navigation_offset_top = jQuery('.header_menu').offset().top;

    // our...
  14. [SOLVED] Well, this ain't an error, just a warning. ...

    Well, this ain't an error, just a warning.

    Open wp-config.php, after the <? add this:


    @ini_set('display_errors', 0);

    This should work.
  15. @rubyfoxsc: Open sidebar-ad.php, locate at...

    @rubyfoxsc:

    Open sidebar-ad.php, locate at line 17 the following code:


    <div class="tabprice">

    You'll need to remove the whole div. Select from line 17 to 146 where you'll find the code:
Results 1 to 15 of 15