Search found 8 matches

by quicklyweb
Mon Jan 11, 2021 1:33 pm
Forum: Plugins
Topic: Footer Plugin
Replies: 2
Views: 1437

Re: Footer Plugin

Plugin is called Quicklyweb Footer. I tried to add it to GIT repository but I was unsuccessful :lol:
by quicklyweb
Sat Jan 09, 2021 6:30 pm
Forum: Plugins
Topic: Footer Plugin
Replies: 2
Views: 1437

Footer Plugin

I have created following module to add footer to your bludit theme. If you have any questions ples do dm me ,
Download link
http://quicklyweb.com/manage/dl.php?type=d&id=1
demo : http://www.quicklyweb.com
ENJOY :P
by quicklyweb
Mon Jan 04, 2021 1:07 pm
Forum: General
Topic: publish .pdf of .doc files
Replies: 17
Views: 15593

Re: publish .pdf of .doc files

try adding all below

'application/gpx+xml';
'application/xml';
'text/xml';
'text/gpx';
'text/gpsxml';
'application/gpsxml';
by quicklyweb
Wed Dec 23, 2020 6:40 pm
Forum: General
Topic: Hide a page
Replies: 7
Views: 3135

Re: Hide a page

Only way to do it is modifying the code and create another page type called hidden. So that way pages will not appear in menu nor blog page.
by quicklyweb
Sat Dec 19, 2020 12:33 pm
Forum: General
Topic: Static Pages in Navigation Bar
Replies: 5
Views: 5652

Re: Static Pages in Navigation Bar

in navbar.php of BLOGX theme Below code shows the static pages and child as dropdown foreach ($staticContent as $staticPage) { $children = $staticPage->children(); if (!$staticPage->isChild()) { if ($staticPage->hasChildren()) { echo '<li class="nav-item dropdown">'; echo '<a class="n...
by quicklyweb
Thu Dec 17, 2020 9:30 pm
Forum: General
Topic: Securing BLUDIT
Replies: 3
Views: 2644

Re: Securing BLUDIT

From our point of view, documentation covers everything. But there is always someone who thinks outside the box and come up with a new idea. You can never be too secure :-) :mrgreen:
by quicklyweb
Wed Dec 16, 2020 12:49 pm
Forum: General
Topic: Securing BLUDIT
Replies: 3
Views: 2644

Securing BLUDIT

https://docs.bludit.com/en/security/brute-force-protection I have been looking at above documentation for best practices to secure BLUDIT instalation ie, renaming admin folder, removing admin user, brute force protection etc. But i also wanted to hear from other users about their practices to secure...