der1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Twenty Twelve Footer imagesI will leave my training wheels on but again thank you. I figured my mistake when I read your FTP suggestion. Yes it works wonderful now.
Many ThanksForum: Fixing WordPress
In reply to: WordPress Twenty Twelve Footer imagesMy bicycle has training wheels. Thanks your for your infinite patients and great coding advice. I have reduced the icon picture and can actually see the top of it colouring the words TCPS FAQ in the footer using the code below. But somewhere a year or so ago in all the code etc I placed a ref to resizing each icon photo to fit the word space in the footer. http://www.pbycatalina.com
The HTML now reads
which I believe matches my Styles CSS below now
I do not have a icon photo for the log out as yet, hence the empty spot.#site-footer-navigation{background:#ccc;} #site-footer-navigation li{display:inline;} #pmpro_levels_table thead tr th:nth-child(4){display:none;} body.home .entry-header{display:none;} ul#menu-footer-navigation{width:100%;height:85px;} #menu-footer-navigation li{min-width:50px;height:50px;margin:10px;position:relative;top:55px;} #menu-footer-navigation a{width:100%;padding-top:50px;} #menu-footer-navigation li.menu-item-816 a{background:url('img/BRNSTRMRCBR1.jpg') no-repeat top center;} #menu-footer-navigation li.menu-item-817 a{background:url('img/cansoblister4.jpg') no-repeat top center;} #menu-footer-navigation li.menu-item-818 a{background:url('img/LancasterRadio1.jpg') no-repeat top center;} #menu-footer-navigation li.menu-item-3910 a{background:url('img/prop2.jpg') no-repeat top center;}I seem to be forgetting one or more other locations that input is required to re-size the image. The other three icon images are roughly the same size as the prop2.jpg photo and I think are re-sized through code to fit.
Any idea’s?
Forum: Fixing WordPress
In reply to: WordPress Twenty Twelve Footer imagesThanks Folks…. I have applied the suggested changes above but still no joy…. I do not understand your comment…. “Also check the source code of the page and see if the HTML for it is there. If it is, and the item is not displayed where desired, that may be an associated CSS issue (size of main container width or height, perhaps a stack up of the inner elements each needing to be less wide)”…..
I would have no idea what should be in the HTML or what a CSS issue might be and as to the stack up of elements .. well now. Ask me about ADF’s, VOR’s and a ils approach and I’m your man but I am not so clever when it comes to this apparently. But then..I once was because I got the first three to place and show properly in the footer.I am open to suggestions and help as to where else I may not be looking that I should be.
Oh and I have dropped the prop.jpg file size to 50×42 (maybe to small)Forum: Fixing WordPress
In reply to: Form Building selection dropdownresolved thanks you