The Genesis Framework is a premium parent theme / framework for WordPress. It contains the user functionality and SEO benefits that is used by free and premium child themes.
Questions tagged [genesis]
322 questions
1
vote
0 answers
WP - External links not working on iPhones
I'm trying to help out a friend but haven't had much luck so far. She had a website for an event developed but only just noticed that all external links don't work on iPhones. I've been hoping to google the issue but haven't had any luck so far :/…

Jasmin
- 11
- 1
1
vote
1 answer
Second shortcode generated div inside the first shortcode div
I am trying to add multiple shortcode generate blog post loops to one page
Problem: when i add two shortcodes including blog post loop to one page, the shortcode plants itself inside the first shortcodes outer div, this happens to some of my php…

Scott Agirs
- 599
- 6
- 14
1
vote
2 answers
Genesis Theme- Anchor links stopped scrolling down in Chrome
I've got a site built on the Genesis framework with Cafe Pro child theme.
http://salat.md/
The main menu has anchor links that scroll to the relevant section of the front page. They work perfectly fine in Firefox, but stopped working in Chrome and…

D.Gitlan
- 11
- 2
1
vote
1 answer
Repositioning Genesis Nav not working - Issue with remove_action()
I'm new to Genesis (and stack overflow).
I used the following code to reposition my primary and secondary navs above my header, which worked, however it also left a copy of both navs below the header in it's original place. So basically duplicated…

Pixel Boutique
- 13
- 2
1
vote
2 answers
Adding Widget to Wordpress Genesis Theme
I am working on a Genesis Wordpress theme. What I want is to add a custom header to the theme. How do I get a header selector in the code snipper below?
// Add support for custom header.
add_theme_support( 'custom-header', array(
…

Omar
- 180
- 2
- 15
1
vote
4 answers
Remove link around category and tags in Genesis template
I want to remove the links (a tag) in the blog template and in the single template in Genesis.
I just want to show the plain category names and tags, and don't want a link to the categories.
1
vote
0 answers
Full width header and sidebar aligned to entry-content in genesis framework
I am having an issue structuring and styling my sidebar and header using the genesis theme.
I want a full width article header area with a sidebar that is aligned next to the entry content.
I have tried moving the header area to the…

sackoftrout
- 31
- 3
1
vote
1 answer
Remove `status-publish` with Genesis x Wordpress
Created a template.php and would like to remove
this from my body.. I imagine there's a Genesis function however I am unable to find on…

jimmyNames
- 155
- 1
- 3
- 14
1
vote
1 answer
Blog page featured image being overridden by blog post featured image
On my Wordpress blog page (home.php) template, I'm trying to display the featured image set for that page at the top, then the content archive grid underneath. However, instead of displaying the featured image I set for the page, the first blog…

DanL
- 91
- 1
- 9
1
vote
0 answers
Wordpress widget area not being applied on 'shop' page
Using the code:
add_action('genesis_entry_header', 'mhm_add_woocommerce_categories');
function mhm_add_woocommerce_categories() {
if(is_page('shop')) {
genesis_widget_area ('mhm_woocommerce_categories');
}
}
the widget area…

Steve
- 2,066
- 13
- 60
- 115
1
vote
3 answers
How to insert a span inside a search form? (Genesis)
When I call genesis_search_form(), it outputs:
But I wanted it to generate with a span inside, like:
1
vote
2 answers
Adding a search form inside a div in Wordpress
I wanted to add a search form inside a div using the code bellow:
printf( '', apply_filters( 'genesis_noposts_text', __( 'Try again below.', 'genesis' ) ), get_search_form() );
But every time I add the…
%s
%s
SilverLink
- 124
- 2
- 15
1
vote
2 answers
Genesis Child Theme's header.php not overwriting
I have Genesis and a Genesis Theme installed. Now I would like to make some customization's so I have created a child-theme and activated it. I have made CSS changes and everything works. Now I would like to overwrite the header.php file from the…

Hubvill
- 504
- 1
- 7
- 16
1
vote
0 answers
How do I fix "Uncaught SyntaxError: Unexpected token <" error in WordPress/Genesis Framework?
I'm creating my first WordPress Genesis child theme. I'm trying to use the get_theme_mod() function to return two values from two custom controls I created on the WordPress back end. In functions.php, I have this:
$wp_customize->add_setting(
…

Ryan M.
- 61
- 5
1
vote
2 answers
If a post belongs to a many categories and I want to show a primary category in Genesis post_meta
On https://broadly.vice.com/en_us they show a single, primary category, if their post belongs to many categories.
How can you choose, on a post by post basis, what primary category to show in the post_meta in a Genesis Child theme?

Christina
- 34,296
- 17
- 83
- 119