- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
Tag Archives: DFG
How to use special characters in category names
How to use special characters in category names…
Read More
How to protect admin folder with .htaccess
.htaccess can be used to protect folders on your account with a password-encryption. All files and subfolders within a folder protected by .htaccess will also be protected. Thus if you want to protect the whole website you should place .htaccess to public_html or httpdocs folder which is the public folder where your website files and folders are kept. But, if…
Read More
How to manage login details in admin panel
For getting access to the admin panel password and username are required.
1. where login details are stored
Password and username are stored in /admin/userdata.php file on your server in a certain strictly specified format. Username and password should be divided with period – “,” and password is stored in the encrypted (md5) form. In order to generate a new…
Read More
1. where login details are stored
Password and username are stored in /admin/userdata.php file on your server in a certain strictly specified format. Username and password should be divided with period – “,” and password is stored in the encrypted (md5) form. In order to generate a new…
How to increase max file size
If you want to use the images more than 2Mb, then please, do the following:
You can do this by yourself if you’re working on the local machine or if you have an access to php.ini file on your server (you may also use .htaccess file with the same instructions in case your hosting allows to change this).
So, please,…
Read More
You can do this by yourself if you’re working on the local machine or if you have an access to php.ini file on your server (you may also use .htaccess file with the same instructions in case your hosting allows to change this).
So, please,…
General Guideline for Gallery Usage
Building of the gallery page is based on the basic small picture size. Setting a big picture suitable height is carried out automatically. Width and height of a big picture are set only to make similarity of the gallery with design more precise. If you want to change gallery’s appearance, simply change the parameter preview position as you like it…
Read More
Gallery Layout Settings
Gallery layout settings should be set in tfile_gallery.xml file.
All settings of the given file can be edited through the convenient /admin part but if the user won’t want to use it, the description of the given settings is quoted below.
Example: There are two galleries, 8 pictures in each; this should be described in XML file as follows:…
Read More
All settings of the given file can be edited through the convenient /admin part but if the user won’t want to use it, the description of the given settings is quoted below.
Example: There are two galleries, 8 pictures in each; this should be described in XML file as follows:…
Service Gallery Settings
Service gallery settings you should set in tfile_gallery.xml file.
It is recommended to change the default settings only while changing settings through the /admin part (sizes of small or large images). There is some incorrect representation of photos on the page (the photos themselves do not fit in properly). This happens seldom enough that’s why you won’t need to change…
Read More
It is recommended to change the default settings only while changing settings through the /admin part (sizes of small or large images). There is some incorrect representation of photos on the page (the photos themselves do not fit in properly). This happens seldom enough that’s why you won’t need to change…