Please note: This is an old post. The information is probably not accurate and up-to-date anymore.
I’m currently working on version 1.6 of Cakifo and I’d like your input on what should be in that version.
So if you’re using Cakifo this is your opportunity to decide how to make it even more awesome! If you have a few minutes, please answer the survey below:
The survey is now over! Version 1.6 has been released.
Thanks to everybody who answered!
Even though your suggestion might not have been added, it has been heard and being very valuable during the development 🙂
I’ve been using this theme for a few days now and I really love all the easy configurations. Thank you so much – I’ve been searching forever for a theme like this.
Thank you for the kind words and for answering the survey 🙂
– Jesper
I think you should add seo to the file names “header.php”,such as:
…[code removed]…
————-
suggested by Suoling.net
Sorry for my poor English!
Some php functions are baned in my previous comment,sorry for it!
Hello Jack,
I removed the code from your comment. Do you have a link to the code? You can create a gist: https://gist.github.com/
But I will not add any SEO stuff to the theme. That is plugin territory.
– Jesper
Loving the theme. Ticks all the boxes for what I was after.
Wondering how you change the Featured slider background colour and also the box around the Recent Posts heading.
Thanks
Hello Andrea,
Thank you.
You have two options. Either create a child theme or use the “Custom CSS” module in Jetpack.
The CSS you should use would be something like this:
Hope that helps you. If not, feel free to write again. If you have any questions beside this one I recommend you sign-up for theme support on Theme Hybrid.
– Jesper
Thanks Jesper. Worked it out. Still having a play around with my site, very happy with it so far.
I love this theme! But I have a question, how do you remove the yellow background that shows behind the adsense ads? I’ve read that it has to do with the ins tags, but when I go to the css stylesheet and change the tag to this:
ins {
background: none;
color: none;
I find that the yellow background still appears, and it just doesn’t look right. Is there a particular way to change the yellow background to white. I’ve even changed the background to #ffffff, but it still doesn’t change it and the yellow remains.
Please help.
Thanks.
Hello Alfred,
Thank you.
I can’t answer your question without a link to your site. There’s nothing in the theme CSS that directly targets Adsense ads.
If you’re correct and it’s because of the ins tag, try creating a child theme (https://github.com/jayj/Cakifo/wiki/Child-themes) and put the CSS in that.
– Jesper