registerguard / bulldog

The official 2013 registerguard.com theme.
http://registerguard.com
1 stars 1 forks source link

Some footer links updates ... #35

Closed jheasly closed 11 years ago

jheasly commented 11 years ago

In the Submit section of the footer, the CONTACT THE NEWSROOM link should change from

<li><a href="http://blogs.registerguard.com/rga/index.php/contacts/C20/">Contact the newsroom</a></li>

to

<li><a href="http://projects.registerguard.com/staff/#news">Contact the newsroom</a></li> 

In the Connect section, CONTACT THE REGISTER-GUARD:

<li><a href="http://blogs.registerguard.com/rga/index.php/contacts/">Contact The Register-Guard</a></li>

to

<li><a href="http://projects.registerguard.com/staff/">Contact The Register-Guard</a></li>

In the Marketplace section, CONTACT ADVERTISING:

<li><a href="http://blogs.registerguard.com/rga/index.php/contacts/C17/">Contact Advertising</a></li>

to

<li><a href="http://projects.registerguard.com/staff/#advertising">Contact Advertising</a></li>
mhulse commented 11 years ago

On it now. Thanks!

mhulse commented 11 years ago

Done: 8b5a46222fa2dad1492b3f4bb3b30d5621771b7a

jheasly commented 11 years ago

When you're in a mobile view, and the footer users those scroller menus, the CONTACT links (above in the original issue) still point to the old blogs.registerguard.com links ...

mhulse commented 11 years ago

I haven't put the new stuff on the live servers yet. Double check my commit though, maybe I missed something:

https://github.com/registerguard/bulldog/commit/8b5a46222fa2dad1492b3f4bb3b30d5621771b7a

I plan on rolling out the latest version tonight some time.

The latest version of the template "shell" can be found here:

https://github.com/registerguard/bulldog/blob/master/build/files/index.html

That's the master template that gets put in the "dist" folder and then copied/pasted onto the various sites:

https://github.com/registerguard/bulldog/wiki

Let's keep this open for now. I'll close it out once I've copied the latest code to the live sites.

jheasly commented 11 years ago

The links are good now. Must've been caching in Google Chrome on my iOS.

But!

Found one last link to ExpressionEngine blogs here:

<li><a href="http://blogs.registerguard.com/rga/index.php/rgc/back_issues/">Back issues</a></li>

located in this line.

Is there a way to link to an item within a closed CSS accordion? The how-to-purchase-old-copies information we want to link to exists on the new/current Subscriber Services home page, but it's "hidden" in the FAQ accordion section. Neither linking to the ID of the hidden item, nor the ID of the section seem to fire the accordion open/work. Also Googled around and couldn't find anything on how to do this ...