Search:

Page 1 of 3 1 2 3

Search: Search took 1.00 seconds.

  1. Replies
    6
    Views
    416

    [SOLVED] As Laura says, there is no option in the front...

    As Laura says, there is no option in the front end for your users to add more than one category. However, you can manually add more in the back end of each ad. Otherwise you will need to do some...
  2. Yes, seems to be gone in the edit mode. I will...

    Yes, seems to be gone in the edit mode. I will ask our devs about this.

    Meanwhile you can set an ad from the "Quick Edit" to be featured:

    11305
  3. The changelog is not updated in the dev build...

    The changelog is not updated in the dev build archive, but I think changed_files.txt is up to date and you can at least know which files were modified.
  4. [SOLVED] The email account used for sending out emails...

    The email account used for sending out emails (specified in WP SMTP plugin settings) have restrictions on the From email address.

    Here is code to not use the user data in the email header:...
  5. Replies
    3
    Views
    306

    [SOLVED] it was caused by a Plugin called Wordpress SEO by...

    it was caused by a Plugin called Wordpress SEO by Yoast.
  6. Replies
    26
    Views
    1,231

    Dimitris Hard to say about what could be causing this, as...

    Hard to say about what could be causing this, as everyone's backend is setup a little different. Make sure to disable any plugins, use the parent theme if you are using a child theme, and test again....
  7. [SOLVED] Thanks Laura. I'll subscribe to that.

    Thanks Laura. I'll subscribe to that.
  8. [SOLVED] You have a limit of 2,500 geocoding requests per...

    You have a limit of 2,500 geocoding requests per day. (Google's Limit). This means that we can only get the coordinates for 2,500 locations per day. After we get them we save them. You probably hit...
  9. [SOLVED] Sean, The database table you need to change is...

    Sean,

    The database table you need to change is called "wp_postmeta".

    You have to change the row that has the "meta_key" field value equal to "listing_claimable" and then update the field...
  10. Replies
    6
    Views
    433

    [SOLVED] Hi, I just tested this on a demo site,...

    Hi,

    I just tested this on a demo site, changing the "Listing Base URL" from "listing" to "listing2".

    It appears to work, if you use the old URL, a redirect is made to the new URL. It looks like...
  11. Replies
    19
    Views
    865

    [SOLVED] SOLVED: Search from in chrome bug

    SOLVED:

    This appears to be a Chrome specific bug and has already been documented. I'm on a Mac with Chrome version 25.0.1364.99 (which says that it's "up-to-date") and found this bug report:...
  12. Replies
    5
    Views
    634

    [SOLVED] Lists for some reason have note been defined in...

    Lists for some reason have note been defined in the style sheet (at least not last time I checked which admittedly was a while ago.) Here is what I put in my child themes style sheet;

    .page...
  13. Replies
    28
    Views
    1,093

    The 'post_max_size' parameter is not in...

    The 'post_max_size' parameter is not in ClassiPress files, it is in 'php.ini' configuration file of PHP on Your server. On usual hosting accounts You don't have direct access to this file, but You...
  14. Replies
    9
    Views
    434

    I suggest you ask for direct help from the child...

    I suggest you ask for direct help from the child theme developer


    Have you checked the child themes index.php is inside the child theme folder?
  15. Replies
    7
    Views
    302

    [SOLVED] There is no separate page to purchase ad packs,...

    There is no separate page to purchase ad packs, it is displaying in select list during the process of submitting an ad. To use 'ad packs' You need to choose 'Fixed price per ad' as Your pricing model...
  16. Replies
    6
    Views
    539

    Please run in phpMyAdmin, replace 'X' with post...

    Please run in phpMyAdmin, replace 'X' with post ID



    DELETE FROM wp_cp_ad_pop_total WHERE postnum = X

    DELETE FROM wp_cp_ad_pop_daily WHERE postnum = X


    Post meta mirrors will be updated...
  17. Replies
    2
    Views
    380

    There is a thread open on it Laura - haven't...

    There is a thread open on it Laura - haven't searched it sorry

    You can only publish using quick edit :)
  18. Custom sidebar for Create Listing page without plugins

    I've always wanted to have a sidebar on my create-listing page where I could add few text widgets with instructions for business owners on filling out the submission form.
    I know some of you want to...
  19. Replies
    54
    Views
    3,308

    Hi laura, If Pinpost business directory is...

    Hi laura,

    If Pinpost business directory is yours, it shows fatal error also when attempting to login with wrong credentials.

    This is what I see when using Firefox v14.0.1.
    Fatal error: Call...
  20. Replies
    11
    Views
    965

    I got rid of the drop-down menu by putting this...

    I got rid of the drop-down menu by putting this in the style sheet of my child theme

    #main-navigation .menu li:hover .adv_categories {
    display: none;
    }
  21. Replies
    11
    Views
    965

    Laura, my apologies. I marked the idea as...

    Laura, my apologies. I marked the idea as implemented. I did not read closely enough to see that you still wanted to keep "Categories" in the main navigation but wanted to disable the drop down. I...
  22. [SOLVED] Please don't fault the server. Maybe...

    Please don't fault the server. Maybe later.:cocksure:
    The hosting company should provide you with a copy of a an .htaccess file that will work with their iis server.
    (With 30,000 accounts, they...
  23. Replies
    45
    Views
    2,649

    Dimitris This is an issue with the method we use to...

    This is an issue with the method we use to generate the expiration date. The actual details for when a listing expires aren't set until right after you press publish, that way if you decide to wait 5...
  24. Replies
    22
    Views
    1,685

    Still there is no option to insert widgets in...

    Still there is no option to insert widgets in Create Listing.
    But you can use this mod and insert the Main Sidebar on page Create Listing.


    Open the file "form-listing.php" with the Wordpress...
  25. Replies
    20
    Views
    1,823

    You can make two imports @import...

    You can make two imports
    @import url("../vantage/style.css");
    @import url("../vantage/styles/green.css");

    p.s. sniped by circlecity :-)
Results 1 to 25 of 60
Page 1 of 3 1 2 3