NWTD

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 31 total)
  • Author
    Posts
  • in reply to: Responsive slider options #42026

    NWTD
    Participant
    Post count: 31

    I ended up editing the plugin file. Not ideal since I may be using this plugin on multiple sites of my network…but it works for now. Maybe this could be a feature request for the next version?

    In genesis-responsive-slider.php on line 323, I added this:

    <div class="meta">
    <div class="date"><?php echo get_the_date(); ?></div>
    <div class="category">
    <?php
    $category = get_the_category();
    if($category[0]){
    echo '<a href="'.get_category_link($category[0]->term_id ).'">'.$category[0]->cat_name.'</a>';
    }
    ?>
    </div>
    </div>

    It works for what I need in the meantime.

    • This reply was modified 21 hours, 2 minutes ago by  NWTD.
    • This reply was modified 21 hours, 2 minutes ago by  NWTD.
    in reply to: Responsive slider options #42025

    NWTD
    Participant
    Post count: 31

    I’m using the Genesis Responsive Slider. I see the option for displaying a post’s content and title. Maybe there’s a hack that can go into the plugin file to get the meta?

    in reply to: Plugin page templates #25778

    NWTD
    Participant
    Post count: 31

    …bump…

    I can’t seem to find any documentation worthy to point me in the right direction on making sure that these page templates are compatible with my Genesis Framework themes…any thoughts?

    Thanks!

    in reply to: Plugin page templates #24901

    NWTD
    Participant
    Post count: 31

    Are there any other tutorials, documentations, examples or otherwise that might be able to point me in the right direction rather than relying on paid support from a third party? I’ve scoured the tutorials and code snippets and can’t find anything really for accomplishing this.

     

    Is there a way to check if the genesis framework is used on a site and then use conditionals to create the page templates?

    in reply to: Responsive Slider navigation #18129

    NWTD
    Participant
    Post count: 31

    Thanks! I realized that I wasn’t using the responsive slider, but the regular slider. I changed to the responsive and have what I’m looking for. Thanks!

    in reply to: Multiple background support #17141

    NWTD
    Participant
    Post count: 31

    Thanks Brad

    in reply to: Multiple background support #17005

    NWTD
    Participant
    Post count: 31

    Nope, not that either…at least I can’t tell from the the info on the links. Here’s an example of my site. Notice the three different backgrounds used…I’m wanting to be able to choose/edit those individually from the dashboard. Is this more of a WordPress hack than a theme function?

    in reply to: Multiple background support #16995

    NWTD
    Participant
    Post count: 31

    Not quite what I was looking for. I’m trying to add multiple background support from the dashboard GUI. I’m talking about this area of the dashboard.

    So on this page of the dashboard I might see something like: Main Background Image (this would set the background for <body>), Top Background Image (this would set the background for the top section background), Middle Background Image (this would set hte background for the middle section of the site), and Footer Background Image (this would set he background for the footer area).

     

    in reply to: Wraps and the likes #16495

    NWTD
    Participant
    Post count: 31

    Awesome. I’m all set. thanks!

    in reply to: Wraps and the likes #16181

    NWTD
    Participant
    Post count: 31

    Awesome. thanks!

    One last thing. By default, everything under <body> is wrapped in a div, called, well, “wrap”. Can I use one of these hooks to remove that div completely?

    in reply to: Wraps and the likes #16177

    NWTD
    Participant
    Post count: 31

    is it as simple as

    function add_div() { echo 'div class="header-wrap">'}
    add_action( 'genesis_before_header', 'add_div' );

    ?

    I’m still new to genesis and learning it as I go. Thanks for your help John

    in reply to: Wraps and the likes #16167

    NWTD
    Participant
    Post count: 31

    Thanks John. I moved the slider around like I needed.

    Do you have any suggestions for me to group the different sections into individual wraps of sorts?

    in reply to: Easily sort theme forum #14352

    NWTD
    Participant
    Post count: 31

    I can appreciate that. I do currently use the search to find what I was looking for, I was just looking for a one-click approach to sort the posts for easier browsing in the forum.

    Thanks! :D

    in reply to: Child theme error #13805

    NWTD
    Participant
    Post count: 31

    Even rolling back to v1.8 of the framework and the sample child theme didn’t make a difference.

    in reply to: Child theme error #13803

    NWTD
    Participant
    Post count: 31

    Interesting. This is a new subsite, so no individual plugins are installed. I did go through and deactivate all the network plugins and no luck there either.

Viewing 15 posts - 1 through 15 (of 31 total)