Forum Replies Created
-
Thank you as always for your help and advice. Just learning css and php, and these tidbits of info always help. I have implemented the css above successfully, and I will read up on the above mentioned wiki.
My bad. Again. I had a header.php in my child theme folder to point my header image to the CDN. I removed that file and added the pointer to the new header.php
<div id="header" style="background-image:url('http://aws3.noisegate95.com/wp-content/uploads/2012/04/Noisegate95-Studios-5.png');">I can’t figure out how to just add this to the header.php file rather than copying over the entire file.
Ok, I’m full of questions today, and I really appreciate the assistance. When I use this widget to ad social buttons to the top it looks great. However when I click on a share button, it is sharing the page, not the post.
I have tried to use the php widget plugin and add the code in there, but i cannot seem to get it to work properly.
Would this be some kind of function that I have to create? Thanks. Help is appreciated.
I got it. Thanks again!
.ra1-pw-classicWidget {
float: right;
position: relative;
}That suggestion was A-OK perfect. Worked like a charm along with widget-lodgic. As you can tell I am not a css pro, so if you can quickly hint how to move it to the right rather than the left, would be awesome!!! Thanks again!
Nevermind. Seems to be working now. Thank you for your assistance.
I’ve tried to do that. I copied a copy of header.php over to my child theme, and made the changes mentioned above. Cleared all caches. It is still coming from local server. Should I <restore original header image> in header settings? Maybe not use the child theme header file?
Uh, I am not hotlinking anything. I pay for the CDN. Since my header is a little on the large side, even after smush.it, I want it to come from “my” CDN rather than my slow shared hosted server. Hence the entire point of a CDN.
One more:
I want to use multi-page pagination and downloaded Simple Pagination. I am supposed to replace
next_posts_link() and previous_posts_link() with<?php if(function_exists(‘wp_simple_pagination’)) {wp_simple_pagination();
} ?>` in the loop.php file.
However, I cannot find those terms in the file. I am using a child theme as well.
Could you help with that?
Man that is awesome. Worked perfect. I wander why I could not find that firebug. Thank you very much.
