Yes we checked the item How to add a checkbox with a point link on cgu
13.01.20170
Jerome
You can create a checkbox in the contact form and make it mandatory. You cannot use HTML in the name fields.
13.01.20170
Kingoodeal
How to add HTML in name fields. Really need
13.01.20170
Jerome
You cannot use HTML in name fields, there is no way to do it.
13.01.20170
Kingoodeal
I am very annoyed, really need Why not add the function, in the next update please Thank you
13.01.20170
Jerome
The problem is not that I don't want, it is just not possible at this moment. Of course I have noted your request and will see what we can do with the next update as we always do.
13.01.20170
Kingoodeal
Hello,
To popup a map on the contact page Like on your page, can we use the function?
In the cms not found the function? Or integrate it into footer
2)Other question not found on the FAQ We have created a register page and we have incorporated a welcome text Once connects how replaces the text with a new one? Example like on your page here / register-login
Why we have not the name next to "Welcome" Example: Welcome, Kingoodeal
Small bug when you activate "Navbar, float" An offset between the menu is the content
Thank you
18.01.20170
Jerome
Good Morning,
Sure, please use it. It is placed on the page in the Javascript Tab. Remember with CMS you do not need to edit files you can add custom CSS and Javascript code on each individual page.
thanks for your support The template used is mosaic
Could you update your demo in version 2.3 and you install all the modules, use your demo to configure etc ...... ca help mewink How to add to "Search - Used (+ - *) to refine your search"
On search how to add a
code removed
Thank you
18.01.20170
Jerome
You will need to activate "MySQL Full-Text Search" for improving the search. You will find it under Manage - Search Settings.
All Demos will be updated soon, thank you for your patience.
You will need to add it in the Below Header section, you will have examples already. Please use the code tab to paste code in future.
Thank you.
18.01.20170
Kingoodeal
Not answered on bug with mosaic template Image attached:
How do I add the code to "search"? Do you need to create a page? I would add pictures, etc .... Thank you.
18.01.20170
Jerome
It is not a bug and I have explained it above:
You will need to add it in the Below Header section, you will have examples already. Go to Manage - Below Header and add a new one the same as the other and select the search page (Show on Search).
18.01.20170
Kingoodeal
I do not understand your message ? We have look on the cms not found or add the code you have delete on "search".
The only thing is to create a new page? We have created a below content. On the page "search" I do not see any code add
Small bug when you activate "Navbar, float" An offset between the menu is the content When I pass the menu on fix, more offset
18.01.20170
Kingoodeal
Found for research, sorry
18.01.20170
Kingoodeal
Hello,
We do have a display bug when you enable option "navbar on float" An offset between the menu is the content. Once disabled more offset
Thank you
20.01.20170
Jerome
Please edit the the template file customstyle.php in your template folder mosaic.
I do not understand the Why add a sensitive class to small screens. The template is not sensitive?
20.01.20170
Jerome
Of course the template is fully responsive, but it depends what you have added below the navbar, how you use the navbar and for that you sometimes needs a responsive class for the navbar only.
For standard use that is not necessary but when custom content is displayed in a way it has not been planed you might need to adapt the stylesheet. That is either a bug nor a error it is just how web design works, we try to cover most but we can't cover all.
Thank you for your understanding.
21.01.20170
Kingoodeal
Hello,
Image attached:
Thank you
21.01.20170
Jerome
I just did a fresh installation without any modification on the Mosaic design and it works in all screen sizes.
Tested on Galaxy S5, iPhone 7, iPad Pro, iPad 2 and iPhone 5 with or without the top navbar.
The white space appears on floating navbars, to fix the issues in whatever settings you have you will need to make following changes:
One question: How do I change the number of days? Not found in panel a by this code js
<script src="/_files/mosaic/jquery.countdown.min.js"></script> <script> $(function () { var austDay = new Date(); austDay = new Date(austDay.getFullYear() + 1, 1 - 1, 26); $('#countdown').countdown({until: austDay}); $('#year').text(austDay.getFullYear()); }); </script>
For example, have 30 days or 7 days instead of 369 days ?
21.01.20170
Jerome
Following line needs to be changed:
var austDay = new Date();
Regards
21.01.20170
Kingoodeal
But how?
21.01.20170
Kingoodeal
The figures here correspond to what Month Day Year
+ 1, 1 - 1, 26
21.01.20170
Jerome
We do not give support for custom modifications as stated when purchased a license and this goes into custom modification.
var austDay = new Date(); austDay = new Date(austDay.getFullYear() + 1, 1 - 1, 26);
the code above does set the current date (first line) and the second line will add one Year to the current date. The countdown needs a date in the future, so you either set a valid javascript date in the future or you change the new Date() function.
You will need to replace the two lines with that for example:
var austDay = new Date(2017, 1 - 1, 28);
Kind regards
21.01.20170
Kingoodeal
Hello,
We added a checkbox, the only problem it finds below the button sent and how does it make it mandatory? Otherwise it works
When do you plan to update the cms? When do you plan to upgrade your demo?
Thank you
20.02.20170
Jerome
That button is not part of the form, therefore you have to add your own check method in PHP. You could add the checkbox within the form but you can't use html in the form builder as explained above.
There is no plan to update CMS as it works without major issues. Why do we need to update the demo? There would be no changes to it.
It does not work
Have you checked the FAQ article about the contact form? https://jakweb.ch/faq/a/100/contact-form-builder
Yes we checked the item
How to add a checkbox with a point link on cgu
You can create a checkbox in the contact form and make it mandatory. You cannot use HTML in the name fields.
How to add HTML in name fields.
Really need
You cannot use HTML in name fields, there is no way to do it.
I am very annoyed, really need
Why not add the function, in the next update please
Thank you
The problem is not that I don't want, it is just not possible at this moment. Of course I have noted your request and will see what we can do with the next update as we always do.
Hello,
To popup a map on the contact page
Like on your page, can we use the function?
In the cms not found the function?
Or integrate it into footer
2)Other question not found on the FAQ
We have created a register page and we have incorporated a welcome text
Once connects how replaces the text with a new one?
Example like on your page here / register-login
Why we have not the name next to "Welcome"
Example: Welcome, Kingoodeal
Small bug when you activate "Navbar, float"
An offset between the menu is the content
Thank you
Good Morning,
Sure, please use it. It is placed on the page in the Javascript Tab. Remember with CMS you do not need to edit files you can add custom CSS and Javascript code on each individual page.
Show content for members or guest, please read following FAQ article: https://jakweb.ch/faq/a/107/content-for-members-guests
Can you please tell what template you use?
Hello,
thanks for your support
The template used is mosaic
Could you update your demo in version 2.3 and you install all the modules, use your demo to configure etc ...... ca help mewink
How to add to "Search - Used (+ - *) to refine your search"
On search how to add a
code removed
Thank you
You will need to activate "MySQL Full-Text Search" for improving the search. You will find it under Manage - Search Settings.
All Demos will be updated soon, thank you for your patience.
You will need to add it in the Below Header section, you will have examples already. Please use the code tab to paste code in future.
Thank you.
Not answered on bug with mosaic template
Image attached:
How do I add the code to "search"?
Do you need to create a page?
I would add pictures, etc ....
Thank you.
It is not a bug and I have explained it above:
You will need to add it in the Below Header section, you will have examples already. Go to Manage - Below Header and add a new one the same as the other and select the search page (Show on Search).
I do not understand your message ?
We have look on the cms not found or add the code you have delete on "search".
The only thing is to create a new page?
We have created a below content.
On the page "search" I do not see any code add
Small bug when you activate "Navbar, float"
An offset between the menu is the content
When I pass the menu on fix, more offset
Found for research, sorry
Hello,
We do have a display bug when you enable option "navbar on float"
An offset between the menu is the content.
Once disabled more offset
Thank you
Please edit the the template file customstyle.php in your template folder mosaic.
You will need to change the margin-top to your needs.
We have changed the margin above 64px;
It works except in telephone mode always, an offset
You could add a responsive class for smaller screens.
That will help you: http://getbootstrap.com/css/
I do not understand the
Why add a sensitive class to small screens.
The template is not sensitive?
Of course the template is fully responsive, but it depends what you have added below the navbar, how you use the navbar and for that you sometimes needs a responsive class for the navbar only.
For standard use that is not necessary but when custom content is displayed in a way it has not been planed you might need to adapt the stylesheet. That is either a bug nor a error it is just how web design works, we try to cover most but we can't cover all.
Thank you for your understanding.
Hello,
Image attached:
Thank you
I just did a fresh installation without any modification on the Mosaic design and it works in all screen sizes.
Tested on Galaxy S5, iPhone 7, iPad Pro, iPad 2 and iPhone 5 with or without the top navbar.
The white space appears on floating navbars, to fix the issues in whatever settings you have you will need to make following changes:
template/mosaic/css/screen.css & dark.css find:
replace with:
template/mosaic/customstyle.php find:
replace with:
Best regards
Thank you, we will make the following changes:
One question: How do I change the number of days? Not found in panel a by this code js
For example, have 30 days or 7 days instead of 369 days ?
Following line needs to be changed:
Regards
But how?
We do not give support for custom modifications as stated when purchased a license and this goes into custom modification.
the code above does set the current date (first line) and the second line will add one Year to the current date. The countdown needs a date in the future, so you either set a valid javascript date in the future or you change the new Date() function.
You will need to replace the two lines with that for example:
Kind regards
Hello,
We added a checkbox, the only problem it finds below the button sent and how does it make it mandatory?
Otherwise it works
When do you plan to update the cms?
When do you plan to upgrade your demo?
Thank you
That button is not part of the form, therefore you have to add your own check method in PHP. You could add the checkbox within the form but you can't use html in the form builder as explained above.
There is no plan to update CMS as it works without major issues. Why do we need to update the demo? There would be no changes to it.