Edward Caissie
Forum Replies Created
-
Forum: Plugins
In reply to: [BNS Featured Category] 2 suggestions for future releases@bace135 – There are a few ways to implement this from your own custom site plugin to adding some code to your theme’s
functions.phpfile. The custom site plugin is more future proof as you generally retain full control over it whereas the theme will be subject to update over-writes the same way plugins are.As it is, use something along the following in either place:
function my_bnsfc_link() { /** This is what you replace the ∞ with */ return 'Continue Reading'; } add_filter( 'bnsfc_link', 'my_bnsfc_link' );@matteo4536 – Thanks for the follow-up. Have you addressed this with the author of the “Basic Google Maps Placemarks” plugin?
Also, are you still seeing the incorrect tool-tip when hovering over the ATP button? It should read “Attach NextGEN Gallery to Post”
Thanks!
– Cais.
Forum: Plugins
In reply to: [BNS Add Widget] Trying to get a true sub-footer widget@jtillman – My apologies for not picking up this topic much sooner. Basically the Add Widget plugin is designed to add a widget area to the footer. It was basically introduced when themes where still being released without widgetized sidebars and to fill a need at the time as well.
A bit of history: BNS Add Widget was created so a site without widgets could use the BNS Corner Logo widget (prior to BNS Corner Logo having its own shortcode).
The article you reference seems to fill in all the blanks as far as what you are suggesting (I hadn’t read it before just a few minutes ago) so I would follow along what they are suggesting. The plugin itself was, as I noted, created for a specific need, but as “Joe Foley” wrote it can be used for much more with a little imagination and some custom CSS … although it may be more of a challenge with some themes than others.
– Cais.
Forum: Plugins
In reply to: [BNS SMF Feeds] Crashes Site@riesgraf – What is the specific SMF Forum RSS feed you are trying to display? Essentially the plugin is designed to create the RSS URL and then display that feed using the SimplePie functionality from WordPress core.
There may be something in how you configured the plugin as well, so a screen capture of those settings may also be useful.
Thanks!
– Cais.
Forum: Plugins
In reply to: [BNS Featured Category] 2 suggestions for future releases@bace135 – Thanks for the ideas, my apologies for not picking up this earlier.
The first in interesting but more involved than what I would want and I like the idea of being able to always see multiple choices at a glance. Granted it may not be as intuitive as seeing the category name but it does keep the interface simpler.
As to the second item you should be able to use the
bnsfc_linkhook to change the infinity symbol. I purposely added that hook with version 2.5.Thanks, again!
– Cais.
@jopiejans – Great news! Thanks for letting us know this got sorted out.
– Cais.
Forum: Plugins
In reply to: [BNS Featured Category] specific category for specific layout@wordprosystems – I would recommend installing and activating Jetpack (http://wordpress.org/plugins/jetpack/) if it is not already installed and activated. Then make sure the “Widget Visibility” module is active.
Now you should be able to use the “Visibility” button and its logic to have whatever widget you want display on whichever page suits your needs.
Thanks!
– Cais.
Forum: Plugins
In reply to: [BNS Featured Category] Text Underline@laura.techlaborate – A link to your site and the specific page / post where I can see what you are trying to accomplish would make it much easier for my to provide any suggestions.
Thanks!
~Cais.
Forum: Plugins
In reply to: [BNS SMF Feeds] Boards and Categories by IDGreat idea, @painfield! I just added some additional text and will be releasing it shortly.
Thanks!
~Cais.
@matoca – Did you remove the three NextGEN Gallery tables from the database? That is generally more than enough to reset the NextGEN indices.
– Cais.
Forum: Themes and Templates
In reply to: [Desk Mess Mirrored] Paginate within the post is not workingAll – Apologies for the late reply but I have never seen an issue with:
<!--nextpage-->when it is used with Desk Mess Mirrored, however I cannot speak to what might happen if you modify core WordPress files to attempt to alter its functionality.
Thanks!
Forum: Themes and Templates
In reply to: [Desk Mess Mirrored] Missing Template@mmartin44 – Sorry for the late response, did you ever manage to get this resolved?
Yes, @tizz, this is where I began my WordPress learning … and I still recommend it as a great way to both learn and contribute to the community.
~Cais.
Forum: Plugins
In reply to: [BNS SMF Feeds] Limit max length of Feed title@digitalmahdi – I am basically just maintaining the plugin at this time since I no longer have any site with a SMF forum actively installed.
The idea of limiting the “title” may be possible but I have not considered it but if it is easily addressed in a future update I will definitely consider it.
Thanks for the idea.
Forum: Plugins
In reply to: [BNS SMF Feeds] Boards and Categories by ID@painfield – The plugin/widget essentially just builds an RSS feed URL for SMF Forums; and, to the best of my knowledge it is still creating the URL correctly. You can see the full feed URL by looking at where the RSS icon is linking to.
The feed also appears to draw from the first items it finds based on the order of the individual parameters used.