Welcome Guest, Not a member yet? Register   Sign In
New Forums
#11

(This post was last modified: 05-29-2021, 12:34 PM by MGatner.)

@Magellan, the landing page rewrite is open-source! You're welcome to check it out or pitch in: https://github.com/lonnieezell/ci-website

@includebeer I didn't even notice, thanks for pointing that out! I will poke around the options.
Reply
#12

Just added a mention plugin, @includebeer try mentioning me back so I can check it out!
Reply
#13

(05-29-2021, 12:03 PM)MGatner Wrote: Just added a mention plugin, @includebeer try mentioning me back so I can check it out!

@MGatner Cool!
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply
#14

was surprised with this amazing new look.
Thanks Dev team.
Reply
#15

(This post was last modified: 06-07-2021, 08:28 PM by John_Betong.)

I find it very difficult to read posts on this new forum due to the font, etc Sad
I checked,  Right-click -> Inspect element and found the theme files returning a 404 HTTP Request?


Quote:theme-effects.js:1 Failed to load resource: the server responded with a status of 404 ()
Reply
#16

(This post was last modified: 06-07-2021, 11:42 PM by orionstar.)

The content is too wide, the width should have been maxed around 1200px and the row length around 75 chars also the default font size nowadays should be 16px for body copy.

extra.css:433

Code:
#mainwidth {
    width: 100%;
    max-width: 1200px;
    text-align: left;
    line-height: 1.5;
    margin: auto auto;
}


global.css:1052

Code:
blockquote {
    background: #f5f5f5;
    margin: 0;
    padding: 15px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    border-left: 5px solid #9e2635;
    text-shadow: 1px 1px 0px #fff;
    font-size: 16px;
    max-width: 75ch;
}


extra.css:782

Code:
.cposts2 div {
    padding: 5px;
    font-size: 16px;
}


global.css:1532

Code:
.post_body {
    padding: 1px 0;
    font-size: 14px;
    max-width: 75ch;
}

After these settings the main content will be well formatted only the meta information block should be widened a bit and some mobile optimalizations needed...
Reply
#17

(This post was last modified: 06-08-2021, 01:02 AM by John_Betong.)

I asked on another Forum about changing the styles without having access to the CSS style sheets and Firefox's Extension Stylus was recommended.

Easy to install, click the Stylus icon and select "Write style for this URL".

A textarea box appears and I inserted the following:

Code:
.cposts2 div {
    font: 16px/1.42 BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: normal;
    background-color: #fff; color: #333;
    font-size: 1.02em;
}

Followed by Save in the left-hand column and it works a treat...

and it still works once Firefox has been closed and reopened - magic Smile
Reply
#18

Pleasantly surprised and Glad to see it. Awesome job!
Reply
#19

I haven't been here sins January, I think. Thank Devteam for this new look of forum. It's cool.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB