In my Facebook group a user asked: Hi Sridhar! Do you have an idea how to accomplish something like the three featured images at the top of this site that have the tabs for featured, popular etc? http://www.gimmesomeoven.com/ Thanks! The referenced site uses Hello Ajax Tabs WordPress Widget plugin for displaying widgets in tabs. In […]
Search Results for: image
Filterable Portfolio in Digital Pro
In the comments section of Filterable Portfolio in Altitude Pro using Isotope tutorial, a user asked: I’ve used this code to add a portfolio on the Digital Pro theme. What would I need to edit to add the Title on hover? Thanks! In this article I share the steps for setting up filterable portfolio archive […]
Repositioning Titles in Centric Pro
Centric Pro has code for displaying titles below the header for static Pages, category archives and search result pages. If you would like to do the same on other archive pages (CPT archives, author, date), other singular pages (posts, CPT single entry pages) and Posts page, follow along. Step 1 Edit functions.php and a) replace […]
Removing the Page Title from Front page in Centric Pro
Centric Pro‘s demo and set up instructions expect you to be using the default settings for Reading in your WordPress site. As the front page is made up of widgets and does not have the list of posts, it is a good practice to set it as a static page. Now when we do this, […]
Reply To: Replacing Front Page Hero Image with Soliloquy Slider for Showcase Pro
With the help of JT, I located the hook to position the Page Header after the Site Header. This can easily be done by changing the ‘Header Color’ in Customise > Colors > Header Color to White from Transparent. Alternatively in page-header.php, I changed. //* Add opening markup for the Page Header $header_color = get_option( […]
How to automatically divide Posts into top, middle and bottom sections in Genesis
A user in my Facebook group wanted to know how a wide middle section can be added between posts similar to http://thefoxandshe.com/. Genesis hooks and built-in WordPress loop counter can be used with Genesis function (for displaying widget area) to add the necessary markup to split the Posts into top, middle and bottom sections in […]
How to enclose Headline and Intro Text in a wrap on archive pages in Genesis
If you are trying to relocate genesis_do_taxonomy_title_description() from its default location, genesis_before_loop on Category, Tag and Taxonomy archives in Genesis to after the header, genesis_after_header so that it becomes full width you might have noticed that the contents (headline and intro text) aren’t wrapped in a .wrap. That is with We can wrap genesis_do_taxonomy_title_description() with […]
Fixed Primary Navigation on Scroll in Foodie Pro using Sticky-Kit
In the members-only forum a user asked, Full width primary nav menu wrap in Foodie pro I’d like to keep it in its current location. In fact, if it’s possible, I’d like it to be full width when scrolling. I’m sorry I can’t provide de URL, but I have it in a local host. Thank […]
How to remove post info in Genesis for all post types other than ‘post’
Looking to remove the post info (comprised of date, author, link to comments) on entries of all post types except the standard Posts in Genesis? Just add this in your child theme’s functions.php: Thanks to: Robin Cornett. Source: genesis/lib/init.php
Open post in pop-up with URL change and back button support
Hey buddy, Was wondering if you had any ideas on the best way to handle this one. What I’d like to do is open an individual post (i.e. all the post content, probably pulled via AJAX) in a pop-up window when the post title is clicked from the homepage. However I’d also like the URL […]
Recent Comments