There are two ways to change the image size. The best way is to change the setting on the Connections : Settings admin page for the ‘Medium, Image Settings’. You would set the height and width to the template recommended size. The recommended image size can be found on the template product page under the ‘Recommended …
http://wordpress.org/extend/plugins/photonic/ There seems to be a JavaScript conflict wit this plugin that causes the drop down to auto-scroll to the bottom of the list. When using the mouse scroll wheel it’ll make it not possible to select items in the middle of a long list of categories. There only seems to be two solutions. Drag …
First create a new category named “Show”. Second, assign every entry you want open by default to the “Show” category. It’s that easy!
http://wordpress.org/extend/plugins/better-wp-security/ When this plugin is active it alters the query strings that WordPress attaches to the JavaScript and CSS files. This will break the loading of the Google Maps API by removing the “sensor” parameter. When this is removed, the Google Maps will not work. How can you check for this error? You can check …
To embed videos in to the bio and notes field you must use the WordPress /* * Example 2 * Embed a Vimeo video *//* * Example 2 * Embed a Vimeo video */ If you would like to embed a video that pops using a lightbox effect, use the WP Video Lightbox plugin instead …
Every string in a template can be customized to suit your specific needs. This can be done by setting template enabled shortcode options. These string shortcode options all begin with “str_”. Every template differs on what strings are available to be customized, please refer to the template’s documentation [currently under construction] to learn more. But …
The default dimensions of the Tile template are 240px x 150px. Tile enables two shortcode options to control the card dimensions. They are card_width and card_height. Examples: /* * Example 1 * Change both the height and width. */ /* * Example 2 * Change just the width. */ /* * Example 2 …
It’s a little difficult to explain how the addr_format option works so I will provide some examples. But first… some background. The addr_format option accepts only a few specific tokens. Tokens are the % symbols and the word between, for example, %label% is a token. The valid tokens for the addr_format option are: %label% [NOTE: …
By default the Market entry card is 440px wide and the category sidebar is 175px. To change the overall width you need to change two Market enabled shortcode options. Here is an example: You do not have to change both options, you can change only one or the other. Here’s and example that makes …
By default the template will show 20 entries per page. You can change the number of entries per page by setting a template enabled shortcode option, page_limit. Here is an example: