Forum Replies Created
-
AuthorPosts
-
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.phpon 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.
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?
…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!
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?
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!
Thanks Brad
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?
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).Awesome. I’m all set. thanks!
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?
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
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?
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!
Even rolling back to v1.8 of the framework and the sample child theme didn’t make a difference.
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.
-
This reply was modified 21 hours, 2 minutes ago by
-
AuthorPosts