Thor Sarup
Forum Replies Created
-
Forum: Plugins
In reply to: [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] own templateOk, so I have no option for a filter or anything to force the title on? I have tried other lightbox’es that will show it – but they do not work if I use the navigation in the bottom and go to “page” 2 of the gallery.
I have tried a fresh install – with the standard Twenty themes. Only installed Photonic and Classic Editor. It still happens here in Chrome and Edge (Windows). Firefox, however, works. If i disable Photonic it works in all browsers. Something must be conflicting, but there are no console errors.
Thanks ??
Too bad ??
When I add ? to the “more” text field and saves it works fine, but if I click the shortcode it does not pre-select the options already added in the shortcode (like “Google Photos” in the first screen “Choose Gallery Source”)
Forum: Plugins
In reply to: [WP-Sweep] After sweep revisions are disabled??Ah, I just had to add some content and save the pages (creating a revision) ??
Forum: Plugins
In reply to: [Yoast SEO] Post breadrumbs shows hierarchical taxonomy in wrong orderIt works!
Thanks for super fast support ??
Forum: Plugins
In reply to: [Import Social Events] Event ticket linkThank you. Awesome. Just saw that IFE gets the link, and it is super easy using the custom field with Event Manager.
IFE is an excellent plugin ??
Forum: Plugins
In reply to: [WP Featherlight - A Simple jQuery Lightbox] error with 1.0.0awesome – works perfect! thank you very much.
Forum: Plugins
In reply to: [WP Featherlight - A Simple jQuery Lightbox] error with 1.0.0could you point me into the direction of what I need to change, to remove the error?
Forum: Plugins
In reply to: [WP Featherlight - A Simple jQuery Lightbox] error with 1.0.0any news on a new (development) version? (piklist hasn’t fixed it yet)
Forum: Plugins
In reply to: [Media Library Assistant] suggestion for admin interfaceexcellent! Will update now ??
Forum: Plugins
In reply to: [WP Featherlight - A Simple jQuery Lightbox] error with 1.0.0Awesome. Thank you very much!
Forum: Plugins
In reply to: [WP Featherlight - A Simple jQuery Lightbox] error with 1.0.0Thank you for your fast reply!
Of course I should have done the usual “disable all plugins” first ?? I have narrowed it down to one plugin – piklist, unfortunately it is a must use plugin for me.
Definitely some metabox clash between these two. Happens on a simple custompost when editing or adding new post.
No problem.
No its a bit the other way around – I don’t want the footer area to appear in the drop down list.
(I have no interest in putting footers and other “default” sidebars into my own sidebar areas.)I ended up styling it away ??
Like this:
add_action('admin_head', 'style_admin'); function style_admin() { $screen = get_current_screen(); $cur_php = basename($_SERVER['PHP_SELF']); if ($cur_php == "post.php") { if ( $screen->post_type == 'page' && isset($_GET['post'] ) ) { // page edit } echo '<style> .wp-admin .cs-replacement-field option[value|=footer], .wp-admin .cs-replacement-field option[value=sidebar-left], .wp-admin .cs-replacement-field option[value=sidebar-right] { display: none; } </style>'; } }
But if there are other ways I’m all ears.
Hello ??
I think it is just my understanding of the plugin that wasn’t there ??
I thought the dorpdowns would show on the page edit screen of the static frontpage. But for that particular page the (only) approach is to set it in the widgets section, right?