There are primarily two reasons this issue occurs: One, when copy pasting the shortcode into a page or post while using the rich text editor (the Visual tab) HTML tags will also be pasted. The solution is to paste the shortcode into the HTML editor (the HTML tab) or use the “Paste as Plain Text” …
I get the following error, what does it mean? The package could not be installed. The theme is missing the style.css stylesheet. If you are trying to install a Connections template as a theme you will receive this error. Connections templates must be installed as a plugin. Please following the template installation instructions found here: …
The image can be hidden by using the image_fallback template shortcode option. NOTE: Functionally, this only disables the image placeholder when an image has not been uploaded to an entry. What this means is if you upload an image to an entry, it will still be displayed. /* * Example * If there is no image …
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 …
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: …