Commit Graph

40 Commits

Author SHA1 Message Date
Jereme Hancock
9a1ff17545
Allow passing in attributes for Theme js files
This is a follow up to a previous PR. The async attribute can cause issues with some js files. For instance I added the lozad.js (https://github.com/ApoorvSaxena/lozad.js) for lazy loading and included it via my theme. However, with the current automatic inclusion of "async" things didn't work. 

So this update allows Theme developers to prevent the async attribute by passing in "null".

Example: ```<?php echo Theme::javascript('js/lozad.min.js', DOMAIN_THEME, null); ?>```

If the Theme developer doesn't include "null" the default will be to use "async".
2020-04-05 20:15:09 -05:00
Jereme Hancock
380e99b1cc
Removed async from jquery as I started noticing errors in admin 2020-03-26 13:05:18 -05:00
Jereme Hancock
12bbef14a6
Add the "async" parameter to script tags
In my testing this has improved my Page Insights score pretty significantly especially for mobile. See: https://web.dev/render-blocking-resources/
2020-03-23 14:04:54 -05:00
Diego Najar
bc4f532b97 add support for vk.com social network 2019-12-07 14:32:39 +01:00
Diego Najar
8a1338b186 remove shorcut to fix favicon. Related issue #1099 2019-10-24 20:08:54 +02:00
Diego Najar
dc8320d46f new icons line-awesome 2019-04-23 23:26:34 +02:00
Edi
a6137fbb8f
Update theme.class.php 2019-04-19 00:55:34 +02:00
Diego Najar
7df5ee322e Bug fixes, and dictionary updated 2018-11-08 20:59:06 -03:00
Diego Najar
8e7a2f93b9 improves in editor area 2018-10-17 22:35:30 +02:00
Diego Najar
8221fbb40b remove cover image function, search plugin improvments, add search to theme alternative, tinymce css content 2018-10-03 00:19:19 +02:00
Anaggh S
df5fd34dde Remove invalid span, plugin fixes 2018-08-16 17:49:21 +05:30
Diego Najar
077bc21434 changes variables names 2018-08-02 22:33:53 +02:00
Diego Najar
b04587813e categories description and bug fix 2018-08-02 17:06:53 +02:00
Diego Najar
bb481498be Bug fixes 2018-07-28 18:33:37 +02:00
Diego Najar
33c89e8bd7 Plugin position implemented, fix in pagination 2018-07-20 18:36:47 +02:00
Diego Najar
d852cada22 Title in database, improves on Page Object, Perfomance improvements, TinyMCE and Bootstrap updated 2018-07-17 19:13:01 +02:00
Diego Najar
f9b65c5a13 Robots plugin, dynamic titles, fix permissions when upload images 2018-07-13 18:30:42 +02:00
Diego Najar
43198bbcc3 Clean up, removed Quill 2018-07-10 18:37:46 +02:00
Diego Najar
597537bd0e Clean up and Bootstrap added to core 2018-06-25 23:17:43 +02:00
Anaggh S
f527fe7c56 Remove redundant jquery files, use Theme::jquery 2018-03-09 00:20:39 +05:30
Diego Najar
095ba8bd72 Fixed SVG and html code on themes 2018-03-05 23:46:52 +01:00
floppy0
d7f3f67b2f Class name instead of name 2017-12-27 14:19:28 +01:00
Diego Najar
63ed9cc11a Changes on themes 2017-10-13 00:15:13 +02:00
Diego Najar
4f21defa47 Bludit v2.0 Beta 7 2017-10-04 23:42:14 +02:00
Diego Najar
8362972b4f tinymce cloud, version plugin 2017-08-03 23:28:32 +02:00
Diego Najar
e1866d05d5 bug fixes, improves on paginator, admin url filter 2017-07-30 14:25:16 +02:00
Diego Najar
258e7304ab bug fixes 2017-07-29 00:08:19 +02:00
Diego Najar
2cbf6c5750 Updating themes 2017-07-23 23:31:39 +02:00
Diego Najar
df30ff1812 Kernel panic theme updated 2017-07-22 20:06:19 +02:00
Diego Najar
0884a98649 jquery and font awasome for developers 2017-07-13 00:44:39 +02:00
Diego Najar
549af03c1d new theme kernel panic 2017-07-09 22:04:00 +02:00
Diego Najar
85f863f586 Absolute url on themes 2017-05-30 20:28:55 +02:00
Diego Najar
da6e352ca5 Improves on code, working on themes; helpers.. 2017-05-21 22:01:44 +02:00
Diego
20224b03f4 removing posts 2017-05-12 20:18:44 +02:00
dignajar
5ff7511863 API Plugin, bug fixed 2016-10-19 16:57:10 -03:00
dignajar
185ffda5ca Tag in title of page 2016-09-26 00:25:40 -03:00
dignajar
edb3ca4d13 New default theme based on Future Imperfect 2016-05-17 23:36:23 -03:00
dignajar
aa2196f91f Themes updates 2016-02-14 13:34:25 -03:00
dignajar
bfa4756bf4 New Menu V8 for Images and improves on cover images 2016-02-09 20:02:51 -03:00
dignajar
e7890f4a71 changes on directories names 2016-01-20 21:29:01 -03:00