notfarnow

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Image caption breaks responsive images News theme #18511

    notfarnow
    Participant
    Post count: 3

    Does a double post mean they don’t deserve an answer?

    It looks like maui reposted because this didn’t answer their question:
    http://www.studiopress.com/forums/topic/image-caption-breaks-responsive-images/

    When

    [caption][/caption]

    is added, images don’t resize, the box does but images get cropped out.

    maui, it looks like you found a fix with:
    .wp-caption {

      max-width:95%;

    }
    Is this correct?
    Next time, please post your answer when you find it.
    It helps the community.

    Oh and @Jon Bellah answers help better than reprimand. :)
    Thanks Y’all.

    in reply to: Minimum 2 100% on homepage only? #18300

    notfarnow
    Participant
    Post count: 3

    BINGO! I got it working with this:

    .home .wrap {
    width: 100% !important;
    }

    Thanks Greg. Keep Boiling!

    in reply to: Home page responsive widgets Metro #16836

    notfarnow
    Participant
    Post count: 3

    Ok cool. That answers my question. Thanks so much SoZo!

    in reply to: Split sidebars #5310

    notfarnow
    Participant
    Post count: 3

    Can you post what you were missing please so we can learn? Thanks!

    in reply to: Help with a zigzagpress child theme #3147

    notfarnow
    Participant
    Post count: 3

    That answers it! Thanks Kimmer.

    in reply to: Help with a zigzagpress child theme #3130

    notfarnow
    Participant
    Post count: 3

    Perry & Page – Does the sort gallery and featured posts slider on the bottom of the homepage come built into the Megalithe theme?
    Or do you have to install plugins?

    To fix your header image, follow Perry’s instructions and try the following to fit your logo image:

    .header-image #title-area,
    .header-image #title,
    .header-image #title a {

    min-height: 150px !important;
    min-width: 469px !important;
    }

    Since you are using a larger logo image, you’ll need to edit the following
    so it doesn’t push down your search bar:

    #header .widget-area {
    min-width: 300px;
    }

    Keep in mind, your logo may not fit in mobile browsers. You may want to fitting it into responsive css rules if you need.

    in reply to: Buddypress Template Pack theme edits #2233

    notfarnow
    Participant
    Post count: 3

    Thanks Rob. Yeah it gives instructions but it says to edit the page.php file. This file isn’t in the child theme, it is in the genesis folder. BUT as you said, the file doesn’t have the structure that they say to edit so I’m stuck. It looks like the majority of the information is stored in the child theme xml file: child-theme/xml/child-theme.xml but I have no idea what to edit nor where to look for help.

    in reply to: Buddypress Template Pack theme edits #2225

    notfarnow
    Participant
    Post count: 3

    Rob I just realized that I am using this plugin http://wordpress.org/extend/plugins/bp-template-pack/ and I’m not using Genesis Connect. The BP-Template-pack just seems to ‘look’ better and incorporate the Buddypress features better… I just need to figure out which files I need to customize.

    in reply to: Buddypress Template Pack theme edits #2220

    notfarnow
    Participant
    Post count: 3

    Thanks for the great info Rob. I too have used the Genesis connect plugin but the results don’t seem to translate well with the themes. I’ll take a look at bp-template-pack and see what I can hash out. I’ll try to post back if I find a worthwhile solution.

    in reply to: Eleven40 – Add responsive widget areas to homepage #2170

    notfarnow
    Participant
    Post count: 3

    Thanks. What are the responsive rules?

Viewing 10 posts - 1 through 10 (of 10 total)