How to make BXSlider responsive?
$('.tp_slide').bxSlider({ auto: true, autoControls: true, stopAutoOnClick: true, minSlides: 1, maxSlides: 8, moveSlides: 1, slideWidth: 250, slideMargin: 10, });
settings.php
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plugin_settings SYSTEM "../../../lib/pkp/dtd/pluginSettings.dtd"> <!-- * plugins/themes/ojs3ccdn2/settings.xml * * Copyright (c) 2014-2018 Simon Fraser University * Copyright (c) 2003-2018 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Default plugin settings. * --> <plugin_settings> <setting type="bool"> <name>enabled</name> <value>true</value> </setting> </plugin_settings>
Version.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE version SYSTEM "../../../lib/pkp/dtd/pluginVersion.dtd"> <!-- * plugins/themes/ojs3ccdn2/version.xml * * Copyright (c) 2018 Shahadat Hossain, CCDN * * Plugin version information. --> <version> <application>ojs3ccdn2</application> <strong><!-- this should match folder name --></strong> <type>plugins.themes</type> <release>1.0.0.0</release> <date>2018-07-16</date> <lazy-load>1</lazy-load> <em><strong><!-- should always 0! --></strong></em> <class>ojs3CCdn2ThemePlugin</class> <strong><!-- plugin's Class Name, see index.php ---></strong> </version>
How to read UTF-8 email header?
Online MIME Headers Decoder (RFC 2047)
http://dogmamix.com/MimeHeadersDecoder/
- « Previous Page
- 1
- …
- 84
- 85
- 86
- 87
- 88
- …
- 91
- Next Page »