Replies: 12 comments 1 reply
-
After having studied your structure, I would now propose
If you agree, I will create the respective pull request Advantage:
Disadvantage: you can not enforce your users NOT add a picture or anything else. But sometimes it is better to describe the restrictions and the intended usage instead of making 'abuse' more difficult Best regards KR |
Beta Was this translation helpful? Give feedback.
-
Do you mean this Next release is scheduled Feb 15. You can track this in the projects board https://github.com/orgs/bootscore/projects/14. |
Beta Was this translation helpful? Give feedback.
-
The content of the footers can be edited on Gutenberg level via a widget. Why shall we enforce the users to do that on file level for the copyright line (footer.php)? If we used a widget also for the cr-line, the user would not have to copy footer.php into his child theme. And the fewer files he must copy into his child theme, the easier is an update of bootscore-main, because for each existing copies he has to port his modifications in the updated files. For me, that seems to be reasonable. Best regards KR |
Beta Was this translation helpful? Give feedback.
-
You mean to replace the copyright by another widget and user should do copyright manually in backend, right? In this case, copyright is just a new widget position but BTW, this is not the spirit of a copyright because now you have an automated year and site title on your site and makes sense as it is. If you want to register more widgets in your footer, you can easily register them in your child.
But this is exactly what a user should do. A child-theme is there to copy files from main-theme and edit them in an upgrade-safe way. We do not change this, it is good as it is. |
Beta Was this translation helpful? Give feedback.
-
sorry for having bothered you. Won't happen again. bg kr |
Beta Was this translation helpful? Give feedback.
-
Please - if and when you have time - have a look at https://fodina.de/2023/footers-c/ and tell me if you feel uncomfortable with my summary of our discussion. |
Beta Was this translation helpful? Give feedback.
-
No, all good. This is your opinion and have to be respected. Let me try to explain again why we do not replace copyright by widget:
Hope that clears it up. |
Beta Was this translation helpful? Give feedback.
-
Dear Basti(an),
Please let me emphasize via this answer, that I appreciate your work very well. It was just what I was looking for when I had to reorganize my site . I do not want to give the impression that I am fighting with you. On the opposite, you are easing my life. Great job. Great idea. Many thanks
Best regards Karsten
…On 8 February 2023 13:03:27 CET, Basti ***@***.***> wrote:
> tell me if you feel uncomfortable with my summary of our discussion.
No, all good. This is your opinion and have to be respected.
Let me try to explain again why we do not replace copyright by widget:
- Users who not have overridden footer in child has to update their copyright manually otherwise they will not have one anymore. We do not updates which breaks child.
- I personally have to manage round about 40 bootScore based sites for clients. I'm happy about the self-updated year because otherwise I have to update year on each page manually every January 1 again.
- bootScore provides a simple, pixel-perfect Bootstrap layout with a lot of functionality which fits for everyone and should be neutral as possible. Copyright as a widget is something which might be interesting for you but not for everyone.
- bootScore is a coding project and designed to edit files in child theme. Adding design and functionality to make something cool, is the users job. Theme provides all tools to be creative.
Hope that clears it up.
--
Reply to this email directly or view it on GitHub:
#389 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thought about it again for a while. As mentioned in previous comment, we will not remove copyright for several reasons. But, I agree that we can add a new widget widget position above the copyright and give it a neutral name like Agree? |
Beta Was this translation helpful? Give feedback.
-
I think it would be a great improvement.
Thank you
From: Basti ***@***.***>
Sent: Monday, 10 April 2023 2:52 AM
To: bootscore/bootscore ***@***.***>
Cc: muddg ***@***.***>; Comment ***@***.***>
Subject: Re: [bootscore/bootscore] Improving the copyright line handling in the footer.php (Discussion #389)
Thought about it again for a while. As mentioned in previous comment, we will not remove copyright for several reasons.
But, I agree that we can add a new widget widget position above the copyright and give it a neutral name like footer-info to make users clear that this widget has nothing to do with a copyright. It's just a simple widget where you can show whatever you want. We can add a class to existing copyright <small>, for example <small class="footer-copyright"> and users can hide this by CSS if they want. This should be exactly the result as you want.
Agree?
—
Reply to this email directly, view it on GitHub <#389 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACBIJ4IDR65HNUEJUBZWYZ3XALV33ANCNFSM6AAAAAAUQVABZ4> .
You are receiving this because you commented. <https://github.com/notifications/beacon/ACBIJ4OUYJGMUFMTLPOAIUTXALV33A5CNFSM6AAAAAAUQVABZ6WGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAKTVXM.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
-
I've now tested release 5.2.3.4 which offers both, the old hard-coded copyright line and the new footer info line - both presented at the bottom below a separating horizontal line. In accordance with the developers, the hard-coded cr-line can simply be suppressed by a CSS configuration. (cf. https://fodina.de/footers-c/) That's an excellent solution! heartfully KR |
Beta Was this translation helpful? Give feedback.
-
The four footers can be filled by widgets. The copyright line at the bottom is a 'hard-coded' element of footer.php. What, if we integrate a function in functions.php by which the copyright line can be computed without adding the footer.php into the child-theme?
Advantage: If the child-theme developer has to upgrade bootScore it would be helpful if he had to merge as fewer files as possible.
If you agree with this proposal, I will create a respective pull request.
(BTW: When will the version be released? And which pr's will be taken over?)
heartfully KR
Beta Was this translation helpful? Give feedback.
All reactions