WayneM1
Forum Replies Created
-
Great! Thanks ??
It would be super-awesome if footer logo link default was “yes to link to developer’s website” (if a URL is provided).
That way, developers won’t have to go back and select a radio button for each client site with the WLCMS when upgrading to 1.5.
Follow up…
Although the fix I posted about above works fine, it is susceptible to being “un-fixed” if there is an update to the plugin that does not incorporate a fix for this problem.
With that in mind, you can also effect a change to the CCS for this plugin by using another plugin “My Custom Css” (https://www.ads-software.com/extend/plugins/my-custom-css/). This is a very useful plugin for making any kind of CCS custom styling you want/need. It saves any added custom CSS in a separate file that will not be overwritten by theme or plugin upgrades. I needed to add some custom CSS for another different fix, and found this gem of a plugin. I highly recommend it.
Used this post to cobble together a solution:
Here’s what I did:
Edit your NextGen plugin nextgen-gallery/css/nggallery.css file
Add this style setting
width: auto;to
.ngg-gallery-thumbnail imgWorks great.
Suggestion: incorporate this change into the next update to the plugin.
Forum: Plugins
In reply to: [WP-PostRatings] Rating just one category?I think I figured this out on my own…
<?php if(function_exists('the_ratings') && in_category(xx) ) { the_ratings(); } ?>
This seems to work ??
Just change “xx” to the id of the category you want the rating system to show on.
Forum: Fixing WordPress
In reply to: Links to next and previous months“This plugin still works, but not with permalinks activated. Also this plugin is not maintained anymore, so I’m looking for another solution.”
Me too…
Forum: Fixing WordPress
In reply to: “Blog pages show at most…”I just used the wordpress admin area to install the “cbnet Different Posts Per Page” plugin.
Works great.
There was no regisration
https://www.ads-software.com/extend/plugins/cbnet-different-posts-per-page/
Forum: Fixing WordPress
In reply to: Generate post thumbnail from external imagesDitto. Looking for same…
Forum: Plugins
In reply to: linking gallery thumbnails to postsDid you have any luck with this?
I’m looking for the same thing.