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 1 * Embed a YouTube video */ [embed]http://www.youtube.com/watch?v=Zs-8-cWFbOU[/embed]/* * Example 1 * Embed a YouTube video */ [embed]http://www.youtube.com/watch?v=Zs-8-cWFbOU[/embed] If you would like to embed a video that pops using a lightbox effect, use the WP Video Lightbox …
Both Connections and the Mysitemyway inFocus theme both use a jQuery image preloader function but they function completely differently and so they are incompatible.
Here is an example on how to use the Family entry type. Say we have a family, the Doe’s. John Jane Girl Boy First, lets start with one of the parent’s, John. Create a new Individual entry for John and put in all his personal info. Second, copy John and change the first name to …
Currently Connections does not support a default image when no image has been uploaded. This is a feature that will be implemented in a future version. But if you need this now, you can easily add a default image by adding a simple CSS statement to your theme’s custom CSS area if it has one. …
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 here …
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. */ [connections card_width=300 card_height=175] /* * Example 2 * Change just the width. */ [connections card_width=300] /* …
Explaining how the addr_format shortcode option works is difficult, so I will provide some examples. 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: When processing the display of the …
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 cMap entry card is 590px wide. This can easily be changed by setting a cMap enabled shortcode option. Here is an example:
