Search found 16 matches

by bbyrdhouse
Wed Jun 10, 2020 7:22 pm
Forum: Themes
Topic: Are There Enough Users of Bludit To Support 3rd Party Theme/Template Developers?
Replies: 1
Views: 1345

Are There Enough Users of Bludit To Support 3rd Party Theme/Template Developers?

Hi,

I am wondering if the developers have any idea on approximately how many Bludit users there are currently.

I love to develop themes and templates and have done so for many years (16) but I wonder if there are enough users of Bludit to make the effort profitable.

Thnx
by bbyrdhouse
Fri Mar 20, 2020 1:07 pm
Forum: Themes
Topic: Adding A Logo from Setting/General/Logo Does not work, for any theme
Replies: 11
Views: 5553

Re: Adding A Logo from Setting/General/Logo Does not work, for any theme

Not sure when it was introduced but I used the logo method in my theme: <img src="<?= $site->logo() ?>" alt="<?= $site->title() ?>" width="360"> I guess I found that browsing the source because I just rechecked and didn't find it in the docs. So then made a pull reques...
by bbyrdhouse
Sun Mar 15, 2020 8:22 pm
Forum: Plugins
Topic: Is there a trick to getting the Search plugin to work?
Replies: 6
Views: 3122

Re: Is there a trick to getting the Search plugin to work?

There is a bug for some languages in the search plugin, but it's OK with English and maybe you can check with your theme https://github.com/bludit/bludit/issues/976 When you say check with your theme.... What exactly do you mean by that? Is there something I need to add to my theme to allow the sea...
by bbyrdhouse
Sat Mar 14, 2020 12:50 am
Forum: Plugins
Topic: Plugin Development Question Help
Replies: 1
Views: 1495

Plugin Development Question Help

Hi, I am wanting to build a plugin to accompany my theme that will let the end user select what color scheme they want their site to use. I thought the best way to do this would be in a plugin where they could select from select/options like below: $html .= '<div>'; $html .= '<select name="colo...
by bbyrdhouse
Sat Mar 14, 2020 12:45 am
Forum: Plugins
Topic: Is there a trick to getting the Search plugin to work?
Replies: 6
Views: 3122

Re: Is there a trick to getting the Search plugin to work?

I am using 3.11 and I am designing my own custom theme.
Therefore, if there is something that I need to add to the theme to get the search to work, please let me know that too.

Thanks
by bbyrdhouse
Fri Mar 13, 2020 1:49 pm
Forum: Plugins
Topic: Is there a trick to getting the Search plugin to work?
Replies: 6
Views: 3122

Is there a trick to getting the Search plugin to work?

I can not get the search plugin to work. No matter the search term, I get "No Results" ...
I am just wondering is there something else I can do to get the search feature working.

Thanks
by bbyrdhouse
Fri Mar 13, 2020 1:42 pm
Forum: Plugins
Topic: Search Plugin Page Style Help
Replies: 1
Views: 1403

Re: Search Plugin Page Style Help

Found my answer ... it was this bit here:

Code: Select all

<?php if (empty($content)): ?>
I did not have anything added to tell Bludit to add scripts etc... if a page was empty
by bbyrdhouse
Fri Mar 13, 2020 1:17 pm
Forum: Plugins
Topic: Search Plugin Page Style Help
Replies: 1
Views: 1403

Search Plugin Page Style Help

Hello everyone, In the process of building a new theme I am testing a lot of the plugins to make sure they work properly. One problem I am running into is that when you use the search plugin, the results seem to be on their own page style. I mean that it is not using a static page or the home page. ...
by bbyrdhouse
Tue Mar 10, 2020 1:23 am
Forum: Themes
Topic: Adding A Logo from Setting/General/Logo Does not work, for any theme
Replies: 11
Views: 5553

Re: Adding A Logo from Setting/General/Logo Does not work, for any theme

I see ... it is uploading the logo.png, but it is changing the name of the logo.png to the Site title (including the spaces)
Image

Image
by bbyrdhouse
Tue Mar 10, 2020 1:18 am
Forum: Themes
Topic: Adding A Logo from Setting/General/Logo Does not work, for any theme
Replies: 11
Views: 5553

Re: Adding A Logo from Setting/General/Logo Does not work, for any theme

When I upload an image using the Logo feature, nothing gets uploaded to that directory.

Image