Forum Replies Created

Viewing 20 posts - 21 through 40 (of 62 total)
  • Author
    Posts
  • in reply to: selective image caption alignment #158062
    abisbee
    Participant

    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?
    Alice

    in reply to: selective image caption alignment #158026
    abisbee
    Participant
    in reply to: password entry screen wording and sidebar #148035
    abisbee
    Participant

    Hi 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

    in reply to: password protection, media screen, and header images #131763
    abisbee
    Participant

    You did it! Thank you!!!

    Alice

    in reply to: password protection, media screen, and header images #131731
    abisbee
    Participant

    Hi 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%;
    }
    }

    Alice
    https://wellnesswarriorsboston.org/

    in reply to: sidebar widget spacing #130546
    abisbee
    Participant

    It works! Thank you, Tikaram. ๐Ÿ™‚

    Alice

    in reply to: sidebar widget spacing #130487
    abisbee
    Participant

    Thank 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

    in reply to: password protection, media screen, and header images #130156
    abisbee
    Participant

    If this is not possible, would you please let me know so that I can redesign the page?

    in reply to: password protection, media screen, and header images #130075
    abisbee
    Participant

    Any tips?

    in reply to: password protection, media screen, and header images #129955
    abisbee
    Participant

    Thank 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

    in reply to: Titles for featured content #129646
    abisbee
    Participant

    PERFECT! 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!

    in reply to: Featured content #129479
    abisbee
    Participant

    Perfect. 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: 150

    I’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

    in reply to: Featured content #129396
    abisbee
    Participant

    Tikaram, 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

    in reply to: Featured content #129374
    abisbee
    Participant

    It worked like a charm, Tikaram! I was playing with alignment, when I should have been adjusting the margin.

    Thank you!
    Alice

    in reply to: Featured content #129339
    abisbee
    Participant

    Hi 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

    in reply to: Creating a blog page #129235
    abisbee
    Participant

    Well 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?

    in reply to: Featured content #129193
    abisbee
    Participant
    in reply to: Featured content #129145
    abisbee
    Participant

    After 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

    in reply to: Featured content #129114
    abisbee
    Participant

    (That is the contact us page.)

    in reply to: Featured content #129102
    abisbee
    Participant

    That sounds promising! If you give me the CSS code for ID=256, that would be helpful. Thank you!
    Alice

Viewing 20 posts - 21 through 40 (of 62 total)