Search found 3580 matches

by Don Chambers
Fri Jun 22, 2018 1:36 am
Forum: Themes
Topic: Timeline - a responsive, mobile first theme
Replies: 67
Views: 731138

Re: Timeline - a responsive, mobile first theme

I will look into this in the next few days. Thanks for the very helpful info you provided via PM.
by Don Chambers
Thu Jun 21, 2018 1:53 am
Forum: Themes
Topic: Timeline - a responsive, mobile first theme
Replies: 67
Views: 731138

Re: Timeline - a responsive, mobile first theme

A small thing: The small top left post-info image on the post's detail page has no class assigned. One would be nice so that it can be resized or set to display:none if it is in the way of the article view. Which view specifically? Then, another thing: Not sure it has something to do with the theme...
by Don Chambers
Wed Apr 25, 2018 4:04 pm
Forum: Installation
Topic: Upgrading to latest git
Replies: 2
Views: 3686

Re: Upgrading to latest git

The offending line 697 is this:

Code: Select all

		//check for empty content
		if (empty(trim($textstring))) { return $textstring; }
by Don Chambers
Wed Apr 25, 2018 4:28 am
Forum: Installation
Topic: Upgrading to latest git
Replies: 2
Views: 3686

Upgrading to latest git

Fatal error: Can't use function return value in write context in /home/content/15/4055115/html/plugins/serendipity_event_nl2br/serendipity_event_nl2br.php on line 697 I don't often use the latest git version..... I tried uploading the latest snapshot. It is very late in my time zone, so any assista...
by Don Chambers
Tue Nov 21, 2017 6:48 pm
Forum: Plugins
Topic: StaticPage Streamlining
Replies: 1
Views: 9472

Re: StaticPage Streamlining

Here is #3 reworded a bit. 3) An option to use the list of all staticpage's as the landing page upon initial login to the backend. I cannot help you there... but once you click on "static pages" from the content menu box, a list of all static pages is the first option shown. I forgot to m...
by Don Chambers
Tue Nov 21, 2017 4:32 pm
Forum: Plugins
Topic: StaticPage Streamlining
Replies: 1
Views: 9472

Re: StaticPage Streamlining

I am not quite sure what you mean in #3.... however, you can accomplish #1 & #2 by creating your own staticpage admin smarty template. The file path and name are .../templates/YOUR_THEME/backend_templates/default_staticpage_backend.tpl. You can start by copying this file from the staticpage plug...
by Don Chambers
Wed Nov 08, 2017 6:05 am
Forum: General discussions
Topic: font size change
Replies: 5
Views: 5106

Re: font size change

Font size is determined by the theme you are using. You can alter this by modifying the theme, or providing a user stylesheet that alters the font.
by Don Chambers
Thu Sep 07, 2017 3:36 pm
Forum: Themes
Topic: Drop-Down in Clean-Blog Header Navgation?
Replies: 4
Views: 13973

Re: Drop-Down in Clean-Blog Header Navgation?

I'll look into it. Meanwhile, the links you referenced above have improper code in the links that looks like this:

Code: Select all

<i class='fa fa-futbol-o' aria-hidden='true'></i> 
That code is what creates the icons, but should not be part of the title attribute.
by Don Chambers
Thu Sep 07, 2017 3:21 am
Forum: Themes
Topic: Drop-Down in Clean-Blog Header Navgation?
Replies: 4
Views: 13973

Re: Drop-Down in Clean-Blog Header Navgation?

I'm sure it can be done.... are you suggesting a modification to the theme, or do you just need help with coding a modification to your copy of the theme?
by Don Chambers
Wed Aug 30, 2017 7:39 am
Forum: Themes
Topic: Clean Blog
Replies: 9
Views: 17460

Re: Clean Blog

I will do the best that I can.
by Don Chambers
Wed Aug 23, 2017 4:25 pm
Forum: Themes
Topic: Clean Blog
Replies: 9
Views: 17460

Re: Clean Blog

I am not familiar with that plugin.... but if you know what the HTML is, you could add it at approximately line 86 of index.tpl.... it would look something like this: <a class="navbar-brand" href="PATH/TO/PLUGIN/">LINK TEXT</a> I will need a few days for a more detailed response ...
by Don Chambers
Wed Aug 23, 2017 4:09 pm
Forum: Installation
Topic: CLEAN BLOG tempalte: Landingpage setting not working
Replies: 4
Views: 4847

Re: CLEAN BLOG tempalte: Landingpage setting not working

All three of those pages appear to be identical to me - and they all appear to be a static page.
by Don Chambers
Thu Aug 17, 2017 4:36 pm
Forum: Installation
Topic: CLEAN BLOG tempalte: Landingpage setting not working
Replies: 4
Views: 4847

Re: CLEAN BLOG tempalte: Landingpage setting not working

Do you have a url to the static page that SHOULD be showing as the start page?
by Don Chambers
Thu Aug 17, 2017 4:23 pm
Forum: Bugs
Topic: Error message about plug-in appears on mobile phone
Replies: 12
Views: 8026

Re: Error message about plug-in appears on mobile phone

I think I can help.... First, the error you originally mentioned: "Extended Property for Entries plugin (serendipity_event_entryproperties) is required for this theme, which is not installed or is inactive. Please install the plugin to fully utilize this theme." This is triggered specifica...
by Don Chambers
Thu Aug 17, 2017 3:59 am
Forum: Bugs
Topic: Error message about plug-in appears on mobile phone
Replies: 12
Views: 8026

Re: Error message about plug-in appears on mobile phone

Carl - are you again able to use Clean Blog as your template?