katemgilbert
Forum Replies Created
-
Forum: Plugins
In reply to: [My Custom Functions] recover functions from disabeled statusHere are instructions to disable it via FTP so you can fix your functions: https://mycyberuniverse.com/my-custom-functions-plugin-causes-site-failure.html
Forum: Plugins
In reply to: [TAO Schedule Update] Missed Schedule errorHere is a screenshot. Thanks for any advice you can offer.
Forum: Fixing WordPress
In reply to: Page in menu erroneously goes to homepageThanks but this has nothing to do with creating a static homepage, which the site already has. The problem is that an item in my nav menu goes to the wrong link.
I have updated to 4.0.1 and the problem persists.
We use it primarilly to check new members before allowing them access to content. Members need to apply to join the site, and their application is carefully reviewed. It’s vital that outside visitors do not have access to most of the site content.
I am experiencing the same issue, and have rolled back to 4.1.3, but user signups are still coming through. The moderation message is also displayed, beneath a message that the account is already active. If I try to log in with that user account, I am able to, even before admin moderation. Any idea what could be going on here?
Forum: Plugins
In reply to: [BuddyPress Usernames Only] wordpress displayI found a solution with the function suggested at this link.
I added that function to bp-custom.php rather than my theme’s functions.php.
Forum: Themes and Templates
In reply to: Responsive background for header onlyThank you! I ended up using CSS media queries, customizing the snippet posted here:
https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
Forum: Themes and Templates
In reply to: Responsive background for header onlySure. I want the homepage to have a full-width responsive image at the top, behind the logo and nav. After the image is over, page content will begin. This makes the image fixed, meaning that when my users scroll to read the page content, they are not carrying the content up and over the image, but rather scrolling down a long front page.
Right now it looks right on a desktop sized screen. But if you look at it on a phone, you’ll see the header container is way too tall, and the image is floating in the middle of it. If I set a min-width for that container to the mobile height of the image, then on the desktop the content overlaps 3/4 of the image.
Trying to get the image to display at ITS full height while stretching to the SCREEN’s full width. With the contents of the header container overlaid on top. That’s why it’s a background.
Hope that helps make more sense of my problem… Thanks!
Forum: Themes and Templates
In reply to: Responsive background for header onlyOkay I just re-added it. Thanks for any suggestions you can provide!
Forum: Themes and Templates
In reply to: Responsive background for header onlyThanks for your reply but that does not help me. I want the background image to end at its proportional height, so that content coming after has a solid color background image. I tried the fix you recommended and it stretches the image to cover the whole background. I want to be able to scroll past the image vertically.
Forum: Plugins
In reply to: [amr ical events lists] Events too far in the future not displayingThanks that’s just what I needed!
Forum: Fixing WordPress
In reply to: Extra Character in Search URLI am having the exact same issue! Did you ever find a solution? Please share if you did!
Forum: Fixing WordPress
In reply to: Some category IDs don't pull posts, others doHere it is:
https://stilettodash.com/new-homepage-test/
It’s the 2nd box that’s not pulling correctly. Right now I’m pulling a category that the post is cross-categorized with, and have hard-coded the category name in the black box.
Forum: Fixing WordPress
In reply to: Some category IDs don't pull posts, others doKen, my prior reply was before seeing your posts_per_page suggestion, but I switched that too, didn’t fix the issue, unfortunately.
Forum: Fixing WordPress
In reply to: Some category IDs don't pull posts, others doThanks for the suggestion, Ken, but unfortunately it doesn’t have any effect. I also tried removing that argument altogether and leaving just the cat and showpost args, but to no avail.