ragulka
Forum Replies Created
-
Forum: Plugins
In reply to: [Widget Title Links] Doesn't work with the "Widget Shortcode" pluginI just tested and it seems to work fine. Are you using any specific settings that trigger this behaviour?
Did you try disabling all other plugins?
Forum: Plugins
In reply to: [Widget Title Links] Current page…?You can use the filter to override the actual link that the title points to. However, it doesn’t help you.
Detecting the url of the current page is quite involved and I am not sure this is something that I want to do in the plugin. You could, however, hack together something in your theme’s functions.php file.
I’d start with trying to get the URL of the current page and then hook into the
dynamic_sidebar_params
filter to see if you can find any widgets whose title link is the same as the current url – and then you can pretty easily add a “current-page” (or whatever) class to it.This is by no means an easy route to take, and requires pretty good understanding on how WordPress and widgets work though.
Forum: Plugins
In reply to: [Widget Title Links] Current page…?Perhaps you can try a CSS attribute selector: https://www.w3schools.com/css/css_attribute_selectors.asp
Forum: Plugins
In reply to: [Widget Title Links] Fatal error: conflict with RokBoxIt seems that RokBox is breaking how widgets actually are registered. I believe that RokBox is doing something wrong – they are replacing the actual widget callback with their own, which lacks the
get_settings
method, and thus, things break.You should probably ask the RokBox plugin author to fix this.
Forum: Plugins
In reply to: [Widget Title Links] Not working with "Sermon" WidgetIt seems that the sermon browser widgets are creating their own Widget Class, instead they are using widget functions directly. Because of this, the hooks that are used to add the extra controls to widgets in admin, never get called.
I am sorry, but it seems that there is nothing I can do to support these widgets. The author should update the widgets to make use of the Widgets API, rather than calling widget registration functions directly.
Forum: Plugins
In reply to: [Widget Title Links] Making the entire title-bar clickableJust released version 1.3.0 which adds this option.
Forum: Plugins
In reply to: [Widget Title Links] Making the entire title-bar clickableThat sounds like a totally valid use case. I’ll try to implement it over the weekend.
Forum: Plugins
In reply to: [Widget Title Links] Not working with "Sermon" WidgetHi, please post a link to the plugin. I couldn’t find it myself.
Forum: Plugins
In reply to: [Widget Title Links] Is there an option to make the link open in a new page?There is now. Just update to version
1.2.0
.Forum: Plugins
In reply to: [Widget Title Links] Not working with my widgetdglatiotis, I just released
1.1.2
with an update that should fix your issue. Can you please confirm?Forum: Reviews
In reply to: [Widget Title Links] Simply does not workHey, I just released version
1.1
that should work with any widget. Please try it out and let me know if it works with you now?Forum: Reviews
In reply to: [Widget Title Links] It is not validated for me. Help!Hey, this issue should be fixed in
1.1
Forum: Plugins
In reply to: [Widget Title Links] Not working with my widgetHey all, I just released an update that should make this plugin work with all widgets regardless if they are using the
widget_title
filter or not. Please upgrade to1.1
which should fix your issue.Forum: Plugins
In reply to: [Widget Title Links] Doesn't work with Social Stickers pluginFixed in
1.1
.Forum: Plugins
In reply to: [Widget Title Links] Widget Title Links not working with 3.6.1?I just released an updated version that uses a totally different method to attach links to widget titles. Please try again if it works with your widgets now.