Search found 3580 matches
- Wed Jan 19, 2022 2:06 am
- Forum: Showcase
- Topic: My Blog on the Clean Blog_fork template
- Replies: 7
- Views: 6990
Re: My Blog on the Clean Blog_fork template
Very Nice!
- Wed Jan 19, 2022 2:03 am
- Forum: Themes
- Topic: Redesign of the main page of Clean Blog, add pictures to the titles
- Replies: 4
- Views: 4851
Re: Redesign of the main page of Clean Blog, add pictures to the titles
I have not actively developed for a few years. I I'm guessing this is something you can change in a stylesheet - the images you want float left, whereas the default images in Clean Blog do not float at all.
- Tue Jan 11, 2022 4:11 am
- Forum: Themes
- Topic: Redesign of the main page of Clean Blog, add pictures to the titles
- Replies: 4
- Views: 4851
Re: Redesign of the main page of Clean Blog, add pictures to the titles
HI and welcome to Serendipity. I am the Clean Blog author (sort of - I converted it to Serendipity from another blogging platform). I am not entirely sure I understand what you wish to accomplish. Can you possibly describe your objective in greater detail?
- Fri Oct 15, 2021 5:55 am
- Forum: General discussions
- Topic: 2k11 and Footer Plug-In?
- Replies: 3
- Views: 8472
Re: 2k11 and Footer Plug-In?
I know a guy who knows a guy... LOL
Onli is correct - themes/templates/whatever we call them define where plugins can emit their data. Its been a really long time since I have worked s9y code, but I am really proud of where we as a group have come! I am happy to help where and when I can.
Onli is correct - themes/templates/whatever we call them define where plugins can emit their data. Its been a really long time since I have worked s9y code, but I am really proud of where we as a group have come! I am happy to help where and when I can.
- Tue May 18, 2021 4:37 am
- Forum: Installation
- Topic: Cannot find how to specify the Footer links
- Replies: 2
- Views: 5699
Re: Cannot find how to specify the Footer links
Sorry guys - been really busy. Pretty sure this is a theme config option.
- Tue Apr 20, 2021 4:35 am
- Forum: General discussions
- Topic: How to Change the layout?
- Replies: 1
- Views: 8608
Re: How to Change the layout?
Trying to understand... but not quite there. Can you please try to elaborate on what you are looking for?
- Wed Mar 10, 2021 3:20 am
- Forum: General discussions
- Topic: How to Custom fields ?
- Replies: 2
- Views: 12323
Re: How to Custom fields ?
I think rareskyfour is giving good advise if I remember correctly, but it has been a really long time since I have done this. Please post if you need further assistance and I will dig deeper.
- Tue Mar 02, 2021 4:45 am
- Forum: General discussions
- Topic: St. Patrick’s Day Craft Ideas
- Replies: 0
- Views: 9628
Re: How to make a full list
I think the # of topics retrieved for any reason is controlled by your s9y settings, not the smarty template. Look into your site settings for an appearance setting that shows something like "Entries to display"... or something like that. Let me know if that does not work and I will try to...
- Sat Feb 06, 2021 5:51 am
- Forum: General discussions
- Topic: quick goto page selector
- Replies: 7
- Views: 11794
Re: quick goto page selector
You can fork a local copy of whatever theme you are using and make changes there without losing the original theme. Let us know if you need assistance doing that.
- Wed Feb 03, 2021 7:22 pm
- Forum: General discussions
- Topic: quick goto page selector
- Replies: 7
- Views: 11794
Re: quick goto page selector
Pagination exists in the Bulletproof theme as well: <div class="pagination"> {assign var="paginationStartPage" value="`$footer_currentPage-3`"} {if $footer_currentPage+3 > $footer_totalPages} {assign var="paginationStartPage" value="`$footer_totalPages-6`...
- Tue Feb 02, 2021 6:48 am
- Forum: General discussions
- Topic: quick goto page selector
- Replies: 7
- Views: 11794
Re: quick goto page selector
Timeline theme uses pagination. The relevant section of code in entries.tpl looks like this: {if $footer_info or $footer_prev_page or $footer_next_page} <div class='serendipity_pageSummary'> {if $footer_info} <p class="summary serendipity_center">{$footer_info}</p> {/if} {if $footer_total...
- Mon Nov 18, 2019 10:29 pm
- Forum: General discussions
- Topic: Timeline tagged entries plugin
- Replies: 5
- Views: 8888
Re: Timeline tagged entries plugin
Happy to hear you resolved the issue.
- Mon Nov 18, 2019 10:25 pm
- Forum: Themes
- Topic: Timeline: Layout change
- Replies: 4
- Views: 7994
Re: Timeline: Layout change
I do not know why you are unable to select an entry image. Can you provide a url to your site?
- Mon Nov 04, 2019 8:26 pm
- Forum: General discussions
- Topic: Timeline tagged entries plugin
- Replies: 5
- Views: 8888
Re: Timeline tagged entries plugin
Can you post a URL to your site, either publically or via a private message?
- Mon Nov 04, 2019 8:21 pm
- Forum: Themes
- Topic: Timeline: Layout change
- Replies: 4
- Views: 7994
Re: Timeline: Layout change
Your description of the folder contents sounds like you are referring to the subfolders of ...\templates_c\. If so, those are the compiled/cached versions of the theme files. Timeline has a number of theme options that can easily be changed. Using this theme is documented here . You can preview a fe...