Search found 163 matches
- Thu May 15, 2025 10:32 pm
- Forum: General
- Topic: Need some ideas on pages and posts (nee WP)
- Replies: 11
- Views: 51582
Re: Need some ideas on pages and posts (nee WP)
Hey Doobs,
Communication can be a challenge.
Here are my notes from when I first implemented this.
You can also read the documentation:
https://docs.bludit.com/en/content/custom-fields
For static pages NOT to appear on the navbar...
Go to:
admin > general > custom fields
add the following ...
Communication can be a challenge.
Here are my notes from when I first implemented this.
You can also read the documentation:
https://docs.bludit.com/en/content/custom-fields
For static pages NOT to appear on the navbar...
Go to:
admin > general > custom fields
add the following ...
- Wed May 07, 2025 9:04 pm
- Forum: General
- Topic: Need some ideas on pages and posts (nee WP)
- Replies: 11
- Views: 51582
Re: Need some ideas on pages and posts (nee WP)
my bad...
You may have picked it up reading through the linked post but perhaps not. Critical. Missed - from my way-back notes...
to be sure that the code is called.
in navbar.php (not sure about theme consistency?)
about #31 = foreach ($staticContent as $staticPage) {
$children = $staticPage ...
You may have picked it up reading through the linked post but perhaps not. Critical. Missed - from my way-back notes...
to be sure that the code is called.
in navbar.php (not sure about theme consistency?)
about #31 = foreach ($staticContent as $staticPage) {
$children = $staticPage ...
- Mon May 05, 2025 11:30 pm
- Forum: Plugins
- Topic: addCode2Page: random quote
- Replies: 2
- Views: 56843
addCode2Page: random quote
Another snippet for my plugin:
https://plugins.bludit.com/plugin/addcode2page
It will need some customisation - most importantly a file with your quotes in.
The code itself is pretty basic but I imagine you will want/need to adjust paths and css.
It looks something like this (with your text ...
https://plugins.bludit.com/plugin/addcode2page
It will need some customisation - most importantly a file with your quotes in.
The code itself is pretty basic but I imagine you will want/need to adjust paths and css.
It looks something like this (with your text ...
- Mon May 05, 2025 11:10 pm
- Forum: General
- Topic: test isStatic
- Replies: 2
- Views: 15936
Re: test isStatic
Yo the man! Appreciate the quick reply - and, of course... a solution.
Thank you.
Kusalo
Thank you.
Kusalo
- Mon May 05, 2025 2:47 am
- Forum: General
- Topic: test isStatic
- Replies: 2
- Views: 15936
test isStatic
Hi all,
I have been using: if ($page->isStatic()) and wonder if there is a similar test for sticky pages? I tried
if ($page->isSticky)) but it failed.
Searching the forum for isStatic has results but nothing for isSticky
I checked documentation but missed seeing anything.
How to test if a page is ...
I have been using: if ($page->isStatic()) and wonder if there is a similar test for sticky pages? I tried
if ($page->isSticky)) but it failed.
Searching the forum for isStatic has results but nothing for isSticky
I checked documentation but missed seeing anything.
How to test if a page is ...
- Mon May 05, 2025 2:26 am
- Forum: General
- Topic: Need some ideas on pages and posts (nee WP)
- Replies: 11
- Views: 51582
Re: Need some ideas on pages and posts (nee WP)
Hi Chris,
There is quite a few tangents in your post so I will just deal with the last Q.
How do I define a "page" that doesn't appear in the summary that I can reference from a post?
I am guessing that you want to build pages that are not directly visible - yes?
Have a read of:
https://forum ...
There is quite a few tangents in your post so I will just deal with the last Q.
How do I define a "page" that doesn't appear in the summary that I can reference from a post?
I am guessing that you want to build pages that are not directly visible - yes?
Have a read of:
https://forum ...
- Sat Apr 05, 2025 8:47 pm
- Forum: Plugins
- Topic: SiteData plugin not working?
- Replies: 3
- Views: 120754
Re: SiteData plugin not working?
For some reason it doesn't work in my offline (xammp) setup. It shows console errors:
Failed to load resource: the server responded with a status of 404 (Not Found) = w3.css
It gives this for all the assets in: http://localhost/bl-plugins/siteData/assets/w3.css
I have yet to give time to debug ...
Failed to load resource: the server responded with a status of 404 (Not Found) = w3.css
It gives this for all the assets in: http://localhost/bl-plugins/siteData/assets/w3.css
I have yet to give time to debug ...
- Fri Apr 04, 2025 7:49 pm
- Forum: Plugins
- Topic: SiteData plugin not working?
- Replies: 3
- Views: 120754
Re: SiteData plugin not working?
@abu
Thanks for the heads up on that. I will test further.
I agree that some simple instructions, guidelines for (me) who is less than fully conversant would be useful. When building in a familiar environment it seems SO obvious that the user will click the green button, or whatever, but it is not ...
Thanks for the heads up on that. I will test further.
I agree that some simple instructions, guidelines for (me) who is less than fully conversant would be useful. When building in a familiar environment it seems SO obvious that the user will click the green button, or whatever, but it is not ...
- Fri Apr 04, 2025 7:41 pm
- Forum: General
- Topic: email - what do you use?
- Replies: 3
- Views: 93119
Re: email - what do you use?
Hi - I searched 'email' on the plugin page but clearly 'contact' is the line. Thank you for pointing me to that. I have downloaded both Easy_contactform and Contact3 and will report back on my experience.
I also give thought to writing another snippet for my addCode2Page plugin - but, why reinvent ...
I also give thought to writing another snippet for my addCode2Page plugin - but, why reinvent ...
- Sun Mar 30, 2025 9:15 pm
- Forum: General
- Topic: email - what do you use?
- Replies: 3
- Views: 93119
email - what do you use?
I would be very interested to hear what you are using in/with Bludit for an email form. Are you using an external service - or what?
I am curious as to the range of options but I guess my bottom line is "is there an integral email form option for Bludit?"
cheers - Kusalo
I am curious as to the range of options but I guess my bottom line is "is there an integral email form option for Bludit?"
cheers - Kusalo

