When it comes to email marketing opt-in forms in WordPress, my preferred plugin is Genesis eNews Extended. But there could be times when you need to use Gravity Forms for the same. In this article I show how a horizontal responsive Gravity Forms form showing First name, Last name and Email fields can be set […]
Search Results for: wordpress
Full Content for Features in Grid Loop
When using Bill Erickson’s Genesis Grid plugin if you would like to display the full content for Features (wide posts), add the following in your child theme’s functions.php: Before: After: Related: http://sridharkatakam.com/show-full-post-followed-excerpts-genesis/
Reply To: Replacing image background with video – Altitude Pro Tutorial Problem?
Thank you! Commenting out the “position: relative;” fixed the parallax display problem. It created one more problem, however. After resolving the first problem, it pushes the image in Front Page section 2 down so that it’s spilling into Front Page section 3. Is there a way to fix it and have the image stay within […]
Reply To: Tutorial Requests
@Jami Iād like to modify the portfolio archive page template on minimum pro so that the featured images do not crop, but resize. Try this: In functions.php change add_image_size( 'portfolio', 540, 340, TRUE ); to add_image_size( 'portfolio', 540, 340 ); Reference: https://developer.wordpress.org/reference/functions/add_image_size/ This change will only take effect going forward. For the images already present […]
Replacing image background with video – Altitude Pro Tutorial Problem?
I carefully followed the instructions in this tutorial to change replace the image background in the Front Page 1 section of Altitude Pro with a video: http://sridharkatakam.com/how-to-replace-image-background-with-a-video-for-front-page-1-section-of-altitude-pro-using-bigvideo/ and the video successfully plays, but for some reason, I’m running into problems. All the other Front Page parallax image sections except for the Front Page 1 area […]
How to display a magnifying glass icon in the center of an image on hover using CSS
Want to show a magnifying icon when hovering on an image? In this tutorial I am going to share the code for displaying a Font Awesome magnifying glass icon when a thumbnail image is hovered. We are going to use FooBox plugin to open the full image in a lightbox when the thumbnail image or […]
Horizontal Opt-in Form in Parallax Pro using eNews Extended plugin
In the comments section of Horizontal Opt-in Form in Genesis using eNews Extended plugin tutorial, a few users asked how the same can be set up in Parallax Pro. In this tutorial I share the steps to add a responsive horizontal opt-in form below Home Section 1 in Parallax Pro. Step 1 Add the following […]
How to display Featured image above content on Posts page
Wish to display featured image set for your Posts page (set at Settings > Reading) in Genesis? Screenshot of Settings > Reading: The following sample code displays the Featured image set for Posts page (http://example.com/news/ in this example) below the header in Genesis. The image used in this example is 1920 x 320 and set […]
Circular Color Bullets for List Items using Font Awesome
Please do not follow the tutorial below until further notice. There is currently a problem with the code that’s causing the click region for links inside list items to work erratically. Until I figure out a solution you may want to follow this method. While it is possible to set up color bullets for unordered […]
Category Filter Bar in Genesis
In this article we are going to add a Sub Category dropdown, a Monthly Archive dropdown and a Category-specific Search next to each other above the loop on category archives in Genesis. Sub Category filter dropdown will automatically get populated with sub categories of the current category being viewed. Selecting a sub category will work […]
Recent Comments