Richard Aronson

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 39 total)
  • Author
    Posts
  • in reply to: Downgraded listing looses information #380970

    Richard Aronson
    Free User
    Post count: 50

    Stiofan – I have not heard back from you. I really need to get this figured out. I am charging people to sign up for a featured listing. Once they create a listing and pay for it, the listing will be live for 7 days. If they do not renew the listing it is downgraded to free which limits some of the information that is shown. Once the author decides to upgrade their listing from free to featured they should not have to insert the hidden information.

    Please help me figure this out. My client is getting very frustrated. We are so close to launching this site but cannot until this is taken care of.

    in reply to: Downgraded listing looses information #378599

    Richard Aronson
    Free User
    Post count: 50

    It does exactly the same thing when the featured listing expires. The chosen fields are hidden and when the Lister logs in to and clicks upgrade listing, they are taken to the edit screen, the hidden fields are visible and they are blank.

    in reply to: Downgraded listing looses information #378469

    Richard Aronson
    Free User
    Post count: 50

    Thank you for your help Paolo. I appreciate the support you guys provide.

    in reply to: Downgraded listing looses information #378461

    Richard Aronson
    Free User
    Post count: 50
    This reply has been marked as private.
    in reply to: Downgraded listing looses information #378451

    Richard Aronson
    Free User
    Post count: 50

    Did you watch my video? It shows that the information does not show up when upgrading.

    in reply to: Downgraded listing looses information #378415

    Richard Aronson
    Free User
    Post count: 50

    I guess I still don’t understand. In my scenario, a person may pay for a featured listing for 7-14 days and then let it downgrade to free for several months and then pay again for a featured listing. I don’t want them to have to put in the hidden info every time they upgrade. How does that happen? Down below is a link to a brief screen capture video showing what happens even in the backend where I add a featured listing, make it free and switch it back to featured. When I do that the hidden info is gone.

    Featured Info Missing

    in reply to: Downgraded listing looses information #377822

    Richard Aronson
    Free User
    Post count: 50
    This reply has been marked as private.
    in reply to: Blank screen after registration #377818

    Richard Aronson
    Free User
    Post count: 50

    It seems like iThemes Security Pro reCaptcha was causing the problmes. I disabled that feature and the registration seems to be working now.

    in reply to: Blank screen after registration #377756

    Richard Aronson
    Free User
    Post count: 50
    This reply has been marked as private.
    in reply to: Blank screen after registration #377471

    Richard Aronson
    Free User
    Post count: 50
    This reply has been marked as private.
    in reply to: Link To Author Listing Page #375622

    Richard Aronson
    Free User
    Post count: 50

    Hi Paolo – that looks great. I’ve installed it but I still need to a link that will send logged in users to their listing so that they can edit or add. What link would I add? The author listing url is different for each user and I don’t want to have to go in and create a rule for each user. I can setup a role based rule that sends logged in users to their author listing page but what url do I use to do that?

    in reply to: Creating link to author page #375576

    Richard Aronson
    Free User
    Post count: 50

    Can anyone please help me with this? I am trying to add a link to go directly to the listing author’s page to make it easy for lister’s to edit and add listings. At this point, I am willing to add a custom link in the menu that will take someone to their listing author page. How do I do this?

    in reply to: Creating link to author page #373234

    Richard Aronson
    Free User
    Post count: 50

    Right now, I am able to get a link in My Dashboard using the following code:

    
    
    add_filter('geodir_dashboard_links','_my_dashboard_links',10);
    function _my_dashboard_links($dash_links){
    	$dash_links .= "<li><a href='https://seniorian.com/author/user_id/?geodir_dashbord=true&stype=gd_place'>Edit or Upgrade Your Listing</a></li>";
    	return $dash_links;
    }

    I am not sure how to get the author link code above to show up in My Dashboard. Any help would be greatly appreciated. I am attaching a screenshot of My Dashboard to show what I am trying to achieve. In the screenshot you will see that it says ‘Edit or upgrade your listing.’ That is where I want the author link to go so that someone who has listed on the site can go directly to their listings.

    in reply to: Creating link to author page #371862

    Richard Aronson
    Free User
    Post count: 50

    Hello Giri – I would like to put the author link inside the “My Dashboard” box. I want to have some text that reads, “Edit or upgrade your listing” and then have the link to their author page. How would I do that with the code above?

    in reply to: Customize My Dashboard #371619

    Richard Aronson
    Free User
    Post count: 50

    Stiofan – your code worked perfectly. Thank you.

Viewing 15 posts - 1 through 15 (of 39 total)