Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1260282
user login
Closed

Comments

  • tearoma started the conversation

    Hi there

    In my design, there are two type of users. Type A is subscriber for searching my site's information and they can review the listing.

    Type B  is service provider. They should be able to submit the listing so type A user can find them.

    1. is there anyway i can create two types account before they sign up? or tell me the way they would be able to upgrade their type of account to become type B user  if default is type A.

    2. for type B user to submit the listing. I would have set them as the owner role. is that right?  I want to allow them to upload their own photo but dont want them to have the right to access the media libary and also use the elated shortcodes. ( how can i take off elated short codes from tool bar)

    3. when users sign up the account, how i can let them to get the confirmation letter to verify their account? 

    4. When i try to submit the listing from front end, i have few parts want to change as the attachment- test 1. please kindly take a look.

    5. can i add the note under specification to give my user some instruction?

    6. i want to put the money sign $ before the number. can you help me? 

     http://searchandgo.elated-themes.com/pricing/

    7. testing as type A user, when i submit  the Enquire now form, the site owner and type B listing owner didnt receive anything. Please guide me how to set it right. 

    8. i have other private ticket open. please kindly also help. 

    Thank you!


  •  1,845
    Elated replied

    Hello,

    Thank you for writing in.

    1) This has to be manged using different roles. What we suggest is to set A user a subscriber role ( since they are not allowed to submit a Listing ) and to set user B to have owner role ( they are able to submit a Listing ). Also, we suggest you to set default role ( when someone register for the site ) to be subscriber and you should manually change role of desired users to be owner in Users > All Users and there in the list of all users select to edit desired one https://www.screencast.com/t/pcFSHZju and there set desired role https://www.screencast.com/t/Ggfq4vxs .

    2) By setting a user to be owner he gets a n option to submit a listing, but he has access only to User Dashboard, not WordPress dashboard as you have with admin right, this is users dashboard https://www.screencast.com/t/sOBZv1ZWtx and he can not access your back-end. Please create a test user with owner role and test it.

    3) Unfortunately, there is no built in functionality to to do within theme.

    4) It can be achieved with some Custom Css tricks to hide those field but it might not work always depending on the number of the fields. Please send link to your site so we can inspect it. Also, try this code:

    This will always remove last entry in that row 

    .eltd-dashboard-package-holder .eltd-user-package-box .eltd-user-package-box-inner:last-child{
        display: none;
    }

    and since in your screenshot unwanted entry is 5th in row use this:

    .eltd-dashboard-package-holder .eltd-user-package-box .eltd-user-package-box-inner:nth-child(5){
        display: none;
    }

    but this might vary on setting that you have set for the Package.

    5) You can add it directly in the Visual Composer as Listing's content. So, you can add desired instructions for each Listing separately.

    6) You can do that with minor modification to one theme file. It is file wp-content\themes\search-and-go\framework\modules\shortcodes\pricing-table\templates\pricing-table-template.php and you just need to alter two marked code blocks https://www.screencast.com/t/HKIxP2w36M . If you are not comfortable with this, you can send us FTP access and we can do it for you.

    7) Can you please check whether it is enabled in Elated Options > Listing https://www.screencast.com/t/nrdjw6DnLW3L

    8) All other tickets are responded, so please check your answers there.

    Please let us know if there is anything else we can do for you.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.