• Since the WP Social Media feature does not have all the icons I need (missing Align and NextDoor), I am trying to hand code this part; however, my images are ‘broken’ even so they do show up if I enter the path directly into the url window. Eventually, this is supposed to replace the social media icons that are currently on top of the right sidebar.

    I’m currently experimenting on the page shown in ‘link I need help with.

    I think my code is solid, yet it’s not working… if there is a better way to make this happen, any help is welcome. Alternatively to my coding attempt, how can I simply use WP’s insert image feature to get this done (all icons should be in one row).

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • How does your code look like? That would be important to be able to say whether there is something better than it.

    Thread Starter Crailsheim7180

    (@crailsheim7180)

    How can I post the html here? when i copy/paste, it ‘translates’ things.

    Thread Starter Crailsheim7180

    (@crailsheim7180)

    <div class="wp-block-group alignwide" style="padding-bottom:var(--wp--preset--spacing--40)">
    <a ><img scr="https://momshousecleaning.com/wp-content/uploads/2025/01/facebook.png" alt="Facebook Icon"></a>
    <a ><img scr="https://momshousecleaning.com/wp-content/uploads/2025/01/x.png" alt="X Icon"></a></a>
    <a ><img scr="https://momshousecleaning.com/wp-content/uploads/2025/01/linkedin.png" alt="LinkedIn Icon"></a>
    <a ><img scr="https://momshousecleaning.com/wp-content/uploads/2025/01/google.png" alt="Google Icon"></a><
    <a ><img scr="https://momshousecleaning.com/wp-content/uploads/2025/01/nextdoor.png" alt="NextDoor Icon"></a>
    <a ><img scr="https://momshousecleaning.com/wp-content/uploads/2025/01/alinable.png" alt="Alignable Icon"></a>
    </div>
    Thread Starter Crailsheim7180

    (@crailsheim7180)

    I may have found a work-around… I added a row with six columns to my ‘testing’ page, and was able to insert the icon images with links via the ‘insert image’ feature. Then I just copied that code and pasted it in my sidebar widget. Now I just need to get rid of all the unnecessary white space above and below my icon row.

    Any help would be greatly appreciated: https://www.momshousecleaning.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.