Edward Caissie
Forum Replies Created
-
@kuene – A standard installation for WordPress has the
/public_html/folder as writable with an equivalent permission of0750, what permissions are you using for your WordPress installation?– Cais.
@dkchi2010 – Thanks! I have sent you the patch file.
Please let us know if it works … either here or via the Bug Report conversation.
Thanks!
– Cais.
@borro – Please try again to visit the site … I believe you are correct regarding the geographical restrictions (I have lifted some of them from the site), you should be able to see everything fine now.
~Cais.
Forum: Themes and Templates
In reply to: [NoNa] Image not showing up on sidebar@stacier – Sorry for not noticing this before … did you manage to get things resolved? As this really doesn’t seem like a theme issue so much as a possible issue with how you were trying to insert the image.
Thanks!
~Cais.
Forum: Themes and Templates
In reply to: [Desk Mess Mirrored] Running v1.7.2@sbmongoos – Sorry for the delay in responding, unfortunately these forums do not provide a very good method of providing support (although I am trying a new approach to stay more up-to-date in them).
As to updating, there have been many, many changes since version 1.7.2 and the first thing to note is you will lose all of your customizations as this is just how the WordPress theme update process works. I would recommend doing the update on a test server to see what may be the result and then go forward with a Child-Theme to make any future customizations to the theme.
~Cais.
Forum: Themes and Templates
In reply to: [Desk Mess Mirrored] Graphics Updates?@mdiamond – I really have no intention to “update” the graphics in any of the header images but you are more than welcome to have someone help you change them to what you would prefer.
Thanks!
~Cais.
Forum: Themes and Templates
In reply to: [Desk Mess Mirrored] on click event@msphpwd – There is nothing in the theme that would directly affect any scripting being used. I would suspect an active plugin might be more likely the problem.
Thanks!
~Cais.
Forum: Plugins
In reply to: [BNS Featured Category] Get rid of the "Featured Category" title@florent LC – You should be able to set the field as empty, or use a
title=''parameter in a shortcode … can you provide a link to where you are using the plugin so I can offer any other suggestions?~Cais.
Forum: Plugins
In reply to: [BNS Featured Category] How to remove 40px bottom margins in widget@overyonderfield – There may be an issue with the current release and the custom CSS file location (which will be corrected in the next release … and may require re-locating the file elsewhere).
As it is, if you could provide a link to your site I would be happy to take a look and see if there is any suggestions I can make. The plugin should just be using your theme’s CSS but there should be something we can use to specifically target that element.
Thanks!
~Cais.
@darthjuanan – Although I strongly recommend updating to the current WordPress version the one you noted should work correctly with NextGEN Gallery but we are only focusing our support on current versions of NextGEN Gallery (at this moment it is 2.0.66) which may help sort out the issue(s) you have.
– Cais.
Forum: Reviews
In reply to: [BNS Featured Tag] Tried lots of different plugins, this did what I wanted@dahbadu – Thank you very much.
~Cais.
@brandon Kraft – Thanks for the update. I may not get a lot of use out of the feature but I do like to offer it for my readers all the same.
~Cais.
@josé – Thanks for the follow-up. I’m glad to read you like the Shutter Lightbox Effect.
– Cais.
Forum: Plugins
In reply to: [BNS Add Widget] Fixed always visiable widget@lady1178 – Glad to read this worked for you. Thanks for the follow-up response.
~Cais.
Forum: Plugins
In reply to: [BNS Add Widget] Fixed always visiable widget@lady1178 – The plugin hooks into
wp_footercall in the theme so although it may be possible it is definitely not something that was considered when the plugin was written.What CSS were you trying to use?
Something like this will set the widget output into the bottom left corner of the screen:
.bnsaw-credit { position: fixed; bottom: 0; left: 0; }The key is the
position: fixed;property.~Cais.
PS: I may do a more significant refactor of this plugin so remember to check the HTML elements that are available after updates to ensure the same one works as the
bnsaw-creditclass which really shouldn’t be the one to be used but it is the one I would recommend with the current build. C.