Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ Michael
You’re sure it was the User Role Editor? That should not have an effect on the form meta boxes…
The code to remove IM and notes would be:
remove_meta_box( 'metabox-messenger', $connections->pageHook->link, 'normal' ); remove_meta_box( 'metabox-note', $connections->pageHook->link, 'normal' );Steven Zahm
Keymaster@ jack
Yes, that is the CSS I was referring to.
Steven Zahm
Keymaster@ jack
It looks like the CSS was altered and comments were added, try removing the comments from the CSS file.
Steven Zahm
Keymaster@ Mitch
Ok, let me explain the excerpt of the bio field more…
When on a page showing just a single entry I’m adding an option to use an excerpt of the text in the bio field for that entry to be used for the page meta. That should improve the SEO of the single entry.
And along the same lines…
The categories have had a description field since I implemented categories years ago but that description has never been used for anything. I implemented the category description field because WordPress had one. No other reason really. I’ve never seen a good use for it either … but … it occurred to me that I could, with some relatively minor changes, make the description hugely beneficial. What I’m going to do is upgrade the category description field to use the WP rich text editor and add two options. One, to show the category description before the list of the current category. Two, add another option to use an excerpt of the description of the current category page meta. This should improve the SEO of the current category page.
Nifty?
Steven Zahm
Keymaster@ jack
Can you share a link to your directory? There’s nothing in Connections that loads differently per browser…
Steven Zahm
Keymaster@ Kevin
The PHP files could be edited but you would have to make the change on every Connections update. I recommend following this users advice.
Steven Zahm
Keymaster@ Nalini
This is being cause by the theme’s CSS. open the theme’s style.css file.
Change this starting on line 241 from this
.header-image #title-area, .header-image #title, .header-image #title a { display: block; float: left; height: 120px; overflow: hidden; padding: 0; text-indent: -9999px; width: 400px; }to this:
#header #title-area, #header #title, #header #title a { display: block; float: left; height: 120px; overflow: hidden; padding: 0; text-indent: -9999px; width: 400px; }And this starting on line 199 from this:
#title { font-family: 'Vollkorn', serif; font-size: 48px; line-height: 1; margin: 0; text-transform: uppercase; white-space: nowrap; }to this:
p#title { font-family: 'Vollkorn', serif; font-size: 48px; line-height: 1; margin: 0; text-transform: uppercase; white-space: nowrap; }That should fix it up nicely.
Steven Zahm
Keymaster@ Éric
It seems the timeout issue is resolved if you were able to a partial import. I just sent you a early alpha release of the next version to the email address you used to submit this support request. Give that a try.
Steven Zahm
Keymaster@ Josh
Yes, Tile Plus would work but by default it does not show the links to the family members. This can easily be turned on though by adding
show_family=trueto the shortcode. Since you only want to show families, make sure to addlist_type=familyto the shortcode. Because you’ll be setting the list_type option, search results will be limited to the family entries. Hope that helps.06/05/2013 at 12:01 pm in reply to: Latest Connections updates appears to have broken Tiles Plus #261789Steven Zahm
Keymaster@ Wayne
Try changing the permissions of the following file to 767:
/wp-content/plugins/connections/cache/index.html -
AuthorPosts
