Search found 3121 matches

by Edi
Tue Jun 16, 2020 11:36 am
Forum: General
Topic: Trying to incorporate feature into plugin
Replies: 5
Views: 1893

Re: Trying to incorporate feature into plugin

The plugin is updated and again available:

https://plugins.bludit.com/plugin/ribbon
by Edi
Mon Jun 15, 2020 10:29 pm
Forum: Themes
Topic: Bleakaton theme, title image
Replies: 2
Views: 1927

Re: Bleakaton theme, title image

Thank you for let us know your solution!
by Edi
Mon Jun 15, 2020 6:43 pm
Forum: Plugins
Topic: Search plugin does not seem to find words with 4 characters or less
Replies: 3
Views: 3712

Re: Search plugin does not seem to find words with 4 characters or less

You can try to modify the following line in the plugin Search:

https://github.com/bludit/bludit/blob/m ... n.php#L194

I'm not shure how accurat the results will be.
by Edi
Mon Jun 15, 2020 6:34 pm
Forum: General
Topic: Trying to incorporate feature into plugin
Replies: 5
Views: 1893

Re: Trying to incorporate feature into plugin

The plugin is deprecated and has to be rewritten. But I don't know if there is really a need of it (perhaps I can have a look at it this week).

Instead of the plugin you can use a ribbon css generator. You will find some generators with a search engine.
by Edi
Mon Jun 15, 2020 10:56 am
Forum: Themes
Topic: How to disable cover image in static page?
Replies: 3
Views: 1751

Re: How to disable cover image in static page?

Yes. Otherwise the code of the template has to be modified with an additional condition if the content is a page (static content) or a post.
by Edi
Mon Jun 15, 2020 10:49 am
Forum: General
Topic: Trying to incorporate feature into plugin
Replies: 5
Views: 1893

Re: Trying to incorporate feature into plugin

budm wrote: Mon Jun 15, 2020 1:17 am I'm trying to incorporate the features of the old plugin Ribbon into my modified version of G3nshop, and I've figured most the other problems, but I'm down to one function that I can't figure out how to update.
And what is the function? The code given is mostly CSS.
by Edi
Sun Jun 14, 2020 7:57 pm
Forum: General
Topic: (Resolved) Add Recent Posts to Footer on Home Page
Replies: 9
Views: 7443

Re: Add Recent Posts to Footer on Home Page

There are some changes for the use of PHP. If you want to print for example the titles of the posts you can use the following: <?php $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "https://www.mywebsite.com/api/pages?token=[number of token]&published=true"); curl_setopt($ch, CURLOPT_...
by Edi
Sun Jun 14, 2020 1:00 pm
Forum: Themes
Topic: [Theme] Andy
Replies: 7
Views: 7148

Re: [Theme] Andy

I created a static page Home so it will be listed along with About like a menu. I set my Homepage to Home. But I cant set the friendly url of Home to domain.com/blog; it always gets set to domain.com/blog/blog or domain.com/blog/home. There is a bug in the latest version. Here is the fix: https://f...
by Edi
Sat Jun 13, 2020 10:43 pm
Forum: General
Topic: (Resolved) Add Recent Posts to Footer on Home Page
Replies: 9
Views: 7443

Re: Add Recent Posts to Footer on Home Page

I think I had this code from Diego. There is nothing about it in the actual documentation. I will ask him.
by Edi
Sat Jun 13, 2020 1:54 pm
Forum: Themes
Topic: How to disable cover image in static page?
Replies: 3
Views: 1751

Re: How to disable cover image in static page?

The easiest way is to enable the plugin HTML Code and add the following to the field Head:

Code: Select all

<style>
.image.main, .image.fit {
   display: none;
}
</style>
Otherwise you have to modify the templates home.php and page.php in the directory /bl-themes/massively-2.1.