bjoeri
Forum Replies Created
-
Also got this on a shitload of plugins!
What is going on!!???Forum: Fixing WordPress
In reply to: Custom post types issue/Import fails/Unknown typeFound this code in a file called register.php which is a part of the old theme, and I guess is a custom built theme.
// Typer $labels = array( 'name' => 'Typer', 'singular_name' => 'typ', 'add_new' => 'L?gg till ny', 'add_new_item' => 'L?gg till ny typ', 'edit_item' => 'Redigera typ', 'new_item' => 'Ny typ', 'view_item' => 'Visa typ', 'search_items' => 'S?k typer', 'not_found' => 'Inga typer hittades', 'not_found_in_trash' => 'Inga typer hittades i soptunnan', 'parent_item_colon' => 'F?r?lder-typ:' ); register_taxonomy('type',array('post','librarypost'), array( 'hierarchical' => true, 'labels' => $labels, 'capability_type' => 'adminstuff', 'query_var' => 'typ', 'rewrite' => array( 'slug' => 'typ', 'with_front' => false), ));
If the ” where to be wrongly encoded, I suppose it wouldn’t work at all.
I suspect though it could be a sync/cavhe problem since aggregator uses an external storage for the feeds, as I have to be logged in to edit the feeds there’s some sync issues going on?I did in textmode. Tried with the built in rss widget (which looks awful) and the feed was displayed correctly.
Both Feeds with different ID:s where displayed, and I double checked the id and source and they are both unique, still, the feed are mixed up, feeds from both ID:s is mixed in both of the separate feeds. Strange!
Hi thanks for answering!
I managed to hide the actual items in the side panel, however the area is still unavailable, there’s still divs for the sidebar there.
I guess what I’m trying to say is I wan’t to have the calendar go full screen, with option insert my own columns.
But I resolved it with using shortcode instead, though then I can’t use any built in features of the plugin.
Link to calendar using the plugin:
https://xn--lvstabruk-07a.com/calendar/lovstabruk-eventkalender/
Link to calendar using shortcode:
https://xn--lvstabruk-07a.com/ (bottom of page.Best Regards