Forum Replies Created
-
AuthorPosts
-
lenzMember
Ok - so I did some significant massaging to the css and it is working the way i want - rock on braddalton!
lenzMemberI did. The class is "Inner" and i cannot change it as it will affect the content on the whole site. It needs to stay as is for the rest of the site and just be removed from the home page.
lenzMemberAwesome! Thanks! And so close. If you could look at the site again you will see that the "Inner" div tag is still there leaving a large space with a visible border... That is what is driving me so buggo about this - I have like 8 almost fixes that get this close. but no banana. Yours is the cleanest so far, by far.
lenzMemberAwesome! Thanks! And so close. If you could look at the site again you will see that the "Inner" div tag is still there leaving a large space with a visible border... That is what is driving me so buggo about this - I have like 8 almost fixes that get this close. but no banana. Yours is the cleanest so far, by far.
lenzMemberThanks - Ok - reword. I want to remove the center content area, below the wp-slideshow and above the footer area. When the widgets are not populated this area is filled with recent posts by default with this theme... The section is referred to as "inner" but i cannot tell where or if its able to be omitted from the front page. http://www2.woodruff-brown.com/
When there is no content in the widgets this is the code created.
<div id="inner"><div id="content-sidebar-wrap"><div id="content" class="hfeed"><div class="post-33 post type-post status-publish format-standard hentry category-residential entry"><h2 class="entry-title"><a href="http://www2.woodruff-brown.com/residential-alcyone-home/" title="Residential Alcyone Home" rel="bookmark">Residential Alcyone Home</a></h2> <div class="entry-content"><p><a href="http://www2.woodruff-brown.com/wp-content/uploads/2014/05/Alcyone01.jpg"><img class="alignnone size-thumbnail wp-image-34" src="http://www2.woodruff-brown.com/wp-content/uploads/2014/05/Alcyone01-150x150.jpg" alt="Alcyone01" width="150" height="150" /></a></p> </div><div class="post-meta"><span class="categories">Filed Under: <a href="http://www2.woodruff-brown.com/category/residential/" title="View all posts in Residential" rel="category tag">Residential</a></span> </div></div><div class="post-1 post type-post status-publish format-standard hentry category-uncategorized entry"><h2 class="entry-title"><a href="http://www2.woodruff-brown.com/hello-world/" title="Hello world!" rel="bookmark">Hello world!</a></h2> <div class="entry-content"><p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p> </div><div class="post-meta"><span class="categories">Filed Under: <a href="http://www2.woodruff-brown.com/category/uncategorized/" title="View all posts in Uncategorized" rel="category tag">Uncategorized</a></span> </div></div></div></div></div>
When there is a minimum of text in the widgets this is the code created.
<div id="inner"><div id="content-sidebar-wrap"><div id="content" class="hfeed"><div id="home-middle"><div class="home-middle-1"><div id="text-8" class="widget widget_text"><div class="widget-wrap"> <div class="textwidget">Ignore this content - it will be removed in future versions.</div> </div></div> </div><!-- end .home-middle-1 --></div><!-- end #home-middle --></div></div></div>
lenzMemberMe too EssaySnark, but i knew i could not mark it resolved. Now i am having a similar problem in the Enterprise theme... This one is a little different than the previous - the images are displaying as 1024x1024 but only in the enterprise theme - which is weird - So i move that theme to another site with a similar setup and it DISPLAYS NORMAL.
Here is the site that is displaying wonky now... http://www.fidospantry.com/category/photos/
So i am trying to narrow it down where the problem is. if i load up amped, the problem theme we were talking about above - the images display fine - which says to me its the Enterprise theme - BUT the Same Theme copied to another site with a similar setup displays them properly. Are YOU getting a headache yet? I have the MOAH from this...
So - I thoought I would be clever and deactivate photo, just for giggles - problem solved. No more 1024x1024 posting! GAH!
I am going to continue to leave this thread unresolved as i am putting together post by email for a number of my clients with a number of different themes and i will post some rants about how it goes here...
lenzMemberOk. So I spent the afternoon trying to figure out why amped doesnt work well with Post by Email" images and the Minimum theme does. Actually i have been tryign to figure out this posting problem for months across a dozen themes - both studiopress and not studiopress and I finally figured it out. I took this piece of code from Minimum theme and plunked it into the amped theme and it works fine now. I think it will work for all themes and will post updats as to whether it does or not...
/* Images - added to prevent image skewing during post by email */ .entry-content img, .comment-content img, .widget img { max-width: 97.5%; /* Fluid images for posts, comments, and widgets */ } img[class*="align"], img[class*="wp-image-"] { height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */ } img.size-full { max-width: 97.5%; width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */ }
lenzMemberNothing? Nobody has any ideas?
lenzMemberYep im trying but everything i do breaks the theme. Grrr... And I cant findanything that will allow the Name and logo be one link and the banner be a second link... Thanks for the quick reply Brad.
lenzMemberThanks Brad - that will not do. I want to leave the header function as is and simply place a banner over it with a link to a different page. I might just have to do it manually but I dont know if that will mean mucking with the theme or with genesis itself. So if anyone knows of a plugin or some directions as to how to place my banner image - let me know. Thanks.
lenzMemberThat was what I needed to know - setting up the menu using that widget is not in the setup instructions and really should be. As simple as it was I dont feel that obtuse as when i did set up that widget it was aligning to the left under the site title! Still screwed up!
Ok so i set the theme up multiple times with fresh downloads each time - i even went through and set it up with the sample data and it was still screwed up on all my installs except one! So moved both the Mocha and Genesis folders to the site where i want it to work and it worked... I had done some minor css editing so removed the copied Mocha and put my edited Mocha in its place and it finally works. There was something in the Genesis theme folder that was not letting the menu function properly...
Just some weird glitch... Thanks for all the help!
lenzMemberActually that screen shot was what i was looking for - setting up the menu using that widget is not in the setup instructions and really should be. As simple as it was I dont feel that obtuse as when i did set up that widget it was aligning to the left under the site title! Still screwed up!
Ok so i set the theme up multiple times with fresh downloads each time - i even went through and set it up with the sample data and it was still screwed up on all my installs except one! So moved both the Mocha and Genesis folders to the site where i want it to work and it worked... I had done some minor css editing so removed the copied Mocha and put my edited Mocha in its place and it finally works. There was something in the Genesis theme folder that was not letting the menu function properly...
Just some weird glitch... Thanks for all the help!
lenzMemberWell I cant figure it out - anyone else have any suggestions?
lenzMemberI have been able to fix it after viewing the HTML and editing the html but now i have to figure out where to fix it in the code. Unless there is a plugin or some kind of instructions i cannot locate to put the menu in the header bar it appears that i will have to edit Genesis itself which is a drag. There are a ton of articles about editing genesis online but NONE of them refer to the current version of genesis... When/if i figure it out i will poost it here, unless anyone has any other ideas?
lenzMemberThanks again for the fast response but that is still not it. I have been through the tutorial many years ago and have set up at least 50 sites with studiopress themes using the menu function. I know how to do that. This is not that.
The menu is not where it is supposed to be. Period. There are no options for putting it in the top bar anywhere on the theme or in its associated XML data. I tried that a long time ago = here is an install i did with the XML data and it made no difference.
Note that on the http://mocha.anachavier.com/ install that NEITHER the primary and secondary navigation are in the header bar and there does not appear to be any way to make them be there.
This appears to be a defect in the theme.
lenzMemberThanks for the quick reply but you didnt understand my question. On my install (http://anachavier.com) the mocha theme's navigation is not in the header bar like it is on the studiopress theme demo on the studiopress site... I have the most recent install and it just doesnt work... Any thoughts?
here is the mocha theme demo - http://my.studiopress.com/themes/mocha/
here is my mocha install - http://anachavier.com/
And if you dont see it - here are the two side by side - http://anachavier.com/mocha-prob.jpg
-
AuthorPosts