Title: Huroman's Replies | WordPress.org

---

# Huroman

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bootstrap Gallery] Nothing happens on clicking Upload Image](https://wordpress.org/support/topic/nothing-happens-on-clicking-upload-image/)
 *  [Huroman](https://wordpress.org/support/users/huroman/)
 * (@huroman)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/nothing-happens-on-clicking-upload-image/#post-6131644)
 * Try uploading by 3-4 images by batch, not all of them.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CPT Bootstrap Carousel] Customize text and image elements](https://wordpress.org/support/topic/customize-text-and-image-elements/)
 *  Thread Starter [Huroman](https://wordpress.org/support/users/huroman/)
 * (@huroman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/customize-text-and-image-elements/#post-5816930)
 * Oh, my fault, I made that using SASS (CodeKit app for Mac), is basically the 
   same CSS but using some variables and SASS features.
 * [SASS](http://sass-lang.com/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CPT Bootstrap Carousel] Customize text and image elements](https://wordpress.org/support/topic/customize-text-and-image-elements/)
 *  Thread Starter [Huroman](https://wordpress.org/support/users/huroman/)
 * (@huroman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/customize-text-and-image-elements/#post-5816901)
 * So much thank you for your help, finally I did this:
 *     ```
       .slide {
       				.carousel-inner {
       					padding: 3rem 1.5rem;
       						.item {
       							img {
       								height: 90px; height: 9rem;
       								width: 90px; width: 9rem;
       								margin-bottom: 3rem;
       								margin-right: 3rem;
       								display: inline-block;
       								float: left;
       								position: relative;
       								z-index: 1000;
       								@include box-shadow(10px, $dark-gray);
       								@include box-round(50%);
       							}
       							.carousel-caption {
       								position: relative;
       								bottom: 0;
       								right: 0;
       								left: 0;
       								padding-top: 0; padding-bottom: 0;
       									h4, p {
       										background: none;
       										padding: 0;
       										max-width: 100%;
       									}
       							}	// .carousel-caption
       						}	// .item
       				}
       		}	//	.slide
       ```
   
 * With this result hoping it helps to someone :
 * [IMAGE RESULT](http://postimg.org/image/rh2aki0lb/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CPT Bootstrap Carousel] Customize text and image elements](https://wordpress.org/support/topic/customize-text-and-image-elements/)
 *  Thread Starter [Huroman](https://wordpress.org/support/users/huroman/)
 * (@huroman)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/customize-text-and-image-elements/#post-5816889)
 * Thank you for your lighting answer. I’m working on it right now, I’ll post what
   I’ve achieve (or not), Phil.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] Error in Database when trying update EDIT MATCHES](https://wordpress.org/support/topic/error-in-database-when-trying-update-edit-matches/)
 *  Thread Starter [Huroman](https://wordpress.org/support/users/huroman/)
 * (@huroman)
 * [13 years ago](https://wordpress.org/support/topic/error-in-database-when-trying-update-edit-matches/#post-4006688)
 * Actually, Championship mode is having a lot of issues:
 * – Edit Matches, when save, it adds extra ghost matches in Match Plan section 
   and hide all the matches created before.
    – If you try to edit matches in another
   group (like B), you won’t be able to do that, the system returns you to A group.–
   In Match Plan, the filter “Match Day”is not working.
 * If i found another bug, i’ll post it.
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LeagueManager] Error in Database when trying update EDIT MATCHES](https://wordpress.org/support/topic/error-in-database-when-trying-update-edit-matches/)
 *  Thread Starter [Huroman](https://wordpress.org/support/users/huroman/)
 * (@huroman)
 * [13 years ago](https://wordpress.org/support/topic/error-in-database-when-trying-update-edit-matches/#post-4006667)
 * I’ll try your solution, ben52 but the error continues.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Type Switcher] Quick Edit shows multiple (non-functional) boxes of Post Type switch](https://wordpress.org/support/topic/quick-edit-shows-multiple-non-functional-boxes-of-post-type-switch/)
 *  [Huroman](https://wordpress.org/support/users/huroman/)
 * (@huroman)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/quick-edit-shows-multiple-non-functional-boxes-of-post-type-switch/#post-3479832)
 * It works smooth, thank you for the solution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Magic Fields] [Plugin: Magic Fields] Displaying Custom Data on Admin Panel](https://wordpress.org/support/topic/plugin-magic-fields-displaying-custom-data-on-admin-panel/)
 *  [Huroman](https://wordpress.org/support/users/huroman/)
 * (@huroman)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-magic-fields-displaying-custom-data-on-admin-panel/#post-1781872)
 * I don’t know if anybody made this worked, i used:
 * _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome).
   Please use the [pastebin](http://wordpress.pastebin.com/)]_
 * Just change the ID “img” for your ID and that’s it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bannerize] [Plugin: WP Bannerize] Banner doesn't in remote server (local works great)](https://wordpress.org/support/topic/plugin-wp-bannerize-banner-doesnt-in-remote-server-local-works-great/)
 *  Thread Starter [Huroman](https://wordpress.org/support/users/huroman/)
 * (@huroman)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-wp-bannerize-banner-doesnt-in-remote-server-local-works-great/#post-1891201)
 * Nevermind, it appears suddenly. Possible it was the hosting’s cache, i guess.
 * Thank you anyway.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Creating a Discography](https://wordpress.org/support/topic/creating-a-discography/)
 *  [Huroman](https://wordpress.org/support/users/huroman/)
 * (@huroman)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/creating-a-discography/#post-1628577)
 * Ok, a plugin like so, don’t but i prefered make it with custom fields or MagicFields(
   yeah, the plugin) and make all the customization you want. Whatever, thank you
   for the element’s list.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: SimpleModal Login] Effects](https://wordpress.org/support/topic/plugin-simplemodal-login-effects/)
 *  [Huroman](https://wordpress.org/support/users/huroman/)
 * (@huroman)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-simplemodal-login-effects/#post-1483363)
 * Isaak looks like got what he wants from here, by the way. [@ezhil](https://wordpress.org/support/users/ezhil/),
   he used [http://simple-press.com/](http://simple-press.com/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[How To] Limit Characters in content](https://wordpress.org/support/topic/how-to-limit-characters-in-content/)
 *  [Huroman](https://wordpress.org/support/users/huroman/)
 * (@huroman)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/how-to-limit-characters-in-content/#post-1036250)
 * Works like charm! Thank you.

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