raindance

Member

Forum Replies Created

  • In reply to: CSS issue

    #20354

    I just don’t get why the text is laying over the award wallet image and so close to the box of links on the right…why isn’t it honoring “padding”?

    .articleimage1 {
    float:left;
    width:210px;
    }
    .articlecontent1 {
    float:right;
    width:690px;
    }
    .articlecontent-withrightinset {
    padding-left:15px;
    padding-right:15px;
    }
    .sidebar-pages {
    width:200px;
    float:right;
    padding:10px;background: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 0 5px #BBB;
    -webkit-box-shadow: 0 0 5px #BBB;
    box-shadow: 0 0 5px #BBB;
    margin-bottom: 7px;
    padding: 10px 12px;
    position: relative;
    }
    .sidebar-title {
    font-family:Arial, Helvetica, sans-serif;
    color:#069;
    font-size:14px;
    font-weight:bold;
    }

    I took out the inline css for the image…didn’t seem to impact it…

    In reply to: CSS issue

    #20353

    Not intentionally. I don’t know why it does that?

    I’m getting closer though, look…

    http://juicytravels.com/travel-mileage-loyalty-programs/

    Now just trying to get that text off the award wallet logo…

    .articleimage1 {
    float:left;
    width:210px;
    }
    .articlecontent1 {
    float:right;
    width:690px;
    }
    .articlecontent-withrightinset {
    display:inline;
    padding:15px;
    }
    .sidebar-pages {
    width:200px;
    float:right;
    padding:10px;background: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 0 5px #BBB;
    -webkit-box-shadow: 0 0 5px #BBB;
    box-shadow: 0 0 5px #BBB;
    margin-bottom: 7px;
    padding: 10px 12px;
    position: relative;
    }
    .sidebar-title {
    font-family:Arial, Helvetica, sans-serif;
    color:#069;
    font-size:14px;
    font-weight:bold;
    }

    and the code from the page

    <div class="sidebar-pages">
    <span class="sidebar-title">Other Loyalty Resources</span>
    <ul>
    <li><a title="Frequent Flyer Programs" href="http://juicytravels.com/mileageair-travel-programs/">Frequent Flyer Programs</a></li>
    <li><a title="Hotel Loyalty Programs" href="http://juicytravels.com/hotel-loyalty-programs/">Hotel Loyalty Programs</a></li>
    <li><a title="Car Rental Loyalty Programs" href="http://juicytravels.com/car-rental-loyalty-programs/">Car Rental Loyalty Programs</a></li>
    </ul>
    </div>
    <div class="articleimage1"><a href="http://www.awardwallet.com"><img class="alignleft" style="display: inline;" src="http://juicytravels.com/assets/articleimages/Page-LoyaltyPrograms/awardwallet.gif" alt="Award Wallet logo" width="200" height="50" /></a></div>
    <div class="articlecontent-withrightinset"><a href="http://www.awardwallet.com">Award Wallet</a> keeps track of your reward programs such as frequent flyer miles, hotel and credit card points with 427 current loyalty programs. What's Juicy: It's free and it monitors your accounts to notify you when points are going to expire. The interface is clean and easy to use, and best of all there is a smart phone app so you can quickly see balances on the go. Takes some time to enter in all your accounts but it sure is nice to have once you get them set up. For a mere $5 for six months you get the premium benefit tier including unlimited expiration tracking as opposed to only 3 for a free account. The coverage is better than the popular MileageManager and MileTracker sites.</div>
    <div style="clear:both;"></div>

    <hr />

    I added a new class and gave it to that text I wanted to flow

    .articlecontent-withrightinset {

    display:inline;

    padding:15px;

    }

    But the padding is not applying to getting it off the logo…fooling around with that now…

    In reply to: Pages not sorting by title?

    #20200

    Yeah it helps and mine used to work…Josh is probably right, a plug in conflict.

    If you like that, Ken, check out the Page and Post Lister plug in…it makes it really visually nice to see the order and relationship of things!

    In reply to: 404 for Admin log in?

    #20205

    Solved…for anyone else that might have this problem…

    My hosting company fixed it, he said:

    “One of the rewrite rules for indexing was negated once re-activated that looks to have fixed the styling issue with the wp-admin section.”

    In reply to: 404 for Admin log in?

    #20204

    One thing I did do was turn off indexing in my control panel thinking it just made it so someone couldn’t see a list of you files. I think it was just after I did this (and quickly UNdid it when things stopped working) that I can’t log in nor see any admin files.

    On a different computer I can log in but the log in screen looks all goofed up and still every admin menu item I click on like dashboard or posts gives me a 404 error, even though I can see all the files there when I look on the server itself.

    Any ideas?

    In reply to: Rotating headers for ONE category?

    #19067

    Hi romain-

    -I put the code in my child theme functions.php file, in no particular order, it happens to be the second item down.

    -The only thing I have checked in the Graphene header option panel is “Link header image to home page”

    -I uploaded custom header images in the main appearance > header panel and selected the random choice

    -I went into the media panel and deleted all of the default images that came with them theme.

    -Follow Marventus’ directions very carefully. You have to do more than just put the code in your functions file, you have to create folders in the very specific way he directs in the commenting of the code and put the category or page id in the functions file code as well.

    See the original thread at the WP support site if you get stuck, maybe Marventus can help further. Once I got the folder structure right, it worked perfectly for me.

    Also I’m using the Map Categories to Pages plug in.

    Hope that helps!

    In reply to: Rotating headers for ONE category?

    #19062

    Ohh and check this out! He just got it to work for pages also…here is the new code!

    http://pastebin.com/wtGmhDzv

    As I said in the WP forum…

    Thank you Marvelous Marventous!

    In reply to: Rotating headers for ONE category?

    #19061

    Ken-

    I know right? So wonderful. I am so grateful and the commenting is so fantastic and detailed and clear!

    By the way it bears saying here also…

    Marventus you rock 🙂 Thanks from all of us in the Graphene forum for taking the time to dial that in so elegantly for me!

    In reply to: Rotating headers for ONE category?

    #19058

    A really wonderful coder at the wordpress forum dialed this in beautifully for me.

    The code itself is here and really well commented.

    http://pastebin.com/7txapyW9

    The WP Forum thread is here if anyone wants to see more details about how we got there.

    http://wordpress.org/support/topic/specific-header-image-for-specific-category?replies=46

    This is for category archive pages and single posts to rotate custom header images from folders you create. It works great and is super easy to use. It doesn’t work for single pages, but I figure I can just use a single custom header on a page so it doesn’t matter too much. He may try to re-work it to include pages but maybe not. He spent a lot of time dialing this in. It’s really well done and a pleasure to have! If he does re-work it to include pages he will update the pastebin. Just subscribe to that thread for updates.

    Thanks for getting it started Syahir.

    A really wonderful coder at the wordpress forum dialed this in beautifully for me.

    The code itself is here and really well commented.

    http://pastebin.com/7txapyW9

    The WP Forum thread is here if anyone wants to see more details about how we got there.

    http://wordpress.org/support/topic/specific-header-image-for-specific-category?replies=46

    This is for category archive pages and single posts to rotate custom header images from folders you create. It works great and is super easy to use. It doesn’t work for single pages, but I figure I can just use a single custom header on a page so it doesn’t matter too much. He may try to re-work it to include pages but maybe not. He spent a lot of time dialing this in. It’s really well done and a pleasure to have! If he does re-work it to include pages he will update the pastebin. Just subscribe to that thread for updates.

    Thanks for getting it started Syahir.

Viewing 10 posts - 11 through 20 (of 312 total)