Kye
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hiero] Scheduled Posts Missing Assigned TimesHey there.
You might like to give this a shot and see how it works for you:
http://ww.wp.xz.cn/plugins/wp-missed-schedule/
Hopefully that should fix you up.
Take care.
Thanks for that Jan. 🙂
Hey again.
Thank you for popping back in and leaving your new comment, I really appreciate that. 🙂
I think the only way is to ask the guys here at WP.org to edit or remove it. I’ve tagged them so hopefully they will drop in and take a look. 🙂
Thanks again, have a great weekend! 🙂
Forum: Themes and Templates
In reply to: Jetpack Mobile Theme forces mobile on desktops tooHey there.
I tried on a couple of browsers and it looks fine for me on Mac.
I then tried on iPhone and I got the mobile theme every time. All appeared to be good.
Has anyone else reported issues, or if you haven’t asked anyone else yet then maybe that would be a place to start.
I know you said sporadically but have you not noticed any patterns at all, certain browser/os, certain mobile phone or mobile browser? Certain page?
Take care.
Forum: Themes and Templates
In reply to: [Fruitful] aligning text and imageThank you for the kind comments.
If you’re planning on attending the European WordCamp event in September then let it be know I love cake!
Chocolate cake, carrot cake, CAKE! ha ha.
Sorry, I became a little peckish from looking around your site, 🙂
Have a great weekend! 🙂
Forum: Themes and Templates
In reply to: [Make] Get rid of Reply sectionHey Scottrollo.
I don’t use the theme personally but the theme can display that message if the right criteria is met.
http://themes.svn.ww.wp.xz.cn/make/1.1.0/comments.php
I see the code there first checks if the comments are open, it then checks to see if any pre-existing comments are present and finally ensures the post type supports comments.
So basically if there were once any comments but now the post is closed the comment and that specific message would display. So really it depends on how jsender may have previously ran the site and if they wish past comments to be live should they exist.
Great point though, generally it wouldn’t. Thanks for letting me know and prompting me to look. 🙂
Forum: Fixing WordPress
In reply to: wp-login.php is blank, all else fails!That’s awesome, I’m glad that suggestion worked out for you. 🙂
You’ll be a hero to your fraternity. 🙂
Have a great weekend!
Hey joekober.
Thanks for your patience on this one, glad we could get it sorted for you. The next release should contain this fix. 🙂
Take care.
Forum: Themes and Templates
In reply to: [Fruitful] aligning text and imageHey there.
In your CSS you have this before:
/ Align text and image on homepageAnd this after:
/ Remove underline from linksIs there a reason?
That’s the cause of the issue. If you are wanting to comment in the CSS then you comment like this:
/* Align text and image on homepage */Note how you open and close the comment with /* and then */
Hope this helps. 🙂
Forum: Themes and Templates
In reply to: [Fruitful] aligning text and imageAwesome news!
Glad I could help 🙂
Forum: Themes and Templates
In reply to: [Fruitful] aligning text and imageWhere exactly in the sheet?
I’m guessing it wasn’t the bottom?
There is a chance that the theme has a CSS field in the options, but if not then you can make a child theme:
http://codex.ww.wp.xz.cn/Child_Themes
http://premium.wpmudev.org/blog/create-wordpress-child-theme/Or you can instead use a plugin if you like:
http://ww.wp.xz.cn/plugins/custom-css-manager-plugin/screenshots/
http://ww.wp.xz.cn/plugins/my-custom-css/screenshots/
http://ww.wp.xz.cn/plugins/pc-custom-css/
http://ww.wp.xz.cn/plugins/imporved-simpler-css/screenshots/
Editing the main stylesheet will mean that updates overwrite the changes you made.
Have a fantastic day! 🙂
Forum: Fixing WordPress
In reply to: removing "archive for catergory:" from category heading in pageJust to add, I noted you’re using this theme:
http://www.wpzoom.com/themes/vimes/
As it’s a premium one I couldn’t take a look at the code to make any suggestions other than the CSS. For any further help unfortunately you would need to chat with the author of the theme, WordPress forum rules prevent us from assisting on premium themes and plugins, sorry.
http://codex.ww.wp.xz.cn/Forum_Welcome#Commercial_Products
Take care.
Forum: Fixing WordPress
In reply to: removing "archive for catergory:" from category heading in pageHey there.
Sauces, they sound nice! I love making my own sauces for BBQ’s as well 🙂
Anyway, if you don’t want the whole block you could add this CSS:
#heading{display:none;}There is a chance that the theme has a CSS field in the options, if not then you can make a child theme:
http://codex.ww.wp.xz.cn/Child_Themes
http://premium.wpmudev.org/blog/create-wordpress-child-theme/Or you can instead use a plugin if you like:
http://ww.wp.xz.cn/plugins/custom-css-manager-plugin/screenshots/
http://ww.wp.xz.cn/plugins/my-custom-css/screenshots/
http://ww.wp.xz.cn/plugins/pc-custom-css/
http://ww.wp.xz.cn/plugins/imporved-simpler-css/screenshots/
Have a fantastic day! 🙂
Forum: Fixing WordPress
In reply to: Hide Title Doesn't Work with Certain Characters in TitleHey there.
I’m not sure which plugin you refer to, but it would be worth posting in the relevant plugins forum so that the developer can take a closer look.
Take care.
Forum: Fixing WordPress
In reply to: Select Featured Image Upload ErrorHey there.
If you tried other browsers, images, etc, then I think the admin will need to look at this as he will need to debug the issue, like does it work for him, could it be a theme or plugin conflict, was anything added code wise that is custom from the norm, that kind of thing. The admin would also be able to check any error_log.
Take care.