Forum Replies Created
-
Author
-
empoweredanimalsParticipant
I understand that’s a ‘feature’ of the theme but 1024 is too wide two be switching to a mobile version.
Is there anything I can put in the child theme, for example, to adjust this?
empoweredanimalsParticipantSure. Here is the menu in chrome. Wide, just before menu goes to mobile, and then mobile (even though it’s still pretty wide).
Attachments:
You must be logged in to view attached files.empoweredanimalsParticipantThanks! Formatting the profile fields more worked a treat!
Looking at your site there’s a counter of how many days until your launch on April 2. I know NZ is pretty far away from everywhere else (been there, love it, want to go back) but I still don’t think it’s 95 days until April 2. 🙂
I commented on the other thread. I have the same issue. I’m also wondering about another thing and I imagine it’s bad form to hijack this thread but since it’s settled anyway and nobody official seems to be reading recently anyway, here goes…
We have pages like this where the video content is protected by s2member. Have you found a way to protect just the video portion of a video post? I thought it would be nice to use the fancy Vimeo embed thing that comes with Kleo but then it’s all or none. By protecting just the video part of our page, we can get search engines to see the text.
Example: https://animalbuildingblocks.com/animal-care-boundaries/ (there’s a video for members that is replaced by the ‘join’ stuff for non-members.
empoweredanimalsParticipantJenny wrote: “Instead, after log in it stays as a popup and shows the text “You are already logged in. Please refresh page”. Then you have to either click the ‘refresh’ link or click the browser refresh button – and only then are you redirected as you should be.”
Me too! I’m also running s2Member and get that text with Kleo (but didn’t before the theme install). So far it seems to only happen on the phone, not the computer.
empoweredanimalsParticipantGreat thanks! Sounds like we are developing really similar sites – so my site is http://animalbuildingblocks.com if you want to stay in touch and compare notes.
empoweredanimalsParticipantNevermind, I was able to append a colon and a space to the field label. Woot!
empoweredanimalsParticipantGenius, thank you!
I also added some padding at the bottom. I’d still like a colon or space or something after the profile field names, but it sure looks a whole lot better!
/* For s2member profile fields to show up ok */
div.ws-plugin–s2member-profile-field-4bp-divider-section
{
border-bottom: none !important;
padding-bottom: 10px !important;
}empoweredanimalsParticipant5high-photohub – I found a not-super-attractive workaround until Laura gets back to this thread with a real answer.
When you make the s2member profile fields, select the first box so that each one of them starts a new section, without a title. It doesn’t look pretty, but at least they’re in separate sections.
empoweredanimalsParticipantStill trying to sort out an answer to this. We are using s2member as well, with the profile fields created by s2member. They merged and showed up fine in twentythirteen, but do not work with Kleo. Help!
empoweredanimalsParticipantI’m having the same issues. It’s been a month since the last check on this – please let us know how it’s going. Thanks!
empoweredanimalsParticipantI’m also urgently wondering about this. We are just about to officially launch but we have members already.
This worked well before we switched over to this theme!
empoweredanimalsParticipantHi I tried this and it’s not working for us.
Looks like there are a bunch:
@media (min-width: 768px)
@media (min-width: 992px)
@media (min-width: 1200px)
@media screen and (max-width: 480px)
@media (min-width: 480px) and (max-width: 767px)
@media screen and (max-width: 400px)
@media screen and (max-width: 320px) {}@media screen and (max-width: 767px)
@media (min-width: 768px) and (max-width: 991px)
@media (min-width: 992px) and (max-width: 1199px)
@media (min-width: 1440px)
@media (max-width: 991px) —– THIS IS THE ONE WE CHANGED to a smaller number and it’s not helpingempoweredanimalsParticipantNevermind…we had an includes statement missing in the header so php was messing things up. It’s working!
empoweredanimalsParticipantJust as an example, some of the page has s2If conditionals protecting some of the content. But the shortcode just prints off on the page.
But I read that KLEO is compatible with s2member, so I’m confused.
-
AuthorPosts