chrisbitz
Forum Replies Created
-
Forum: Plugins
In reply to: [Import and export users and customers] Third column ignoredFunny – I have the exact problem too – and my csv file is identical to yours too.. ??
Thanks for a great plugin, it’s really useful!
Forum: Plugins
In reply to: [The Events Calendar] Not reading child theme?fixed it myself.
you need to create a new file in the child theme called tribe-events.
/tribe-events/tribe-events.cssfull info here.
https://theeventscalendar.com/knowledgebase/themers-guide/Forum: Themes and Templates
In reply to: [Hueman] home page post-list 3 columnsWonderful! Thanks very much. I’d misunderstood your original bit. I thought everything went in functions.php.
thanks very much for your time!
Forum: Themes and Templates
In reply to: [Hueman] home page post-list 3 columnsI’ve done a bit of reading and searching, and it seems that the problem is that you cannot call Option tree – ot_get_option() in a child theme, without declaring or copying another function in advance or something…
I can’t work out what other things I need to do though – any more clues guys?
I can hard code it in index.php very easily, but that’s not how you learn, is it? ??
Forum: Themes and Templates
In reply to: [Hueman] home page post-list 3 columnsThanks very much for the help – I’ve tried a number of different options, but I get various errors, and finally, I simply copied the entire index.php, and pasted it in child/functions with nothing else. I get this error:
Fatal error: Call to undefined function ot_get_option() in /home/freyacat/public_html/myctest/wp-content/themes/hueman/header.php on line 42
It may be strange, as the error references the original index.php, but I’m positive I’m editing the child index.PHP
Also, both versions of index.php are only 35 lines long, yet the error’s in line 42?
Maybe I have to define that I’m replacing index.php at the top of child/functions.php?
Thanks again, Hope I’m not being dumb ??
Forum: Themes and Templates
In reply to: [Hueman] Not using my child themeThanks very much, that fixed it!
The next step is to insert some PHP code, but I’ll start a new topic for that ??
I’ve marked this resolved.
Forum: Themes and Templates
In reply to: [Hueman] Not using my child themeThanks for the reply. The .mystyle{} is just what came in the ready made child theme that I downloaded from #
https://github.com/AlxMedia/hueman-child/archive/master.zipI was trying to change it from 2 columns in the post-list to 3, but I can’t see what I’m doing wrong!
the site is https://freyacat.co.uk/myctest
thanks again!
Forum: Themes and Templates
In reply to: [Hueman] home page post-list 3 columnsThis is exactly what I’m looking for…
But I’m afraid it’s a little more complicated than I understand.
I’ve downloaded the example child theme – Is this something I should put in a child theme, or do you need to insert it in the main code? (I understand that’s a risk if the site’s updated?)
I love this theme! ??
I’ve changed over to using the facebook fanpage number, and it still says I have 11 fans, when the correct number is 72 now.
https://www.facebook.com.teegofreya
I’ve entered the number 120279018049876 in the box, and is still says 11 fans.
Just letting you know it’s still not working ??
thanks for the plugin, though, I use it many times a day.
(ps, in the server checklist, it says “Stats plugin: not installed”, I guess because I’m using Jetpack, but everything else seems to be working, and the Facebook fans page stopped working before I swapped over to jetpack)
hmm, I am talking about a fan page – once you have more than 25 fans, you get a word instead of a number….
Thanks to the new update, YouTube is now working properly, but Facebook is still broken.
thanks!
The address is https://www.facebook.com/teegofreya so I entered teegofreya in the box… is that right?
thanks again!
Forum: Fixing WordPress
In reply to: click to biggifyThat’s perfect, thank you very much t31os_. I must have accidentally unchecked that in the past sometime.
Thanks for the great help.
Chris.
Forum: Fixing WordPress
In reply to: Why does hard return work sometimes and sometimes not?I’ve had the same problem, when trying to get text next to the picture that I want.
the only solution I found, is to do this
.
.
.
.
but that’s far from satisfactory!