Danielle Hickinbotham
Forum Replies Created
-
Webdomtom,
Are you talking about the padding on the left and right of your logo and title at the top? Or are you talking about the logo that’s in the main content of your page?
Cheers,
Danielle
Kevin,
Hello! Are you looking for help for yourself? If so, I’d suggest starting your own thread to make it easier for someone to help you without thinking it’s still a part of this thread ongoing. If you start your own thread I’d be more than happy to try and help you, or others on this forum would be willing to help out too ??
Cheers,
Danielle
Hurray! That’s great! I’m glad I could help ??
Let me know if you have any other questions!
Cheers,
Danielle
Forum: Themes and Templates
In reply to: [Virtue] Center page titles, but left align blog titleGreat! Glad I could help.
Cheers,
Danielle
Good Morning Paul,
Do you have FTP access to the hosting space where the WordPress site you’re working on is sitting? We’re going to need to make a copy of the header.php file and put it in the child theme so that when the parent theme updates we don’t lose that change we made.
Then, we need to make sure that headerlogo is still present in this piece of code:
<div class="group pad headerlogo">
It’s still showing that headerlogo isn’t there, which is why the image is not centered.
Forum: Themes and Templates
In reply to: [Customizr] Customizr Footer@deputy05 you beat me to a response.
What I was going to do was collect the changes we’d made Lindy, and just create a child theme that you could use. This way any changes you made wouldn’t get overwritten by the updates. I’d be more than happy to help you with that quick fix. Would also eliminate you having to redo what we just did. I should have brought that up at the start, and that is my fault!
If you’d like me to help you with the child theme just let me know.
Cheers,
Danielle
Forum: Themes and Templates
In reply to: [Customizr] Customizr FooterLindy,
If leaving it %2$s works, that’s fine! Sorry for the confusion on that.
Let me know if there is anything else you need!
Cheers,
Danielle
Forum: Themes and Templates
In reply to: [NewLife] the Page Title FormatHello Nellpour!
Could you please post a link to the site you’re having this issue on? This will allow us to better help you fix your issue.
Cheers,
Danielle
Forum: Themes and Templates
In reply to: [Customizr] Customizr FooterLindy,
No problem! You were super close with your progress. The change will need to be made in the class-footer-footer_main.php file.
Once you open that file, scroll almost all the way to the bottom of the file and search for this piece of code:
sprintf( '<p> · © %1$s <a href="%2$s" title="%3$s" rel="bookmark">%3$s</a> · Designed by %4$s ·</p>',
What you’ll have to do is change %2$s to the URL you want to link to, and both places that say %3$s to be Integritas Resources, Inc. All Rights Reserved.
That will hard code it into your copyright section.
Let me know if you have any more questions!
Cheers,
Danielle
Forum: Themes and Templates
In reply to: [Customizr] Customizr FooterHello lhwerges,
I’m sorry to hear your frustrated! I hope I can be of some assistance to you.
There is a simple way to do this, and a slightly more involved way. I’ll list the simple way to fix this for you, but if it doesn’t quite work the way you want it, I can help you fix it a different way.
The easiest way to change that is to change your Site Title in Settings > General of the WordPress Dashboard. This will change Integrity to whatever you put in there. HOWEVER, this will also change what is shown on the tab in the browser.
IF you’d rather keep Integrity as the title on the tab in browsers, then we’ll want to edit one of the php files to tell it not to call the Site Title in the copyright section.
Cheers,
Danielle
Paul,
It’s really strange, but it seems the headerlogo class we added to your header.php file isn’t there. I’m now having trouble viewing the page properly in all browsers. I’ll wait for you to take a look in the morning, but I think that’s the culprit for the header not sitting center like it should in IE (or any browser).
As for the scrollbar, it’s because IE isn’t resizing the layout like other browsers do. I’ll look at that a little more tomorrow.
Cheers,
Danielle
Forum: Themes and Templates
In reply to: [Virtue] Center page titles, but left align blog titleIn the Custom CSS box where you pasted the code I posted earlier, paste this code into there as well:
.page-id-2 .page-header h1{ text-align: left; }
This will target the Page Header H1 ONLY on that page (page’s ID is 2).
Let me know if you have any other questions.
Cheers,
Danielle
Paul,
No problem at all! Have a wonderful evening. I’m getting close to the issue with the header image not sitting correctly in IE (shakes fist at IE). I’ll let you know what I find. I think it’s not picking up the class we added in the HTML. I’ll see what I can dig up ??
Cheers,
Danielle
Forum: Themes and Templates
In reply to: [Virtue] Center page titles, but left align blog titleBwhxeon,
I apologize, I must have misread your original post. You want Student Showcase to be left aligned?
Cheers,
Danielle
Paul,
What version of IE are you using? What is your monitor’s resolution?
I see what you mean with the header image not being centered. I’ll look and see if I can find a solution for the resizing of the header image not working right in IE (it works properly in Chrome).
Cheers,
Danielle