Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)
  • Thread Starter Nigbey

    (@nigbey)

    Hi!
    Somehow, I totally missed this last thread..

    Should I paste the whole code that I have in CustomCss?

    Also, regardless of this, I noticed that when you’re in a SO Css, doing code, then you save the work, page reloads, the whole Custom Css page scrolls all the way to the top. So, if you wanna tweak some more, you have to scroll all the way down every time. Maybe it would be nice that Custom Css page stays as is when you save the work and page reloads.

    Thread Starter Nigbey

    (@nigbey)

    Ok, I think that’s somewhat fine, tried it and it can pass! 😉

    Thanks a Lot again, and when you have news on solution to “visual editor” in SO CSS, let me know here so we can close the topic finally :))

    I’ll add some more tags on this topic to try to cover all that WE covered.

    Thread Starter Nigbey

    (@nigbey)

    You’re great man!! I did it from the first!!! 🙂

    Only thing is that I don’t like it. These are like mamooth pictures which is not nice, neither it’ll represent site’s intended design on many desktop screens.

    Now I see I have to basically set the >Text< near these pictures to get smaller on 1226px, then a bit more on 1100px, then by a 1px more on 1000px and then it will collapse at 780px nicely.

    Can I do thick in a similar manner? Adding some class to that text near the picture, and then use some code for it to be smaller? Can it be done easily? :))

    Thread Starter Nigbey

    (@nigbey)

    I’m afraid we didn’t understand each other.

    Setting the mobile width, will just set the point to where menu collapses into 3 horizontal bars and where ALL pages on the site start arranging text under picture under text and so on….

    My Mobile Width setting is currently set to 780px and I am happy with it since it does great job for all of my pages on the site, except one page:
    http://centroprojekt.com/altro-zidovi/

    If you’re on this page, and start reducing the width of the page slowly, you’ll see how all the text starts exceeding the height of the pictures near them, UNTIL it collapses nicely around 780px into one-beneath-one manner.

    So, is there a way that I could set something so all pages continue to “collapse” at 780px, but this page (http://centroprojekt.com/altro-zidovi/) to start collapsing higher, at 1100-1200px for example?

    Thread Starter Nigbey

    (@nigbey)

    And please tell me, what can I try to make just one of my pages to rearrange content on smaller screens a bit differently then all other pages.

    Meaning, all pages start compressing text under the pics (or something like that) on screen width of, say, 750-800px, but I want this page to start compress text below pics already on 1200px…

    Otherwise, page looks cool on big screens, but on 15” screens looks amateur-ish – text on the left is waay taller than picture on the left in the same row.

    Can I do anything about it?

    Thread Starter Nigbey

    (@nigbey)

    Ok, sry, I didn’t see that you sent me another message when I sent my last message.

    I deactivated ALL other plugins except SO CSS, and “visual editor” button still remains INactive.

    Also, when I click on it with JS console opened, it gives me this red message:

    Uncaught TypeError: Cannot read property ‘length’ of undefined css.js:428

    Thread Starter Nigbey

    (@nigbey)

    and these are the ones when I reloaded the page with that JS thing still opened:

    Uncaught ReferenceError: module is not definedprefixes @ spin.js?ver=1.3:10(anonymous function) @ spin.js?ver=1.3:18
    jquery.spin.js?ver=1.3:40 Uncaught ReferenceError: require is not defined

    Thread Starter Nigbey

    (@nigbey)

    Ok, man, until I found how to open console hehehe….

    Here are 3 screaming lines that appeared:

    Uncaught ReferenceError: module is not defined
    jquery.spin.js:40 Uncaught ReferenceError: require is not defined
    12css.js:428 Uncaught TypeError: Cannot read property ‘length’ of undefined

    Thread Starter Nigbey

    (@nigbey)

    Well, unfortunately – hi again! 🙂

    Everything above is still very cool and the way I wanted, it’s just another issue that I have with just 1 page on my site – regarding arranging content on of that particular page when screens gets smaller.

    Also, I’m now deeply into using SitOrigin’s custom css sheet, it’s just that now that I have some code lines in it, I’m no longer able to access it’s “Visual Editor” mode for some reason. I click on the <eyeball> icon, but it doesn’t react. It can just go into advanced mode – without all those helpful stuff in visual editor.

    Should I open new thread for this?

    Thread Starter Nigbey

    (@nigbey)

    Ok Misplon,
    EVERYTHING you said and directed me to – WORKS FLAWLESSLY.

    I went on DiffMerge, uploaded original Styles.css and mine edited Styles.css, found all differences and pasted them carefully into SitOrigin’s Custom Css plugin, paying special attention to those “{” and “}” not to miss any, but it’s so hard to miss anything there cause this plugin actually speaks like a human if something is missing or wrong!!! :))

    Then, when all is pasted, I went on Tablet and….
    voila! – problem solved!!! and my sub-menus are NO longer expanded by default.
    ———————————————

    Regarding Menu collapsing glitch (I measured it now, it happened on 750px screen width), I reduced horizontal padding to 21px as it is just a bit under the max value (22px) where problem STOPS showing:

    .main-navigation ul li a {
    padding: 18px 21px;
    line-height: 2.35em;
    }
    ——————————————————————-
    So all in all, next thing I did is:
    I went in Jetpack’s custom css sheet (since that’s the Custom Css plugin I used up to now just to edit my contact 7 forms) copied and pasted everything into SiteOrigin’s Custom Css sheet, and then deleted everything from Jetpack’s Custom Css plugin sheet. So I emptied everything that was unnecessary, so i don’t double stuff.

    Then I went on Appearance > Editor > Styles.css,
    and replaced edited (current) Styles.css with ORIGINAL one from
    https://themes.svn.wordpress.org/vantage/1.4.2/style.css,
    so NOW, I can be sure that:

    1.I have SiteOrigin’s ORIGINAL Styles.css file running, as it should be done in the first place, and all additional coding is in SiteOrigin’s Custom Css plugin sheet.
    2. Everything is now nice and organized, and
    3. When SiteOrigin’s theme “Vantage” updates, I am sure that ALL my styling will remain as I want it to be, since now ALL my styling is now located in Plugin that is separate from Theme and it’s updates.

    I am deeply grateful for your help.
    And I’m even more grateful on education that you gave me throughout these threads!

    Thanx a lot!

    Thread Starter Nigbey

    (@nigbey)

    YES man, that – “Visual editor” thingy is what I’m currently watching and I’m stunned.
    This is like Inspect-element, or that Firebug thing everybody is praising – BUT MUCH easier finally!!!!
    I changed EVERY single thing by going into inspect-element, then google-ing and youtube-ing on how to/where to actually change it, given the fact I had absolutely NO knowledge about coding whatsoever!

    Huh man, you improved me a lot. Can’t wait to test it all!

    I’ll get in touch shortly! THANX!!!

    Thread Starter Nigbey

    (@nigbey)

    Well I already installed SO plugin, since it does the same job – but it’s SiteOrigin’s. Huge difference in my opinion!
    Thanks man, I usually end up with NObody to reply on my threads by other Plugin/theme authors, but this is really awesome!

    I’ll keep you updated about this submenu problems ASAP!

    Thread Starter Nigbey

    (@nigbey)

    Yes!!!
    I totally get you, and btw, I finally understand why somewhere is “.” and elsewhere “#” – it’s classes and IDs :))

    Ok, I already ran the diffmerge, really cool tool btw, and started importing everything slowly into Appearance > Custom Css, so today or tomorrow I hope I’ll finish it all, with /*Headers*/ and everything, and then to load the site on tablet to see if menus are still auto collapsed.

    Thread Starter Nigbey

    (@nigbey)

    Yes, exactly that! – Luckily we’re here before the catastrophy! 🙂

    One thing:

    this thing for example: .main-navig…. uses “.” before – as a “class” mark, right? And I noticed that If Im going to make changes in Custom CSS using the plugin you suggested – I will need to use “#” instead – as you suggested #colophone….

    Is that correct? I should use that for EVERY line (that starts with some class and I assume everything does start like that) that needs to be inserted into custom css?

    Thread Starter Nigbey

    (@nigbey)

    You’re great, thank you a lot, I’ll hopefully resolve this. And this is certainly nice education for me on how to actually change anything in a correct manner, not like redneck myself 🙂

    If you see the site on a desktop size screen, everything is cool and menu is complete. Now if you slowly drag the right edge of your browser window towards the left one, you’ll see everything collapsing just fine, arranging how it should be, but just before responsive menu (3 horiztontal bars) appears, my last menu item “Kontakt” dissapears – goes below the menu into the Home Page Slider area. And if you continue to drag right edge towards the left one, it all really soon converts to responsive menu and everything seems ok.

    Don’t know how to resolve it, but I wasn’t worried so much since it happens really “shortly”, say from 810px to 790px screen with and everywhere except in that range – everything is cool.

Viewing 15 replies - 1 through 15 (of 18 total)