Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author fried_eggz

    (@fried_eggz)

    I have fixed the duplicate List menu bug. I have also logged in to your site but I’m not sure what to look for. Could you please explain what it is that should show/happen and where?

    Thread Starter serendpt

    (@serenine)

    Hi, on the page called /my-contributions, the list does not appear. Just blank. screenshot

    I’ve set the Embed page/post url to My Contributions. screenshot

    In the form settings: screenshot

    After they fill out the form, I want user to be redirected to the page as well: screenshot

    P.S. I don’t think it’s a BuddyPress conflict. I’ve deactivated the plugin and the list is still not showing.

    Thank you for checking.

    Plugin Author fried_eggz

    (@fried_eggz)

    And where is the form?

    I edited the page “my contributions” on the back end and noticed that the content area was empty. I added:

    [gravityform id="1" title="true" description="true"]
    [stickylist id="1"]

    to the content and saved the post. Now both the list and the form show up on https://www.boldleader.net/my-contributions/.

    If you want the form on another page (I did not find the actual form anywhere on the front end) you can embedd it there and remove it from “my contributions”.

    Plugin Author fried_eggz

    (@fried_eggz)

    I have also fixed the double “sticky list” option bug (thanks for reporting) and updated the plugin to use a better way of getting the currently logged in user.

    The new version (1.2) should also prevent Sticky List from needing to be deactivated/reactivated on each update.

    Thread Starter serendpt

    (@serenine)

    I learned something new just now. Thanks for checking and updating the plugin. Keep up the great work. Look forward to the possibilities with this plugin. Sending you a little something shortly.

    Thread Starter serendpt

    (@serenine)

    Hi Adam,

    While you still have access to the site, can you please check on why only Post link has color? screenshot

    Would really be helpful if the Action links would automatically take the link color from the theme settings screenshot

    Thank you for checking.

    Plugin Author fried_eggz

    (@fried_eggz)

    You are setting the color to white on line 3808 in your style.css:

    color: #FFF !important;

    If you remove !important from this selector you should see the links i black color. If you want another color for the “action-links” you could put this in your style.css:

    table.sticky-list button { color: #ccc; }

    Thread Starter serendpt

    (@serenine)

    OK. Sounds like it’s on my theme then. Thank you for checking ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘BuddyPress’ is closed to new replies.