Search found 51 matches

by NeilW
Tue Oct 20, 2015 8:07 am
Forum: Themes
Topic: Clean Blog - a fully responsive, mobile 1st s9y theme
Replies: 65
Views: 244443

Re: Clean Blog - a fully responsive, mobile 1st s9y theme

Hi Fabien, Just to clarify with the comments, are you not wanting to have the comments listed in date/time order beneath the post itself, as is normally done with most blogs, or do you still want to show them on a separate page? As you have the comments at the moment on your blog in the sidebar, or ...
by NeilW
Mon Oct 19, 2015 1:30 pm
Forum: Themes
Topic: Clean Blog - a fully responsive, mobile 1st s9y theme
Replies: 65
Views: 244443

Re: Clean Blog - a fully responsive, mobile 1st s9y theme

Hi Fabien, Don Chambers would be the best to answer this for you, but from my viewpoint you can maintain a sidebar in a responsive design and with Bootstrap. On a desktop, the sidebar appears as normal, and on a mobile device it slips down underneath the main page section. That may tend to spoil the...
by NeilW
Sun Aug 02, 2015 9:01 pm
Forum: Themes
Topic: Clean Blog - a fully responsive, mobile 1st s9y theme
Replies: 65
Views: 244443

Re: Clean Blog - a fully responsive, mobile 1st s9y theme

Thanks Harald, really glad you like it. :D What Don has created is a really brilliant use of the capabilities of s9y and Bootstrap to provide anybody, even with no or very little html and css knowledge, a modern, clean and fully responsive blog site. From that point on, it then depends on your own d...
by NeilW
Sun Aug 02, 2015 1:07 am
Forum: Themes
Topic: Clean Blog - a fully responsive, mobile 1st s9y theme
Replies: 65
Views: 244443

Re: Clean Blog - a fully responsive, mobile 1st s9y theme

Hi Harald, That looks great and glad you got it working for you. As I mentioned below there would be a number of ways to use the standard Configuration fields in s9y and Clean-Blog to achieve your aim. (Don't always believe the field labels :wink:) - I was just giving you some other options, if you ...
by NeilW
Fri Jul 31, 2015 1:46 am
Forum: Themes
Topic: Clean Blog - a fully responsive, mobile 1st s9y theme
Replies: 65
Views: 244443

Re: Clean Blog - a fully responsive, mobile 1st s9y theme

Don, do you think it is possible to add a "Youtube feed-URL." to the Social-Links in one of the next versions? Hi Harald, I don't think that editing the Clean-Blog template to include a static "Youtube feed-URL" on the pages of your blog would be too hard. But probably the best ...
by NeilW
Sat Jul 18, 2015 10:31 am
Forum: General discussions
Topic: How to get s9y to detect that it is in the backend?
Replies: 22
Views: 13106

Re: How to get s9y to detect that it is in the backend?

Hi Don, The tough thing has been that I am also trying to fit the blog in to work with my site management software and also plugins for that. So it has not been straight forward and a lot of trial and error along the way. That Firefox header problem was genuine as Firefox is not as forgiving as Safa...
by NeilW
Fri Jul 17, 2015 4:31 am
Forum: General discussions
Topic: How to get s9y to detect that it is in the backend?
Replies: 22
Views: 13106

Re: How to get s9y to detect that it is in the backend?

Seems like a bit of sleep and a number of clears of the Firefox cache has got rid of the Firefox error at the moment. I am wondering if there is another way to do this without directly editing the config.inc.php file? Is it possible for me to create a separate menu.php file in the theme folder that ...
by NeilW
Thu Jul 16, 2015 9:36 pm
Forum: General discussions
Topic: How to get s9y to detect that it is in the backend?
Replies: 22
Views: 13106

Re: How to get s9y to detect that it is in the backend?

OK, moved over from Safari from Firefox which had no previous site cache. Still getting the javascript error on the backend. Then tried to go into the blog and got this; == SERENDIPITY ERROR == Cannot modify header information - headers already sent by (output started at /home/mysite/public_html/slp...
by NeilW
Thu Jul 16, 2015 9:17 pm
Forum: General discussions
Topic: How to get s9y to detect that it is in the backend?
Replies: 22
Views: 13106

Re: How to get s9y to detect that it is in the backend?

I don't know what is happening at the moment, i just tried to go back into the backend and got that same message as before about the javascript files not working. It seems that my browser cache is not fully clearing between code attempts so what looks good one minute is not the next. I am continuall...
by NeilW
Thu Jul 16, 2015 9:06 pm
Forum: General discussions
Topic: How to get s9y to detect that it is in the backend?
Replies: 22
Views: 13106

Re: How to get s9y to detect that it is in the backend?

That is this code, which has been working perfectly to this point; <?php $string = 'serendipity'; $fullstring = $_SERVER['REQUEST_URI']; if (strpos($fullstring,$string) !== false) { $_REQUEST['page'] = 'blog'; // Let serendipity generate our content: ob_start(); require 'index.php'; $blog = ob_get_c...
by NeilW
Thu Jul 16, 2015 9:02 pm
Forum: General discussions
Topic: How to get s9y to detect that it is in the backend?
Replies: 22
Views: 13106

Re: How to get s9y to detect that it is in the backend?

Still got a problem :( When I first go into the blog page on my site, I get; Parse error: syntax error, unexpected $end in /home/mysite/public_html/member/mybusiness/blog/blog.php on line 34 If I refresh the page, it comes up fine, so it seems that it is not coming in on first attempt, any thoughts?
by NeilW
Thu Jul 16, 2015 8:50 pm
Forum: General discussions
Topic: How to get s9y to detect that it is in the backend?
Replies: 22
Views: 13106

Re: How to get s9y to detect that it is in the backend?

OK, yes just nutted that out, but the problem now is that the whole bloody thing seems to work perfectly now and I am not used to that! :lol: :lol:

Thanks guys it seems we have cracked it, I will push ahead now and hopefully all will remain good.
by NeilW
Thu Jul 16, 2015 8:40 pm
Forum: General discussions
Topic: How to get s9y to detect that it is in the backend?
Replies: 22
Views: 13106

Re: How to get s9y to detect that it is in the backend?

Thanks guys,

That last idea sounds promising then as I still have back end failures to this point.

But being a newbie to all of this, can you please be specific as to exactly where I include that code?
by NeilW
Thu Jul 16, 2015 12:37 pm
Forum: General discussions
Topic: How to get s9y to detect that it is in the backend?
Replies: 22
Views: 13106

Re: How to get s9y to detect that it is in the backend?

Hi confused, :lol: Well one of us is anyway. :wink: No I really didn't realise that, which tends to explain a lot. It would be interesting why it happens with particular servers. The one I use is pretty much a standard commercially shared Linex server, so you would think that all things would be fai...
by NeilW
Thu Jul 16, 2015 10:35 am
Forum: General discussions
Topic: How to get s9y to detect that it is in the backend?
Replies: 22
Views: 13106

Re: How to get s9y to detect that it is in the backend?

Thanks onli, I will make that adjustment to the freetag plugin after reinstalling it. It was probably more my phrasing of the question than Don misunderstanding it, but yes, we only want that code if we are in the front end blog. It has to be totally isolated from the back end. But from what I have ...