• Resolved wiresandwifi

    (@wiresandwifi)


    Good day,

    I am looking at setting a up a classifieds listing site and am currently testing your plugin and it is working great except for the following problem I am unable to resolve.

    When I place a new listing, I can complete the form, but when I click on “Browse files…” it simply jumps back to the top of the form and does not give an option to browse for images. No error, just jumps back to the top of the form.

    This happens with my main administrator login, as well as a different user and user role.

    I renamed the plugin folder and installed from scratch, but issue is still persisting. Do you have any suggestion

    Lastly, is there a way to hide the price and contact detail for listings when the user is not logged in? This is basically allowing people to see that the site does have listings, but forcing to register before viewing or placing ads.

    Kind regards,
    Leon Vos

    • This topic was modified 4 years, 1 month ago by wiresandwifi.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello sir,

    Thank you for using this plugin.

    1. I can’t access this https://dev.beyers-agri.co.za/listing-form/ because of this is a private page. so the user can’t able to post a new ad without registration.

    2. I think you have some javascript error at this page can you please give me the javascript console log if any.

    ==> You can turn off the Text Editor from (Wp Editor ) to Textarea.
    Classified Listing > Settings > General > Text Editor > textarea

    3. You can hide some field from the settings
    Classified Listing > Settings > Moderation > Hide form fields

    4. If you like to hide price only for the unregistered user then you need to add some custom code.

    I hope you got some help from this.

    Thank you

    Thread Starter wiresandwifi

    (@wiresandwifi)

    Hi there,

    1. Is it possible to provide you with login credentials in a private post?

    2. Apologies, but how do I provide you with the Javascript logs?

    Then, I tried both the WP editor and text editor, bot giving same results.

    4. Lastly, regarding the price being revealed, is it possible to provide me with sample code and where to insert it?

    Kind regards,
    Leon

    Thread Starter wiresandwifi

    (@wiresandwifi)

    Hi,

    OK, Regarding the upload function not working, just an update, it appears to be a compatibillity issue with a plugin called “NextGen Gallery” I disabled the plugin and the image is loading.

    The only item I will greatly appreciate some help with is the custom code that will allow me to hide the listing contact details for users that are not logged in.

    Regards,
    Leon

    Plugin Author RadiusTheme

    (@techlabpro1)

    Ok,

    You need to override the template file by copy to theme file
    From => wp-content/plugins/classified-listing/templates/listings/single/user-information.php
    To => wp-content/themes/your-theme(current active theme folder)/classified-listing/listings/single/user-information.php

    Add this code at the top of the page, I hope this will fix your requirement.

    if(!is_user_logged_in()){
        return;
    }

    Thank you for using our plugin.

    Thread Starter wiresandwifi

    (@wiresandwifi)

    It is working perfectly, thank you very much

    Plugin Author RadiusTheme

    (@techlabpro1)

    Thanks too for using our plugin.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Uploading images’ is closed to new replies.