mike smith

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
in reply to: Search blocks don’t work. #145262

mike smith
Participant

I don’t know what you mean by activate my page again… the search/category works now.
To the colours – this in your CSS:

.pagination li.active a:hover, .pagination li.active a {
    color: #ffffff;
    border: 1px solid var(--color-primary-active);
    background: var(--color-primary);
}

.pagination li a:hover {
    color: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
    background: #ffffff;
}

The !important on the a:hover color, means both text and background are the same colour, because li.active takes over (background=primary) but a:hover remains (color=primary) due to the !important.
Not relevant what colour I change in settings.
Cheers

in reply to: Search blocks don’t work. #145259

mike smith
Participant

Brilliant… very impressed by the speed. Many thanks.
No rush but just a note. Due to the way CSS is structured, the background and text colour are both PRIMARY when you hover (pagination buttons but also elsewhere), so the text disappears.
Thanks again for the fixes.

in reply to: Search blocks don’t work. #145232

mike smith
Participant

Ok. So search only works when not on the home page. This is a feature not a bug. Right.
How about the https://library.recoverydevon.co.uk/wpdm-test/ page – where the TABLE ignores categories?

in reply to: Search blocks don’t work. #145229

mike smith
Participant

So… with that search, the bug is that it works on inside pages. But used on the home page, it returns POST results, not PACKAGES.

Try the search I have now placed on that same page. No matter what category I choose, it returns results from ALL categories.

in reply to: Search blocks don’t work. #145221

mike smith
Participant
This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)