• Resolved mkenzie

    (@mkenzie)


    If you look at the bottom in the footer where you see the Social media links I have these items in a repeater looks like this: Look a the HERE>>> the Href won’t show the actual url link its blank. If I move the [field test_link] out of the href I see the url. I am assuming that shortcodes don’t work in Href is there a work around?

    <main class="social-main">
        <section class="social-media-follow">
            <h3 class="follow-us">Follow Us</h3>
        </section>
        <section class="social-icon-img">
        [repeater social_media_park option=true]
            HERE>><a href='[field test_link]'>[field image=social_media_icon in=url]</a>
        [/repeater]
        </section>
    </main>
    • This topic was modified 7 years, 2 months ago by mkenzie.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you already try the [link] shortcode? See the documentation at the field page.

    Thread Starter mkenzie

    (@mkenzie)

    <main class="social-main">
        <section class="social-media-follow">
            <h3 class="follow-us">Follow Us</h3>
        </section>
        <section class="social-icon-img">
        [repeater social_media_park option=true]
            [link field=social_media_link][field image=social_media_icon in=url][/link]
        [/repeater]
        </section>
    </main>

    That solved it! THANKS!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Href Link Not working’ is closed to new replies.