The genesis-theme-framework tag has no wiki summary.
-3
votes
0answers
17 views
Hook H1 Into Custom Front Page
The site i'm refering to is Safety Warehouse. It is currently running on a Genesis theme, with the front-page.php displaying a grid loop of the custom post type. I want to add an H1 (or at least a ...
0
votes
1answer
15 views
Pagination difficulty using custom query in genesis-based custom theme
I am creating a genesis child theme. I have a category called 'faculty' with about 60 posts in it. I am modifying the category template file so that it displays this category in a customized fashion.
...
0
votes
1answer
238 views
Genesis Child Theme Modifying Comments display
I'm using a theme which works with Genesis Framework. The theme is called pinsomo & I'm wondering how to "move" comments count div to the bottom of the post.
Here is the demo: [[link has ...
1
vote
1answer
61 views
Log in link not showing, Comment Issue
We want user to register and then comment. So we,
Checked the option of "Anyone can register" as true.
Checked the option of "Users must be registered and logged in to comment" as true.
Now, the ...
-1
votes
0answers
17 views
Using jQuery to modify CSS: Not Working Consistently [closed]
I am building a custom child theme built on the Genesis Framework and I am enqueueing a jQuery script that calculates image bottom margin based on the height of the image (only in the “diary” ...
-2
votes
0answers
13 views
Content not displaying in formated way [closed]
I am using epik theme which is using genisis framework. I need a solution to fix the issue. On the blog archive page the content is not showing in the formatted (means I have used a lot of styles in ...
0
votes
1answer
35 views
Custom Post Types Archives and Single Pages not showing custom taxonomy data
I have a custom post type called "Newsitems" that I have registered two custom taxonomies for: "newsitem types" and "news item tags"
I want these two taxonomies' terms to appear almost like the ...
0
votes
1answer
138 views
Excluded category from loop
I'm using this to exclude a particular category from the loop. It DOES that, but it also does this: On my PAGES, it displays the posts from the categories other than this one which is excluded.
/** ...
0
votes
1answer
157 views
Query posts by Custom Meta (checkbox) & Genesis Grid Loop
I've been trying tons of things for the last 2 days. I'm at a standstill now. I read a ton of posts here but nothing has worked yet.
I have a CPT 'artists'. This CPT contains a custom field ...
0
votes
1answer
34 views
adding navigation to genesis themes
i'm following a tutorial provided here to add navigation menu, but not able to find out set of #nav in my style.css & my theme is eleven40. What we need to replace to get navigation menu?
0
votes
2answers
243 views
Custom Post Type on Homepage - Studiopress Genesis Framework
I have used to below function to register a new 'guide' content type:
add_action( 'init', 'guide_post_type' );
function guide_post_type() {
register_post_type('guides',
array(
'label' ...
-2
votes
0answers
31 views
Genesis Featured Images for pages
I have my friends website of whom I’m just customizing the optimal theme on the Genesis framework. I haven’t changed much, just some background images and some CSS so now I want to have a featured ...
0
votes
2answers
796 views
Show specific category posts on Genesis framework home page
My site has Genesis framework and a child theme. I want to show specific category posts on my home page content area. I used the simple post query
...
0
votes
1answer
51 views
Getting rid of the blog page entirely
My goal is to not use a separate blog page but end up with a structure like this...
http://domain.tld/page/comments/
I believe I can do this with the Cornerstone plugin ~ [ ...
0
votes
1answer
41 views
how to use the_excerpt for two post queries?
I am new to Genesis, i created a child theme it has two post types, one for the THEMES i want to display and other for the PORTFOLIO. both of these are having the_excerpt in their loop,
I want to add ...
0
votes
0answers
54 views
Post Info for pages in search results
Hello I noticed on my search results page that Custom Post Types and Blog posts display the post info (author, date published, etc.) but the pages (type-pages) are not showing any post info. I know ...
0
votes
1answer
865 views
Posts limit on homepage (genesis framework)
in home.php
// NOT working
query_posts('show_posts=3');
// NOT working
add_action( 'pre_get_posts', 'set_posts_per_page' );
function set_posts_per_page( $query ) {
$query->set( ...
0
votes
1answer
138 views
Display Page Meta Description on Child Theme’s Home Page
I’m working on a project. I need to display Custom Document Title & Page Meta Description in the home page. I mean you know that genesis has a custom Theme SEO Box under Post. I want that custom ...
0
votes
1answer
57 views
Genesis page template with Powerpress
I want to create a template that will display podcasts in a archive page with the powerpress player and links.
Powerpess talks about this on this page
...
0
votes
2answers
522 views
Undefined offset: 0 in > […] /wp-includes/capabilities.php on line 1067
Hey i get this error messages on my localhost setup, but only with the genesis framework enabled, wordpress twentyeleven works fine. This does happen when i want to create a new post. If i refresh the ...
2
votes
1answer
89 views
Wordpress Hide Show Content script and activate/deactivate script on screensize
I am currently using jquery.expander.js to hide/show paragraph content. I want to only use this for screen sizes less than 500px width and less (for mobile phones) ONLY. I am working in wordpress 3.5 ...
-1
votes
1answer
159 views
Genesis Widgets Don't Make Use of Hooks? [closed]
Not sure if it's just this one widget in particular or if I'm doing something wrong but it seems that the Featured Post widget doesn't call the hooks for the content. I have the widget added to my ...
0
votes
1answer
66 views
query posts returns 10 records
I am using the following code to fetch records from a custom taxonomy.
if ($_GET['post_type'] == "developments"){ ?>
<?php
global $wp_query;
...
0
votes
0answers
48 views
Genesis plugin installation failing [closed]
I have wordpress 3.4, I had genesis plugin 1.8 since quite long and I'm using it on several sites, now whem I'm uploading it on a site, i'm getting this
Unpacking the package…
Installing the plugin…
...
0
votes
0answers
687 views
category page template in Genesis [closed]
I am using WordPress 3.4.2 and i have created a category name wall and I have added 5 posts with category wall. And now i want to create a page with site.com/wall_page and it should only display post ...
1
vote
3answers
214 views
get_post_meta not working inside loop
I was hoping for some assistance with a custom meta box that I added to my genesis child theme.
The data is being saved properly, and stored properly, but when I try to echo it out using ...
1
vote
3answers
300 views
How can I eliminate the inline styles included by default with the Genesis framewrok?
I have created a child theme in the Genesis framework. I have created all of my style rules, however, in the markup, Genesis adds a few inline rules by default that I would like to eliminate.
The ...
0
votes
1answer
106 views
What file is the </body> tag located in Genesis default theme?
I need to add some tracking code for Aweber and they said to add it before the </body> tag. I've looked through all the Genesis files and cannot find it!
0
votes
0answers
15 views
How to customize the pages navigation in single post with Genesis? [duplicate]
Possible Duplicate:
Making a Killer wp_link_pages
I'm running a Wordpress site with the Genesis Framework and the Sleek Child theme.
I'm writing a multiple pages post and the pages ...
1
vote
0answers
75 views
Conditional menu for registerd users/guests (Genesis framework)
I'm running Genesis Framework on WordPress and I have to display a different top menu for logged in users and a different one for unregistered users (guests).
I created the 2 menus in the WP backend ...
1
vote
2answers
1k views
Show featured image next to post-teasers in Genesis Framework?
I want my posts to have a featured-image thumbnail beside it, how do I do this?
1
vote
1answer
277 views
How to keep my custom theme changes after updating genesis child theme
I am using a Genesis child theme that I would like to make some custom changes to it, but would like to be able to update it when a new version comes out without loosing my edits. I am familiar with ...
0
votes
0answers
80 views
PSD to WordPress using Thesis Theme [closed]
I have developed more than 20 child themes with Genesis framework. Now I want to try Thesis theme and to my understanding Thesis is not as flexible as Genesis when it comes to child theme development. ...
-1
votes
2answers
360 views
How to add a widget area between blog posts in Genesis Framework?
What's the code for adding a widget area between my blog posts? Specifically I want to put one widget area inbetween after the first 3 posts of my blog?
1
vote
4answers
3k views
Using Custom Templates for Custom Post Types for the Genesis Theme Framework?
(Moderator's note: The original title was "How can I create create and use a custom template for custom post types in the Genesis theme framework?")
I'm using the Genesis theme framework, with an ...
3
votes
1answer
290 views
Genesis Child and Custom Post Type
I'm working on Custom Post Type and Genesis Child Theme. My code is
add_action( 'init', 'register_cpt_testimonial' );
function register_cpt_testimonial() {
$labels = array(
'name' ...
1
vote
1answer
539 views
Select full Image Size on widget “Genesis - Featured Posts”
I'm writing a child theme for Genesis and trying to figure out to get the full image sizes on "Genesis - Featured Posts" widget. The widget has a check box "Show Featured Image" and "Image Size" ...
-1
votes
2answers
974 views
How to add code just below opening body tag in Genesis framework
We need to add two snippets of code, one right below the opening body tag, and the other right before the closing body tag. What is the best way to do this? I checked out the wp_enqueue_script, but it ...
0
votes
0answers
67 views
Add tiling image to span both header and footer in Genesis [closed]
We're using the Genesis framework and are trying to figure out how to have two separate images span the width of the browser, both the header and the footer. I tried adding classes to both HTML and ...
0
votes
2answers
460 views
Hard-coding a shortcode as the last menu item in primary navigation?
I have Genesis framework installed with a child theme.
My client wants their themes "shopping cart" shortcode to be the last menu item, in their primary nav, no matter how many menu items there is.
...
0
votes
2answers
101 views
New Genesis child theme or revise current Genesis child theme [closed]
I've been asked to make some fairly significant changes to our web site, but the site will overall have the same feel. I'm wondering if I should modify the current customized Genesis child theme, or ...
-2
votes
1answer
122 views
Nofollow for a single page using Genesis framework [closed]
Using the Genesis framework, how do you create a nofollow meta for just one page?
0
votes
1answer
192 views
How to enable full column width in Genesis layout options
We are running Genesis Framework version 1.6 on our site and cannot figure out how to enable the full column width option. Where do you go to enable this layout option?
2
votes
1answer
308 views
Wordpress Genesis Child Theme Filter divs
I'm trying to html5ize a Genesis child theme. So far I've figured out how to replace the Doctype via hook but am having trouble figuring out how i can change the divs to sections and articles without ...
0
votes
1answer
257 views
Genesis menu position change
Sorry for silly question, I'm pretty new in WordPress and Genesis. I want to move Genesis menu above header. How can I do that?
-1
votes
1answer
475 views
Genesis framework : how to display the primary sidebar manually?
I need to display the primary sidebar in my Home.php template. What is the code to achieve this ?
-2
votes
1answer
612 views
Adding a new layout for genesis
I have added a new layout for the genesis framework called "modalwindow".
This layout should only display the content because it is a modal window loading page content (I don't want any of the header, ...
0
votes
2answers
218 views
If you were to start using a Wordpress framework today, which one would you use? [closed]
Today, there are a ton of WP frameworks out there. When I first started using one, there were only 3 or 4, and I picked Hybrid. My (yearly) hybrid license expired again, so I decided to take a look ...
-1
votes
1answer
643 views
How to create a page template that display posts with a certain category in the Genesis Framework?
I know how to to create this kind of templates. Usually, I just start a custom WordPress loop. But when I checked a template file in the Genesis Framework I saw this:
page_blog.php:
<?php
/*
...
-1
votes
1answer
383 views
Inserting a shortcode into a genesis menu?
I'm trying to insert a shortcode as the last item in a menu but it results in creating the <li> but then throwing the shortcode output elsewhere, outside of the list. It also removes the closing ...