<?xml version="1.0" encoding="utf-8"?> <extension version="4.0" type="plugin" group="system" method="upgrade"> <name>System - Button Go to Top</name> <author>svtemplates.com</author> <creationDate>December 2021</creationDate> <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> <authorEmail></authorEmail> <authorUrl>https://svtemplates.com/</authorUrl> <version>4.0.0</version> <description> <![CDATA[ <div class="art-title" style="height: 50px; text-align:left;"> <p> Joomla plugin "Scroll to Top Button".<br/> For additional information visit <a href="https://svtemplates.com/" target="_blank">SVtemplates.com</a> or download <a href="https://svtemplates.com/index.php/joomla-extensions/563-free-plugin-for-adding-a-button-for-smoothly-scroll-to-top-of-your-page-in-joomla-sites#pluginprodownload" target="_blank">Pro version</a>. Send your review for this plugin on <a href="https://extensions.joomla.org/extension/structure-a-navigation/site-navigation/button-go-to-top/" target="_blank">JED</a>. </p> </div> ]]> </description> <files> <filename plugin="gotop">gotop.php</filename> <filename>index.html</filename> <folder>img</folder> </files> <updateservers> <server type="extension" name="System - Button Go to Top" priority="2">https://svtemplates.com/updatefolder/update_plg_gotop_J4.xml</server> </updateservers> <config> <fields name="params"> <fieldset name="basic"> <field name="jquerygototop" type="radio" default="0" class="btn-group btn-group-yesno" label="jQuery" description=""> <option value="0">Disable</option> <option value="1">Enable</option> </field> <field name="plugindisplay" type="list" default="1" label="Plugin display" description="Optional"> <option value="1">Front-end</option> <option value="2">Back-end</option> <option value="3">Front-end and Back-end</option> </field> <field name="topoffset" type="text" default="100" size="50" label="Display the button after you scroll down more than the selected value in px" description="Enter a value only"/> <field name="topimage" type="media" directory="images" label="Icon on the button - Go to top" description="Add image" default=""/> <field name="scrolltoptitle" type="text" default="" size="50" label="Button top title" description=""/> <field name="pluginoptiondown" type="list" default="1" label="Button - Go Bottom" description="Optional"> <option value="1">Enable</option> <option value="2">Disable</option> </field> <field name="scrollbottomtitle" type="text" default="" size="50" label="Button Go to Bottom - title" description=""/> <field name="bottomimage" type="media" directory="images" label="Icon on the button - Go to Bottom" description="Add image" default=""/> <field name="iconbackgroundcolor" type="color" default="" label="Button background" description="" /> <field name="iconhoverbackgroundcolor" type="color" default="" label="Button hover background" description="" /> <field name="icontopheight" type="text" default="40px" size="50" label="Button height" description=""/> <field name="icontopwidth" type="text" default="40px" size="50" label="Button width" description=""/> <field name="iconborderradius" type="text" default="5px" size="50" label="Button border-radius" description="Enter 50% for circle button"/> <field name="iconposition" type="list" default="right" label="Button position" description=""> <option value="right">Right</option> <option value="left">Left</option> <option value="center">Center</option> </field> <field name="iconmarginbottom" type="text" default="5%" size="50" label="Button margin bottom" description=""/> <field name="iconmarginleft" type="text" default="5px" size="50" label="Only if the button has a position left - margin left" description=""/> <field name="iconmarginright" type="text" default="5px" size="50" label="Only if the button has a position right - margin right" description=""/> <field name="responsivescrolltop" type="text" default="768px" size="50" label="Minimum screen resolution to show button" description=""/> <field name="plugincss" type="textarea" default="" label="Enter some CSS code" description="" rows="10" cols="5" filter="raw"/> </fieldset> </fields> </config> </extension>