• Resolved vinnymickey

    (@vinnymickey)


    Any simple step by step instructions to get long form image instead of text. Trying to use this within hero header and works great with default text.

    Using this “ps2id url=’#header_test_scroll’]V[/ps2id” with target ID right now and works fine. Just trying to use an image.

    TY

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author malihu

    (@malihu)

    You can create a standard link which contains an image (as you normally do within WordPress visual editor) and then instruct the plugin to handle it.

    Example:

    1. In your content editor insert the image you want
    2. Select the image and click the “Insert/edit link” in the toolbar
    3. Add the id target you want in the URL (e.g. #my-id)
    4. Click “Add link” and save/update your post
    5. Go to “Page scroll to id” settings and change “Selector(s)” option value to: a[href*=#]:not([href=#])
    6. Save changes and test your link in the front-end

    By setting the “Selector(s)” option to the value above, “Page scroll to id” will handle any link that contains a # in its URL.

    Thread Starter vinnymickey

    (@vinnymickey)

    Guess I am still doing something wrong can’t get it to work ??

    Thread Starter vinnymickey

    (@vinnymickey)

    TY I figured out what I was doing wrong ?? Long night spelled something wrong GRRRR

    TY again

    Plugin Author malihu

    (@malihu)

    You’re welcome. Marking this as resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Using a Image (PNG) Instead of text’ is closed to new replies.