lak3000
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: Oxygen] Fix different slider thumbnail size?Actually, never mind — I figured this out.
I updated to the latest version of Oxygen before adding that sixth post. I guess the new Oxygen is generating thumbs in a different way from the old Oxygen.
To make the thumb sizes consistent, I re-uploaded the thumbs for the other 5 posts, and Oxygen cropped them to match the sixth post.
Forum: Themes and Templates
In reply to: [Tiga] Nav bar not working in mobile layoutI’m clicking on “Set featured image” under “Featured Image”, and selecting an image. But the image doesn’t appear on the page.
Forum: Themes and Templates
In reply to: [Tiga] Nav bar not working in mobile layoutAlso — how do i get an image to display on the home page? I’ve selected the “Home Page” template and selected a feature image but nothing happens.
Forum: Themes and Templates
In reply to: [Tiga] Nav bar not working in mobile layoutthanks, satrya. looking forward to the update!
Forum: Themes and Templates
In reply to: [Tiga] Nav bar not working in mobile layoutOkay, please look at it now.
The nav dropdown defaults to “Contact”. In addition, you can’t view the Contact page.
Forum: Themes and Templates
In reply to: [Tiga] Nav bar not working in mobile layoutjust go to
https://www.tompatrickstephens.com
i temporarily solved the problem by adding a blank menu item to the nav bar. so, on your phone, the nav dropdown defaults to blank space.
is there an easier way to avoid this problem?
thank you!
Forum: Themes and Templates
In reply to: [Theme: Oxygen} Removing gray image boxes from postshere’s a more concrete example of what i mean:
https://www.lawrenceandrewkim.com/test/
i’d like to get rid of the gray box above “POST HEADLINE HERE” (under “recent articles”).
however, i’d like to keep the car picture in the next post, since this post has an actual picture associated with it.
thank you!
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] How to make logo scalable?thanks, guys. andrew — your code did not work, for some reason, but alchymyth’s did.
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] How to make logo scalable?try it now.
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] How to make logo scalable?hello again … actually i just noticed that the logo scales in safari and chrome, but does not in firefox. does anyone know how to make it scale in all 3 browsers?
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] How to make logo scalable?ha ha. no, i hadn’t. just did and it works. thank you!
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] How to make logo scalable?thanks for your response, andrew!
i just added your code to my style.css but the logo still isn’t resizing …
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] How to make logo scalable?forget the code above … i found a simpler way to replace the site title with a logo. i added this code to header.php:
<h1 id="site-title"><span><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img id="site-logo" src="https://www.rebeccamross.com/wp-content/uploads/2013/02/header_v11.jpg" alt="" /></a></span></h1>
however, the logo still isn’t resizing as the browser window resizes.
any ideas?
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] How to make logo scalable?the site is https://www.rebeccamross.com. any suggestions?
Forum: Themes and Templates
In reply to: [Theme: Twenty Twelve] How to make logo scalable?I forgot to mention that i did create a child theme and all edits were made to the child theme.