Edward Caissie
Forum Replies Created
-
@datibus – No need to remove, but do please be careful when using lists. I modified your original post to wrap an orphaned
<li>tag but beyond that the post is fine to stay as is.Thanks!
~Cais.
@day Blakely Donaldson – You would need to locate all instances of
$content_thumb(and/or$excerpt_thumbas the case may be) and refactor that code to use two different parameters (one for width and one for height).You should be able to use the existing code to work through those edits. I would recommend ensuring you provide the additional options in the Widget panel unless you intend to hard code those parameters which would be slight different in the approach but possibly easier to hack into.
~Cais.
Forum: Plugins
In reply to: [BNS Corner Logo] Logo@anzy_91_8 – The plugin does not provide for a method to insert a logo in any specific place other than the four corners of your screen or in a widget area of your theme. If you theme has a widget area before the site title then you can simply drop the widget into that area.
Thanks for asking!
~Cais.
@alskanoelle – The Photocrati Theme is not hosted in the WordPress theme repository which these forums are meant to provide assistance with.
Please contact the Photocrati Theme support team directly via http://members.photocrati.com/ where they will be more than happy to help you sort out any concerns you may have.
Thanks!
~Cais.
@wippzone – We believe to have this specific issue sorted out and the correction has been committed to our next release branch. Essentially the change is in removing one line of code that is no longer needed.
In
wp-content/plugins/nextgen-gallery/nggallery.php:43comment out or remove the following line:$url = str_replace( '%', '%25', $url );This should correct the “double-encoding” issue with the % symbol.
Thanks!
~Cais.
Forum: Plugins
In reply to: [BNS Corner Logo] Logo position@derock299 – The plugin only uses absolute positioning into the corners of the site when not set to stay within the widget area it is inserted in. That being the case, you can expect when set to display on the right side it will be in the top-right corner, or the bottom-right corner.
I’m not really understanding what you mean by “at the righ(t) side”, if you are expecting it to scroll in a stationary position on the right side that has never been the intent of the plugin (and why there is the option to have the “logo” display within a widget area).
~Cais.
@morelandbe – The shortcode key is “aside” … based on your example, try the following:
[aside type=note](As usual, "host" . . . )[/aside]Thanks!
~Cais.
Forum: Plugins
In reply to: [BNS Add Style] Can't find "Appearance | Editor"@toni – Thanks (I used my JellyBeen powers to fix the link) … I forgot the
sin two places(?!)Tinkering is a great way to learn as well, a great many WordPress designers and developers started that way, too.
~Cais.
Forum: Plugins
In reply to: [BNS Add Style] Can't find "Appearance | Editor"@toni – Glad to have helped … you can also get involved in Theme Reviews as well. There’s lot to learn doing that, too … https://make.wordpress.org/themes/
< /shameless-TRT-recruitment >
~Cais.
Forum: Plugins
In reply to: [BNS Add Style] Can't find "Appearance | Editor"@toni – There are lots of places to gain some experience and learn something about WordPress design and development. Have a look around http://make.wordpress.org/ and get involved … learn by osmosis (*grin*).
When I was organizing WordPress Meetups, the majority of them were lesson/learning based … I plan to get back to that again, but I’m not convinced the “Meetup” ideals are the best to go forward with.
~Cais.
Forum: Plugins
In reply to: [BNS Featured Category] This strange symbol@supertoll – Thanks for sharing … this is specifically why I added that filter.
~Cais.
Forum: Plugins
In reply to: [BNS Add Style] Can't find "Appearance | Editor"@toni – If you’re interested in taking this one over we can most likely work something out easily enough … I have 17 other plugins (and some themes) in the WordPress repo. that will still keep me quite busy (*grin*).
~Cais.
Forum: Plugins
In reply to: [BNS Add Style] Can't find "Appearance | Editor"@toni – Thanks for pointing this out … it’s been some time since I reviewed the code in this plugin and you are correct. It basically is not very friendly towards Multisite installations. I would actually recommend something like Jetpack’s Custom CSS module in its place.
~Cais.
PS: I am probably going to let this plugin ride off into the sunset as there are much better and more functional plugins available to accomplish what this one does.
Core ticket – https://core.trac.wordpress.org/ticket/30950
~Cais.