OthelloBloke
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Twentyfifteen YouTube URL EmbedNo… even with plugins it doesn’t work.
I simply paste the YouTube URL.
Forum: Plugins
In reply to: [WP-Filebase Download Manager] use htaccess/htpasswd for file protectionHello…
I would dearly love to be able to do this.
Use .htpasswd files to protect the directory the files are in so there’s a double security layer.
Any idea how to please?
Forum: Fixing WordPress
In reply to: Custom fields in 3.4.2I am getting this too.
This is DEFINITELY a bug.
Sometimes when clicking Add Custom Field The button sometimes disappears momentarily, turns yellow, and reappears in the box above…
And sometimes when clicking Add Custom Field the button disappears and gets replaced with some line about custom fields in your theme.
When will this bug be fixed? It’s crippling my job atm 🙁
I solved my issue.
The store was selling blankets and a friend put the blanket’s dimensions of 41″ x 41″ x 1″.
As soon as I put zero in the product’s dimension, it worked. Seemed like Canada Post doesn’t do boxes 41 inches long bahahahaha.
Try putting zero’s or a smaller dimension set in a product and try again
Also – the flat rate that shows doesn’t adjust the amount of the cart upon ‘Update Cart’.
It just defaults back to Local Pickup.
I’m having this same problem – everything was working and now it’s not.
I have the Canada Post shipping plugin enabled, flat rate, free local delivery, and free pickup.
The form only shows the flat rate and local pickup.
I’ve got all countries enabled. Not sure what’s happening? Help please?
Forum: Fixing WordPress
In reply to: Require a Simple PHP (!) if-else code… I think!The following page gives a perfect example of what you need.
http://codex.ww.wp.xz.cn/Function_Reference/has_post_thumbnail
Forum: Plugins
In reply to: Creating link to email form with email defined in shortcodeBump. Anyone?
Forum: Fixing WordPress
In reply to: Only Display Immediate ChildrenCouldn’t you just add ‘&depth=2’ ?
Forum: Themes and Templates
In reply to: Autofocus theme, Facebook Like BoxThe WordBooker plugin does it in the profile. And quite brilliantly I think.
Forum: Fixing WordPress
In reply to: How to add google map feature in wordpress without using any plugin?You’d have to be proficient in php to make it manually which could take months and months.
Save yourself the stress 😉 You could open the plugin and study the code to see how it’s done.
Forum: Fixing WordPress
In reply to: Can't insert Youtube on Home Page but appears in postThis is because you’re using the_excerpt(); on the front page which strips all html tags out.
If you stop using that then your video will show.
Forum: Fixing WordPress
In reply to: WordPress installation hackedLooks fine to me?
Forum: Fixing WordPress
In reply to: Sidebar text is overlappingIn your CSS, you have two body css declarations, and in those you have:
line-height:0;
Remove that.
Forum: Fixing WordPress
In reply to: How to add google map feature in wordpress without using any plugin?Well first it’d be helpful if you’d explain why without using a plugin