This topic has 11 replies, 4 voices, and was last updated 9 years, 4 months ago ago by Jack Richardson
Hi there,
Just finishing up on the site and having trouble resolving some of these issues:
-Changing the colour of the footer?
I’ve tried various approaches and it seems to stick with the solid grey rather than the same colour as the menu bar.
Random ? instead of dropdown symbol
For some unknown reason the icon changed to this when I installed the theme
Massive spacing in footer?
I’ve designed the footer to be a static block, but for some reason there is massive spacing between each section.
Random view counter at the bottom of each page?
No idea why this has appeared, again it started showing once I installed the theme.
So close to finishing this but got these little things holding it back from going live, I’ve spent the past week trying to resolve them but had no luck.
Hello,
1), 2) This questions are a bit unclear for us. Could you please clarify us with more details?
3) Try to add this code in custom.css
.main-footer .wpb_row{
margin-bottom: 0px;
}
4) Please disable Top 10 plugin to resolve this issue.
Regards,
Robert Hall.
Thanks Robert,
1) I’m trying to make the footer the same kind of “blurple” as the menu bar.
2) If you look at the “latest news” option in the menu bar, there is a ? instead of a downward arrow like a drop down should have.
3) Didn’t seem to work, still have a spacing issue
4) Fixed it, thanks!
1) I’ve added code in custom.css file. Please check footer now.
2) Try to disable third-party plugins, maybe one of them caused issue.
You’re using old theme and plugins versions. Please update.
Don’t forget to make backup site before update.
Here is video tutorial how to update theme.
https://www.youtube.com/watch?v=KdWESIIPU1k
Also you can download the latest plugins versions at this link https://www.8theme.com/download-plugins/ ,
enter your purchase code of the theme to get the plugins.
3) Please provide screenshot for our better understanding and highlight what exactly spacing you want to reduce.
Regards,
Robert Hall.
1) Thanks for changing the colour! Although how can I get rid of the grey block that’s above the copyright text?
2) Will go through and see what plugins are affecting it, if one of them is changing the way it looks, how do I change it back?
3) Kind of sorted out the spacing issue now, is there a way to make the footer shorter? At the moment it’s still pretty big.
EDIT: Deactivated all the plugins and the drop down is till ? instead of an arrow :-/
UPDATE: For the lose of the dropdown icon and it being replaced with a ? I’ve found that it’s something in the style sheet has changed this.
Now…where about’s would it be on the sheet and how do I change it back?
Hello,
1. Sorry, but I don’t see grey block above the copyright text:
http://storage4.static.itmages.com/i/15/0710/h_1436515020_4159760_5bd4c4e078.png
Please show a screenshot.
2. Please update the theme and plugins to the latest versions and check the site after that.
3. Add this code in custom.css:
.copyright-3, .copyright {
padding-top: 0px;
}
.main-footer {
padding-top: 20px !important;
}
Regards,
Eva Kemp.
Thanks Eva,
1) Was able to get rid of the grey box.
2) Will update theme now and check, but I know it has something to do with the style sheet as I tried another one and it was fine. Any where on the stylesheet that this would be affected?
3) Thanks, that worked!
4) Here’s another question: I want to menu text to be white, but when I scroll down it can’t be seen as it’s on a white background. How can I have it so the scroll menu has blue text when scrolling?
UPDATE: I only seem to have the option to download the “Royal- Child Theme” and PSDs, nothing about the Royal update.
…help anyone?
Hello,
2. Perhaps you made some changes in style.css file and the icon was changed because there wasn’t such issue on our test site. So please update the theme and check your site after that.
You can download Royal theme on ThemeForest site: http://themeforest.net/item/royal-multipurpose-wordpress-theme/8611976 (log in to your Envato account).
4. Add this code in custom.css:
.fixed-header-area .menu > li > a {
color: blue !important;
}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up