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
0
votes
2 answers
Removing titles in Wordpress
I have this website http://www.vocaloid.de/Wordpress/
and I try to remove the titles below the thumbnail on the home directory and on the category sites using this command:
if(is_home() || is_front_page() || is_category()) {
remove_action(…

YugiFanGX
- 1
- 4
0
votes
2 answers
Genesis Framework: Adding HTML code before
How can I add HTML code before the when I use the Genesis Framework?
I do not want to edit the menu.php inside the genesis/init/functions/ folder..
I hope there is a Genesis Framework expert out there!
Thanks!

Nekura Kuroi
- 77
- 1
- 8
0
votes
1 answer
Enabling custom Hooks inside dynamically generated HTML markup
I was trying to dynamically create markup on my page and run inside that markup a custom hook like this:
add_action( 'genesis_after', 'mw_add_offcanvas' );
function mw_add_offcanvas()
{
$out = '

Luis Martins
- 1,421
- 2
- 18
- 32
0
votes
1 answer
WordPress : Genesis Framework Custom Nav CSS Class
I am using a custom child theme with Genesis Framework.
I am not trying to replace the default menu with my own, I only wish to add a custom class name to the existing element, which currently displays header right (since my menus is in the the…

Escendrix
- 33
- 4
0
votes
1 answer
Full page banner in Genesis Wordpress framework?
I'm building a website using the Genesis framework for WordPress.
I just want a simple full-wdidth responsive layered banner but in Genesis this is always forced into the container div, which obviously isn't full-width.
Layered is also important -…

Reverend2100
- 810
- 1
- 7
- 17
0
votes
1 answer
Cast_sender.js Chrome extension error in Genesis wordpress theme
I recently started building a wordpress theme based on the Genesis Framework's Sample child theme. Everything is great and I have kept my requests to a minimum. The page in question loads some font awesome icons, text, and there is one iFrame…

Grant
- 55
- 9
0
votes
1 answer
slider same size as navigation in wordpress
i would like the slideshow to have the width as the navigation menu and respond to different devices as the navigation width would.
Heres a link to the website in question http://test.amplifyevents.uk

Aihsan Majeed
- 135
- 1
- 11
0
votes
1 answer
How do I vertically align text next to img in Genesis columns?
I've researched similar questions and tried using display:table-cell; inline-block; vertical-align:middle all over the place, but I can't get this to work. In this sample Genesis theme page (please look), it demos the use of columns using 'one-half'…

Metzed
- 470
- 1
- 8
- 27
0
votes
0 answers
Eventbrite API not returning Events
So a site I am working on for a client, http://atasteofartistry.com, needs to have EventBrite integration. It is a wordpress install running a Genesis theme.
Right now, in functions.php, I have this:
//* EventBrite
require…

Joe Fedorowicz
- 1
- 1
0
votes
2 answers
wordpress: modfiy the blog entry
I want to show video in the blog entry in the home page... (tzahirozental . co . il)
for some reason its ignor the video in the post and show only the text in the blog entry.
I know there some filter that I need to change in the loops.php but I…
0
votes
1 answer
Footer disappear - Disable all the widgets but no use - Run on Genesis framework
My site is http://khuyenmaitonghop.com/ - running on Genesis, Magazine Pro Theme
Just now I enter some PHP tag to a text widget. After that, all of my widget at footer disappear. I freaked out and disabled all the plugins. No use.
I put the theme…

phanatuan
- 495
- 1
- 5
- 14
0
votes
0 answers
Specific IE CSS for a StudioPress Genesis Installation
Wondering if anyone knows how to add Internet Explorer specific CSS to a Genesis installation? I'm having some basic issues with borders and want to get around it by adding some specific IE CSS.
I'm having trouble locating where I should place my…

Wads Millenia
- 3
- 2
0
votes
1 answer
How to offset latest 3 posts in Genesis - Eleven40 pro Theme
How do I off set in the loop in genesis. I am using Eleven40 pro and this is the home.php
//* Add Genesis grid loop
remove_action( 'genesis_loop', 'genesis_do_loop' );
add_action( 'genesis_loop', 'eleven40_grid_loop_helper' );
function…

Anas Khan
- 19
- 10
0
votes
0 answers
Footer Widget Styling in Wordpress
I'm having a little trouble trying to style three widget areas in a footer area of a Wordpress Theme.
I have attempted using a simple 'Text Widget' and recently just installed a plugin called 'Call to Action Widget' by 'Charlie Strickler'.
With both…

Tom25
- 135
- 3
- 9
0
votes
1 answer
How to show author image on post homepage
I am a novice in the programming world and I am working on a Wordpress blog. What I would like to do is show the author image to the side of their respective posts on the homepage.
Here is a screenshot of what I am referring to:…