To display featured images of Posts linking to their permalinks my go-to code (inside a function hooked to an action in theme template files like home.php or in functions.php) is where posts-page-thumbnail is the image size handle registered in functions.php via genesis_get_image() and genesis_image() functions fetch/display featured images if present. If featured image is not […]
Search Results for: wordpress
Reply To: How to get news page like this
Ok. After looking at http://www.iguanas.co.uk/news again I see that in the right side all Facebook updates are together and all Instagram updates below that. Can you try using https://profiles.wordpress.org/smashballoon/#content-plugins?
Reply To: How to get news page like this
I did a quick google search to find out how Facebook and Instagram updates can be displayed in WordPress one at a time as and when they are published in those networks but couldn’t find any answer. If you can find that out and let me know, I can probably look into making it look […]
Reply To: How to make a string and link, translatable and multilingual, in a Genesis theme
Hi Sridhar, If you ever need to make multilingual WordPress, WPML is great and was always working perfect with Genesis. If you need a test-site or just interest ? I will be glad to setup a developer site with WPML for you. I am glad you had a look at my problem. Your code was […]
Reply To: How to make a string and link, translatable and multilingual, in a Genesis theme
Hi again Sridhar, I have solved first part of this Topic. Here my result. 1. <div class="portfolio-archive-link"><a href="/portfolio/" class="button"><?php _e('View our full Portfolio »', 'altitude'); ?><?php if ($req) _e('(required)', 'altitude'); ?></a></div> Then use Poedit to scan the theme files. Translate .po file and upload .mo file. The second part I want to explain better. 2. […]
Using mobble to set up collapsible horizontal opt-in form on mobiles in Genesis
In the members-only Tutorial Requests forum a user asked, Question ā Iām implementing a horizontal opt-in on my new site but Iād like for it to be collapsible ONLY on mobile (primarily phones ā kind of like mobile menus) since it takes up a lot of room when not collapsible and viewed on mobile. How […]
Sample CSS for styling Google Custom Search Engine Results page in Genesis
If you have switched the search functionality in your Genesis site from the default WordPress to Google’s and wanted to style the results so they don’t look boring (or ‘ugly’ depending on how design-sensitive you are), add the following in your child theme’s style.css and make the necessary adjustments to match your site’s colors. After […]
How to add support for custom backgrounds in CPTs
If you would like to add support for Custom Background Extended in single entries of a Custom Post Type, say WooCommerce products add the following in your child theme’s functions.php: Back end: Front end: Note: If you are using a theme like Agency Pro which uses Backstretch to display the (same) background image site-wide, you […]
Truncating Previous/Next Post link Titles in Genesis
On a Genesis customization project I worked on today, the requirement was to place links to Previous and Next posts at the top of single Posts and to limit their link text to a set number of characters so they do not appear on two lines. Before: After: Here’s one way in which this can […]
Continuously scrolling image carousel using Soliloquy and Slick
In the members-only forum, a user asked I came across this site http://brittneykluse.com/ and liked the header slider. It has big images that bump next to each other and slide nicely. It would be great to see you implement this same type of slider in any of the Genesis Child theme.. possibly Cafe Pro, Altitude […]
Recent Comments