Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Manesh Timilsina

    (@maneshtimilsina)

    You cannot add newsletter icon from plugin option. However, it can be done from code level. You can add this feature in plugin’s code if you have idea of WordPress.
    Regarding size of social link logo, you need to override css of plugin. You can add your custom css in plugin’s setting options in the backend.

    Thread Starter Jade28012

    (@jade28012)

    Hi, again. How can I do with code my newsletter icon? Thanks.

    Plugin Author Manesh Timilsina

    (@maneshtimilsina)

    Hello Jade28012,
    Follow instruction below to add your custom icon and link for newsletter. We are restricted to write full code here. So I am explaining each section below:

    1. Find ‘functions.php’ in plugin folder and add your code to display newsletter icon and link. You need to add code in following sections:

    See from line 27 to 46 to assign value in variable
    See line 49 to 227 to validate url
    See line 240 to 302 to display icon and link

    2. You need to add few lines in ‘options.php’ to show option field in the backend for newsletter
    see line 13 to 141 to add option field in the backend

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘add my icon’ is closed to new replies.