Hello Everyone, I was wondering if its possible to achieve 3D Animated cube in Genesis Altitude Pro theme. One of my client needs Cube animation like this one http://republiqueagency.com/index-eng.html and the Cube footer. I had partial success coz the parallax scroll below the Cube would not work. I will appreciate if anyone could help me […]
Search Results for: genesis
Facebook Group
Ever since I have made most of this site’s content paid only, I have stopped posting updates (links to newly published tutorials) in the official GenesisWP Facebook group and in Twitter with the #GenesisWP hashtag. I believe that the general tendency for most people is to get annoyed seeing the initial portion of a tutorial […]
Reply To: How can I recreate this page with Outreach Pro
See if this helps: http://sridharkatakam.com/full-width-image-below-header-with-content-pulled-on-top-for-pages-in-genesis/
Category Grid with CTP
Hi Sridhar, I have just implemented the following Category Grid tutorial to a website, and one thing that I have noticed is that the links for ctp’s categories don’t work. Do you have any guidance to offer for ensuring the category links for the ctp to work? Cheers, Nick
Logo at left and social icons at the right in DailyDish Pro
Radha asks, how can I get the title-area to float to the left & be smaller (right now it’s getting 1120px from somewhere) & the social icons to float to the right? On mobile the logo should be stacked on top of social icons – all nice & centered. When it comes to logos and […]
Reply To: Add PHP Code before post titles
Try add_action( 'genesis_entry_header', 'sk_zemanta_before_post_titles', 7 ); function sk_zemanta_before_post_titles() { if ( ! is_singular( 'post' ) ) { return; } if ( function_exists( 'zemanta_related_posts' ) ) { zemanta_related_posts(); } }
Add PHP Code before post titles
How would I add this PHP code <?php zemanta_related_posts()?> before the title on posts only. I added it to Genesis Simple Hooks but it adds it to all pages. I only want it on posts before the post title only. Thanks, Robin
Simple Membership Site
Sridhar – I would like to get your thoughts on how to convert a standard Genesis site into one where content (mostly pdf downloads) can be provided at no charge to users who have signed up as members. There are obviously a million different membership plugins and themes, but I would like to implement the […]
Featured Image Background Parallax section on Posts and Pages in Altitude Pro
Following my Featured Image Background Parallax section on single Posts in Altitude Pro tutorial, a few users asked how the same can be extended to static Pages as well. In this tutorial I share the code to add a section below the header on Pages and Posts in Altitude Pro that display the featured image […]
Horizontal Constant Contact Opt-in Form with Input Placeholders
This tutorial provides details of setting up a horizontal Constant Contact opt-in form in WordPress with custom input placeholders via jQuery. Sallie has a good tutorial on Genesis eNews Extended plugin with Constant Contact here. I gave it a try first only to find out that when the Submit button is clicked after a user […]
Recent Comments