In the members-only forum, a user asked: I would like to pull post-meta info below the post title of the Genesis Responsive Slider so that it looks similar to this: http://picpaste.com/ET_-_redesigned_homepage-isbAUeRF.jpg Ideally I’d like to specify the Advance Custom Fields data as I have customized the post-meta to include that but I can probably hide […]
Search Results for: image
Applying a layout for Recipes page in Brunch Pro
Trying to set up the sidebar on Recipes pages in your Brunch Pro site similar to that in the theme demo? If you are using Simmer for Recipes plugin, /recipes page on the frontend will be the CPT’s archive page and not the static Page having the same slug. This causes the layout selected in […]
Reply To: How to include post-meta info using Genesis Responsive Slider
Slick just takes the HTML and shows that as a slider/carousel. We still need to either write a manual WordPress query or use a plugin to output the HTML with the elements (image, title, custom fields etc.) we want to show and then style everything. I will work on this today and write a tutorial […]
How to change the number of Footer widget areas conditionally in Genesis
In GenesisWP Slack group, a user wanted to know how to display only the first two Footer widget areas on Pages that have a specific Page template applied with the rest of the pages showing the default number of footer widgets as defined in the child theme. genesis_footer_widget_areas filter hook can be used for this […]
How to remove Date and Title from Posts on Archives in Ambiance Pro
Looking to remove the published date and title of posts in content archives when using Ambiance Pro? Simply edit index.php and comment out or delete the following: add_action( ‘genesis_entry_header’, ‘genesis_do_post_title’, 13 ); and add_action( ‘genesis_entry_header’, ‘ambiance_post_info’, 12 ); Before: After:
Widget Title Links in Glam Pro
In the members-only forum, a user wrote: Hello Sridhar, Is there a way to create links for widget titles ? I am using the Glam theme, and I would like to have the Title link out to a custom URL using a text widget. When using a text widget to display an image the theme […]
Reply To: Widget Title Links
Hi Boel, Are you referring to the widgets in the Home Flexible section? If so, they are Featured Page/Posts widgets (in the theme demo site) and not text widgets. Isn’t it? Do you want similar visual presentation in the frontend but using custom HTML in text widgets with the requirement of the image and the […]
Utility Bar in Digital Pro
This tutorial provides the steps to set up a before header Utility Bar widget area and display it in a fixed position above the header in Digital Pro. The utility bar will be static for screen widths from 800px and below. Step 1 Add the following at the end of Digital Pro’s functions.php: To view […]
Porthole columns in Infinity Pro
In the members-only forum, a user asked: Images overlayed between between home page sections Infinity Pro I’m not even sure what to call it. Essentially I’m trying to copy the top of the home page here: https://www.fresyesrealty.com/ but use Infinity Pr. In particular, I’m just trying to have the three circular images overlap between Front […]
How to add a CTA button row next to site description in Workstation Pro
This tutorial provides the steps to display one or more buttons to the right of site description text in the After Header section of Workstation Pro. With a single button: With two buttons: Step 1 Edit functions.php. To view the full content, please sign up for the membership. Already a member? Log in below or […]
Recent Comments