* @version 2015-11-13
*/
(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(['elfinder'], factory);
} else if (typeof exports !== 'undefined') {
module.exports = factory(require('elfinder'));
} else {
factory(root.elFinder);
}
}(this, function(elFinder) {
elFinder.prototype.i18.ro = {
translator : 'Cristian Tabacitu <hello@tabacitu.ro>',
language : 'Română',
direction : 'ltr',
dateFormat : 'd M Y h:i', // Mar 13, 2012 05:27 PM
fancyDateFormat : '$1 h:i A', // will produce smth like: Today 12:25 PM
messages : {
/********************************** errors **********************************/
'error' : 'Eroare',
'errUnknown' : 'Eroare necunoscută.',
'errUnknownCmd' : 'Comandă necunoscuta.',
'errJqui' : 'Configurație jQuery UI necunoscută. Componentele selectable, draggable și droppable trebuie să fie incluse.',
'errNode' : 'elFinder necesită ca DOM Element să fie creat.',
'errURL' : 'Configurație elFinder nevalidă! URL option nu este setat.',
'errAccess' : 'Acces interzis.',
'errConnect' : 'Nu ne-am putut conecta la backend.',
'errAbort' : 'Conexiunea a fost oprită.',
'errTimeout' : 'Conexiunea a fost întreruptă.',
'errNotFound' : 'Nu am gasit backend-ul.',
'errResponse' : 'Răspuns backend greșit.',
'errConf' : 'Configurație backend greșită.',
'errJSON' : 'Modulul PHP JSON nu este instalat.',
'errNoVolumes' : 'Volumele citibile nu sunt disponibile.',
'errCmdParams' : 'Parametri greșiți pentru comanda "$1".',
'errDataNotJSON' : 'Datele nu sunt în format JSON.',
'errDataEmpty' : 'Datele sunt goale.',
'errCmdReq' : 'Cererea către backend necesită un nume de comandă.',
'errOpen' : 'Nu am putut deschide "$1".',
'errNotFolder' : 'Obiectul nu este un dosar.',
'errNotFile' : 'Obiectul nu este un fișier.',
'errRead' : 'Nu am putut citi "$1".',
'errWrite' : 'Nu am putu scrie în "$1".',
'errPerm' : 'Nu ai permisiunea necesară.',
'errLocked' : '"$1" este blocat și nu poate fi redenumit, mutat sau șters.',
'errExists' : 'Un fișier cu numele "$1" există deja.',
'errInvName' : 'Numele pentru fișier este greșit.',
'errFolderNotFound' : 'Nu am găsit dosarul.',
'errFileNotFound' : 'Nu am găsit fișierul.',
'errTrgFolderNotFound' : 'Nu am găsit dosarul pentru destinație "$1".',
'errPopup' : 'Browserul tău a prevenit deschiderea ferestrei popup. Pentru a deschide fișierul permite deschidere ferestrei.',
'errMkdir' : 'Nu am putut crea dosarul "$1".',
'errMkfile' : 'Nu am putut crea fișierul "$1".',
'errRename' : 'Nu am putut redenumi "$1".',
'errCopyFrom' : 'Copierea fișierelor de pe volumul "$1" este interzisă.',
'errCopyTo' : 'Copierea fișierelor către volumul "$1" este interzisă.',
'errMkOutLink' : 'Nu am putut crea linkul în afara volumului rădăcină.', // from v2.1 added 03.10.2015
'errUpload' : 'Eroare de upload.', // old name - errUploadCommon
'errUploadFile' : 'Nu am putut urca "$1".', // old name - errUpload
'errUploadNoFiles' : 'Nu am găsit fișiere pentru a le urca.',
'errUploadTotalSize' : 'Datele depâșest limita maximă de mărime.', // old name - errMaxSize
'errUploadFileSize' : 'Fișierul este prea mare.', // old name - errFileMaxSize
'errUploadMime' : 'Acest tip de fișier nu este permis.',
'errUploadTransfer' : 'Eroare la transferarea "$1".',
'errUploadTemp' : 'Nu am putut crea fișierul temporar pentru upload.', // from v2.1 added 26.09.2015
'errNotReplace' : 'Obiectul "$1" există deja în acest loc și nu poate fi înlocuit de un obiect de alt tip.', // new
'errReplace' : 'Nu am putut înlocui "$1".',
'errSave' : 'Nu am putut salva "$1".',
'errCopy' : 'Nu am putut copia "$1".',
'errMove' : 'Nu am putut muta "$1".',
'errCopyInItself' : 'Nu am putut copia "$1" în el însuși.',
'errRm' : 'Nu am putut șterge "$1".',
'errRmSrc' : 'Nu am putut șterge fișierul sursă.',
'errExtract' : 'Nu am putut extrage fișierele din "$1".',
'errArchive' : 'Nu am putut crea arhiva.',
'errArcType' : 'Arhiva este de un tip nesuportat.',
'errNoArchive' : 'Fișierul nu este o arhiva sau este o arhivă de un tip necunoscut.',
'errCmdNoSupport' : 'Backend-ul nu suportă această comandă.',
'errReplByChild' : 'Dosarul “$1” nu poate fi înlocuit de un element pe care el îl conține.',
'errArcSymlinks' : 'Din motive de securitate, arhiva nu are voie să conțină symlinks sau fișiere cu nume interzise.', // edited 24.06.2012
'errArcMaxSize' : 'Fișierul arhivei depășește mărimea maximă permisă.',
'errResize' : 'Nu am putut redimensiona "$1".',
'errResizeDegree' : 'Grad de rotație nevalid.', // added 7.3.2013
'errResizeRotate' : 'Imaginea nu a fost rotită.', // added 7.3.2013
'errResizeSize' : 'Mărimea imaginii este nevalidă.', // added 7.3.2013
'errResizeNoChange' : 'Mărimea imaginii nu a fost schimbată.', // added 7.3.2013
'errUsupportType' : 'Tipul acesta de fișier nu este suportat.',
'errNotUTF8Content' : 'Fișierul "$1" nu folosește UTF-8 și nu poate fi editat.', // added 9.11.2011
'errNetMount' : 'Nu am putut încărca "$1".', // added 17.04.2012
'errNetMountNoDriver' : 'Protocol nesuportat.', // added 17.04.2012
'errNetMountFailed' : 'Încărcare eșuată.', // added 17.04.2012
'errNetMountHostReq' : 'Gazda este necesară.', // added 18.04.2012
'errSessionExpires' : 'Sesiunea a expirat datorită lipsei de activitate.',
'errCreatingTempDir' : 'Nu am putut crea fișierul temporar: "$1"',
'errFtpDownloadFile' : 'Nu am putut descarca fișierul de pe FTP: "$1"',
'errFtpUploadFile' : 'Nu am putut încărca fișierul pe FTP: "$1"',
'errFtpMkdir' : 'Nu am putut crea acest dosar pe FTP: "$1"',
'errArchiveExec' : 'Eroare la arhivarea fișierelor: "$1"',
'errExtractExec' : 'Eroare la dezarhivarea fișierelor: "$1"',
'errNetUnMount' : 'Nu am putut elimina volumul', // from v2.1 added 30.04.2012
'errConvUTF8' : 'Nu poate fi convertit la UTF-8', // from v2.1 added 08.04.2014
'errFolderUpload' : 'Pentru a urca dosare încearcă Google Chrome.', // from v2.1 added 26.6.2015
/******************************* commands names ********************************/
'cmdarchive' : 'Creeaza arhivă',
'cmdback' : 'Înapoi',
'cmdcopy' : 'Copiază',
'cmdcut' : 'Taie',
'cmddownload' : 'Descarcă',
'cmdduplicate' : 'Creează duplicat',
'cmdedit' : 'Modifică fișier',
'cmdextract' : 'Extrage fișierele din arhivă',
'cmdforward' : 'Înainte',
'cmdgetfile' : 'Alege fișiere',
'cmdhelp' : 'Despre acest software',
'cmdhome' : 'Acasă',
'cmdinfo' : 'Informații',
'cmdmkdir' : 'Dosar nou',
'cmdmkfile' : 'Fișier nou',
'cmdopen' : 'Deschide',
'cmdpaste' : 'Lipește',
'cmdquicklook' : 'Previzualizează',
'cmdreload' : 'Reîncarcă',
'cmdrename' : 'Redenumește',
'cmdrm' : 'Șterge',
'cmdsearch' : 'Găsește fișiere',
'cmdup' : 'Mergi la dosarul părinte',
'cmdupload' : 'Urcă fișiere',
'cmdview' : 'Vezi',
'cmdresize' : 'Redimensionează & rotește',
'cmdsort' : 'Sortează',
'cmdnetmount' : 'Încarcă volum din rețea', // added 18.04.2012
'cmdnetunmount': 'Elimină volum', // from v2.1 added 30.04.2012
'cmdplaces' : 'La Locuri', // added 28.12.2014
'cmdchmod' : 'Schimbă mod', // from v2.1 added 20.6.2015
/*********************************** buttons ***********************************/
'btnClose' : 'Închide',
'btnSave' : 'Salvează',
'btnRm' : 'Șterge',
'btnApply' : 'Aplică',
'btnCancel' : 'Anulează',
'btnNo' : 'Nu',
'btnYes' : 'Da',
'btnDiscard': 'Discard changes',
'btnMount' : 'Încarcă', // added 18.04.2012
'btnApprove': 'Mergi la $1 și aprobă', // from v2.1 added 26.04.2012
'btnUnmount': 'Elimină volum', // from v2.1 added 30.04.2012
'btnConv' : 'Convertește', // from v2.1 added 08.04.2014
'btnCwd' : 'Aici', // from v2.1 added 22.5.2015
'btnVolume' : 'Volum', // from v2.1 added 22.5.2015
'btnAll' : 'Toate', // from v2.1 added 22.5.2015
'btnMime' : 'Tipuri MIME', // from v2.1 added 22.5.2015
'btnFileName':'Nume fișier', // from v2.1 added 22.5.2015
'btnSaveClose': 'Salvează și închide', // from v2.1 added 12.6.2015
/******************************** notifications ********************************/
'ntfopen' : 'Deschide dosar',
'ntffile' : 'Deschide fișier',
'ntfreload' : 'Actualizează conținutul dosarului',
'ntfmkdir' : 'Se creează dosarul',
'ntfmkfile' : 'Se creează fișierele',
'ntfrm' : 'Șterge fișiere',
'ntfcopy' : 'Copiază fișiere',
'ntfmove' : 'Mută fișiere',
'ntfprepare' : 'Pregătește copierea fișierelor',
'ntfrename' : 'Redenumește fișiere',
'ntfupload' : 'Se urcă fișierele',
'ntfdownload' : 'Se descarcă fișierele',
'ntfsave' : 'Salvează fișiere',
'ntfarchive' : 'Se creează arhiva',
'ntfextract' : 'Se extrag fișierele din arhivă',
'ntfsearch' : 'Se caută fișierele',
'ntfresize' : 'Se redimnesionează imaginile',
'ntfsmth' : 'Se întamplă ceva',
'ntfloadimg' : 'Se încarcă imaginea',
'ntfnetmount' : 'Se încarcă volumul din rețea', // added 18.04.2012
'ntfnetunmount': 'Se elimină volumul din rețea', // from v2.1 added 30.04.2012
'ntfdim' : 'Se preiau dimensiunile imaginii', // added 20.05.2013
'ntfreaddir' : 'Se citesc informațiile dosarului', // from v2.1 added 01.07.2013
'ntfurl' : 'Se preia URL-ul din link', // from v2.1 added 11.03.2014
'ntfchmod' : 'Se schimba modul de fișier', // from v2.1 added 20.6.2015
/************************************ dates **********************************/
'dateUnknown' : 'necunoscută',
'Today' : 'Astăzi',
'Yesterday' : 'Ieri',
'msJan' : 'Ian',
'msFeb' : 'Feb',
'msMar' : 'Mar',
'msApr' : 'Apr',
'msMay' : 'Mai',
'msJun' : 'Iun',
'msJul' : 'Iul',
'msAug' : 'Aug',
'msSep' : 'Sep',
'msOct' : 'Oct',
'msNov' : 'Nov',
'msDec' : 'Dec',
'January' : 'Ianuarie',
'February' : 'Februarie',
'March' : 'Martie',
'April' : 'Aprilie',
'May' : 'Mai',
'June' : 'Iunie',
'July' : 'Iulie',
'August' : 'August',
'September' : 'Septembrie',
'October' : 'Octombrie',
'November' : 'Noiembrie',
'December' : 'Decembrie',
'Sunday' : 'Duminică',
'Monday' : 'Luni',
'Tuesday' : 'Marți',
'Wednesday' : 'Miercuri',
'Thursday' : 'Joi',
'Friday' : 'Vineri',
'Saturday' : 'Sâmbătă',
'Sun' : 'Du',
'Mon' : 'Lu',
'Tue' : 'Ma',
'Wed' : 'Mi',
'Thu' : 'Jo',
'Fri' : 'Vi',
'Sat' : 'Sâ',
/******************************** sort variants ********************************/
'sortname' : 'după nume',
'sortkind' : 'după tip',
'sortsize' : 'după mărime',
'sortdate' : 'după dată',
'sortFoldersFirst' : 'Dosarele primele',
/********************************** new items **********************************/
'untitled file.txt' : 'FisierNou.txt', // added 10.11.2015
'untitled folder' : 'DosarNou', // added 10.11.2015
'Archive' : 'ArhivaNoua', // from v2.1 added 10.11.2015
/********************************** messages **********************************/
'confirmReq' : 'Este necesară confirmare',
'confirmRm' : 'Ești sigur că vrei să ștergi fișierele?
Acțiunea este ireversibilă!',
'confirmRepl' : 'Înlocuiește fișierul vechi cu cel nou?',
'confirmConvUTF8' : 'Nu este în UTF-8
Convertim la UTF-8?
Conținutul devine UTF-8 după salvarea conversiei.', // from v2.1 added 08.04.2014
'confirmNotSave' : 'Au avut loc modificări.
Dacă nu salvezi se vor pierde modificările.', // from v2.1 added 15.7.2015
'apllyAll' : 'Aplică pentru toate',
'name' : 'Nume',
'size' : 'Mărime',
'perms' : 'Permisiuni',
'modify' : 'Modificat la',
'kind' : 'Tip',
'read' : 'citire',
'write' : 'scriere',
'noaccess' : 'acces interzis',
'and' : 'și',
'unknown' : 'necunoscut',
'selectall' : 'Alege toate fișierele',
'selectfiles' : 'Alege fișier(e)',
'selectffile' : 'Alege primul fișier',
'selectlfile' : 'Alege ultimul fișier',
'viewlist' : 'Vezi ca listă',
'viewicons' : 'Vezi ca icoane',
'places' : 'Locuri',
'calc' : 'Calculează',
'path' : 'Cale',
'aliasfor' : 'Alias pentru',
'locked' : 'Securizat',
'dim' : 'Dimensiuni',
'files' : 'Fișiere',
'folders' : 'Dosare',
'items' : 'Elemente',
'yes' : 'da',
'no' : 'nu',
'link' : 'Link',
'searcresult' : 'Rezultatele căutării',
'selected' : 'elemente alese',
'about' : 'Despre',
'shortcuts' : 'Scurtături',
'help' : 'Ajutor',
'webfm' : 'Manager web pentru fișiere',
'ver' : 'Versiune',
'protocolver' : 'versiune protocol',
'homepage' : 'Pagina proiectului',
'docs' : 'Documentație',
'github' : 'Fork nou pe Github',
'twitter' : 'Urmărește-ne pe twitter',
'facebook' : 'Alătura-te pe facebook',
'team' : 'Echipa',
'chiefdev' : 'chief developer',
'developer' : 'developer',
'contributor' : 'contributor',
'maintainer' : 'maintainer',
'translator' : 'translator',
'icons' : 'Icoane',
'dontforget' : 'și nu uita să-ți iei prosopul',
'shortcutsof' : 'Scurtăturile sunt dezactivate',
'dropFiles' : 'Dă drumul fișierelor aici',
'or' : 'sau',
'selectForUpload' : 'Alege fișiere pentru a le urca',
'moveFiles' : 'Mută fișiere',
'copyFiles' : 'Copiază fișiere',
'rmFromPlaces' : 'Șterge din locuri',
'aspectRatio' : 'Aspect ratio',
'scale' : 'Scală',
'width' : 'Lățime',
'height' : 'Înălțime',
'resize' : 'Redimensionează',
'crop' : 'Decupează',
'rotate' : 'Rotește',
'rotate-cw' : 'Rotește cu 90° în sensul ceasului',
'rotate-ccw' : 'Rotește cu 90° în sensul invers ceasului',
'degree' : '°',
'netMountDialogTitle' : 'Încarcă volum din rețea', // added 18.04.2012
'protocol' : 'Protocol', // added 18.04.2012
'host' : 'Gazdă', // added 18.04.2012
'port' : 'Port', // added 18.04.2012
'user' : 'Utilizator', // added 18.04.2012
'pass' : 'Parolă', // added 18.04.2012
'confirmUnmount' : 'Vrei să elimini volumul $1?', // from v2.1 added 30.04.2012
'dropFilesBrowser': 'Drag&drop sau lipește din browser', // from v2.1 added 30.05.2012
'dropPasteFiles' : 'Drag&drop sau lipește fișiere aici', // from v2.1 added 07.04.2014
'encoding' : 'Encodare', // from v2.1 added 19.12.2014
'locale' : 'Locale', // from v2.1 added 19.12.2014
'searchTarget' : 'Țintă: $1', // from v2.1 added 22.5.2015
'searchMime' : 'Caută după tipul MIME', // from v2.1 added 22.5.2015
'owner' : 'Owner', // from v2.1 added 20.6.2015
'group' : 'Group', // from v2.1 added 20.6.2015
'other' : 'Other', // from v2.1 added 20.6.2015
'execute' : 'Execute', // from v2.1 added 20.6.2015
'perm' : 'Permission', // from v2.1 added 20.6.2015
'mode' : 'Mod', // from v2.1 added 20.6.2015
/********************************** mimetypes **********************************/
'kindUnknown' : 'Necunoscut',
'kindFolder' : 'Dosar',
'kindAlias' : 'Alias',
'kindAliasBroken' : 'Alias stricat',
// applications
'kindApp' : 'Aplicație',
'kindPostscript' : 'Document Postscript',
'kindMsOffice' : 'Document Microsoft Office',
'kindMsWord' : 'Document Microsoft Word',
'kindMsExcel' : 'Document Microsoft Excel',
'kindMsPP' : 'Prezentare Microsoft Powerpoint',
'kindOO' : 'Document Open Office',
'kindAppFlash' : 'Aplicație Flash',
'kindPDF' : 'Document Portabil (PDF)',
'kindTorrent' : 'Fișier Bittorrent',
'kind7z' : 'Arhivă 7z',
'kindTAR' : 'Arhivă TAR',
'kindGZIP' : 'Arhivă GZIP',
'kindBZIP' : 'Arhivă BZIP',
'kindXZ' : 'Arhivă XZ',
'kindZIP' : 'Arhivă ZIP',
'kindRAR' : 'Arhivă RAR',
'kindJAR' : 'Fișier Java JAR',
'kindTTF' : 'Font True Type',
'kindOTF' : 'Font Open Type',
'kindRPM' : 'Pachet RPM',
// fonts
'kindFont' : 'Font',
'kindSFNT' : 'Font SFNT',
'kindEOT' : 'Font Embedded Open Type',
'kindWOFF' : 'Web Open Font Format',
'kindWOFF2' : 'Web Open Font Format 2',
// texts
'kindText' : 'Document text',
'kindTextPlain' : 'Text simplu',
'kindPHP' : 'Sursă PHP',
'kindCSS' : 'Fișier de stil (CSS)',
'kindHTML' : 'Document HTML',
'kindJS' : 'Sursă Javascript',
'kindRTF' : 'Text formatat (rich text)',
'kindC' : 'Sursă C',
'kindCHeader' : 'Sursă C header',
'kindCPP' : 'Sursă C++',
'kindCPPHeader' : 'Sursă C++ header',
'kindShell' : 'Script terminal Unix',
'kindPython' : 'Sursă Python',
'kindJava' : 'Sursă Java',
'kindRuby' : 'Sursă Ruby',
'kindPerl' : 'Script Perl',
'kindSQL' : 'Sursă SQL',
'kindXML' : 'Document XML',
'kindAWK' : 'Sursă AWK',
'kindCSV' : 'Valori separate de virgulă (CSV)',
'kindDOCBOOK' : 'Document Docbook XML',
'kindMarkdown' : 'Text Markdown', // added 20.7.2015
// images
'kindImage' : 'Imagine',
'kindBMP' : 'Imagine BMP',
'kindJPEG' : 'Imagine JPEG',
'kindGIF' : 'Imagine GIF',
'kindPNG' : 'Imagine PNG',
'kindTIFF' : 'Imagine TIFF',
'kindTGA' : 'Imagine TGA',
'kindPSD' : 'Imagine Adobe Photoshop',
'kindXBITMAP' : 'Imagine X bitmap',
'kindPXM' : 'Imagine Pixelmator',
// media
'kindAudio' : 'Audio',
'kindAudioMPEG' : 'Audio MPEG',
'kindAudioMPEG4' : 'Audio MPEG-4',
'kindAudioMIDI' : 'Audio MIDI',
'kindAudioOGG' : 'Audio Ogg Vorbis',
'kindAudioWAV' : 'Audio WAV',
'AudioPlaylist' : 'Playlist MP3',
'kindVideo' : 'Video',
'kindVideoDV' : 'Video DV',
'kindVideoMPEG' : 'Video MPEG',
'kindVideoMPEG4' : 'Video MPEG-4',
'kindVideoAVI' : 'Video AVI',
'kindVideoMOV' : 'Video Quick Time',
'kindVideoWM' : 'Video Windows Media',
'kindVideoFlash' : 'Video Flash',
'kindVideoMKV' : 'Video Matroska',
'kindVideoOGG' : 'Video Ogg'
}
};
}));
=== FileOrganizer - WordPress File Manager ===
Contributors: softaculous
Tags: FileOrganizer, file manager, wordpress file manager, file explorer, upload files, File Manage, Edit Files, Delete Files, elfinder, ftp, file transfer, update, create, delete, view, edit, rename, editor, explorer, softaculous, webuzo, Control Panel, Admin
Requires at least: 5.5
Tested up to: 7.1
Requires PHP: 5.5
Stable tag: 1.2.1
License: LGPL v2.1
License URI: http://www.gnu.org/licenses/lgpl-2.1.html
FileOrganizer is an intuitive file manager to easily edit, delete, upload, download, and manage all your WordPress files and folders right from the dashboard.
== Description ==
FileOrganizer is a lightweight and easy-to-use WordPress file manager. Organize and manage your WordPress files with FileOrganizer without any control panel or FTP access. You can access, upload, download, edit, delete, zip, cut, copy, and paste files even outside the WordPress root directory.
==Free Features==
* **Files and directory Management:** Supports all file operations on a remote server such as create files or directory, upload, download, rename, copy, etc.
* **Drag & drop:** Easy drag-and-drop file transfer for uploading and moving files.
* **Built-in editor:** FileOrganizer has a built-in editor for editing code and files.
* **Archive creation / extraction:** Create or extract archives with one click(.zip, .tar)
* **File Previews**: Supports previews for common file types including PDFs, pictures, videos, audio, and thumbnails.
* **Responsive**: FileOrganizer is compatible with tablets and smartphones.
* **Search**: The built-in search feature makes it simple to find your files.
* **File View**: Offers both icons and list views for easy navigation.
* **Image Thumbnails**: Display thumbnails for image files.
* **Support Shortcuts**: Common keyboard shortcuts such as cut, copy, paste, etc. are available.
* **Toolbar**: Rich Toolbar and context menu are available.
* **Directory Size**: Calculates size of the directory.
* **File/Directory Info**: File or directory information can retrived by simply right-clicking a file and choosing Get Info.
== Info ==
Do you have questions related to FileOrganizer ? Use the following links :
1. [Docs](https://fileorganizer.net/docs)
3. [Help Desk](https://fileorganizer.deskuss.com)
2. [Support Forum](http://wordpress.org/support/plugin/fileOrganizer)
== Frequently Asked Questions ==
= How to install FileOrganizer =
Go To your WordPress install -> Plugins -> Add New Button -> In Search Box, Look For FileOrganizer -> Click on Install.
== Screenshots ==
1. File Manager Screen
2. Edit File
3. Delete File
4. Make a folder
5. Download archived zip file
6. File archive as ZIP
== Changelog ==
= 1.2.1 (September 8, 2026) =
* [Security Fix] A dependency had a security issue, that dependency has been updated, issue reported by **Mutantgun** [WPScan].
* [Task] Tested with WordPress 7.1
= 1.2.0 (June 10, 2026) =
* [Minor Security Fix] A Security issue reported by Revanth Hari Narayana Matte(WP Scan), has been fixed.
* [Task Pro] Handling of the Updates of Pro plugin based on the new 24 hour review delay of plugins policy of wp.org has been added.
* [Task] Tested with WordPress 7.0.
= 1.1.9 (April 17, 2026) =
* [Security Fix] A dependency has been updated.
= 1.1.8 (Dec 03, 2025) =
* [Task] Tested with WordPress 6.9.
= 1.1.7 (Aug 01, 2025) =
* [Task] Tested with PHP 8.4
= 1.1.6 (Jul 18, 2025) =
* [Task] Tested with WordPress 6.8.2.
= 1.1.5 (Dec 03, 2024) =
* [Bug-fix] The language file name was not sanitized properly. This is fixed.
= 1.1.4 (Nov 18, 2024) =
* [Task] Tested with WordPress 6.7.
= 1.1.3 (Oct 22, 2024) =
* [Task] Improved compatibility with Softaculous Plugin.
= 1.1.2 (Sep 20, 2024) =
* [Task] Improved license handling.
= 1.1.1 (Sep 11, 2024) =
* [Task] Added notice for "Allowed User Roles" setting.
= 1.1.0 (Sep 10, 2024) =
* [Task] Added additional checks for file uploading.
= 1.0.9 (July 19, 2024) =
* [Task] Structural changes.
* [Task] Tested with WordPress 6.6
= 1.0.8 (June 06, 2024) =
* [Security-Fix] A Directory listing issue has been fixed. (Researcher Emad, WordFence)
= 1.0.7 (Apr 11, 2024) =
* [Security-Fix] An XSS vulnerability has been fixed. Please upgrade to this version as soon as possible!
= 1.0.6 (Dec 15, 2023) =
* [Security-fix] There was a privilege check failure which has been fixed.
= 1.0.5 (Nov 29, 2023) =
* [Task] Tested compatibility with WordPress 6.4. No functional changes made. The plugin is fully compatible with WordPress 6.4.
= 1.0.4 (sep 19, 2023) =
* [Improvement] FileOrganizer file manager is now only accessible for users with the 'Activate Plugins' role. And in the Pro version other roles can be granted file manager access by the Supper administrator.
= 1.0.3 (sep 8, 2023) =
* [Feature] FileOrganizer optimized for WordPress multi-site. Now you can use FileOrganizer for multi-site.
* [Pro-Feature] Added settings to prevent FileOrganizer from setting paths outside of your WordPress installation. And the free version does not allow the user to set a path outside your WordPress installation.
* [Improvement] The UI of all themes has been improved.
* [Improvement] Added CodeMirror editor to improve your editing experience.
= 1.0.2 (Apr 27, 2023) =
* [Feature] Added theme option for file manager, now you can change theme of file manager.
* [Feature] Added some settings to configure FileOrganizer file manager.
* [Feature] Added option to enable Trash. Now you can Enable/Disable Trash feature for File Manager from Settings page.
* [Pro-Feature] Added "Allowed user roles" option to allow selected users to access File Manager.
* [Pro-Feature] Added options to restrict features and set limited access to FileOrganizer by users and user roles.
= 1.0.1 =
* [Bug-fix] In some cases, backslashes were added before quotes when editing a PHP file. This is fixed.
= 1.0.0 =
* First release/*
* SUPPORT PAGE CSS TABLE OF CONTENTS
*
* 1.0 - GLOBAL
* 2.0 - HEADER
* 3.0 - 3.0 - SUPPORT CONTAINER
* 3.1 - SECTION HEADER
* 3.2 - SUPPORT BLOCK
* 3.3 - CONTACT SUPPORT BLOCK
* 4.0 - STICKY WIDGET
* 5.0 - SB NOTIFICATION ELEMENT
* 6.0 - RESPONSIVENESS
*/
/*** 1.0 - GLOBAL ***/
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
#sbi-support {
-webkit-font-smoothing: antialiased;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
#wpcontent {
padding-left: 0px;
}
#wpbody-content {
padding-bottom: 40px;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
/*orange*/
.sb-btn-orange{
background: #FE544F!important;
color: #fff!important;
}
.sb-btn-orange:hover{
background: #EC352F!important;
color: #fff!important;
}
.sb-btn-orange:focus,
.sb-btn-orange:active{
background: #BC120E!important;
color: #fff!important;
}
.sbi-fb-cp-clpboard{
width: 0px;
height: 0px;
position: absolute;
left: -100000px;
}
.sbi-fb-full-wrapper{
padding: 0 53px;
padding-top: 82px;
}
.sbi-fb-fs {
width: 100%;
position: relative;
float: left;
box-sizing: border-box;
}
#adminmenu a[href="admin.php?page=sbi-support"] {
display: none;
}
.sb-btn-grey:not(:disabled){
background: #F3F4F5!important;
color: #141B38!important;
border: 1px solid #D0D1D7!important;
}
.sb-btn-grey:not(:disabled):hover{
background: #fff!important;
color: #141B38!important;
border: 1px solid #DCDDE1!important;
}
.sb-btn-grey:not(:disabled):focus,
.sb-btn-grey:not(:disabled):active{
background: #E8E8EB!important;
color: #141B38!important;
border: 1px solid #D0D1D7!important;
}
/*** 2.0 - HEADER ***/
.sbi-fb-create-ctn{
margin-top: 90px;
}
.sbi-fb-header{
height: 64px;
position: absolute;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
background: #fff;
padding: 0px 52px;
z-index: 2;
}
.sbi-fb-header-left {
display: flex;
}
.sbi-fb-header-left .sb-social-wall-link-wrap {
margin-left: 30px;
}
.sb-social-wall-link-wrap {
display: flex;
font-size: 14px;
margin: 10px 0 10px 30px;
}
.sb-social-wall-link:first-child {
padding-left: 0;
border-right: 1px solid #ccc;
color: #0068A0!important;
line-height: 1;
}
.sb-social-wall-link {
padding: 0 12px;
border-right: 1px solid #ccc;
color: #0068A0!important;
line-height: 1;
}
.sb-social-wall-link a {
text-decoration: none;
}
.sb-social-wall-link a:focus {
outline: none;
box-shadow: none;
}
.sb-social-wall-link:last-child {
border-right: none;
}
.sbi-fb-hd-logo{
display: flex;
vertical-align: middle;
align-items: center;
gap: 5px;
}
.sbi-fb-hd-logo .sb-logo-letters-wrap {
transform: translate(0px, -2px);
}
.sbi-fb-hd-logo .breadcrumb-title{
font-size: 14px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
margin-left: 4px;
}
.sbi-fb-hd-logo .separator{
margin: 0 5px 0 10px;
}
.sbi-fb-hd-btn{
height: 38px;
cursor: pointer;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 0px 15px 0px 16px;
font-weight: 600;
font-size:14px;
color: #353A41;
background: #F3F4F5;
border-radius: 2px;
border: 1px solid #DCDDE1;
position: relative;
text-decoration: none;
transition: all 0.15s ease-in-out;
}
.sbi-fb-hd-btn:focus {
outline: none;
box-shadow: none;
}
.sbi-fb-hd-btn:hover {
color: inherit;
background-color: #fff;
}
.sbi-fb-hd-btn i{
margin: 0px 5px;
}
.sbi-fb-hd-btn[data-icon="left"]{
padding-right: 20px!important;
}
.sbi-fb-full-wrapper .section-header h1 {
font-size: 32px;
line-height: 40px;
}
/*** 3.0 - SUPPORT CONTAINER ***/
.sbi-sb-container {
max-width: 885px;
position: relative;
margin: auto;
margin-top: 33px;
box-sizing: border-box;
}
/*** 3.1 - SECTION HEADER ***/
.sbi-section-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.sbi-section-header h2{
font-weight: 600;
font-size: 32px;
line-height: 40px;
color: #141B38;
margin: 0;
}
.sbi-section-header .sbi-search-doc .sbi-search-doc-field {
position: relative;
background: #fff;
border: 1px solid #DCDDE1;
min-width: 283px;
box-sizing: border-box;
height: 38px;
padding: 0px 14px 0px 15px;
font-weight: 600;
font-size: 14px;
line-height: 22px;
color: #141B38;
text-decoration: none;
margin-right: 1px;
}
.sbi-section-header .sbi-search-doc .sbi-search-doc-field .sb-btn-input {
height: 100%;
border: none;
outline: none;
background-color: transparent;
margin-left: 25px;
color: #141B38;
min-width: 200px;
transform: translateY(-1px);
}
.sbi-section-header .sbi-search-doc .sbi-search-doc-field .sb-btn-input::placeholder {
color: #141B38;
}
.sbi-section-header .sbi-search-doc .sbi-search-doc-field:focus,
.sbi-section-header .sbi-search-doc .sbi-search-doc-field .sb-btn-input:focus {
outline: none;
box-shadow: none;
}
.sbi-section-header .sbi-search-doc .sbi-search-doc-field .sb-btn-icon {
position: absolute;
left: 15px;
top: 11px;
cursor: pointer;
}
.sbi-section-header .sbi-search-doc .sbi-search-doc-field .sb-btn-link-icon{
cursor: pointer;
position: absolute;
right: 2px;
top: 0;
width: 35px;
text-align: center;
height: 100%;
padding-top: 9px;
box-sizing: border-box;
}
.sbi-section-header .sbi-search-doc a .sb-btn-link-icon{
margin-left: 56px;
}
/*** 3.2 - SUPPORT BLOCK ***/
.sbi-support-blocks {
margin-top: 22px;
display: flex;
}
.sbi-support-blocks .sbi-support-block {
padding: 22px 18px;
background: #FFFFFF;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
border-radius: 2px;
width: calc(33% - 7px);
box-sizing: border-box;
position: relative;
}
.sbi-support-blocks .sbi-support-block:not(:last-child) {
margin-right: 14px;
}
.sbi-support-blocks .sbi-support-block h3 {
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 25px;
color: #141B38;
margin-top: 15px;
margin-bottom: 0;
}
.sbi-support-blocks .sbi-support-block p {
font-size: 12px;
line-height: 18px;
color: #64748B;
margin-top: 5px;
}
.sb-block-header img {
width: 56px;
height: 56px;
}
.sb-articles-list {
margin-top: 31px;
margin-bottom: 79px;
}
.sb-articles-list ul li {
position: relative;
margin: 0px;
padding-right: 10px;
}
.sb-articles-list ul li:not(:last-child) {
border-bottom: 1px solid #E8E8EB;
position: relative;
}
.sb-articles-list ul li a {
font-size: 14px;
line-height: 22px;
color: #141B38;
text-decoration: none;
display: block;
padding: 13px 0;
}
.sb-articles-list ul li:not(:last-child):after {
content: '';
position: absolute;
left: 0px;
bottom: -1px;
background-color: #0068A0;
height: 1px;
width: 0;
transition: all 0.25s ease-in-out;
}
.sb-articles-list ul li:not(:last-child):hover:after {
width: 100%;
}
.sb-articles-list ul li a:hover {
color: #0068A0;
}
.sb-articles-list ul li .sb-list-icon {
position: absolute;
right: 0;
top: calc(50% - 9px);
}
.sb-articles-list ul li .sb-list-icon svg {
width: 5px;
}
.sb-articles-list ul li .sb-list-icon svg path {
fill: #8C8F9A;
}
.sbi-support-blocks .sbi-sb-button {
margin-top: 50px;
position: absolute;
left: 0;
bottom: 20px;
width: calc(100% - 40px);
padding: 0 20px;
}
.sbi-support-blocks .sbi-sb-button .sb-btn-icon {
margin-left: 8px;
}
.sbi-support-blocks .sbi-sb-button .sb-btn-icon svg {
width: 5px;
transform: translateY(0px);
margin-left: 3px;
}
.sbi-support-blocks .sbi-sb-button a {
background: #F3F4F5;
border: 1px solid #DCDDE1;
box-sizing: border-box;
border-radius: 2px;
font-weight: 600;
font-size: 12px;
line-height: 19px;
color: #141B38;
display: block;
text-align: center;
text-decoration: none;
padding: 6px;
transition: all 0.15s ease-in-out;
}
.sbi-support-blocks .sbi-sb-button a:hover,
.sbi-section-header .sbi-search-doc a:hover {
background: #FFFFFF;
border: 1px solid #D0D1D7;
}
.sbi-support-blocks .sbi-sb-button a:focus,
.sbi-support-blocks .sbi-sb-button a:active,
.sbi-section-header .sbi-search-doc a:focus,
.sbi-section-header .sbi-search-doc a:active {
background: #E8E8EB;
border: 1px solid #D0D1D7;
}
/*** 3.3 - CONTACT SUPPORT BLOCK ***/
.sbi-support-contact-block {
background: #FFFFFF;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
border-radius: 2px;
padding: 20px 20px 23px;
margin-top: 28px;
box-sizing: border-box;
margin-bottom: 12px;
display: flex;
}
.sbi-support-contact-block .sb-cb-content h3{
font-size: 24px;
line-height: 29px;
color: #141B38;
margin: 0;
margin-bottom: 16px;
}
.sbi-support-contact-block .sb-cb-icon {
margin-right: 30px;
}
.sbi-support-contact-block .sb-cb-icon span{
background: #E8E8EB;
border-radius: 60px;
width: 68px;
height: 68px;
display: inline-block;
text-align: center;
padding-top: 22px;
box-sizing: border-box;
}
.sbi-support-contact-block .sb-cb-btn{
background: #FE544F;
border-radius: 2px;
color: #fff;
text-decoration: none;
display: inline-block;
padding: 8px 12px;
font-size: 14px;
}
.sbi-support-contact-block .sb-cb-btn:hover {
background: #EC352F;
border-color: #EC352F;
}
.sbi-support-contact-block .sb-cb-btn:focus,
.sbi-support-contact-block .sb-cb-btn:active {
background: #BC120E;
border-color: #BC120E;
outline: none;
box-shadow: none;
}
.sbi-support-contact-block .sb-cb-btn span {
margin-left: 11px;
}
.sbi-support-contact-block .sb-cb-btn svg {
width: 5px;
}
.sbi-support-contact-block .sb-cb-btn path {
fill: #fff;
}
.sbi-support-contact-block .sb-contact-block-left{
flex-basis: 625px;
/* width: 625px; */
/* float: left; */
display: flex;
padding-top: 10px;
box-sizing: border-box;
}
.sbi-support-contact-block .sb-contact-block-right {
flex-basis: 220px;
/* width: 220px;
float: left; */
padding-top: 10px;
padding-left: 32px;
box-sizing: border-box;
border-left: 1px solid #DCDDE1;
}
.sbi-support-contact-block .sb-contact-block-right p {
font-size: 12px;
line-height: 18px;
color: #141B38;
}
.sbi-support-contact-block .sb-contact-block-right img {
max-width: 65px;
}
/*** 3.4 - SYSTEM INFO BLOCK ***/
.sbi-system-info-section {
background: #FFFFFF;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
border-radius: 2px;
}
.sbi-system-info-section .sbi-system-header{
display: flex;
padding: 12px 20px 0;
justify-content: space-between;
}
.sbi-system-info-section .sbi-system-header h3 {
font-weight: 600;
font-size: 18px;
line-height: 25px;
color: #141B38;
margin-top: 9px;
}
.sbi-system-info-section .sbi-system-header .sbi-copy-btn {
background: #F3F4F5;
border: 1px solid #DCDDE1;
box-sizing: border-box;
border-radius: 2px;
font-size: 14px;
font-weight: 600;
line-height: 22px;
color: #141B38;
height: 38px;
padding: 5px 20px 5px 12px;
cursor: pointer;
transition: all 0.15s ease-in-out;
}
.sbi-system-info-section .sbi-system-header .sbi-copy-btn:hover {
background: #FFFFFF;
border: 1px solid #D0D1D7;
}
.sbi-system-info-section .sbi-system-header .sbi-copy-btn:focus,
.sbi-system-info-section .sbi-system-header .sbi-copy-btn:active {
background: #E8E8EB;
border: 1px solid #D0D1D7;
}
.sbi-system-info-section .sbi-system-header .sbi-copy-btn svg {
height: 19px;
width: 19px;
transform: translate(0px, 4px);
margin-right: 5px;
}
.sbi-system-info-section .sbi-system-info {
padding: 0 20px 20px;
border-bottom: 1px solid #E8E8EB;
}
.sbi-system-info-section .sbi-system-info .system_info:focus {
outline: none;
box-shadow: none;
}
.sbi-system-info-section .sbi-system-info .system_info a {
color: #0068A0;
}
.sbi-system-info-section .sbi-system-info .system_info {
box-sizing: border-box;
background: #F9F9FA;
border: 1px solid #E8E8EB;
width: 100%;
resize: none;
border-radius: 0;
padding: 20px 28px;
font-size: 12px;
line-height: 18px;
color: #141B38;
width: 100%;
height: 123px;
font-family: 'Fira Code', monospace;
word-break: break-all;
}
.sbi-system-info-section .sbi-system-info .system_info.expanded {
height: 600px;
overflow-x: hidden;
overflow-y: scroll;
}
.sbi-system-info-section .sbi-system-info .system_info.collapsed {
overflow: hidden;
}
.sbi-system-info-section .sbi-system-info .sbi-expand-btn {
padding: 8px 12px 8px 8px;
background: #FFFFFF;
border: 1px solid #D0D1D7;
border-radius: 2px;
font-size: 12px;
line-height: 19px;
color: #141B38;
width: 100%;
margin-top: -5px;
z-index: 9;
position: relative;
font-weight: 500;
cursor: pointer;
transition: all .15s ease-in-out;
}
.sbi-system-info-section .sbi-system-info .sbi-expand-btn:hover {
background: #F3F4F5;
border: 1px solid #DCDDE1;
}
.sbi-system-info-section .sbi-system-info .sbi-expand-btn span {
margin-right: 10px;
}
.sbi-system-info-section .sbi-system-info .sbi-expand-btn:focus,
.sbi-system-info-section .sbi-system-info .sbi-expand-btn:active{
background: #E8E8EB!important;
color: #141B38!important;
border: 1px solid #D0D1D7!important;
}
.sbi-export-settings-section {
background: #FFFFFF;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 4px 5px rgba(0, 0, 0, 0.05);
border-radius: 2px;
padding: 20px;
background: #FFFFFF;
display: flex;
justify-content: space-between;
}
.sbi-export-settings-section .sbi-export-right{
display: flex;
}
.sbi-export-settings-section .sbi-export-left h3 {
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 25px;
color: #141B38;
margin: 0 0 4px 0;
}
.sbi-export-settings-section .sbi-export-left p {
font-size: 12px;
line-height: 18px;
color: #141B38;
margin: 0;
}
.sbi-export-settings-section .sbi-select{
min-width: 234px;
border: 1px solid #D0D1D7;
padding: 3px 15px;
height: 38px;
font-size: 14px;
color: #141B38;
-webkit-appearance: none;
appearance: none;
margin-right: 8px;
background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABSSURBVHgBfc4hCkAhDAbgjV3slQcvvHuYDWY1G8zewyIWb6YuCCLqD4Pt5wtD54NBQA2XVKiWcorl/X7s+DkhJYUhPk54IN5plCue0Tb8M8/aNx/uIpRVqbbFAAAAAElFTkSuQmCC') no-repeat right 15px top 55%;
}
.sbi-export-settings-section .sbi-btn {
height: 38px;
font-size: 14px;
padding: 7px 20px 7px 16px;
display: flex;
align-items: center;
vertical-align: middle;
background: #F3F4F5;
border: 1px solid #DCDDE1;
border-radius: 2px;
font-weight: 500;
transition: all .15s ease-in-out;
cursor: pointer;
}
.sbi-export-settings-section .sbi-btn:disabled {
cursor: not-allowed;
color: #8C8F9A;
background: #F3F4F5;
}
.sbi-export-settings-section .sbi-btn:disabled:hover {
color: #8C8F9A;
}
.sbi-export-settings-section .sbi-btn span {
margin-right: 11px;
transform: translate(0px, 2px);
}
.sbi-export-settings-section .sbi-btn:disabled span path {
fill: #8C8F9A;
}
.sbi-support-contact-block {}
/*** 4.0 Sticky Widget ***/
.sbi-stck-wdg{
position: fixed;
right: 21px;
z-index: 9;
bottom: 20px;
}
.sbi-stck-wdg-btn{
width: 52px;
height: 52px;
background: #fff;
border-radius: 50%;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
filter: drop-shadow(0px 9px 13px rgba(0, 0, 0, 0.2));
}
.sbi-stck-wdg-btn svg{
width: 25px;
fill: #FE544F;
height: 33px;
float: left;
}
.sbi-stck-wdg[data-active="true"] .sbi-stck-wdg-btn-cls,
.sbi-stck-wdg[data-active="true"] .sbi-stck-wdg-btn-cls svg{
display: block;
}
.sbi-stck-wdg-btn-cls{
width: inherit;
height: inherit;
position: relative;
color: #364152;
box-shadow: 0px 1px 6px rgb(0 0 0 / 5%), 0px 9px 12px rgb(0 0 0 / 5%);
border-radius: 70px;
}
.sbi-stck-wdg-btn-cls svg {
width: 14px;
height: 14px;
position: absolute;
top: 50%;
right: 0;
bottom: 0;
left: 50%;
margin-top: -7px;
margin-left: -7px;
}
.sbi-stck-pop{
position: absolute;
width: 292px;
height: auto;
background: #fff;
border: 1px solid #E2E8F0;
box-sizing: border-box;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15), 0px 3px 14px rgba(0, 0, 0, 0.12);
border-radius: 2px;
padding: 20px;
right: 0px;
bottom: 66px;
color: #141B38;
padding-bottom: 82px;
}
.sbi-stck-wdg[data-active="true"] .sbi-stck-pop{
bottom: 66px;
opacity: 1;
visibility: visible;
}
.sbi-stck-pop svg{
fill: currentColor;
}
.sbi-stck-el-list{
border: 1px solid #DCDDE1;
border-radius: 2px;
}
.sbi-stck-el{
display: flex;
align-items: center;
padding: 11px 13px;
border-bottom: 1px solid #DCDDE1;
transition: background .15s ease-in-out;
font-size: 12px;
}
.sbi-stck-el:hover{
background: #F3F4F5;
}
.sbi-stck-el:last-of-type{
border-bottom: 0px;
}
.sbi-stck-el-list .sbi-chevron svg{
width: 5px;
height: 8px;
}
.sbi-fs-a {
width: 100%;
height: 100%;
display: block;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
.sbi-stck-el .sbi-stck-el-txt{
color: #27303F;
}
.sbi-stck-el.sbi-stck-el-upgrd{
padding: 9px 14px;
font-size: 14px;
background: var(--cl-orange);
color: #fff;
position: relative;
transition: background .15s ease-in-out;
font-weight: 600;
}
.sbi-chevron {
position: absolute;
right: 14px
}
.sbi-stck-el.sbi-stck-el-upgrd .sbi-stck-el-txt{
color: #fff;
}
.sbi-stck-el.sbi-stck-el-upgrd:after{
top: 20px;
opacity: 1;
}
.sbi-stck-el-icon{
margin-right: 10px;
}
.sbi-stck-el-icon svg{
width: 17px;
float: left;
}
.sbi-stck-title{
margin-top: 20px;
margin-bottom: 10px;
color: #141B38;
font-weight: 600;
font-size: 14px;
line-height: 160%;
}
.sbi-stck-follow{
background: #F3F4F5;
margin-top: 20px;
left: 0px;
bottom: 0px;
position: absolute;
padding: 12px 20px;
display: flex;
align-items: center;
}
.sbi-stck-follow span{
font-weight: 600;
font-size: 14px;
}
.sbi-stck-flw-links{
display: flex;
justify-content: center;
align-items: center;
margin-left: auto;
}
.sbi-stck-flw-links a{
width: 36px;
height: 28px;
color: inherit;
display: inline-flex;
justify-content: center;
align-items: center;
margin-left: 4px;
border-radius: 2px;
transition: background .15s ease-in-out;
}
.sbi-stck-flw-links svg{
width: 17px;
color: #141B38;
}
.sbi-stck-flw-links a:hover{
background: #fff;
}
.sbi-stck-flw-links a:hover svg{
color: inherit;
}
/*** SB NOTIFICATION ELEMENT ***/
.sb-notification-ctn{
position: fixed;
bottom: -100px;
left: 200px;
z-index: 99999;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
border-left: 3px solid #fff;
line-height: 1em;
padding: 10px 20px;
padding-left: 0px;
border-radius: 4px;
box-shadow: 0px 26.7377px 77.2886px rgba(0, 0, 0, 0.107828), 0px 14.2952px 41.3222px rgba(0, 0, 0, 0.0894161), 0px 8.01379px 23.1649px rgba(0, 0, 0, 0.075), 0px 4.25607px 12.3027px rgba(0, 0, 0, 0.0605839), 0px 1.77104px 5.11942px rgba(0, 0, 0, 0.0421718);
}
.sb-notification-ctn[data-active="hidden"]{
-webkit-animation: sbi-notification-hide .5s forwards linear;
animation: sbi-notification-hide .5s forwards linear;
}
.sb-notification-ctn[data-active="shown"]{
-webkit-animation: sbi-notification-show .5s forwards linear;
animation: sbi-notification-show .5s forwards linear;
}
@-webkit-keyframes sbi-notification-show { 0%{bottom: -100px;} 50%{bottom: 70px;} 70%{bottom: 60px;} 85%{bottom: 65px;} 100%{bottom: 50px;}}
@keyframes sbi-notification-show { 0%{bottom: -100px;} 50%{bottom: 70px;} 70%{bottom: 60px;} 85%{bottom: 65px;} 100%{bottom: 50px;}}
@-webkit-keyframes sbi-notification-hide {0%{bottom: 50px;}55%{bottom: 65px;}70%{bottom: 60px;}85%{bottom: 70px;}100%{bottom: -100px;}}
@keyframes sbi-notification-hide {0%{bottom: 50px;}55%{bottom: 65px;}70%{bottom: 60px;}85%{bottom: 70px;}100%{bottom: -100px;}}
.sb-notification-ctn[data-type="success"]{
border-color: #59AB46;
}
.sb-notification-ctn[data-type="error"]{
border-color: #D72C2C;
}
.sb-notification-ctn[data-type="message"]{
border-color: #141B38;
}
.sb-notification-icon{
width: 25px;
height: 25px;
display: flex;
justify-content: center;
align-items: center;
margin-left: 10px;
margin-right: 15px;
}
.sb-notification-icon svg{
width: 22px;
height: 22px;
float: left;
fill: currentColor;
}
.sb-notification-ctn[data-type="success"] .sb-notification-icon{
color: #59AB46;
}
.sb-notification-ctn[data-type="error"] .sb-notification-icon{
color: #D72C2C;
}
.sb-notification-ctn[data-type="message"] .sb-notification-icon{
color: #141B38;
}
.sb-notification-ctn span{
font-size: 14px;
color: #141B38;
font-weight:500;
}
/*** 6.0 - RESPONSIVENESS ***/
@media (max-width: 1024px) {
.sbi-support-contact-block {
flex-direction: column;
}
.sbi-support-contact-block .sb-contact-block-left,
.sbi-support-contact-block .sb-contact-block-right {
flex-basis: auto;
}
.sbi-support-contact-block .sb-contact-block-right {
padding-top: 42px;
padding-left: 0;
border-left: 0px solid #DCDDE1;
position: relative;
}
.sbi-support-contact-block .sb-contact-block-right:before {
top: 25px;
left: 0;
width: 65px;
height: 1px;
background: #DCDDE1;
position: absolute;
content: '';
}
}
@media (max-width: 767px) {
.sbi-support-blocks {
flex-direction: column;
}
.sbi-support-blocks .sbi-support-block {
width: 100%;
margin-bottom: 12px;
}
.auto-fold #wpcontent {
padding-left: 0;
}
.sbi-fb-full-wrapper {
padding: 70px 20px 0 20px;
}
.sbi-fb-hd-btn {
padding: 0px 15px 0px 7px;
}
.sbi-fb-header {
padding: 0px 20px;
}
.sbi-section-header,
.sbi-export-settings-section {
flex-wrap: wrap;
}
.sbi-section-header h2 {
margin-bottom: 30px;
}
.sbi-section-header .sbi-search-doc {
width: 100%;
}
.sbi-export-settings-section .sbi-export-left,
.sbi-export-settings-section .sbi-export-right{
width: 100%;
}
.sbi-export-settings-section .sbi-export-left {
margin-bottom: 20px;
}
.sbi-export-settings-section .sbi-export-right {
flex-wrap: wrap;
}
.sbi-export-settings-section .sbi-select {
width: 100%;
margin-bottom: 10px;
}
.sb-notification-ctn {
left: 20px;
}
}
@media (max-width: 580px) {
.sbi-support-contact-block .sb-contact-block-left {
flex-wrap: wrap;
}
.sbi-support-contact-block .sb-contact-block-left .sb-cb-content {
margin-top: 20px;
}
}
@media (max-width: 480px) {
.sbi-fb-hd-btn {
padding: 0px 10px 0px 7px !important;
}
.sbi-fb-hd-btn[data-icon="left"] {
padding-right: 10px!important;
}
}
.sb-button-standard{
position: relative;
font-style: normal;
font-weight: 600;
font-size: 14px;
padding: 10px 20px 10px 39px;
line-height: 16px;
height: auto;
}
.sb-button-standard svg {
width: 16px;
height: 16px;
position: absolute;
left: 13px;
right: auto;
top: 10px;
bottom: auto;
}
.sbi-stck-el.sbi-stck-el-upgrd svg path{
fill: #fff!important;
}
.duplicator-modal {
position: fixed;
overflow: auto;
height: 100%;
width: 100%;
top: 0;
z-index: 100000;
display: none;
background: rgba(0, 0, 0, 0.6);
}
.duplicator-modal.active {
display: block;
}
.duplicator-modal.active:before {
display: block;
}
.duplicator-modal a[disabled] { pointer-events: none; }
.duplicator-modal .duplicator-modal-dialog {
background: transparent;
position: absolute;
left: 50%;
margin-left: -298px;
padding-bottom: 30px;
top: -100%;
z-index: 100001;
width: 596px;
}
.duplicator-modal.active .duplicator-modal-dialog {
top: 10%;
}
.duplicator-modal .duplicator-modal-body,
.duplicator-modal .duplicator-modal-footer {
border: 0;
background: #fff;
padding: 15px;
}
.duplicator-modal .duplicator-modal-body {
border-bottom: 0;
}
.duplicator-modal .duplicator-modal-body p {
font-size: 1.3em;
}
.duplicator-modal .duplicator-modal-body h2 {
font-size: 1.6em;
font-weight: bold;
margin-top: 0;
}
.duplicator-modal .duplicator-modal-footer {
border-top: #eeeeee solid 1px;
text-align: right;
}
.duplicator-modal .duplicator-modal-footer .duplicator-modal-button-deactivate {
min-width: 124px;
text-align: center;
}
.duplicator-modal .duplicator-modal-footer .button {
margin: 0 5px;
}
.duplicator-modal .duplicator-modal-footer .button:last-child {
margin-right: 0;
}
.duplicator-modal .duplicator-modal-panel>.notice.inline {
margin: 0;
display: none;
}
.duplicator-modal .duplicator-modal-panel:not(.active) {
display: none;
}
body.has-duplicator-modal {
overflow: hidden;
}
.duplicator-modal.duplicator-modal-deactivation-feedback .duplicator-modal-reason-input,
.duplicator-modal.duplicator-modal-deactivation-feedback .duplicator-modal-internal-message {
margin: 3px 0 3px 22px; background-color:#e0f3e8;
}
.duplicator-modal.duplicator-modal-deactivation-feedback .duplicator-modal-reason-input input,
.duplicator-modal.duplicator-modal-deactivation-feedback .duplicator-modal-reason-input textarea,
.duplicator-modal.duplicator-modal-deactivation-feedback .duplicator-modal-internal-message input,
.duplicator-modal.duplicator-modal-deactivation-feedback .duplicator-modal-internal-message textarea {
width: 100%;
}
.duplicator-modal.duplicator-modal-deactivation-feedback li.duplicator-modal-reason.has-internal-message .duplicator-modal-internal-message {
border: 1px solid #ccc;
padding: 7px;
display: none;
}
.duplicator-modal.duplicator-modal-deactivation-feedback .duplicator-modal-anonymous-label {
padding-top: 15px;
}
.duplicator-modal.duplicator-modal-deactivation-feedback .duplicator-modal-panel {
margin-top: 0 !important;
}
.duplicator-modal .duplicator-modal-resp-msg {
font-size: 11px;
font-weight: bold;
margin-top: 10px;
display: block;
}
.duplicator-modal .duplicator-modal-button-skip, .duplicator-modal .duplicator-modal-resp-msg {
/*display: none;*/
}
@media (max-width: 650px) {
.duplicator-modal .duplicator-modal-dialog {
margin-left: -50%;
box-sizing: border-box;
padding-left: 10px;
padding-right: 10px;
width: 100%;
}
.duplicator-modal .duplicator-modal-dialog .duplicator-modal-panel>h3>strong {
font-size: 1.3em;
}
.duplicator-modal.duplicator-modal-deactivation-feedback li.duplicator-modal-reason li.duplicator-modal-reason {
margin-bottom: 10px;
}
.duplicator-modal.duplicator-modal-deactivation-feedback li.duplicator-modal-reason li.duplicator-modal-reason .duplicator-modal-reason-input,
.duplicator-modal.duplicator-modal-deactivation-feedback li.duplicator-modal-reason li.duplicator-modal-reason .duplicator-modal-internal-message {
margin-left: 29px;
}
.duplicator-modal.duplicator-modal-deactivation-feedback li.duplicator-modal-reason li.duplicator-modal-reason label {
display: table;
}
.duplicator-modal.duplicator-modal-deactivation-feedback li.duplicator-modal-reason li.duplicator-modal-reason label>span {
display: table-cell;
font-size: 1.3em;
}
}{"id":10,"date":"2025-11-03T20:29:15","date_gmt":"2025-11-03T20:29:15","guid":{"rendered":"https:\/\/contecmedica.com\/index.php\/mi-cuenta\/"},"modified":"2025-11-03T20:29:15","modified_gmt":"2025-11-03T20:29:15","slug":"mi-cuenta","status":"publish","type":"page","link":"https:\/\/contecmedica.com\/index.php\/mi-cuenta\/","title":{"rendered":"Mi cuenta"},"content":{"rendered":"<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_joinchat":[],"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/contecmedica.com\/index.php\/wp-json\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/contecmedica.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/contecmedica.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/contecmedica.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/contecmedica.com\/index.php\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":0,"href":"https:\/\/contecmedica.com\/index.php\/wp-json\/wp\/v2\/pages\/10\/revisions"}],"wp:attachment":[{"href":"https:\/\/contecmedica.com\/index.php\/wp-json\/wp\/v2\/media?parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}