tslchicago
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove Powered by WordPressI obviously am new here and not sure what most of you are saying.
I found the php that Stan Williams mentioned, but have not idea what to do with it.
/**
* function to show the footer info, copyright information
*/
function unite_footer_info() {
$output = ‘Unite Theme powered by WordPress.’;
echo $output;
}
add_action( ‘unite_footer’, ‘unite_footer_info’, 30 );NOTE: The Unite theme developers won’t tell folks. That’s why I’m here. It’s not illegal to remove that “Unite Theme powered by Word Press,” therefore, I’d like to know how.
Forum: Fixing WordPress
In reply to: Remove Powered by WordPressI appreciate all the help I’ve been given.
To those who did not see the original post, the theme developers are discouraging the omission of that footer note, and that’s why it’s hard to find where to change it. They have said that they feel that they put time into its development and would like acknowledgement.
Thank you.
Forum: Fixing WordPress
In reply to: Remove Powered by WordPressYes, it is. 🙂
Forum: Plugins
In reply to: [Slideshow] Slideshows Plugin – Add a borderClosing this discussion.
Forum: Plugins
In reply to: [Slideshow] Slideshows Plugin – Add a borderWell, thanks for trying. I appreciate that you attempted to solve the problem.
I’m going to go with another solution, as it doesn’t seem that CSS will solve this one.
🙂
Forum: Plugins
In reply to: [Slideshow] Slideshows Plugin – Add a borderThanks for helping.
So I see what you did. You are basing the border on the pixel size of the slider. So, if I want to make a larger slider (which I plan to do), I just increase the width. Looks like I have to change the height as well, as the border is inside of the slider.
However, what did you mean that the images will ‘overlap’ on the right side? Right now, there is no border line on the right. Is that correctable? If not, I guess I’m back to square one.
Forum: Plugins
In reply to: [Slideshow] Slideshows Plugin – Add a borderIt is https://chicagospiritualseekers.net
Hope you can help.
Forum: Fixing WordPress
In reply to: Centering Header ImageActually, yes. I thought I had tried that, but I bet I tried that before I figured out that I needed this CSS:
@media screen and ( min-width: 782px ) {
.site-branding { width: 100%; }I spent so much time on this. So glad to have a solution.
Thank you!!!!!