buddybuddy123
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Notification Bell] Open Notifcation Links in New TabI found the error.
I am using the plugin “Code Snippets” to add code to my functions.php file so I don’t have to open up hosting each time / get deleted in theme updates, and switching the options from:
- Only run code on site front-end
TO
- Run snippet everywhere
Fixed the problem. The links are now opening in a new tab correctly without having to manually place the code in the wp-notification-bell.php file.
All is good. Thanks for your help!
Forum: Plugins
In reply to: [WP Notification Bell] Open Notifcation Links in New TabYes @wpdever , both:
Add bell icon to menu for logged-in usersAdd bell icon to menu for visitors
Are enabled.
Adding the code directly to the bottom of wp-notification-bell.php does work now, they open in a new tab.
Forum: Plugins
In reply to: [WP Notification Bell] Open Notifcation Links in New TabThanks for the reply, @wpdever
I updated the plugin and added that code to my functions.php file but the links still do not open in a new tab.. I click the little bell in the main menu, drop down menu of manually added nonfictions, click, same tab.
.wnbell_notification_item_menu a
Forum: Plugins
In reply to: [WP Notification Bell] Open Notifcation Links in New TabThanks for the reply, @wpdever
I updated the plugin and added that code to my functions.php file but the links still do not open in a new tab..
If you click the bell in the main menu, you’ll see they still do not. Cleared my cache, and browser cache to make sure.. https://nagolbud.com/
Forum: Plugins
In reply to: [WP Notification Bell] Open Notifcation Links in New TabI read this thread:
(@jorisbudel)
Would be nice if links could be opened in new tabs with target=”_blank”.
(@wpdever)
Hi,
Thanks for your suggestion. I’ll add this option in the next update.
—-
But it doesn’t appear it was ever added to the plugin.. unless I’m missing something.