New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | Display CSS3 style buttons with gradient color styles on your website using shortcodes or PHP function call. | You have to log in to add a translation. | Details |
Original untranslated
Display CSS3 style buttons with gradient color styles on your website using shortcodes or PHP function call.
You have to log in to edit this translation. |
|||
| ↑ | Standout CSS3 Buttons | You have to log in to add a translation. | Details |
Original untranslated |
|||
| The Parameters tab also contains sample shortcode and PHP code. | You have to log in to add a translation. | Details | |
Original untranslated
The Parameters tab also contains sample shortcode and PHP code.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| On the plugin settings page, go to the "Parameters" tab. There is a list of possible parameters there along with the default values. Make sure you are spelling the parameters correctly. | You have to log in to add a translation. | Details | |
Original untranslated
On the plugin settings page, go to the "Parameters" tab. There is a list of possible parameters there along with the default values. Make sure you are spelling the parameters correctly.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| The label on the toolbar button is "CSS3 Button". | You have to log in to add a translation. | Details | |
Original untranslated
The label on the toolbar button is "CSS3 Button".
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| This plugin adds one or more toolbar buttons to the HTML editor. You will not see them on the Visual editor. | You have to log in to add a translation. | Details | |
Original untranslated
This plugin adds one or more toolbar buttons to the HTML editor. You will not see them on the Visual editor.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Add this to your functions.php: | You have to log in to add a translation. | Details | |
Original untranslated
Add this to your functions.php:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| The CSS files include a <code>?ver</code> query parameter. This parameter is incremented with every upgrade in order to bust caches. Make sure none of your plugins or functions are stripping this query parameter. Also, if you are using a CDN, flush it or send an invalidation request for the plugin CSS files so that the edge servers request a new copy of it. | You have to log in to add a translation. | Details | |
Original untranslated
The CSS files include a <code>?ver</code> query parameter. This parameter is incremented with every upgrade in order to bust caches. Make sure none of your plugins or functions are stripping this query parameter. Also, if you are using a CDN, flush it or send an invalidation request for the plugin CSS files so that the edge servers request a new copy of it.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Are you using a plugin that minifies or combines CSS files at runtime? If so, try excluding the plugin CSS file from minification. | You have to log in to add a translation. | Details | |
Original untranslated
Are you using a plugin that minifies or combines CSS files at runtime? If so, try excluding the plugin CSS file from minification.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Make sure you aren't using <code>rounded="0"</code> in your shortcode. If you are not, make sure your browser is up to date and check if it supports the <code>border-radius</code> CSS attribute. You may have to view the page in another browser. You may also need to refresh your browser and clear your caching plugin. Also, check the plugin settings page to make sure the "rounded corner CSS" checkbox is checked. | You have to log in to add a translation. | Details | |
Original untranslated
Make sure you aren't using <code>rounded="0"</code> in your shortcode. If you are not, make sure your browser is up to date and check if it supports the <code>border-radius</code> CSS attribute. You may have to view the page in another browser. You may also need to refresh your browser and clear your caching plugin. Also, check the plugin settings page to make sure the "rounded corner CSS" checkbox is checked.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| This means you didn't pass a necessary setting to the plugin. For example, you must specify the URL either in the shortcode or on the plugin settings page. You should also check that the "enabled" checkbox on the plugin settings page is checked. | You have to log in to add a translation. | Details | |
Original untranslated
This means you didn't pass a necessary setting to the plugin. For example, you must specify the URL either in the shortcode or on the plugin settings page. You should also check that the "enabled" checkbox on the plugin settings page is checked.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Clear your browser cache and also clear your cache plugin (if any). If you still don't see anything, check your webpage source for the following: | You have to log in to add a translation. | Details | |
Original untranslated
Clear your browser cache and also clear your cache plugin (if any). If you still don't see anything, check your webpage source for the following:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| <strong>Note: you must include the FULL class name in the custom CSS textarea (ex: <em>.scss3b-button-mycustomcolor { font-style:verdana }</em>). However, when you actually call the class in your shortcode you only use the color name you created in step #1 above (ex: <em>[standout-css3-button cssclass="mycustomcolor" href="http://www.google.com/"]Click here[/standout-css3-button]</em>).</strong> | You have to log in to add a translation. | Details | |
Original untranslated
<strong>Note: you must include the FULL class name in the custom CSS textarea (ex: <em>.scss3b-button-mycustomcolor { font-style:verdana }</em>). However, when you actually call the class in your shortcode you only use the color name you created in step #1 above (ex: <em>[standout-css3-button cssclass="mycustomcolor" href="http://www.google.com/"]Click here[/standout-css3-button]</em>).</strong>
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| The custom CSS stylesheet will be enqueued on pages where custom CSS class names are used. | You have to log in to add a translation. | Details | |
Original untranslated
The custom CSS stylesheet will be enqueued on pages where custom CSS class names are used.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| If you need help writing the CSS, look at the existing CSS file the plugin uses (filename: standout-css3-buttons.css in the /css/ subfolder) as a model for what CSS you need. Then just change the color values accordingly and paste it into the textarea. If you want to do something above and beyond what is already in the CSS, please search the web to find help. <strong>Please don't use the plugin support forum to ask for CSS help unless there is an issue with the existing CSS.</strong> | You have to log in to add a translation. | Details | |
Original untranslated
If you need help writing the CSS, look at the existing CSS file the plugin uses (filename: standout-css3-buttons.css in the /css/ subfolder) as a model for what CSS you need. Then just change the color values accordingly and paste it into the textarea. If you want to do something above and beyond what is already in the CSS, please search the web to find help. <strong>Please don't use the plugin support forum to ask for CSS help unless there is an issue with the existing CSS.</strong>
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.