Huroman
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Bootstrap Gallery] Nothing happens on clicking Upload ImageTry uploading by 3-4 images by batch, not all of them.
Forum: Plugins
In reply to: [CPT Bootstrap Carousel] Customize text and image elementsOh, my fault, I made that using SASS (CodeKit app for Mac), is basically the same CSS but using some variables and SASS features.
Forum: Plugins
In reply to: [CPT Bootstrap Carousel] Customize text and image elementsSo 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 :
Forum: Plugins
In reply to: [CPT Bootstrap Carousel] Customize text and image elementsThank you for your lighting answer. I’m working on it right now, I’ll post what I’ve achieve (or not), Phil.
Forum: Plugins
In reply to: [LeagueManager] Error in Database when trying update EDIT MATCHESActually, 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
In reply to: [LeagueManager] Error in Database when trying update EDIT MATCHESI’ll try your solution, ben52 but the error continues.
It works smooth, thank you for the solution.
Forum: Plugins
In reply to: [Magic Fields] [Plugin: Magic Fields] Displaying Custom Data on Admin PanelI don’t know if anybody made this worked, i used:
[Code moderated as per the Forum Rules. Please use the pastebin]
Just change the ID “img” for your ID and that’s it.
Nevermind, it appears suddenly. Possible it was the hosting’s cache, i guess.
Thank you anyway.
Forum: Plugins
In reply to: Creating a DiscographyOk, 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
In reply to: [Plugin: SimpleModal Login] EffectsIsaak looks like got what he wants from here, by the way. @ezhil, he used https://simple-press.com/.
Forum: Fixing WordPress
In reply to: [How To] Limit Characters in contentWorks like charm! Thank you.