woocommerce / storefront

Official theme for WooCommerce
https://wordpress.org/themes/storefront/
961 stars 472 forks source link

Updates or changes to storefront footer credit, texts and or links. #2014

Open 1totsolutions opened 1 year ago

1totsolutions commented 1 year ago

Describe the bug

When changes are made to the footer credit on my storefront page https://tylermichael.org/ no updates are reflected.

Isolating the problem (mark completed items with an [x]):

The footer looks/reads like this: 
© Tyler Michael™️ 2022
[Privacy Policy](https://tylermichael.org/privacy-policy/)[Built with Storefront & WooCommerce](https://woocommerce.com/).

Screenshots

If applicable, add screenshots to help explain your problem.

Screen Shot 2022-07-21 at 6 32 59 AM

Expected behavior

I expected to be able to edit or modify the footer completely. I do not mind paying credit where credit is due, but I like to word it accordingly and place the footer credit how I prefer it to be placed. Not being able to modify change or update this is becoming annoying. If it is not allowed, I accept that.

WordPress Environment

Please provide relevant details of your WordPress setup and server environment.

``` 42 items with no issues detected Your version of WordPress (6.0.1) is up to date Performance Your site is running the current version of PHP (7.4.30) Performance Required and recommended modules are installed Performance PHP default timezone is valid Performance No PHP sessions detected Performance SQL server is up to date Performance UTF8MB4 is supported Performance Your site can communicate securely with other services Security Scheduled events are running Performance HTTP requests seem to be working as expected Performance The REST API is available Performance Your site is not set to output debug information Security Files can be uploaded Performance Plugin and theme auto-updates appear to be configured correctly Security Blog Token If Exists Jetpack Your site is connected to Jetpack Jetpack Master User Exists On Site Jetpack Master User Can Manage Options Jetpack Xml Parser Available Jetpack Outbound Http Jetpack Outbound Https Jetpack Identity Crisis Jetpack Connection Token Health Jetpack Wpcom Connection Test Jetpack Server Port Value Jetpack Full Sync Health Jetpack Sync Health Jetpack You changed the default WordPress tagline SEO The text link counter is working as expected SEO Your permalink structure includes the post name SEO Your site can be found by search engines SEO Persistent object caching is enabled AMP The cURL multi functions are defined AMP Transient caching of parsed stylesheets is not used due to external object cache AMP Your server currently does not have the Xdebug PHP extension loaded AMP Publisher logo is defined AMP Can communicate with WordPress.org Security Your site can perform loopback requests Performance Your website is using an active HTTPS connection Security The Authorization header is working as expected Security Jetpack passed all async tests. Jetpack Page caching is detected and the server response time is good AMP```
sunyatasattva commented 1 year ago

Hello @1totsolutions thank you for your report. Could you please describe what you did while trying to modify the Storefront footer? As far as I know, the footer is editable only via PHP code using the storefront_copyright_text filter and the storefront_footer action. Did you use those and fail?

I also believe there are 3rd party plugins to help you modify that text, in case you are not inclined to modify code.