Roger Norling
Forum Replies Created
-
Or rather. Can I use the shortcode somehow to only display a link that opens up a playlist with the player?
The idea is to have a graphic banner on a site that opens up the player easier for users using mobile phones to browse the site.
Have to add that it seems to be working now. Probably was caused by cached files, although I had disabled and cleared those.
Now I just have to figure out a good way to list and filter authors by both surnam and “surname + first name”. Does anyone have any suggestions?
Seems to me as if you need to pay for a license to be able do that.
Forum: Plugins
In reply to: [Plugin Name: oQey Gallery] oQey Gallery breaks Widget adminStill having problems with this and I would appreciate a response. I’ll have to uninstall this one otherwise, but I really like it.
Forum: Plugins
In reply to: [Plugin Name: oQey Gallery] oQey Gallery breaks Widget adminOddly enough there is no problem in the “Inactive Widgets” or Widget Areas if I drag a oQey widget box to them in Admin. It is only in the “Available Widgets” area I have problem in that all the widgets appearing after the oQey widget can’t be dragged…
Forum: Plugins
In reply to: [Plugin Name: oQey Gallery] oQey Gallery breaks Widget adminWriting as a experiment and while learning how all this works, so I apologize for being a bit confused…
The error message was obviously due to me editing the file while the plugin was active.
However, the original problems arose before I had done any of this. No actual editing has been done either.
Forum: Plugins
In reply to: [Plugin Name: oQey Gallery] oQey Gallery breaks Widget adminReading similar cases with “inactive” files in plugins, it seems I might have to uninstall and reinstall the plugin. Is there any reasonably simple way to do this and still keep the installed galleries? It would be a huge pain in the ass to have to upload and rearrange them again.
Forum: Plugins
In reply to: [Plugin Name: oQey Gallery] oQey Gallery breaks Widget adminPossibly it has to do with the gallcore.php file, but in the editor it is listed as inactive, and when I try to edit it I get the following message:
Warning: array_merge(): Argument #2 is not an array in /storage/content/84/104584/XXX.com/XXX_XXX/wp-includes/widgets.php on line 778 Warning: Cannot modify header information – headers already sent by (output started at /storage/content/84/104584/XXX.com/XXX_XXX/wp-includes/widgets.php:778) in /storage/content/84/104584/XXX.com/XXX_XXX/wp-includes/pluggable.php on line 866
Forum: Themes and Templates
In reply to: [Brunelleschi] [Theme: Brunelleschi] Menu problemsI updated a bit so the submenus show the links in one single line instead of wrapping the text to the width of the main links:
#access ul ul li{
width: 100% !important;
white-space: nowrap;
}The results can be seen here: https://www.hroarr.com/
Forum: Themes and Templates
In reply to: [Brunelleschi] [Theme: Brunelleschi] Menu problemsThink I might have solved it by adding the following to the stylesheet.
#access ul ul li{
width: 100% !important;
}