WP-Cycle
-
I have got wp-cycle to work finally using using simple hooks. Here is my problem now. I placed this code in the genesis_header section while unhooking genesis_do_header(): [PHP]<?php if( function_exists(‘wp_cycle’) ) wp_cycle(); ?>[/PHP]
This puts the rotator in the perfect position, but it gets rid of my title area all together. This means I have no logo. Can you please let me know where to go with this? My logo will be on the bottom right hand side of the head and was already set up there until I unhooked the header. I would like to be able to activate wp-cycle without unhooking all the header features or call my logo back to the site using the simple hooks. I really just want wp-cycle to run in the bg of the header area.
I also tried adding this code to the simple hook to call the logo and it does, but no matter what I do, it only will show up after the header instead of on to of. [HTML]<div id=”title-area”><img src=”https://72.10.36.241/wp-content/uploads/logo.png” alt=”logo”></div>[/HTML]
P.S. I did try setting up z-index on both the rotator and title-area div classes.
- The topic ‘WP-Cycle’ is closed to new replies.