Forum Replies Created

Viewing 15 posts - 16 through 30 (of 47 total)
  • Posted in:
  • in reply to: Images Appearing Larger than Set #162425
    ovollc
    Member
    Post count: 48

    I have tried something like this:

    
    .wp-caption-text {
        padding: 10px;
        font-family: "Merriweather Sans",Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0;
        font-weight: 300;
        font-style: normal;
        text-align: left;
        background: #f6f6f6;
        margin-right: 10px;
    }

    Which fixes the smaller images, but the full width images are then indented

    Attachments:
    You must be logged in to view attached files.
    in reply to: Images Appearing Larger than Set #162403
    ovollc
    Member
    Post count: 48

    Mohammad,

    That will only address that very specific image. This is happening with ALL of the images!?

    in reply to: 503 Header in Maintenance Mode/Template #162075
    ovollc
    Member
    Post count: 48

    Thanks for the info.

    in reply to: Bug in Post Archive #161654
    ovollc
    Member
    Post count: 48

    Yeah. It’s styled differently from the other pages in that the photos are edge-to-edge, but it’s not a big deal. I think we can mark it closed.

    in reply to: Bug in Post Archive #161610
    ovollc
    Member
    Post count: 48

    I think this will get us by for now.

    in reply to: Bug in Post Archive #161237
    ovollc
    Member
    Post count: 48
    This reply has been marked as private.
    in reply to: Gallery Insert in Post #161235
    ovollc
    Member
    Post count: 48

    Seriously, guys. LEVEL 11 support.

    This is why we’ve purchased every theme. Much thanks, Ed.

    I’ll give you a shout on Twitter.

    in reply to: Issue with Nested Comments < 768px #160852
    ovollc
    Member
    Post count: 48

    I think that will accomplish what I need. I’ll close this for now, but you may want to take that into consideration for a future revision. Removing the nesting below a certain viewport might be the best solution.

    in reply to: Issue with Nested Comments < 768px #160851
    ovollc
    Member
    Post count: 48

    Would something like this do the trick?

    @media only screen and (max-width: 767px) {
    #comments-list li ul {
        list-style: none;
        margin: 0 0 0 00px;
        font-size: 100%;
    }
    }
    in reply to: Gallery Insert in Post #160329
    ovollc
    Member
    Post count: 48
    This reply has been marked as private.
    in reply to: Gallery Insert in Post #160085
    ovollc
    Member
    Post count: 48

    Yes. I need to use the standard post because I am migrating a large blog with many posts. If there was an easy way to migrate a post into a page-builder post, that would be one thing. But as it sits now, clicking page builder kills all the content of the post. Moreover, it would take an eternity to try to reformat all of these. And finally, the posts have a bunch of galleries—thus the need for gallery functionality that works without the page builder.

    If we were building a site from scratch, it would be a moot issue. But that’s not the case here.

    in reply to: Underline Link in Page/Post Body #159676
    ovollc
    Member
    Post count: 48

    ok. I think I’ve got it now. Thank you!

    in reply to: Underline Link in Page/Post Body #159663
    ovollc
    Member
    Post count: 48

    Mohammad,

    That get’s me close, but I still have a lot of thing underlined now that I do not want underlined.

    Those are:
    — Post Title links to Post Detail
    — Buttons
    — Comment bubble/icon and comment count
    — Pagination buttons

    Attachments:
    You must be logged in to view attached files.
    in reply to: Increase Column Span for Primary Blog Post Content #159599
    ovollc
    Member
    Post count: 48

    And I found it.

    Here’s the code for anyone else looking:

    Change this:

    
    $content_wrap_class = apply_filters( 'sf_post_content_wrap_class_nosidebar', 'col-sm-8 col-sm-offset-2' );
    }
    

    To this:

    
    $content_wrap_class = apply_filters( 'sf_post_content_wrap_class_nosidebar', 'col-sm-10 col-sm-offset-1' );
    }
    
    in reply to: Increase Column Span for Primary Blog Post Content #159598
    ovollc
    Member
    Post count: 48

    Got the file open now. It’s not obvious to me, so if you could point me in the right direction I’d greatly appreciate it.

    Thank you!

Viewing 15 posts - 16 through 30 (of 47 total)