New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | A filter that displays 360x180 degree panoramas. | You have to log in to add a translation. | Details |
Original untranslated |
|||
| ↑ | WP Photo Sphere | You have to log in to add a translation. | Details |
Original untranslated |
|||
| By default, panoramas are automatically animated after 2000 milliseconds, but you can change this with the↵ anim_after attribute. You can also deactivate the animation with the value -1. For example:↵ [sphere 42 anim_after="5000"] or <code>[sphere 42 anim_after="-1"]</code>. | You have to log in to add a translation. | Details | |
Original untranslated
By default, panoramas are automatically animated after 2000 milliseconds, but you can change this with the↵
anim_after attribute. You can also deactivate the animation with the value -1. For example:↵
[sphere 42 anim_after="5000"] or <code>[sphere 42 anim_after="-1"]</code>.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Installation Instructions | You have to log in to add a translation. | Details | |
Original untranslated |
|||
| Minimal and maximal levels of zoom can be personalized in the options page by changing the minimal and maximal fields of view. You can↵ also use the <code>min_fov</code> and <code>max_fov</code> attributes. | You have to log in to add a translation. | Details | |
Original untranslated
Minimal and maximal levels of zoom can be personalized in the options page by changing the minimal and maximal fields of view. You can↵
also use the <code>min_fov</code> and <code>max_fov</code> attributes.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Since the version 1.1, you can specify, for each panorama, a special attribute: <code>autoload</code>. If you use this attribute,↵ the panorama will start automatically after the page has loaded. This attribute doesn't require any value, for↵ example: <code>[sphere 42 autoload]</code> or <code>[sphere 42 width="300" height="150" autoload]</code>. | You have to log in to add a translation. | Details | |
Original untranslated
Since the version 1.1, you can specify, for each panorama, a special attribute: <code>autoload</code>. If you use this attribute,↵
the panorama will start automatically after the page has loaded. This attribute doesn't require any value, for↵
example: <code>[sphere 42 autoload]</code> or <code>[sphere 42 width="300" height="150" autoload]</code>.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| You can set the animation speed with the anim_speed attribute. It accepts six units: revolutions per minute/second↵ (rpm/rps), degrees per minute/second (dpm/dps) or radians per minute/second (rad per minute/second). The default↵ speed can be set in the options page.↵ Example: <code>[sphere 42 anim_speed="10rpm"]</code>. | You have to log in to add a translation. | Details | |
Original untranslated
You can set the animation speed with the anim_speed attribute. It accepts six units: revolutions per minute/second↵
(rpm/rps), degrees per minute/second (dpm/dps) or radians per minute/second (rad per minute/second). The default↵
speed can be set in the options page.↵
Example: <code>[sphere 42 anim_speed="10rpm"]</code>.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| You can choose to display it (or not) on all of your panoramas in the options page. If you display it on all of your panoramas and↵ want to deactivate it on one particular panorama, use the <code>navbar</code> attribute with the value <code>no</code>. | You have to log in to add a translation. | Details | |
Original untranslated
You can choose to display it (or not) on all of your panoramas in the options page. If you display it on all of your panoramas and↵
want to deactivate it on one particular panorama, use the <code>navbar</code> attribute with the value <code>no</code>.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| The navigation bar allows users to zoom, animate the panorama or view it in fullscreen. To display it, just use the <code>navbar</code> attribute↵ with the value <code>yes</code>: <code>[sphere 42 navbar="yes"]</code>. | You have to log in to add a translation. | Details | |
Original untranslated
The navigation bar allows users to zoom, animate the panorama or view it in fullscreen. To display it, just use the <code>navbar</code> attribute↵
with the value <code>yes</code>: <code>[sphere 42 navbar="yes"]</code>.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| A maximum width can also be given with the attribute max_width. Its default value can be changed in the options page. | You have to log in to add a translation. | Details | |
Original untranslated
A maximum width can also be given with the attribute max_width. Its default value can be changed in the options page.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| You can also choose different dimensions for each panorama using the width and height attributes.↵ For example: <code>[sphere 42 width="200" height="400"]</code> or <code>[sphere 42 width="50%" height="300"]</code>. | You have to log in to add a translation. | Details | |
Original untranslated
You can also choose different dimensions for each panorama using the width and height attributes.↵
For example: <code>[sphere 42 width="200" height="400"]</code> or <code>[sphere 42 width="50%" height="300"]</code>.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| By default, the dimensions are 560 x 315 pixels but you can change that in the options page (in the Settings menu). | You have to log in to add a translation. | Details | |
Original untranslated
By default, the dimensions are 560 x 315 pixels but you can change that in the options page (in the Settings menu).
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| The default title displayed on each WP Photo Sphere link can be changed in the options page. You can also choose to display an↵ unique title for a specific panorama by using the <code>title</code> attribute. Note that the <code>%title%</code> tag is also available in this↵ attribute. | You have to log in to add a translation. | Details | |
Original untranslated
The default title displayed on each WP Photo Sphere link can be changed in the options page. You can also choose to display an↵
unique title for a specific panorama by using the <code>title</code> attribute. Note that the <code>%title%</code> tag is also available in this↵
attribute.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Since version 3.1, it is possible to read a distant panorama located on another website thanks to its URL. To do that, do not↵ indicate any ID number and use the <code>url</code> attribute. Note that this feature does not work with domains that did not enable CORS.↵ For example: <code>[sphere url="http://upload.wikimedia.org/wikipedia/commons/a/a4/Cascading_Milky_Way.jpg"]</code>. | You have to log in to add a translation. | Details | |
Original untranslated
Since version 3.1, it is possible to read a distant panorama located on another website thanks to its URL. To do that, do not↵
indicate any ID number and use the <code>url</code> attribute. Note that this feature does not work with domains that did not enable CORS.↵
For example: <code>[sphere url="http://upload.wikimedia.org/wikipedia/commons/a/a4/Cascading_Milky_Way.jpg"]</code>.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Use the <code>Add a panorama</code> button to upload or choose a panorama to insert into your post. | You have to log in to add a translation. | Details | |
Original untranslated
Use the <code>Add a panorama</code> button to upload or choose a panorama to insert into your post.
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.