Title: markcallen's Replies | WordPress.org

---

# markcallen

  [  ](https://wordpress.org/support/users/markcallen/)

 *   [Profile](https://wordpress.org/support/users/markcallen/)
 *   [Topics Started](https://wordpress.org/support/users/markcallen/topics/)
 *   [Replies Created](https://wordpress.org/support/users/markcallen/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/markcallen/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/markcallen/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/markcallen/engagements/)
 *   [Favorites](https://wordpress.org/support/users/markcallen/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress MU Domain Mapping] Domain mapping causing an error int he Inspector Console](https://wordpress.org/support/topic/domain-mapping-causing-an-error-int-he-inspector-console/)
 *  [markcallen](https://wordpress.org/support/users/markcallen/)
 * (@markcallen)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/domain-mapping-causing-an-error-int-he-inspector-console/#post-4013958)
 * What was the faulty setting and what did you do to correct it? – This information
   would potentially help other users that encounter the same problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Drop-down widget problem on save](https://wordpress.org/support/topic/drop-down-widget-problem-on-save/)
 *  Thread Starter [markcallen](https://wordpress.org/support/users/markcallen/)
 * (@markcallen)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/drop-down-widget-problem-on-save/#post-2687387)
 * This is resolved, by fixing a typo.
    I had self-closed the opening select element.(
   replaced /> with >)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problem setting Permalink structure](https://wordpress.org/support/topic/problem-setting-permalink-structure/)
 *  [markcallen](https://wordpress.org/support/users/markcallen/)
 * (@markcallen)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/problem-setting-permalink-structure/#post-2601987)
 * Don’t forget to mark the post as resolved if it is.
 * Thanks
    Mark
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [help !!](https://wordpress.org/support/topic/help-270/)
 *  [markcallen](https://wordpress.org/support/users/markcallen/)
 * (@markcallen)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/help-270/#post-2654894)
 * Simple Facebook Connect ([http://wordpress.org/extend/plugins/simple-facebook-connect/](http://wordpress.org/extend/plugins/simple-facebook-connect/))
   by [Otto](http://ottopress.com) will integrate Facebook photo albums and the 
   media uploader.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [help !!](https://wordpress.org/support/topic/help-270/)
 *  [markcallen](https://wordpress.org/support/users/markcallen/)
 * (@markcallen)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/help-270/#post-2654743)
 * Hi ishaan
 * Permission to upload files is determined by the user roles. As an administrator
   you can change their role. Users can upload files as Authors upwards so to stop
   them uploading you should make them a contributor or a subscriber.
 * You can read more about it here
    [http://codex.wordpress.org/Roles_and_Capabilities](http://codex.wordpress.org/Roles_and_Capabilities)
 * If the default roles don’t give you what you need you can try a role editor plugin
   like this one [http://wordpress.org/extend/plugins/user-role-editor/](http://wordpress.org/extend/plugins/user-role-editor/).
 * Hope this helps.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Header Text is Lowercase](https://wordpress.org/support/topic/header-text-is-lowercase/)
 *  [markcallen](https://wordpress.org/support/users/markcallen/)
 * (@markcallen)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/header-text-is-lowercase/#post-2653864)
 * Hi cjones
 * Looks like you need to change `text-transform: lowercase;` to `text-transform:
   capitalize;` in your style.css file, at the following point.
 *     ```
       #header #header-menu ul li {
       		height: 32px;
       		font: normal 18px/32px Arial;
       		color: #ffffff;
       		float: left;
       		text-transform: lowercase;
       		padding: 0 15px;
       	}
       ```
   
 * You could also just remove that line altogether and the text will remain as entered.
 * See [http://www.w3schools.com/cssref/pr_text_text-transform.asp](http://www.w3schools.com/cssref/pr_text_text-transform.asp)
   for more details.
 * Hope this helps.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Trouble with Archive Page](https://wordpress.org/support/topic/trouble-with-archive-page/)
 *  [markcallen](https://wordpress.org/support/users/markcallen/)
 * (@markcallen)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/trouble-with-archive-page/#post-2654311)
 * Hi nifft
 * Try adding a call to `wp_reset_query();` at the end of your loop for `$my_query`.
 * Hope this helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [add schema.org property to featured image](https://wordpress.org/support/topic/add-schemaorg-property-to-featured-image/)
 *  [markcallen](https://wordpress.org/support/users/markcallen/)
 * (@markcallen)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/add-schemaorg-property-to-featured-image/#post-2549778)
 * Hi sigsol
 * Try this
 * `<?php the_post_thumbnail('post-thumbnail',array('itemprop'=>'image')); ?>`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Cookies for Comments] Alt attribute needed for w3c validation](https://wordpress.org/support/topic/plugin-cookies-for-comments-alt-attribute-needed-for-w3c-validation/)
 *  [markcallen](https://wordpress.org/support/users/markcallen/)
 * (@markcallen)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-cookies-for-comments-alt-attribute-needed-for-w3c-validation/#post-2205206)
 * +1 on this request.
 * Adjusted manually, but don’t want it to be overwritten by updates.
 * Great plugin, thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [add_meta_box with 'side' context messes up admin area](https://wordpress.org/support/topic/add_meta_box-with-side-context-messes-up-admin-area/)
 *  Thread Starter [markcallen](https://wordpress.org/support/users/markcallen/)
 * (@markcallen)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/add_meta_box-with-side-context-messes-up-admin-area/#post-2602282)
 * I fixed this – the problem was a html error in the callback function (missed 
   putting a </div> in!!).
 * Feeling suitably stupid about the time it took me to spot it !
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problem setting Permalink structure](https://wordpress.org/support/topic/problem-setting-permalink-structure/)
 *  [markcallen](https://wordpress.org/support/users/markcallen/)
 * (@markcallen)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/problem-setting-permalink-structure/#post-2601762)
 * The custom structure you’re typing in is the same as setting the option to ‘Post
   name’ in the default list. If you change it to something that isn’t on that default
   list, the Custom Structure radio will remain checked with whatever structure 
   you’ve set.
 * Hope this helps.

Viewing 11 replies - 1 through 11 (of 11 total)