Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conference Theme: Social Icons block does not respect size selections #8635

Open
ktyfuller604 opened this issue Jan 28, 2025 · 3 comments
Open
Labels
Customer Report Issues or PRs that were reported via Happiness. aka "Happiness Request", or "User Report". [Feature Group] Appearance & Themes Features related to the appearance of sites. Needs triage [Pri] Low [Status] Auto-allocated [Type] Bug Something isn't working

Comments

@ktyfuller604
Copy link

ktyfuller604 commented Jan 28, 2025

Quick summary

Similar to #8232 the Social Icons block in the footer was set to "Large" but still showed small on the live site.

Report: 9250505-zd-a8c

Steps to reproduce

  1. Activate the Conference theme
  2. Edit the social icons in the footer size to "large" and save changes
  3. View the live site; note the icon size is still small

Site owner impact

Fewer than 20% of the total website/platform users

Severity

Moderate

What other impact(s) does this issue have?

No response

If a workaround is available, please outline it here.

I used the workaround provided to the other customer who experienced this issue. The following CSS code:

/* Make social icons larger | 9250505-d (KF)*/
.wp-block-social-links .wp-social-link {
	padding: 0 !important;
}

.wp-block-social-links .wp-social-link svg {
	width: 2em !important;
	height: 2em !important;
}

.wp-block-social-links .wp-social-link svg {
	display: block;
	margin: auto;
}

Platform (Simple and/or Atomic)

Simple

Copy link
Contributor

Support References

This comment is automatically generated. Please do not edit it.

  • 9250505-zen

@github-actions github-actions bot added the Customer Report Issues or PRs that were reported via Happiness. aka "Happiness Request", or "User Report". label Jan 28, 2025
@alaczek
Copy link
Contributor

alaczek commented Jan 29, 2025

I was not able to replicate this issue on my test site - I was able to change the size of the social icons.
Could someone else try to replicate as well?

@ktyfuller604
Copy link
Author

Thanks for testing! I also had some time to test on my test site. I tried copying the footer and then the entire homepage content.

The only CSS there is what I added to fix the social icons block.

Is it possible there are different theme versions? 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Customer Report Issues or PRs that were reported via Happiness. aka "Happiness Request", or "User Report". [Feature Group] Appearance & Themes Features related to the appearance of sites. Needs triage [Pri] Low [Status] Auto-allocated [Type] Bug Something isn't working
Projects
Development

No branches or pull requests

3 participants