kingsmithstudio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Centering NavigationThanks, Andrew. Have spent more hours on this than you would know searching for a workable solution.
Forum: Fixing WordPress
In reply to: Centering NavigationWould it have been better if I had put in the php code that I need to style in wordpress? Perhaps I need to put in code there to make the centering happen? I tried one of the other forums…but they are suggesting php changes (and are vague enough to really cause me more confusion).
<ul id="nav"> <?php wp_nav_menu('title_li=&depth=1'); ?> </ul> <?php if($post->post_parent) $children = wp_nav_menu("title_li=&child_of=".$post->post_parent."&echo=0"); else $children = wp_nav_menu("title_li=&child_of=".$post->ID."&echo=0"); if ($children && is_page()) { ?> <ul id="subnav"> <?php echo $children; ?> </ul></p> <?php } else { ?> <?php } ?>
Forum: Fixing WordPress
In reply to: Centering NavigationHad no luck with firebug … and saw some css issues here.
Alas, I shall try the link you sent. Thanks for that.
Forum: Fixing WordPress
In reply to: An @fontface problemThe folder is rwx—r–(709). The images are rwx—xr–(755).
Forum: Fixing WordPress
In reply to: An @fontface problemNone of the fonts are working – that one is just an example.
On the right, “Tiny Picture Company” and on the left “Where we are, how to reach us, and let’s be social” (that’s the #contactinfo) are all supposed to be Bevan.
All the rest are supposed to be Forum.
Hope this makes sense.
Forum: Fixing WordPress
In reply to: An @fontface problemhttps://tiny-picture.com It is the whole site. It seems to take a long time to load, but the fonts are not correct.
Forum: Fixing WordPress
In reply to: An @fontface problemNope. I even put the whole url in…cleared the cache and it is still not working.
Forum: Fixing WordPress
In reply to: Images do not align in Internet Explore 8 or 9It passes validation for HTML5.
Forum: Fixing WordPress
In reply to: Images do not align in Internet Explore 8 or 9Nope. When I tried to decrease it the images crush together, except the one stays below. When I put auto for the width, it created just moved the three images around on two rows.
Forum: Fixing WordPress
In reply to: Images do not align in Internet Explore 8 or 9So, I tried viewing the page (specifically https://www.tiny-picture.com/?page_id=2) on virtual machines and still see an alignment problem in IE8 and IE9.
Forum: Fixing WordPress
In reply to: Images do not align in Internet Explore 8 or 9Thanks, Andrew. Unfortunately, I am Mac-based and live in a rural setting so its not an easy task to see Explore. I’ll look over your suggest. Thanks.
Forum: Fixing WordPress
In reply to: Images do not align in Internet Explore 8 or 9Okay. HTML is at https://pastebin.com/7BMAejjk
Forum: Fixing WordPress
In reply to: Images do not align in Internet Explore 8 or 9Hi Andrew,
I am still figuring this stuff out (in a bumbling sort of way). I’m not sure about the html code? This particular page is its own php…
I did upload that for you – https://pastebin.com/6n05iEJc
Otherwise I am happy to share the html…if you tell me how to do so (apologies for lack of knowledge).
Forum: Fixing WordPress
In reply to: Need background size to increase when resizedOkay…so I moved my background image css from the body tag to the wrapper tag. I think that did the trick.
Forum: Fixing WordPress
In reply to: Need background size to increase when resizedThanks. Actually it is the two column image in the background that is giving me grief. The hand works just fine. When I enlarge the screen however, the background two colors eventually cease to act as background. Everything else seems to resize fine.