mandobaron
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Twenty Twelve Responsive Theme QuestionsAlso, I am marking this thread as resolved.
Thanks,
BaronForum: Themes and Templates
In reply to: Twenty Twelve Responsive Theme QuestionsWow! Thank you! Putting that one little right brace fixed everything! Thanks for spotting that! That made my day!
Thanks,
BaronForum: Themes and Templates
In reply to: Twenty Twelve design changes are eluding meThanks, I will leave it as is. I would really rather not get in to js at this point.
Thanks again for all your help, I’ll mark this as resolved.
BaronI turned debugging off yesterday and it has been working flawlessly ever since. I’m not sure what changed, but my issue has been resolved. I appreciate the help!
Thanks,
BaronForum: Themes and Templates
In reply to: Twenty Twelve design changes are eluding meI’ve tried that in the past, and it centers the text within the gray boxes, but not the gray boxes beneath it’s parent.
Thanks,
BaronForum: Themes and Templates
In reply to: Twenty Twelve design changes are eluding meCool, I appreciate the advice and will take it! I get so in to centered stuff I have the feeling I go overboard sometimes.
If you think of anything that might help me center my dropdown menus, I’d love to give it a try (no rush, I appreciate all the help you’ve already given me).
Also, I’ve got a couple questions involving editing the css once the window size drops down small enough to switch over to the mobile view. Is is best to ask these questions in this thread or start a new one?
Thanks,
BaronForum: Themes and Templates
In reply to: Twenty Twelve design changes are eluding meI haven’t used javascript, no. I wouldn’t mind the keyed in text being centered either, if that is seen as acceptable practice and makes it easier to do. Search terms on my site are generally short phrases.
Thanks,
BaronForum: Themes and Templates
In reply to: Twenty Twelve design changes are eluding meA little update
1) I noticed that the menu margin was actually moving the menu off center, so I deleted it. I am happy with the positioning of the main menu, but the was the sub menu drop downs is what I am trying to get centered under their parent links. I’ve put the dropdowns back to the left align now while I try some other stuff.
Thanks,
BaronForum: Themes and Templates
In reply to: Twenty Twelve design changes are eluding meThank you!
I’ve messed around with things and here is where I am at:
1) I’m getting closer on getting the sub menu options centered below the parents, but I’ve used a large negative margin to bump the sub menus to the left, which seems like not the right way to go about it. Ive got it now so “Getting Started” sub menus are mostly centered, but things get slightly off under “Lessons” and even more off under “Contact”
2) I am totally happy with the footer spacing now, thanks!
3) The search bar is the size I want, and I could be content if there is no way to do this, but I would love to have the “Search & Press Enter” preloaded text to be centered in the box.
Thanks so much! I really appreciate it!
BaronThanks so much! I turned on script debugging and it fixed the issue. Do you need more information than that?
Thanks,
BaronForum: Themes and Templates
In reply to: no “see earlier posts” linkoh wait, its perfect. i need to actually have newer posts to see the link of course. thanks so much. couldnt have done it without you
Forum: Themes and Templates
In reply to: no “see earlier posts” linkgetting there, take a look. for me, i can only see older entries, not newer entries.
thanks so much
baronForum: Themes and Templates
In reply to: no “see earlier posts” linkim not too worried about the individual posts thing though, readers can deal, haha.
baron
Forum: Themes and Templates
In reply to: no “see earlier posts” linkHmm, also the individual posts pages don’t have the next/orevious post either. where would i plug them in?
thanks,
BaronForum: Themes and Templates
In reply to: no “see earlier posts” linkIt looks like it does not. I tried to plug it in a couple times and couldn’t get it to come out right. any chance you could help? here is the code for my index.php
<?php get_header(); ?> <?php include(TEMPLATEPATH."/sidebar.php");?> <div id="main"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <a name="TemplateInfo"></a> <h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2> <?php the_content(__('Read more'));?> <!-- <?php trackback_rdf(); ?> --> <p class="post-footer align-right"> <a href="<?php the_permalink() ?>" rel="bookmark" class="readmore">Read more</a> <a href="<?php the_permalink() ?>" class="comments"><?php comments_number('No Comments', 'Comments (1)', 'Comments (%)' );?></a> <span class="date"><?php the_time('M j, Y'); ?></span><br /> <b>Category:</b> <?php the_category(', ') ?> <?php if ((function_exists('get_the_tags')) ) { the_tags(); } ?> </p> <?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?> <?php comments_template(); // Get wp-comments.php template ?> </div> <?php get_footer(); ?>Thanks so much
Baron