Search:

Page 1 of 2 1 2

Search: Search took 1.00 seconds.

  1. Thread: 4 questions

    by ovidiubica
    Replies
    10
    Views
    659

    The map loads every time the user requests the...

    The map loads every time the user requests the page but the geocoding only when user submits/updates the ad with the address values.
  2. [SOLVED] Thanks for the very informative steps you've...

    Thanks for the very informative steps you've taken to debug. I'm sure others will benefit from this.
    Disabling Opengraph should probably turn into a new theme option, I'm gonna post a note for this.
  3. [SOLVED] You can make that request for help at "help with...

    You can make that request for help at "help with classipress".
  4. Replies
    5
    Views
    318

    [SOLVED] Hi Jasongeek, Do you use RSS Feed? If not,...

    Hi Jasongeek,

    Do you use RSS Feed?

    If not, have you disabled it?

    The following code will disable this feed:

    function itsme_disable_feed() {
    wp_die( __( 'No feed available, please visit...
  5. [SOLVED] Nice idea - but you might be better off avoiding...

    Nice idea - but you might be better off avoiding this because if you allow a user to import their own listings it could screw up your database.

    Just a thought.

    How about creating a front end...
  6. Replies
    1
    Views
    330

    Hidden Link in Code

    I really like your plugin and the support that comes with, but what i dont like are hidden links in the code

    like this one:


    <div style="display:none;">
    <a href="http://wpwebs.com/">Premium...
  7. Small things here and there I don't mind, as that...

    Small things here and there I don't mind, as that is just part helping out fellow ClassiPress users. Giving back to the community and sharing our experiences... but when it's something I work on for...
  8. Welcome to the club! :D

    Welcome to the club! :D
  9. Yes it will be a paid plugin, I've had to pay...

    Yes it will be a paid plugin, I've had to pay someone to help me with it, so need to recover the cost and I'm tired of working for free :)
  10. [TUTORIAL] UPDATED CODE BELOW Put this in your...

    UPDATED CODE BELOW


    Put this in your child-theme's functions.php file:


    /* Create Terms of Use Link on Registration Page */
    add_action('register_form','show_terms_of_use');...
  11. you can make wp dashboard mobile friendly by...

    you can make wp dashboard mobile friendly by using wp app for Android and iPhone

    http://wordpress.org/mobile/
  12. [TUTORIAL] replace sidebar contact with contact form 7

    hello
    sorry for my bad english :tongue:

    open plugins/contact-form-7/modules/special-mail-tags.php

    before the last return $output; add this line


    elseif ( '_post_recipient' == $name ) ...
  13. Use simply...

    Use simply...

    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/includes/js/easing.js?ver=1.3"></script>
    <script type="text/javascript" src="<?php bloginfo('template_url');...
  14. Dimitris The menu classes for custom urls are missing, to...

    The menu classes for custom urls are missing, to add them.

    1.open your style.css
    2.go to the bottom of the file and add




    .header_menu_res ul li.current_page_item, .header_menu_res ul...
  15. Dimitris In the child theme i pasted the code at the end...

    In the child theme i pasted the code at the end of the file and it worked.In the parent you have to paste it after




    // define rss feed urls
    $app_rss_feed =...
  16. Replies
    6
    Views
    1,175

    [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.
    ...
  17. [SOLVED] Sorry the search bar code should read: Search...

    Sorry the search bar code should read:

    Search Bar on all pages:

    Go to - theme-searchbar.php (includes/theme-searchbar.php)

    edit - <?php if ( is_page() || is_single() || is_home() ||...
  18. [SOLVED] Got it - I'm not sure how elegant the following...

    Got it - I'm not sure how elegant the following solutions are but they seem to work.

    ----------------

    Search Bar on all pages:

    Go to - theme-searchbar.php (includes/theme-searchbar.php)
    ...
  19. Replies
    7
    Views
    903

    I've done it by creating wordpress templates....

    I've done it by creating wordpress templates. Doing it this way is not automatic, it means that for each seller you have to create a new wordpress template, then a new page from your dashboard, then...
  20. Never mind. The file is tiny_mce.js - I knew...

    Never mind. The file is tiny_mce.js - I knew that but it has to be entered as tiny_mce (without the .js) in BWP Minify as the script to ignore. Duh!
  21. I have to say, I'm getting pretty shocked at how...

    I have to say, I'm getting pretty shocked at how I've posted here without even an acknowledgement by the mods towards what could even be remotely an answer...

    So, maybe this can help...Has anyone...
  22. How (not) to communicate with your customers

    First of all: I love your products, I think you are doing good for the WordPress community.

    But: you need to improve on communications with your present and prospective customers. Here is an...
  23. Seriously? This is the most support I'm going to...

    Seriously? This is the most support I'm going to get on this? I've seen 3 or 4 other threads with little to no response regarding this.
  24. Replies
    14
    Views
    2,130

    Hi Folks, Having read through many threads...

    Hi Folks,

    Having read through many threads regarding the subject of bulk importing of Ad Categories, I did a bit of digging around and found the perfect plug-in:
    ...
  25. Replies
    7
    Views
    692

    [SOLVED] I solved this using a wordpress plugin "Category...

    I solved this using a wordpress plugin "Category Order and Taxonomy Terms Order".

    l "Currently, there are two options found under "Category Options" on the ClassiPress settings page; "By ID" and...
Results 1 to 25 of 30
Page 1 of 2 1 2