Search

Search


Your search string: header

Welcome Page with Countdown

In this tutorial we create a sleek and simple welcome page with a countdown timer based on HTML5, CSS3 and Bootstrap. Because we are using Bootstrap it is simple and we have a guarantee it works in all major ...

Read more

Updates CMS / Live Chat

Now available in our shop and download area the latest version for CMS 1.3 and Live Chat Business 1.2. That is probably the best update for you because for future updates you don't need to download and install ...

Read more

CMS 1.6

Happy New YearWe are pleased to announce a new release of our CMS. Version 1.6 contains a new advanced editor choice, brand new social icons plugin, font awesome update to the latest version 20 new icons, it ...

Read more

WordPress - HelpDesk Bridge

This is a WordPress plugin that shares the user database from WordPress with HelpDesk, it will create clients automatically in HelpDesk and will log them in as well.Operator can be synchronised with HelpDesk ...

Read more

Live Chat Business 2.0

The best release since we launched Live Chat Business has arrived. Version 2.0 is now available in our download area for license holder or in our shop for new customers.Change logAdded auto answer ...

Read more

WordPress - LiveChat Bridge

This is a WordPress plugin that shares the user database from WordPress with LiveChat, you can synchronise operators from WordPress to LiveChat with a click.Operator can share the login details with LiveChat ...

Read more

Useful PHP Functions

Today we will share some really useful PHP functions that will make your life easier and faster when creating new code.PHP functions are great to reduce and simplify your code. As soon you use a code more then ...

Read more

Cloud Desk 3 - Version 1.1.1

Cloud Desk 3 - Version 1.1.1 is now officially available and elimnates all know and reported bugs.In this release we also fixed a reported XSS issue in the live chat profile. We recommend to update as soon as ...

Read more

HelpDesk 3 - Version 3.5.7

A couple of days ago we released HelpDesk 3 - Version 3.5.7. In case you haven't upgraded your version, it is now time to do so. :)Changelog Prevent double tickets by forcing the user to edit his last ...

Read more

Cloud Chat 3 - Version 2.5.3

The new version for Cloud Chat 3 is now available. Get ready for some performance improvements, bug fixes and library updates.The new cookie standard is also in place and this time we also fixing wrong ...

Read more

Button Control - HelpDesk

HelpDesk will give you a lot of options how and where you can place the live chat button without any coding knowledge.You have three/four options for buttons: slide out. slide up. button with slide up and pop ...

Read more

Hook: tpl_header

This hook is located in between the header, display advertising, buttons or whatever you like next to the logo.You can include a file, for example:plugins/yourplugin/template/css.php

Read more

Hook: tpl_below_header

This hook is located below the header, display advertising, buttons or whatever you like below the navigation and logo.You can include a file, for example:plugins/yourplugin/template/advert.php

Read more

Hook: tpl_admin_head

This hook is located in admin/template/header.php and will be executed for your css or javascript files needed for your plugin.You can include a file, for ...

Read more

Plugin install.php

Let's explain how to build the install.php for a plugin.Header:// Include the config file...if (!file_exists('../../config.php')) die('[install.php] config.php not found');require_once '../../config.php';// If ...

Read more

Plugin uninstall.php

Let's explain how to build the uninstall.php for a plugin.Header:// Include the config file...if (!file_exists('../../config.php')) die('[uninstall.php] config.php not found');require_once ...

Read more

Hook: tpl_below_content

This is the brother from the below_header hook. You can close some divs or add some extra stuff that doesn't fit in the main section.

Read more

Menu Builder Function

In case you building a new template for CMS this is how you use the new menu builder invented in CMS 1.4.All modern menus are based on lists, classes and sub classes. With CMS 1.4 it is super easy to use the ...

Read more

URL Mapping

With the new release of CMS 2.2 we have included a new plugin called: URL MappingOne of our customers suggested this tool to redirect a changed url within the CMS the professional way.This plugin will simply ...

Read more

Apache - Header X-Frame SameOrigin

In case the chat widget does not appear it could be a problem with the apache settings itself.In this case please open browser console on the site you have placed the chat widget. Should you see following ...

Read more

CMS - Breadcrumbs

Hi jerome,I have new breadcrumb in this style:Home / BlogMy question is : How can I add links to Home?Now I have in header.php<a href=<?php echo BASE_URL;?>>Home</a>It is possible generate ...

Read more

CMS 1.5.1 - language settings in ACP

Small correction in 'admin/template/header.php'from<html lang=en>to<html lang=<?php echo $site_language;?>>

Read more

CMS - Breadcrumbs no.2

Hi Jerome,We solved breadcrumbs in this last ticket https://jakweb.ch/support/t/52/cms-breadcrumbs The final code has been<?php foreach($jakcategories as $ca) if ($ca['catorder'] == 1 && ...

Read more

CMS 2.1

Hi Jerome,I tested CMS 2.1, I am beginning to be happy :-)Improvements for me:1. Breadcrumb is very good. But I do not understand your solution breadcrumb with beloweader. I use this solution without ...

Read more

Top Header Support Link Menu

Hi Support,Which file should I edit to change the top header support menu?Here is the screenshot:http://postimg.org/image/7k7383qkh/I plan to change either menu Ninjas Support or home to my shoppimg page. I ...

Read more

Slider editing

Hi, I am traying to edit the writing in home page slider,All i could is to re write the 1st image lines, in editor, admin/ below header/ home slider/ but after that there is no option to scrool to the second ...

Read more

Add blog to header

Hi, I am struglin to activate Blog plugin to show up in header. i did a test article, assigned to a category, ticked to show in header. nut unforutunatly doesn's show up. Any advice? Thanks.

Read more

need help wordpress problem

hello friend, I need help, I can not install wordpress<?php endif; ?><?php endif; ?><?php wp_footer(); ?><!-- live chat business button --><div class=jrc_chatbox cb_default ...

Read more

No icon is displayed? CMS 2.3

Hello,We have a problem with fontawesome-webfont.ttf? V = 4.7.0No icon are displayed?Failed to decode downloaded font: /fonts/fontawesome-webfont.woff2?v=4.7.0Index.php? P = plugins: 1 OTS parsing error: ...

Read more

plugin wont show

Hi Jerome,I installed Ecommerce plugin, Checked Show in Header, set up a category (access to AL) add a new product to test, but nothing showing in t he site, nothing in the top menu...Thank you

Read more
30 result(s) were found.