bobferg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Footer access where is itI got to looking at the child theme’s files and found site-info.php in wp-content/themes/twentyseventeen-child/template-parts/footer had the hardcode for my footer. I honestly don’t remember doing that. I must have got support here for the how.
Thanks for the heads-up to look. I will add it to my notes on this site.
Forum: Fixing WordPress
In reply to: Footer access where is itI created the child theme. But it was my first WordPress website and I forget why and how as I have not looked at it in 6 months. Where would I look for hardcoded?
Support has been great and fast on a couple issues I caused. Has turned out to be just what we needed. The flexible repeat and exclude functions saves a lot of work keeping the calendar updated each month. We have over 100 items now that we carry forward each month.
Check out our website
https://www.centennialplacemission.ca/ check On Today and Calendar > Monthly Calendar.Forum: Themes and Templates
In reply to: [Twenty Seventeen] Color menu bar and textI have white menu items, black current item, and black hover items except for Calendar monthly hover doesn’t show the submenu Calendar daily unless the current page is Calendar daily. If you hover over calendar daily it shows a grey background with black text which is ok. So it is the hover over calendar monthly that is not showing the submenu unless it is the current page.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Color menu bar and textI got something to play with. I discovered that my desktop is showing better than my laptop. Will have to find a happy version for both and see how it works on the client’s computers.
Thanks for the help.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Color Site title and sub title greenThat was easy, I missed that.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Set featured image is huge on home pageI added a } at the end and it appears to be working now. But the background is a different shade the rest of the pages. Have to see if the client picks up on it.
Thanks for the help.
@media screen and (min-width: 48em) {
.background-fixed .panel-image {
background-attachment: initial;
}
}Forum: Themes and Templates
In reply to: [Twenty Seventeen] Set featured image is huge on home pageIt does fix the scrolling till I select another page and then come back.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Set featured image is huge on home pageI am getting a missing } error. I can’t figure out where to put it.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Set featured image is huge on home pageI set the height to 25vh but while that is the size of my logo it scrolls behind and down. Have a look.
Forum: Fixing WordPress
In reply to: space between content and footerhttps://new-cp.communitascare.com
I want less space between the end of the content and the footers. I had spaces in some pages which I have removed so it is not as bad but I would like it tighter.
Want it to be more like
missioneasysoftware.caForum: Fixing WordPress
In reply to: Not upercasting site title on all pages.Thank you for your fast reply. It worked perfectly.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Calendar pluginI think event-calendar-wd best fits my needs depending on how the recurring event works. But that’s in the pro version.
I am looking for a calendar that allows multi-events on the same day, such as
9:30 Coffee Club
11:00 Community Kitchen (only on Thursdays and Fridays)
12:00 Hot lunch (only on Wednesdays)
1:00 Women Group
2:00 Mens Group
2:00 Coffee Group (every Thursday except every third Thursday each month)
There can be up to 10 events on the same day. Most events are 1 hour long.Forum: Fixing WordPress
In reply to: Upgrade to 4.8 problemsI got in wp-ADMIN GENERATES https://localhost/Lions/wp-login.php?redirect_to=http%3A%2F%2Flocalhost%2Flions%2Fwp-admin%2F&reauth=1
but if i go wp-login.php it lets me in and then displays https://localhost/Lions/wp-admin/
but lets me in.Let me ask what is the proper way to login?
Maybe my localhost server is causing the loop.Forum: Fixing WordPress
In reply to: Upgrade to 4.8 problemsI just re install WordPress 4.8 from 3.??. I site runs well. I am using mamp localhost. But when I try to login it doesn’t login. It doesn’t generate any errors on login unless I put an invalid entry. But loops back clears the password and sits waiting for a password again. I got in once after re-inputting many times. I am at a loss what to try.