I had a .psd file which was in /templates/transparency/templatefuncs/headerimg/
Once removed, it works!
Search found 37 matches
- Wed 15. Mar 2023, 16:04
- Forum: Themes and Templates
- Topic: Theme Transparency mit 3 Templates veröffentlicht / published
- Replies: 10
- Views: 20449
- Wed 15. Mar 2023, 14:50
- Forum: Themes and Templates
- Topic: Theme Transparency mit 3 Templates veröffentlicht / published
- Replies: 10
- Views: 20449
Re: Theme Transparency mit 3 Templates veröffentlicht / published
Hello I come back to you for a display problem. I finalize my project with different headers and I realize when browsing the pages that sometimes all the elements are not loaded, the F5 key allows me to reload (Chrome, Firefox). The unloaded elements seem to come from the code in the template: <div ...
- Tue 14. Mar 2023, 08:04
- Forum: Themes and Templates
- Topic: Theme Transparency mit 3 Templates veröffentlicht / published
- Replies: 10
- Views: 20449
Re: Theme Transparency mit 3 Templates veröffentlicht / published
It's all good. Thanks.
- Mon 13. Mar 2023, 19:29
- Forum: Themes and Templates
- Topic: Theme Transparency mit 3 Templates veröffentlicht / published
- Replies: 10
- Views: 20449
Re: Theme Transparency mit 3 Templates veröffentlicht / published
The result is not satisfactory. I think it should have the following attributes: <div class="tplge_contentsContainer" style="background: #fff url(<?php echo tf_images('headerimg'); ?>) no-repeat; style="max-width: 2000px; padding: 0; margin: 0 auto; "> But it doesn't work.
- Mon 13. Mar 2023, 13:28
- Forum: Themes and Templates
- Topic: Theme Transparency mit 3 Templates veröffentlicht / published
- Replies: 10
- Views: 20449
Re: Theme Transparency mit 3 Templates veröffentlicht / published
Hello I want to use templatefuncs.php function. I created a directory /templates/transparency/templatefuncs/headerimg/ with 2000x400 images. I modified in the background style sheet: #fff url(images/bgsite.jpg) top center no-repeat; by background: #fff url() top center no-repeat; I have activity in ...
- Mon 6. Mar 2023, 13:35
- Forum: General Discussions
- Topic: Menu item to an external link
- Replies: 1
- Views: 29559
Menu item to an external link
Hello
I created a menu item to an external link. I would like the page to open in another window. Where can target="_blank" be inserted to the code.
I created a menu item to an external link. I would like the page to open in another window. Where can target="_blank" be inserted to the code.
- Fri 11. Feb 2022, 15:20
- Forum: CMSimple 4.0 and higher
- Topic: Inserting the contact form
- Replies: 2
- Views: 7625
Re: Inserting the contact form
Thank you.
- Fri 11. Feb 2022, 10:57
- Forum: CMSimple 4.0 and higher
- Topic: Inserting the contact form
- Replies: 2
- Views: 7625
Inserting the contact form
Hello
How can we insert the contact form (/?&mailform) in an internal page of CMSsimple?
With a style command: <div id="mailform">#CMSimple $output=mailform();#</div>
Daniel.
How can we insert the contact form (/?&mailform) in an internal page of CMSsimple?
With a style command: <div id="mailform">#CMSimple $output=mailform();#</div>
Daniel.
- Wed 24. Feb 2021, 11:50
- Forum: General Discussions
- Topic: Space in H1 when the title is personalized
- Replies: 14
- Views: 41601
Re: Space in H1 when the title is personalized
It is also necessary that the template used is this function. SlimMenu 2021 templates use this function.
- Wed 24. Feb 2021, 11:40
- Forum: General Discussions
- Topic: Space in H1 when the title is personalized
- Replies: 14
- Views: 41601
Re: Space in H1 when the title is personalized
Here, it is the template, which is generally adapted to the need. A new version of the CMS will not change the modification made in the template. The modification of the code replaces "hard" elements by an element of the variable $cf['uri']['seperator'] defined in the configuration file (e...