maxpancho
Forum Replies Created
-
Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Embedding images inside spoilerOkay, I’ve found.
That’s what I should use for sub-spoilers.
[_su_spoiler] [_/su_spoiler]But it kind of messes up every stylization I have.
It doesn’t read those icon-“caret-square” etc.
[_su_spoiler title="Animation" style="fancy" icon="caret-square"]Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] Embedding images inside spoilerShite. It’s not the real problem. It works! I can put images in a spoiler like that.
The problem is I have this spoiler with image inside another spoiler. And those never worked for me. I haven’t been able to use a spoiler inside a spoiler. I guess maybe this problem was already discussed though, I’ll try to look for an answer.
Forum: Themes and Templates
In reply to: [Flat] Skewed view in mobile versionAh, wait, I got what you mean. Yeah, it’s optimized up to tablets then (like an iPad mini), and not for tiny devices. Welp, that might be a bit of a problem. Right.. Or maybe not… It would be hard to see some of the content from such a tiny device anyway. I’ll have to think about that.
Forum: Themes and Templates
In reply to: [Flat] Skewed view in mobile versionWell, it scales well, and rearranges the sidebar properly. As far as I can tell.
Forum: Themes and Templates
In reply to: [Flat] Skewed view in mobile versionI also asked this theme’s devs in their forum (after posting here). Maybe they’ll help me out. I actually completely forgot about that. They are much closer to the theme, so maybe they’ll have an easy solution.
🙂
PS Or wait, is this devs’ forum? 😀 I’m lost.
Forum: Themes and Templates
In reply to: [Flat] Skewed view in mobile version44.0.2403.89 m
This still doesn’t work in style.css (means it can’t overwrite the parameters?), only worked in Google dev tools. Doesn’t work from that plug-in too.
#primary { min-height: gazillion px; }And it’s still wouldn’t be what I need ;). Crap.
Forum: Themes and Templates
In reply to: [Flat] Skewed view in mobile versionYea.
And tinkering with Chrome I found that:
There is this big div
<div id="primary" class="content-area col-lg-9" itemprop="mainContentOfPage">Which contains this whole are (post/page, footer, area below the footer).
Inside are smaller divs for footer and content. The empty area is by itself. Part of the blank div, I guess.And in Google’s dev tools I can change this to make it huge:
#primary { min-height: gazillion px; }But that’s not what I need, I need it to be alligning with the bottom of the sidebar. Plus, I also wouldn’t know where to add this parameter, I guess into flat.min.css, which I was able to change in real time in Google.
Forum: Themes and Templates
In reply to: [Flat] Skewed view in mobile versionHum, yes, I’ve just checked. On one page of the demo the exact same thing happens, so it’s intrinsic to the theme.
Also, by method of induction (or is it deduction here? ;)), I’ve figured it’s because this white area (a div or something?) at the bottom disappears in mobile view. Same thing in demo and that’s why the sidebar is cut.
http://tinypic.com/player.php?v=ouz67d%3E&s=8#.VbKze7OqpBd
So what is this element? Is there a way to get it into mobile version?
Forum: Themes and Templates
In reply to: [Flat] Skewed view in mobile versionAny of these for example:
http://drawinperspective.org/contact/
http://drawinperspective.org/how-to-draw-a-perfect-sphere/Hum, strange. I tried it on my tablet too – same thing.
Forum: Themes and Templates
In reply to: [Flat] Skewed view in mobile versionSidebar stretched to the bottom of the page, no matter how short the page is 🙂 (the way it works when the page is in standard layout, as opposed to web layout). There seems to be some function that changes height according to the width, as I’m sure you know :).
http://tinypic.com/player.php?v=1zyaf0k%3E&s=8#.VbKtkLOqpBcForum: Themes and Templates
In reply to: [Flat] Skewed view in mobile versionAndrew, http://drawinperspective.org/contact/ or on any other post that isn’t long enough.
Forum: Themes and Templates
In reply to: [Flat] Skewed view in mobile versionHere is the gist of the problem. Video:
http://tinypic.com/player.php?v=snf5v8%3E&s=8#.VbKqorOqpBcCould it be a footer thing? I had to tweak it a bit, but am not very knowledgable coder.
Forum: Themes and Templates
In reply to: [Flat] Skewed view in mobile versionI know the pages are empty, but in some cases I won’t be able to fill them in, like for a Contact page. So it would still be helpful if the whole theme worked properly on the mobile version as on the web version.