Wordpress Guy
Forum Replies Created
-
I am also facing the exact issue on one of my website whereas others are working as fine (with similar configuration and same host). Tried enabling/disabling other plugins to ensure the conflict.
Any fix will be greatly appreciated.
I think the most viable solution will be to add an option for widget title being clickable or not. And for the user who wishes to make it a URL, he may have an option defining link target(_blank).
Even my client didn’t like the title being URL and title inconsistency when it comes to sidebar’s look and feel. I’ve to fork it manually to make it gone. Other workaround is to leave the title field blank (using same on my blog).
But this URL thing must be optional than being default with no option.
Forum: Plugins
In reply to: [Custom Share Buttons with Floating Sidebar] Shared URL errorHi !
I’m facing the similar issue here as explained by the above friend.
I use my sidebars to show some posts as popular or posts from select categories. The plugin which should pull the post URL is erratically taking URL from elsewhere in the page (from sidebar).
Works fine with those widgets disabled.
Try this code by putting it in your custom css module :
.jetpack_subscription_widget input[type=text], .jetpack_subscription_widget input[type=email] { color: #333; padding: 12px !important; width: 92% !important; } .jetpack_subscription_widget input[type="submit"] { background: #363636; color: white; margin: 0; width: 100% !important; line-height: normal !important; padding: 12px !important; height: auto; border: none; box-shadow: none; text-shadow: none; } .jetpack_subscription_widget input[type="submit"]:hover { background: #05c1bb; }
You can change the background value to your own liking ! Also fiddle with other values as per your preferences …
Forum: Plugins
In reply to: [Custom Post Type UI] Renaming Taxonomy while retaining its elementsThanks Michael for an immediate answer !
I too thought that the name ‘author’ might have been a reserved slug or was conflicting with WP default. I just renamed my Taxonomy to ‘authors’ and transferred all the terms to new one with the help of Taxonomy Converter. Now it is working as fine !
Three cheers for your plugin ??
marking resolved …