#mimage editing
Explore tagged Tumblr posts
motion90affect · 1 year ago
Video
youtube
Hip Hop Instrumental Beat - "What Wasn't" | Roddy Rich x Rod Wave Type Beat
0 notes
donutboxers · 8 months ago
Text
morp image got flagged despite there being way more lewd images on this site have to assume it was because it was a woman[adjacent] with penis, they were both fully censored 🙄
Edit: would anyone like me to Dm them the mimage? :3
1 note · View note
iniziarearchive · 6 years ago
Note
If we wanted to take and use the multimuse tabs in Viper for Stark or Pots, how would one go about doing that? I assume copy/paste the right bits of code, but I’m not entirely sure. ❤️❤️❤️ love your themes by the way!!
Ah, the tabs, yes, I was actually considering keeping them in and I’m thinking of even going back and editing them in with an optional swatch (though it’d be a fair bit of coding blocks if I had to do that, which is why I haven’t done it yet).  
The choice to take them away by ‘default’ is because of the construction of my pop-up pages. As I want to keep that top ‘header’ image in each page to not scroll, I have to set it as a separate element and I have to put the text into its own element which follows it, instead of one following the other. And because I do it this way, it means that everything has a specific height; if the tabs are, for example, deleted— it pulls the div that contains the text upward, leaving a fair bit of blank space that’s roughly the size of the missing tabs, if that makes sense? And to counter the blank space would meant that people would have to increase the height of that text div. I know you didn’t ask for my reasoning behind my choices, but I always like to attempt to inform people as to why I choose the options that I do, for insight, if you will! As for your question, yes, it comes down to simply copying over some code in the HTML (the bottom half of the theme’s code, which is the ��structure’), as I do have the CSS (the first half, which controls the styling) for the tabs, as you see in Viper but sized for this one, already in. If you’re interested in having pop-up pages that have two tabs like in  Viper, simply replace one entire pop-up (everything you see in this image) page with the following code: 
<!– MUSE PAGE: LINK ONE –>
FIRST TAB TITLE HERE
SECOND TAB TITLE HERE
<!– TAB ONE –>
Link one title
Text here. Remember that you can use
’s for those little headers!
<!– TAB TWO –>
 Optional header
Link title one
Link title two
Link title three
Link title four
Now, if you wanted the second tab to be a text page, like the first one, all you have to remove is everything starting with
up to and including
Very important note: When you change your pop-up to this, you’ll notice that the text in your tabs is cut off when you scroll all the way to the bottom. That’s linked to the issue I explained at the beginning of this post. The fix for this is very simple, do a search for the following:
.mdescription {
Do you see how a small handful of lines beneath that, it says the following:
height: 260px;
You will want to reduce that amount by a relatively small margin. Off top of my head, you will likely want to try to put it around 235px (don’t ask me why, but ‘25px’ is a bit of a magical number on my newer themes! When in doubt, try that number before any other) and your text should appear without trouble!
I hope that this was helpful, and in the event that you’re struggling, don’t ever hesitate to ask. And beyond that, like I always offer everyone; if you’re truly stuck and you can’t seem to fix a problem, however major or minor— take all of your code, and put it in a pastebin, and IM me (or give me the link in any which means you prefer) it with your problem and I’ll gladly put it on a test page of mine and address your issue, regardless of what it may be, and then sending it back to you in a pastebin once I’m done. I mean it, don’t be too shy to ask me for assistance. I know some would say that they don’t want to bother me or something, but honestly, if I would be bothered in any which way, I wouldn’t be doing what I’m doing. I’m here to help, I promise, and I do so very gladly.
4 notes · View notes