I'd requested significant.

mahmut
Ssr. Bludit
Posts: 24
Joined: Fri Feb 12, 2016 2:27 pm

Hi,

1. Is it possible to assign priorities to the tag ID ?
2. Content image size you'd get 400x250. Because I create a thumbnail gallery and unless the site starts up slowly.
3. I want to make arrangements for a separate CSS page 404 . How can I do that?

I need to make the above corrections , as I want, but I love this software. Please help. I do not want to use any other software. I love Bludit!

Thanks!
mahmut
Ssr. Bludit
Posts: 24
Joined: Fri Feb 12, 2016 2:27 pm

Hello, my friend explained the answer to my first question here. viewtopic.php?f=6&t=628

I'm looking for answers to my other questions. Thank you.
User avatar
Edi
Site Admin
Posts: 3085
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 71 times
Been thanked: 105 times
Contact:

mahmut wrote:2. Content image size you'd get 400x250. Because I create a thumbnail gallery and unless the site starts up slowly.
How do you think should it work? How do you have created the thumbnail gallery?
aufbruch1900.ch, Plattform zu Kunst und Kultur um 1900
mahmut
Ssr. Bludit
Posts: 24
Joined: Fri Feb 12, 2016 2:27 pm

Edi wrote:
mahmut wrote:2. Content image size you'd get 400x250. Because I create a thumbnail gallery and unless the site starts up slowly.
How do you think should it work? How do you have created the thumbnail gallery?
I want to get clipped in the form of pictures I uploaded 400x250 . Because I will show thumbnails on the site homepage .

Thanks.
User avatar
Edi
Site Admin
Posts: 3085
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 71 times
Been thanked: 105 times
Contact:

There are two constants for the size in /bl-kernel/boot/init.php:

THUMBNAILS_WIDTH
THUMBNAILS_HEIGHT

Please see:

https://github.com/dignajar/bludit/issues/261
aufbruch1900.ch, Plattform zu Kunst und Kultur um 1900
mahmut
Ssr. Bludit
Posts: 24
Joined: Fri Feb 12, 2016 2:27 pm

Edi wrote:There are two constants for the size in /bl-kernel/boot/init.php:

THUMBNAILS_WIDTH
THUMBNAILS_HEIGHT

Please see:

https://github.com/dignajar/bludit/issues/261
Okay thanks. So how can I print it homepage?
mahmut
Ssr. Bludit
Posts: 24
Joined: Fri Feb 12, 2016 2:27 pm

mahmut wrote:
Edi wrote:There are two constants for the size in /bl-kernel/boot/init.php:

THUMBNAILS_WIDTH
THUMBNAILS_HEIGHT

Please see:

https://github.com/dignajar/bludit/issues/261
Okay thanks. So how can I print it homepage?
My goal is, I want to show in my homepage Thumbnail.

coverImage set thumbnails?

Orginal:

Code: Select all

<?php
if($Post->coverImage()) {
			echo '<a href="'.$Post->permalink().'" class="image featured"><img src="'.$Post->coverImage().'" alt="Cover Image"></a>';
		}
?>
Example:

Code: Select all

<?php
if($Post->thumbnail()) {
			echo '<a href="'.$Post->permalink().'" class="image featured"><img src="'.$Post->thumbnail().'" alt=""></a>';
		}
?>
Thanks.
User avatar
Edi
Site Admin
Posts: 3085
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 71 times
Been thanked: 105 times
Contact:

mahmut wrote: 3. I want to make arrangements for a separate CSS page 404 . How can I do that?
Diego has answered this question at

viewtopic.php?f=6&t=570
aufbruch1900.ch, Plattform zu Kunst und Kultur um 1900
mahmut
Ssr. Bludit
Posts: 24
Joined: Fri Feb 12, 2016 2:27 pm

Edi wrote:
mahmut wrote: 3. I want to make arrangements for a separate CSS page 404 . How can I do that?
Diego has answered this question at

viewtopic.php?f=6&t=570
Thank you, thank you very much . So how do I make the subject thumbnails ?

Post:

viewtopic.php?p=2292#p2286
User avatar
Edi
Site Admin
Posts: 3085
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 71 times
Been thanked: 105 times
Contact:

I still do not understand what you try to do... A gallery? Using only the featured image of a page or post?

Basically you can
  • either change the values of the width and height of thumbnails in the core,
  • or format the images using CSS.
aufbruch1900.ch, Plattform zu Kunst und Kultur um 1900
Post Reply