hillfrank
Forum Replies Created
-
@buzztone – my dev tried disabling plugins and the default theme, and none of it worked. Even tried new contact forms with new names. Still spinning arrows.
Thanks, buzztone. I saw that post. But I’m thinking this is probably not my problem because the form was working immediately prior to migration and did not work immediately after. I made no other changes. Media Temple says they can’t provide support for 3rd party products. Any ideas about what might have happened in the migration?
Forum: Themes and Templates
In reply to: How to add comment count below post title in Origin?Still puzzling over this. Any ideas out there?
Forum: Themes and Templates
In reply to: How to add comment count below post title in Origin?No, this has not been resolved. It is over my head, and any of the previous posts on the forum don’t seem applicable to my particular situation. But I imagine this wouldn’t be too difficult for someone who knows what they’re doing?
Forum: Themes and Templates
In reply to: How to add comment count below post title in Origin?Hi, posted this over the weekend, so not sure if it got overlooked. I realize this topic has been addressed elsewhere in the forum, but the solutions are not working for me, and I’m guessing that’s because I’ll need a theme-specific solution? I am a novice but good at following directions. Can provide any code that would be helpful, if the above isn’t enough.
Forum: Themes and Templates
In reply to: How to add comment count below post title in Origin?This code is in my singular.php, btw, if this helps solve it:
<?php echo apply_atomic_shortcode( 'entry_title', '[entry-title permalink="0"]' ); ?> <?php echo apply_atomic_shortcode( 'byline', '<div class="byline">' . __( 'By [entry-author] on [entry-published] [entry-edit-link before=" | "]', 'origin' ) . '</div>' ); ?>
Forum: Themes and Templates
In reply to: Custom header for Origin theme?Wow, perfect! Thank you, Yogi! It is magic that I can type in my WP woes and get instantaneous fixes from people like you.
Forum: Themes and Templates
In reply to: Custom header for Origin theme?I tinkered, based on the previous post that I linked to, and got the header image just where I want it. Now to remove the header text. Should be simple, no?
<div id="header"> <?php do_atomic( 'open_header' ); // origin_open_header ?> <div id="branding"> <?php origin_site_title(); ?> </div><!-- #branding --> <?php get_template_part( 'menu', 'primary' ); // Loads the menu-primary.php template. ?> <div id="headerimage"> <a href="https://longestshortesttime.com"><img src="https://longestshortesttime.com/wp-content/uploads/2013/08/lst_header_origin.jpg" alt="header-logo" /></a> </div> <?php hybrid_site_description(); ?> <?php do_atomic( 'header' ); // origin_header ?> <?php do_atomic( 'close_header' ); // origin_close_header ?> </div><!-- #header --> <?php do_atomic( 'after_header' ); // origin_after_header ?> <?php do_atomic( 'before_main' ); // origin_before_main ?> <div id="main"> <?php do_atomic( 'open_main' ); // origin_open_main ?>
Forum: Themes and Templates
In reply to: Custom header for Origin theme?Oh, and to be clear: I am trying to replace the header text with this image.
Forum: Themes and Templates
In reply to: How to remove tagline section from Origin theme?paulwpxp, that worked! Thank you! (Previous post was replying to soco.) soco, you can stop tinkering–this is solved!
Forum: Themes and Templates
In reply to: How to remove tagline section from Origin theme?Nothing changed. Original site is back up.
Forum: Themes and Templates
In reply to: How to remove tagline section from Origin theme?That got rid of everything, including the bold black dividing line on top. Any way to do it, leaving that line intact?
Thanks, soco!
Forum: Themes and Templates
In reply to: [Platform] How to modify sidebar width in Platform?OK, so upon further inspection, I figured out that this piece of code should fix everything:
element.style { width: 300px; }
But when I paste it into my custom CSS plugin, it doesn’t do anything. Thing is, replacing the problematic code in style.css doesn’t fix it either. It continues to work in Firebug though. Not sure what I’m missing?
Forum: Themes and Templates
In reply to: [Platform] How to modify sidebar width in Platform?esmi,
I took your advice and installed Firebug and located the problem! It is in this bit of code:
.b-1 { max-height: 254px; max-width: 254px; min-height: 125px; min-width: 125px;
When I change
max-width: 254px
to 300px, the block of ads fits perfectly. Now I’m not sure how to make that change permanent on my site. I’ve done some googling but I’m confused about what to do, because I can’t find that piece of code in my style.css. I’m sure this is an easy fix but I need a little guidance. Can you be my guide? Thanks for your patience.Forum: Themes and Templates
In reply to: [Platform] How to modify sidebar width in Platform?Figured it out: my theme is no longer supported. Thanks for looking into this for me!