raindance

Member

Forum Replies Created

  • In reply to: Rotating headers for ONE category?

    #19025

    Syahir-

    Thanks so much. I’m still not quite there…

    1. I don’t know what:

    // Make sure the resulting image is assigned to the $image variable

    means.

    2. Do you have an example of the kind of script to use? Like a next gen thing or a jquery carousel thing? I mean is it like what I’d use on any other site or more specifically tailored to this purpose? If you can point to an example of a script I might use I’d appreciate it.

    In reply to: Rotating headers for ONE category?

    #19023

    Seems like a lot of people would want that functionality. I know I can change the header image per post itself with the featured image being made bigger than the normal size, but, a category rotating relevant images would be even better.

    Syahir…any help?

    In reply to: Rotating headers for ONE category?

    #19022

    Hmmm…I think I would still need more guidance on how to implement. A plug in would be nice but I can’t find one out there.

    In reply to: Rotating headers for ONE category?

    #19020

    Exactly, that’s my point. I don’t want to do that, which is how I have it set up now too. I also saw a post on this but have been almost back to the beginning of Graphene posts and didn’t find it.

    I have a category called blog, and I will post the posts just to that category, I have that set up. But I want the header images to be different and rotate just from a particular group of images for that category, see what I mean?

    In reply to: Rotating headers for ONE category?

    #19018

    Ok thanks Ken I’ll try it out.

    Do you know what I mean about making one “section” be a “blog” and the rest of it look more traditional and not have a separate domain/graphene install (which is how I have it now but seems silly)

    blog.juicytravels.com

    Any suggestions for how to make this make the most sense?

    Thanks

    In reply to: Rotating headers for ONE category?

    #19015

    What about something like this?

    http://www.ruhanirabin.com/different-headers-in-different-categories-and-pages-wordpress/

    Not sure how to apply it in Graphene though?

    There must be some way to say “this folder of 20 header images should be randomly rotated for category ‘blog'”?

    In reply to: Specific page header image/ image slider

    #17712

    Will that plug in let me assign say a directory of 30 images to rotate randomly for an entire category, say, Blog category?

    In reply to: Wanna modify VIEW FULL POST

    #19120

    Syahir helped me with this one and suggested I do the following, which worked perfectly.

    Add this to your child function.php file:

    <?php
    function graphene_filter_gettext( $translated, $original, $domain ) {
    $strings = array(
    'View full post' => 'Read More',
    );
    if ( ! empty( $strings[$original] ) ) {
    $translations = &get_translations_for_domain( $domain );
    $translated = $translations->translate( $strings[$original] );
    }
    return $translated;
    }
    add_filter( 'gettext', 'graphene_filter_gettext', 10, 3 );
    function laura_sharethis (){
    if(!(is_front_page())){
    ?>

    Make the Read More be whatever you want it to be.

    In reply to: Hack attempt or harmless?

    #18982

    Ya must be, hope so. Having previously been hacked seeing stuff like that really scares me 🙂

    Thanks guys.

Viewing 10 posts - 41 through 50 (of 312 total)