In the members-only forum, a user wanted to know how to automatically add slugs of both categories and tags to the existing list of body element’s classes in WordPress. Adding the following in child theme’s functions.php will automatically add categories and tags as body classes in WordPress on single pages (other than static Pages). To […]
Search Results for: image
Could we update the rest of the Showcase Pro theme tutorials?
Could we update the rest (3) of the Showcase Pro theme tutorials to the newest version? Below is a link: https://sridharkatakam.com/grid-portfolio-images-title-excerpt-hover-showcase-pro/ https://sridharkatakam.com/portfolio-grid-showcase-pros-front-page-title-excerpt-hover/ https://sridharkatakam.com/display-cpt-headlineintro-inside-page-header-showcase-pro/ Thank you Sridhar Jason
Reply To: Infinity Pro – home page widget swap
Hi Cathi, Have you tried moving the corresponding code blocks around in the file whose screenshot you shared above? Like this: … genesis_widget_area( 'front-page-6', array( 'before' => '<div id="front-page-6" class="front-page-6"><div class="solid-section flexible-widgets widget-area fadeup-effect' . infinity_widget_area_class( 'front-page-6' ) . '"><div class="wrap">', 'after' => '</div></div></div>', ) ); genesis_widget_area( 'front-page-5', array( 'before' => '<div id="front-page-5" class="front-page-5"><div class="image-section […]
Reply To: Set First Image as Featured Image
You might want to give this a try: https://www.gavick.com/blog/wordpress-automatically-set-post-featured-image If you do not want to set the first inserted image as the featured image, but only want to display it take a look at https://sridharkatakam.com/featured-images-attached-images-and-embedded-images/
Soliloquy slider on single Posts and static Pages in Showcase Pro
In the comments section of Full width Soliloquy slider in Showcase Pro tutorial, a user asked: How can I add Soliloquy to individual pages? In this tutorial, we shall add a checkbox in the WordPress editor which when ticked, will display a number field in which Soliloquy slider’s ID can be entered and then the […]
Reply To: Maker Pro images outside site container
I should also add that the footer maxes out at this 1440 as well. I turned the footer a different color, and it only ever displays at 1440. Hoping to make it so that the images and footer can stretch to full width, regardless of screen resolution. Thanks!
Reply To: Maker Pro images outside site container
The images only go edge to edge if your screen is smaller than 1440 px. On my laptop, they stretch to the sides. On my monitor, I have white borders on the sides.
Reply To: Maker Pro images outside site container
I am looking at the front page of Maker Pro’s theme demo and see that images are not contained within a wrap but rather go edge to edge. Can you clarify?
How to set up URLs similar to StudioPress theme demos for third party Genesis theme demos
The problem I want to visit Showcase Pro theme’s demo site. In my browser (Chrome), I start typing demo and the browser history suggestion list shows me something like: I change the last part of the URL from infinity to showcase and hit return. The result is a page in Maintenance Mode (in this case) […]
How to replace class with an ID for Title Area in Genesis
In the members-only forum, a user asked: Hi All
> I’m a bit stuck on using attributes to alter markup. I’d like to replace the title-area css class with an ID of title-area and I’d rather not rewrite the do_header area. This can be done using genesis_attr_<context> filter hook. Add this in child theme’s functions.php: add_filter( […]
Recent Comments