Search found 3121 matches

by Edi
Fri Jun 19, 2020 11:02 am
Forum: General
Topic: Unknown image error
Replies: 11
Views: 5024

Re: Unknown image error

Does the same happen with another picture?
by Edi
Fri Jun 19, 2020 12:40 am
Forum: General
Topic: No new content or edit of existing content possible
Replies: 10
Views: 4027

Re: No new content or edit of existing content possible

[Strange TinyMCE must be part of Bludit Itself, I don't remember to install it (or update). TinyMCE comes with Bludit. All plugins v3.12.0 should be fine. Perhaps there is a conflict with another plugin. Perhaps Snicker 0.1.2. Please disable it to test it. And please do not forget to make a backup ...
by Edi
Thu Jun 18, 2020 10:02 pm
Forum: General
Topic: Solved: Admin page blank after migration
Replies: 3
Views: 2111

Re: Help needed: Admin page blank after migration

  1. Is the module mod_rewrite activated, and have you copied the file .htaccess?
  2. Is the installation in the root directory or a subdirectory?
  3. Is there an entry in the error log?
by Edi
Thu Jun 18, 2020 6:51 pm
Forum: General
Topic: Bludit vs One Page website
Replies: 5
Views: 2406

Re: Bludit vs One Page website

elpak wrote: Wed Jun 17, 2020 8:52 pm Edi, wouldn't it be better if this site hackh.ch was made on pure html instead of bludit?
Yes. Like this the customer can update his website by himself without using FTP, messing up the code etc. He can choose the section and use the editor.
by Edi
Thu Jun 18, 2020 3:31 pm
Forum: General
Topic: No new content or edit of existing content possible
Replies: 10
Views: 4027

Re: No new content or edit of existing content possible

It seems that there is a JavaScript error. What says the browser console? Which plugins or scripts are installed?
by Edi
Wed Jun 17, 2020 11:50 am
Forum: General
Topic: No new content or edit of existing content possible
Replies: 10
Views: 4027

Re: No new content or edit of existing content possible

The use of Ubuntu seems to be a little tricky. There is some information:

https://websiteforstudents.com/install- ... t-ssl-tls/
by Edi
Tue Jun 16, 2020 3:36 pm
Forum: Themes
Topic: Add search to custom theme
Replies: 4
Views: 7955

Re: Add search to custom theme

The plugin works in themes with a sidebar. You also can use the following: <?php // Class name of the plugin $className = 'pluginSearch'; // Get the Plugin-Object $plugin = getPlugin($className); // Print the plugin label echo $plugin->label(); // Execute the hook siteSidebar of the plugin and print...
by Edi
Tue Jun 16, 2020 2:32 pm
Forum: General
Topic: Menu & Homepage
Replies: 1
Views: 1044

Re: Menu & Homepage

How can I call the homepage (the one appearing by calling https://example.com/) as "Home" from the menu working as above and not only from the "brand" on the left? You can use the following: <a href="' . $site->url() . '">Home</a>' <?php foreach ($staticContent as $sta...
by Edi
Tue Jun 16, 2020 1:18 pm
Forum: General
Topic: Individual sidebar content
Replies: 4
Views: 1798

Re: Individual sidebar content

bigboy wrote: Tue Jun 16, 2020 1:12 pm What's the best/safest way to do it? In this forum I found different approaches (slug, key).
You can use the slug.
I might need it for a select choice in the admin panel.
There is no plugin for this. You have to write your own plugin or to hard code it.
by Edi
Tue Jun 16, 2020 12:56 pm
Forum: General
Topic: Individual sidebar content
Replies: 4
Views: 1798

Re: Individual sidebar content

You can copy the plugin or plugins and rename them and modify the sidebar with if conditions.