Forum Replies Created
-
AuthorPosts
-
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 {}
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.BINGO! I got it working with this:
.home .wrap {
width: 100% !important;
}Thanks Greg. Keep Boiling!
Ok cool. That answers my question. Thanks so much SoZo!
Can you post what you were missing please so we can learn? Thanks!
That answers it! Thanks Kimmer.
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.
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.
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.
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.
Thanks. What are the responsive rules?
-
AuthorPosts