Lot of users are asking this question: How to modify the “View Listing” text?. Very simple way you can change the text. Just drop the following code in your functions.php file and see the magic. add_filter( ‘gettext’, ‘agentpress_change_view_listings_text’, 20, 3 ); /** * Change view listings text. * * @link http://codex.wordpress.org/Plugin_API/Filter_Reference/gettext * @see switch http://php.net/manual/en/control-structures.switch.php… Continue Reading
genesis child theme
Adding Home Section 1 and 2 to all pages on Parallax Pro Theme
Step 1: Replace the current front-page.php file’s code: <?php /** * This file adds the Home Page to the Parallax Pro Theme. * * @author StudioPress * @package Parallax * @subpackage Customizations */ add_action( ‘genesis_meta’, ‘parallax_home_genesis_meta’ ); /** * Add widget support for homepage. If no widgets active, display the default loop. * */ function… Continue Reading
Different Primary Menu on Pages using Altitude PRO Theme
I did this by following steps: Step 1: First creating a default primary menu. Navigate to Appearance > Menus and create a default primary menu for your site. Check the “Primary Navigation Menu” checkbox and save this menu. Step 2: Creating another menu for pages only. Navigate to Appearance > Menus and create another menu… Continue Reading
Adding Primary Sidebar to Whitespace PRO
NOTE: I did not add the responsive effect. You will take care about responsive effect. Sharing the basic steps here: Step 1: Enabling the Content Sidebar Layout option. Edit the functions.php file. Open the functions.php file on Notepad+ or navigate to Appearance > editor and click on functions.php link. Now modified the following codes: Current… Continue Reading
Display pages instead of posts on Whitespace PRO Home page
Original Request: Hello, I’m experimenting with the Whitespace theme. http://my.studiopress.com/themes/whitespace/#demo-full I really like the way that the post excerpts display on the home page, but I would like to display page excerpts, not posts. Does anyone have any tips or advice on how to achieve this? Many thanks, Tim Option 1: add the following code… Continue Reading
Adding Responsive Slider on Home Page – Whitespace PRO Theme
Original Request: Is it possible to add a slider to the Whitspace theme homepage? Maybe where the stretch image is? I tried just placing the Genesis responsive slider widget in the Welcome widget area but that didn’t work. – RoxG I did following steps: Step 1: First install the Genesis Responsive Slider Plugin on your… Continue Reading
Add Smooth Scrolling Effect For All Home Widget Areas On Parallax PRO Theme
Original request from @Josephine Reijman: Hi, I would like to scroll from one home widget area to the next one (pressing a fontawesome icon) like this tutorial explained: http://keypresswp.com/all-home-widgets-scrolling-centric-pro/ However I am using the Parallax Pro theme now. Is there anyone who can help me with this? Thanks, Josephine I accomplished this following way: STEP… Continue Reading
Adding Extra Features in Agentpress Featured Listings Widget
Agentpress is a popular Genesis Child theme for Real Estate sites. The theme uses a free plugin “Agentpress Listings” to list the properties and comes with 2 widgets. By default “Agentpress – Featured Listings” widget shows the price, custom text, address, city, state and zip code. Adding the following snippet to the theme’s functions.php allows… Continue Reading
Custom Header Images on Pages – Parallax Pro Theme
Here was the original request on SP forums: I used Sridhar Katakam’s tutorial on relocating entry title headers but I want to make these headers images rather than text. The person who initial responded to my questions said this: I amended the CSS to display scaling background images to create full width, applying the page-id-xx… Continue Reading
Adding Fullwidth Flexslider on Home page in Minimum PRO Theme
After long gap another new tips is published today. Currently lot of users are using the Genesis Responsive Slider or Soliloquy Slider in Genesis Child Theme. But I am going with free version slider. Flexslider is a free slider which is coming from WooThemes. Minimum PRO Theme have no slider option for home page. So… Continue Reading