Jesper Johansen (jayjdk)
Forum Replies Created
-
Forum: Plugins
In reply to: [MP6] Add support for multiple select tagI mentioned it in the MP6 Office Hours on IRC today and Joen is taking a look at it.
https://irclogs.wordpress.org/chanlog.php?channel=wordpress-ui&day=2013-08-26&sort=asc#m114003
Forum: Plugins
In reply to: [MP6] Add support for multiple select tagForum: Themes and Templates
In reply to: [Cakifo] How to adjust height of header and footer?You should not edit style.min.css directly. You should be able to overwrite the styles in your child theme.
Could you please link to your site?
Forum: Themes and Templates
In reply to: [Cakifo] How to adjust height of header and footer?Hello,
Try this:
// default values - increase or decrease them #branding { padding-top: 60px padding-bottom: 50px; } #footer { padding-top: 40px padding-bottom: 40px; }Hope that helps you. If not, feel free to write again.
If you have any question beside this one, I recommend that you sign-up for Theme support on Theme Hybrid. You’ll find a section called “Cakifo” on the support forum.
– Jesper
Forum: Themes and Templates
In reply to: [Cakifo] Responsive not working on iPhone 4This will be fixed in the next version which hopefully will be released some time this month.
If you want it right now, you can create a child theme (https://github.com/jayj/Cakifo/wiki/Child-themes) and add this to the child theme functions.php:
add_action( 'after_setup_theme', 'my_child_setup', 11 ); function my_child_setup() { /* Get the parent theme prefix. */ $prefix = hybrid_get_prefix(); /* Add the 'viewport' tag. */ add_action( 'wp_head', 'my_child_viewport_tag' ); /* Other Actions and filters calls go here. */ } function my_child_viewport_tag() { echo '<meta name="viewport" content="width=device-width, initial-scale=1">'; }Hope that helps you. If not, feel free to write again.
If you have any question beside this one, I recommend that you sign-up for Theme support on Theme Hybrid. You’ll find a section called “Cakifo” on the support forum.
– Jesper
Forum: Reviews
In reply to: [Jayj Quicktag] Works perfectlyThank you for the kind words and the rating! Glad you like it 🙂
Forum: Themes and Templates
In reply to: [Cakifo] Static front page not workingYou’re welcome!
I’m marking this as resolved.
– Jesper
You should not edit
functions.phpin thecakifofolder. You should editfunctions.phpin thecakifo-childfolder.The code should work. Are you sure the child theme is activated?
I’m sorry but I can’t help more. I offer limited free support for the theme – please sign-up on Theme Hybrid for more support.
Forum: Plugins
In reply to: [Jayj Quicktag] how do you save the fields in options.php?The
jayj_quicktag_register_setting()function usesregister_setting()which handles the saving. Thejayj_quicktag_options_validate()function validates the saved options.You can read about
register_setting()here: http://codex.wordpress.org/Function_Reference/register_settingForum: Themes and Templates
In reply to: [Cakifo] Related posts widget is not workingTry kontakt [at] jayj.dk directly
I’m sorry but I’m currently not available for any freelance work. What kind of widget/plugin are you looking for?
– Jesper
Forum: Themes and Templates
In reply to: [Cakifo] Related posts widget is not workingI’m sorry but I haven’t received any email from you.
Forum: Themes and Templates
In reply to: [Cakifo] Related posts widget is not workingAre you sure you have it in the right widget-area? Because I can see the widget in the sidebar. But on your posts it says ‘No related posts’ – have you choosen any taxonomies in the widget settings?
You can change the styling either by creating a child theme https://github.com/jayj/Cakifo/wiki/Child-themes or using Jetpack’s Custom CSS module. It seems like you should adjust
padding-topon#brandingI’m providing limited free support for this theme. So if you have any questions beside these ones I recommend you sign-up for support on Theme Hybrid.
– Jesper
Forum: Themes and Templates
In reply to: [Cakifo] Related posts widget is not workingHello,
It’s hard to help without a link to your site.
Also:
What widget-area have you added the widget to?
What are your settings for the widget?Is it not showing at all or is it saying ‘No related posts found’?
– Jesper
Forum: Themes and Templates
In reply to: [Cakifo] Center Header ImageYou’re welcome 🙂