Simone

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 2,874 total)
  • Author
    Posts
  • in reply to: Remove "My Listing" from menu #45906

    Simone
    Expired Member
    Post count: 3515

    Hello, you can remove the links in Geodirectory/Design and then in the Navigation tab remove Places and Events in “Show listing link in main navigation”

    in reply to: Minimum Length review #45901

    Simone
    Expired Member
    Post count: 3515

    Hi, im not sure the page sends a referrer, thats why it isn’t working. You can try with a back button, as explained here
    http://www.w3schools.com/jsref/met_his_back.asp

    in reply to: Premium info Erases when gone to free #45882

    Simone
    Expired Member
    Post count: 3515

    I have tested it and it happens on my demo site too, I will alert the developers and see their thoughts

    in reply to: Archive Pages Break #45881

    Simone
    Expired Member
    Post count: 3515

    Hello, please post url and login details in a private reply

    in reply to: PDF Upload #45817

    Simone
    Expired Member
    Post count: 3515

    Hi Sara, you can add a custom field (File Upload) in your Post Type settings, and your users will be able to upload (also) PDF

    in reply to: Overall Featuers #45814

    Simone
    Expired Member
    Post count: 3515

    for the new theme (Whoop) you shouldnt be waiting for too long..
    about the page you couldn’t find..what you mean in particular? I can see both of the url I gave you

    in reply to: Multilocation Not working on Mobile #45813

    Simone
    Expired Member
    Post count: 3515

    Hello, is your GDF theme up to date? I tried on Android and I can’t see the arrow in the mobile menu, it was fixed in the latest release

    in reply to: Display Category Title #45739

    Simone
    Expired Member
    Post count: 3515

    Glad we sorted out in the easy way 🙂

    in reply to: Sub Categories within a CSV for bulk import #45737

    Simone
    Expired Member
    Post count: 3515

    Hello, you can add the sub category in the csv, in your case “Sports Bar” and it will be listed in the sub category as intended.

    in reply to: Category Naming Best Practices for Directories #45725

    Simone
    Expired Member
    Post count: 3515

    Hi, this is up to you and about how many listings do you have, having a very complex category system could be not usable by the average user..however you can take as example Yelp.com

    in reply to: Overall Featuers #45724

    Simone
    Expired Member
    Post count: 3515

    Hello, here you can find the features
    https://wpgeodirectory.com/features/
    and here https://wpgeodirectory.com/change-logs/ a changelog of each version so yo get an idea of what is added version by version

    in reply to: CSV Import extra fields? #45692

    Simone
    Expired Member
    Post count: 3515

    Hello, you can add the columns in the csv file, and then import the csv.
    You can add the extra columns (and extra custom fields) by looking at the phpymyadmin file, in the table wp_geodir_gd_place_details table

    in reply to: Display Category Title #45677

    Simone
    Expired Member
    Post count: 3515

    Hello, why don’t you edit the category description (editing the Categories in your post type’s category settings e.g. Place/Place Categories) making it H3, so where you have “Here is a description of the Attractions category” you will have the name of the category.

    
    
      add_action( 'geodir_listings_page_title', 'my_geodir_action_listings_title', 10 );
                                      
                                      function my_geodir_action_listings_title() { echo "<div style=width:1040px;>show category name here</div>"; }

    Or, you can add in your functions.php a function as stated in the thread you mentioned before

    
    
      add_action( 'geodir_listings_page_title', 'my_geodir_action_listings_title', 10 );
                                      
                                      function my_geodir_action_listings_title() { echo "<div style=width:1040px;>show category name here</div>"; }
    or here if you want it below the category description
    
     add_filter('geodir_before_listing_listview','categoriaa');
                                      function categoriaa() {
    echo "show category name here";
    
                                     }
    
    

    (note, the two functions are missing of the code to show the category)

    in reply to: Image Watermark #45315

    Simone
    Expired Member
    Post count: 3515

    That is strange, it might be due to some permissions problem then..
    I did not setup anything complex to make it work., just installed the plugin , flagged the post type and set the position..and then created a listing with a new image upload

    in reply to: Image Watermark #45313

    Simone
    Expired Member
    Post count: 3515

    You can see it working fine here, demo site with a listing created right now
    http://test.simonetambasco.com/geodirectory/new2/london/aurora-dispensaries/test-listing-watermark/

    You need to enable the post type and set a position (in my example is bottom-right)

Viewing 15 posts - 1 through 15 (of 2,874 total)