Search found 3580 matches

by Don Chambers
Thu Jan 24, 2019 3:44 pm
Forum: Bugs
Topic: i need your help !
Replies: 0
Views: 7482

Re: i need your help !

Can you post a screenshot? Not sure what is extending ''endlessly to the right".
by Don Chambers
Thu Jan 24, 2019 3:42 pm
Forum: Installation
Topic: How can I do that?
Replies: 1
Views: 4152

Re: How can I do that?

Create a text file in that folder named .htaccess with the following line of code in that file:

Code: Select all

RewriteEngine off
by Don Chambers
Mon Dec 17, 2018 10:04 pm
Forum: General discussions
Topic: Image behind text
Replies: 7
Views: 8321

Re: Image behind text

I believe you are asking to use an image as the background for the <body> element. If so, you will find some good information on w3schools.com . A serendipity theme that uses a body background image is "pixel". It's css file demonstrates how to do this: body { text-align: center; margin: 0...
by Don Chambers
Mon Dec 17, 2018 4:29 pm
Forum: General discussions
Topic: Image behind text
Replies: 7
Views: 8321

Re: Image behind text

Probably. It is usually just a matter of css. We would need to know what serendipity theme you are using, which is one of the reasons I asked for a url to your site.
by Don Chambers
Thu Dec 13, 2018 4:31 pm
Forum: General discussions
Topic: Image behind text
Replies: 7
Views: 8321

Re: Image behind text

Behind what text? Can you provide a url to your site?
by Don Chambers
Sun Oct 28, 2018 5:42 am
Forum: Bugs
Topic: Broken theme categories, wrong/missing article assignment (s9y core?)
Replies: 12
Views: 9139

Re: Broken theme categories, wrong/missing article assignment (s9y core?)

That is not working as expected....... so revert your changes.
by Don Chambers
Fri Oct 26, 2018 2:29 am
Forum: Bugs
Topic: Broken theme categories, wrong/missing article assignment (s9y core?)
Replies: 12
Views: 9139

Re: Broken theme categories, wrong/missing article assignment (s9y core?)

Are you comfortable editing your theme's *.tpl files? If so, please add the following as the first line of entries.tpl or index.tpl assuming this is not yet a site with any visitors:

Code: Select all

{debug}
by Don Chambers
Wed Oct 24, 2018 2:19 am
Forum: Bugs
Topic: Broken theme categories, wrong/missing article assignment (s9y core?)
Replies: 12
Views: 9139

Re: Broken theme categories, wrong/missing article assignment (s9y core?)

Garvin? Onli? Anyone else able to look into this issue?
by Don Chambers
Mon Oct 22, 2018 8:18 pm
Forum: Themes
Topic: Timeline - a responsive, mobile first theme
Replies: 67
Views: 744857

Re: Timeline - a responsive, mobile first theme

Your category problem does not appear to be related to the Timeline theme, but you can verify that by switching themes to 2k11 to see if the problem continues or is solved.
by Don Chambers
Wed Oct 10, 2018 1:42 am
Forum: Themes
Topic: Timeline - a responsive, mobile first theme
Replies: 67
Views: 744857

Re: Timeline - a responsive, mobile first theme

If your preference is the Timeline theme, but you want this banner behavior from Cleanblog, it should be possible. Otherwise it is just a matter of trial and error to get it to work. PM me if you need additional assistance.
by Don Chambers
Sun Oct 07, 2018 5:00 pm
Forum: Themes
Topic: Timeline - a responsive, mobile first theme
Replies: 67
Views: 744857

Re: Timeline - a responsive, mobile first theme

Not sure the method above will work for retrieving the image... maybe this will: {else} {assign var=random_id value=1|mt_rand:5} <style type="text/css">.intro-header {ldelim}background-image: url('{$serendipityHTTPPath}templates/{$template}/img/background{$random_id}.jpg');{rdelim}</style>...
by Don Chambers
Sat Oct 06, 2018 5:41 pm
Forum: Themes
Topic: Timeline - a responsive, mobile first theme
Replies: 67
Views: 744857

Re: Timeline - a responsive, mobile first theme

Cleanblog assigns entry header images using this: {if $view=="entry"} {if $entry.properties.entry_specific_header_image} <style type="text/css">.intro-header {ldelim}background-image: url('{$entry.properties.entry_specific_header_image}');{rdelim}</style> {else} <style type="...
by Don Chambers
Fri Oct 05, 2018 2:00 am
Forum: Themes
Topic: Timeline - a responsive, mobile first theme
Replies: 67
Views: 744857

Re: Timeline - a responsive, mobile first theme

The timeline theme has an option to display posts like a normal blog posts. A little work on entries.tpl and you could eliminate the entry images.

What do you mean by "rotating header images"?
by Don Chambers
Thu Oct 04, 2018 4:10 am
Forum: Themes
Topic: Timeline - a responsive, mobile first theme
Replies: 67
Views: 744857

Re: Timeline - a responsive, mobile first theme

Hi! You are welcome to modify either theme to serve your purposes! Be sure to post a url of your changes so we can all see your modifications!
by Don Chambers
Sat Sep 22, 2018 10:54 pm
Forum: Development
Topic: [Feature request] Custom header image plug-in
Replies: 4
Views: 23290

Re: [Feature request] Custom header image plug-in

Am I understanding you correctly: You want to use the timeline theme, but display a category specific sub header on entry pages instead of the same sub header on all pages? If so, it might be fairly easy. In index.tpl is this: {* SUBHEADER IMAGE *} {if $template_option.subheader_img} <style type=&qu...