Forum Replies Created
-
AuthorPosts
-
abisbeeParticipant
Thank you, Skandha. I was hoping that I could do this with html, rather than having to code each caption separately in css. Is it possible to set alignments for all captions on one page through css?
AliceabisbeeParticipanthttps://wellnesswarriorsboston.org/traininG
If you canโt see that page, try
https://wellnesswarriorsboston.org/special-events/Thank you.
abisbeeParticipantHi Tikaram,
I don’t want to use a child theme, so never pursued changing the wording on the password entry page.
BUT
**** I have a special sidebar just for password protected pages and I want to add some sensitive information on the sidebar – but I don’t want it visible to everyone. I want to hide the sidebar if the password isn’t entered. Is this possible without a child theme?
Alice
February 16, 2018 at 4:35 pm in reply to: password protection, media screen, and header images #131763abisbeeParticipantYou did it! Thank you!!!
Alice
February 15, 2018 at 7:28 pm in reply to: password protection, media screen, and header images #131731abisbeeParticipantHi Tikaram,
I wondered what happened to you! ๐
We have the site set up and everyone is happy – except the Facebook feed in the home page sidebar (Optional Sidebar 2) gets cut off on smaller screens, even a laptop screen.
To you have any suggestions on how to deal with this?
Current CSS for home page sidebar width:
@media screen and (min-width: 990px) {
.page-id-3848 #main {
width: 60%;
}
.page-id-3848 .sidebar-primary {
width: 32%;
}
}abisbeeParticipantIt works! Thank you, Tikaram. ๐
Alice
abisbeeParticipantThank you, Tikaram, but that wasn’t my question. I want to adjust the spacing between the widgets in the sidebars. For example, if you look at the sidebar in page-id-3095, the CT: Featured Post and the Image widgets are tight against each other. I was able to adjust the widgets on the other sidebars using the code I showed above, but not in this one.
Alice
January 20, 2018 at 6:30 am in reply to: password protection, media screen, and header images #130156abisbeeParticipantIf this is not possible, would you please let me know so that I can redesign the page?
January 19, 2018 at 12:21 am in reply to: password protection, media screen, and header images #130075abisbeeParticipantAny tips?
January 17, 2018 at 2:49 pm in reply to: password protection, media screen, and header images #129955abisbeeParticipantThank you, Tikaram, but the iframe in the sidebar now gets cut off on small screens. I have tried setting the iframe to 100% width, adjusting main/sidebar to 55/40, and all sorts of variations thereof – I just can’t figure it out. I know iframes are a pain, but isn’t there a way to make this work?
Alice
abisbeeParticipantPERFECT! Exactly what I needed, Tikaram. Thank you.
As for the slugs appearing in the widgets – it turns out that I was using text instead of titles in my page content. Once I fixed that, all was well. Sorry for the false alarm.
Alice
P.S. This really is a wonderful theme. I truly appreciate how you and your team have provided the help I’ve needed to take full advantage of the theme. You guys rock!
abisbeeParticipantPerfect. Thank you, Tikaram.
I fixed the image/text issue by using a smaller image and floating left. The title still doesn’t appear, though. These are my settings:
Title: FEATURED WARRIOR
ID of the Post: 334
Show Image after Title: checked
Show Content: Excerpt
Content Character Limit: 150I’m not sure what you mean by “It looks like you are using featured widget content. I suggest you to use either featured post content or featured page content.” If I want to show a featured post, plus an image and buttons, don’t I have to use Featured Widget Content? Within the Featured Content, I am using 2 custom HTML widgets and CT:Featured Post. (Again, the test site page is https://wellnesswarriorsboston.org/featured/)
Alice
abisbeeParticipantTikaram, may I ask three more questions about https://wellnesswarriorsboston.org/featured/?
1. How do I widen Optional Sidebar Two? I tried this CSS code but it obviously doesn’t work. (I am trying to widen the sidebar so the Facebook feed appears full width.) I do not want to change the width of the other sidebars.
.optional-sidebar-two {
width: 400px;
padding-left:0;
}2. I am clearly having trouble with the CT: Featured Post and Featured Image in the first Featured Content widget. I’d like to have both a thumbnail featured image and the text excerpt to the right (in the same widget). Instead, the image is huge and the text is underneath.
3. Also, the title doesn’t appear in the CT: Featured Post, even though I have a title in the post and I tried inserting a title into the widget. Help!
I appreciate your assistance.
Alice
abisbeeParticipantIt worked like a charm, Tikaram! I was playing with alignment, when I should have been adjusting the margin.
Thank you!
AliceabisbeeParticipantHi Tikaram,
Yes, that worked. Thank you! Now the 3 boxes are on separate lines when I view on a phone.
However, when I view on a tablet or hold the phone horizontal, box 1 and 2 are nicely centered but box 3 is not. Why?
Alice
abisbeeParticipantWell that was easy! ๐ You have so many features that it is hard to find them sometimes!
Is it possible to insert a text message above the posts, or do I need to use a pinned post for that purpose?
abisbeeParticipantThe test page is https://wellnesswarriorsboston.org/featured/
abisbeeParticipantAfter much experimenting, I figured out how to do it!
/*ONLY SHOW FEATURED CONTENT ON PAGE 3147 (test page)*/
#featured-content { display: none; }
.page-id-3147 #featured-content {display:inline }However, the featured content displays badly on small screens. Is there a way to make each widget appear on a separate line on small screens? The sidebar widgets do that, but not the featured content widgets.
Alice
abisbeeParticipant(That is the contact us page.)
abisbeeParticipantThat sounds promising! If you give me the CSS code for ID=256, that would be helpful. Thank you!
Alice -
AuthorPosts