• Hello

    I have just downloaded the plugin and it looks good.

    I have two questions:

    (a) I managed to find the submission shortcode but wonder if one can make a more developed submission form and

    (b) when a submission is made by someone, is there a notification sent to the administrators? As far as I can tell there is no such notification.

    Thanks for answering these questions.

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

    (@jackdewey)

    a) Of course. Go to the User Submission tab under Library Configuration. There, you will be able to select many more fields to appear for users to submit extra information about links. For each field, you will see a drop-down list after the field label to decide if that field will be displayed or not.

    View post on imgur.com

    b) That is part of the options on that user submission tab. Select E-mail admin on link submission to receive an e-mail when new links are submitted. There is also a moderation system built-in.

    Let me know if you have further questions on this and if you decide to use this on a regular basis, please consider donating to support this plugin’s development.

    Hi Yannick,

    Is there a way to change the color of the “ADD LINK” button for front-end submissions?

    Looked in the stylesheet editor, but no joy.
    I assume that it is now set to #25b0ed.

    Again, many thanks.

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    You can add an extra rule to the link Library Stylesheet to style that button:

    .LLUserLinkSubmit input {
    background-color: #FF2;
    }

    Hi Yannick,

    Many thanks for your reply.

    I added the rule to the bottom of the Stylesheet, but there seems to be no change in the button color.
    I purged the cache from Siteground and the browser, but no joy.

    Any more suggestions, thanks in advance!

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Can you give me the URL of the page where you have the button? That way I can try out styling using Chrome inspection tools and propose a good rule.

    Hi Yannick,

    Thanks for the quick reply.
    I will send you an email with the link since the site is still in development.
    Do you have a public email address?

    Regards

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Thanks for sending a link to the site over. Just to be sure, the Submit button that is at the bottom of every page is not generated by Link Library. It is an elementor object that you put on your pages.

    I clicked on the submit link and do see that the color did not update properly. Another rule in your theme was more important. If you add !important at the end of the rule, it will take effect. This is basic CSS and is often something you need to do when trying to change the color of items on a site.

    .LLUserLinkSubmit input {
    background-color: #FF2 !important;
    color: #000 !important;
    }

    I also added a color rule in there so you can update the color of the text.

    For your submit buttons at the bottom of every page, you probably have styling rules in Elementor to set their color.

    That works great Yannick!

    Thanks for explaining that CSS rule, did not know that.

    The other button was indeed Elementor, my mistake ??

    Best regards

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