rarerborealis
Forum Replies Created
-
Well, I searched around trying other rotator scripts and found dropping this one in worked just fine:
https://www.marcofolio.net/webdesign/php_random_image_rotation.html
I’m not sure why the other script kept having errors, but if anyone else is having problems with it, I hope this helps.
Just to add more information, this is the specific ‘error log’ generated when I placed the rotate.php in my folder on my site:
[03-May-2010 22:12:49] PHP Warning: Unexpected character in input: ‘\’ (ASCII=92) state=1 in /home/rarerbor/public_html/wordpressblog/wp-content/plugins/random-image/rotate.php on line 10
Forum: Fixing WordPress
In reply to: Kubric Header Spacing IssueForum: Fixing WordPress
In reply to: Kubric Header Spacing IssueAwesome! I compared the ORIGINAL stylesheet with the header spacing done well, and the NEW stylesheet with the footer ok, and voila. Hooray! Thanks for your help!
Forum: Fixing WordPress
In reply to: Kubric Header Spacing IssueOn a whim I replaced the stylesheet with an older version- all of a sudden the problem is solved. The footer seems to have disappeared now…huh.
Forum: Fixing WordPress
In reply to: Kubric Header Spacing IssueI was attempting to create a small space between the top of my header and the top of the page; currently the header hits the very top of the page with no space between it. I’d like a small space between the top of the page and the header, similar to that seen on https://mishkanyc.com/bloglin/. They also have a banner above their header, but I don’t want to implement that- just the space at the top of it that’s lacking in my page.
I utilized their stylesheet for layout and changed colors, but I think I put in a different rotating header code, and that may be part of the problem, or not, I’m not sure.
Forum: Fixing WordPress
In reply to: Kubric Header Spacing IssueUnfortunately that didn’t change anything. I did notice if I turn off the dynamic header plugin it seems to screw up the whole page leaving this message and part of the header:
Fatal error: Call to undefined function show_media_header() in /home/yrfriend/public_html/wp-content/themes/yrfriendmatthew/header.php on line
I doubt if that has anything to do with anything. I was attempting to base the layout on this site’s layout, but they appear to use a form of javascript and I’m not sure how to implement it:
https://mishkanyc.com/bloglin/
I’m also now sure if working it in would help fix the problem. Any thoughts?
Forum: Fixing WordPress
In reply to: Adding Kubrick Rotating Header Image phpJust a quick update to anyone else using the dynamic image generator- here’s where you put the code so you don’t have to ‘delete’ your old header; it goes at the bottom of the php:
<div id="header" role="banner"> <div id="headerimg"> <?php show_media_header(); ?> <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1> <div class="description"><?php bloginfo('description'); ?></div> </div> </div> <hr />
Forum: Fixing WordPress
In reply to: Adding Kubrick Rotating Header Image phpRadical! Worked like a charm! Many thanks.
Forum: Fixing WordPress
In reply to: Adding Kubrick Rotating Header Image phpHOORAY! I got the dynamic image generator to work at the top of my page. However now there’s another bit of weirdness- it looks like there’s an invisible header between the dynamic header and the posts. Do I need to remove some code? Also for anyone else using the dynamic image header in Kubrick, I put my code here in the header.php”
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="page"> <?php show_media_header(); ?> <div id="header" role="banner"> <div id="headerimg"> <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1> <div class="description"><?php bloginfo('description'); ?></div> </div> </div> <hr />
Forum: Fixing WordPress
In reply to: Adding Kubrick Rotating Header Image phpOk, I successfully loaded the wordpress dynamic-headers plug in and it’s properly installed; I pasted the code into my header.php and just deleted the header-image.php as I’d already blocked out nearly everything on it, and yet, the image still doesn’t show up! I am suspecting my background is somehow going up to the top of the page and blocking it. Is that even possible?
Forum: Fixing WordPress
In reply to: Adding Kubrick Rotating Header Image phpI’ll give these two a try and see if they work. Thanks!
Forum: Fixing WordPress
In reply to: Adding Kubrick Rotating Header Image phpI took a look at the Seasons theme and the seasons-css.php; though lovely I’m not sure I need something extensive as a .css. While changing the whole page’s look is neat, I just want the header image to change with each page refreshment. I’m pretty sure I could get away with just a php coding, but my problem is I’m not sure in Kubric how or where to install something like that.
Indeed, the rotator.php is pretty old, but I liked what it claimed as functionality- I could have a folder with the various images and not have to separately code each one; the php would rotate them automatically by virtue of being in the shared folder. Is there anything similar around today?
Forum: Fixing WordPress
In reply to: Adding post divider and border to R755 templateYow. Very helpful and thorough. I’ll try this and see how it goes. Thank you very much for the tips and advice! I’ve actually never worked with CSS coding before so most of what I’m doing is educated guessing. Thanks again!
Forum: Fixing WordPress
In reply to: Adding post divider and border to R755 templateAh! Silly me, I knew I forgot something. The site’s located here.