panavrin / sang_hgm

sang mgh summer work
0 stars 0 forks source link

About Us Page #16

Closed andrwkirk closed 10 years ago

andrwkirk commented 10 years ago

Hi Sang,

I wanted to begin putting content on-page that we have gathered for the About Us section. Can you tell me what category or how I would go about posting this content in that page currently?

Best, Andrew

panavrin commented 10 years ago

You will find the "about us" page under "Pages" menu. You can add or revise anything that you want. If the editor on the wordpress does not give you want you want, please make a mock up in a word/powerpoint so that I can make on that looks closer.

On Mon, Jul 7, 2014 at 5:18 PM, andrwkirk notifications@github.com wrote:

Hi Sang,

I wanted to begin putting content on-page that we have gathered for the About Us section. Can you tell me what category or how I would go about posting this content in that page currently?

Best, Andrew

— Reply to this email directly or view it on GitHub https://github.com/panavrin/sang_hgm/issues/16.

andrwkirk commented 10 years ago

I entered our text and a place holder image in the About Us section. If you take a look you will see where I bolded the Read More part of it. Can you from this point, make the text that appears before that static and then the rest of the description appear, on that same page, once the viewer clicks Read More.

Secondly, The About Us Title on that page needs to be a much smaller font. currently it is bigger than the logo. Can you tell me the font size currently for the navigation bar titles? From there I will create a font scale for all other titles/sections etc.

panavrin commented 10 years ago

Let me try the read more thing. (although I do not know how yet.)

I changed to the font size to 22 which is the size of nav bar. Changing heading font size is not very intuitive. You can change in "Customizer" in a dashboard. Just let me know how to change or find "Custom">> "CSS" and change the number in the code below, if you want to change by yourself.

.entry-title{ font-size:22px; }

Again please be careful not to modify any other parameters in case you want to change by yourself.

Sang

On Mon, Jul 7, 2014 at 6:17 PM, andrwkirk notifications@github.com wrote:

I entered our text and a place holder image in the About Us section. If you take a look you will see where I bolded the Read More part of it. Can you from this point, make the text that appears before that static and then the rest of the description appear, on that same page, once the viewer clicks Read More.

Secondly, The About Us Title on that page needs to be a much smaller font. currently it is bigger than the logo. Can you tell me the font size currently for the navigation bar titles? From there I will create a font scale for all other titles/sections etc.

— Reply to this email directly or view it on GitHub https://github.com/panavrin/sang_hgm/issues/16#issuecomment-48208263.

panavrin commented 10 years ago

read more shortcode is added. shortcode is like a html tag but it is only for wordpress. It needs to be either available as a extra plugin otherwise I have to develop shortcode and write source code in the theme (like this shortcode call [seemore]

In the wordpress editor, wrap any content you want to hide with [seemore][/seemore] shortcode.

For example, addd the following line in any wordpress editor

[seemore]you should not see this sentence, instead you will see Read more... and once you click it you will be able to read this. [/seemore]

andrwkirk commented 10 years ago

Sang, were you able to generate a 'so-to-speak' [seeless] short code? Something where after you have shown the See More portion, you can then collapse it back up?

panavrin commented 10 years ago

Not yet. that will be done by today. On Jul 24, 2014 10:27 AM, "andrwkirk" notifications@github.com wrote:

Sang, were you able to generate a 'so-to-speak' [seeless] short code? Something where after you have shown the See More portion, you can then collapse it back up?

— Reply to this email directly or view it on GitHub https://github.com/panavrin/sang_hgm/issues/16#issuecomment-50025127.

andrwkirk commented 10 years ago

also can you tell me again where to go to change the font sizes? for the body and titles of posts

panavrin commented 10 years ago

There's two ways to do this.

If you want a global change for the entire website, you can do this on Customizer > Typography

and you can change fonts for "Heading ( or title of posts / pages) " and the fonts for Body.

How it is done in "Science" page is little different. You can do this only for pages. I "disabled" the automatic title which is one of the option below the editor and that I just wrote "Science" in my font size and font color by selecting the font type (h2) inside the editor.

Let me know if this is not clear, you can talk about this over skype.

Sang.

On Thu, Jul 24, 2014 at 11:07 AM, andrwkirk notifications@github.com wrote:

also can you tell me again where to go to change the font sizes? for the body and titles of posts

— Reply to this email directly or view it on GitHub https://github.com/panavrin/sang_hgm/issues/16#issuecomment-50030870.

andrwkirk commented 10 years ago

where exactly is customizer > typography in wordpress?

On Thu, Jul 24, 2014 at 11:26 AM, panavrin notifications@github.com wrote:

There's two ways to do this.

If you want a global change for the entire website, you can do this on Customizer > Typography

and you can change fonts for "Heading ( or title of posts / pages) " and the fonts for Body.

How it is done in "Science" page is little different. You can do this only for pages. I "disabled" the automatic title which is one of the option below the editor and that I just wrote "Science" in my font size and font color by selecting the font type (h2) inside the editor.

Let me know if this is not clear, you can talk about this over skype.

Sang.

On Thu, Jul 24, 2014 at 11:07 AM, andrwkirk notifications@github.com wrote:

also can you tell me again where to go to change the font sizes? for the body and titles of posts

— Reply to this email directly or view it on GitHub https://github.com/panavrin/sang_hgm/issues/16#issuecomment-50030870.

— Reply to this email directly or view it on GitHub https://github.com/panavrin/sang_hgm/issues/16#issuecomment-50033494.

panavrin commented 10 years ago

My bad. I notice an editor user does not have access to the "customizer."

I just changed your role to "Administrator" and you will be able to see "Customizer" in the dashboard menu.

BTW, seemore is done. Check the example in "About Us" page.

Sang.

On Thu, Jul 24, 2014 at 11:47 AM, andrwkirk notifications@github.com wrote:

where exactly is customizer > typography in wordpress?

On Thu, Jul 24, 2014 at 11:26 AM, panavrin notifications@github.com wrote:

There's two ways to do this.

If you want a global change for the entire website, you can do this on Customizer > Typography

and you can change fonts for "Heading ( or title of posts / pages) " and the fonts for Body.

How it is done in "Science" page is little different. You can do this only for pages. I "disabled" the automatic title which is one of the option below the editor and that I just wrote "Science" in my font size and font color by selecting the font type (h2) inside the editor.

Let me know if this is not clear, you can talk about this over skype.

Sang.

On Thu, Jul 24, 2014 at 11:07 AM, andrwkirk notifications@github.com wrote:

also can you tell me again where to go to change the font sizes? for the body and titles of posts

— Reply to this email directly or view it on GitHub https://github.com/panavrin/sang_hgm/issues/16#issuecomment-50030870.

— Reply to this email directly or view it on GitHub https://github.com/panavrin/sang_hgm/issues/16#issuecomment-50033494.

— Reply to this email directly or view it on GitHub https://github.com/panavrin/sang_hgm/issues/16#issuecomment-50036699.

andrwkirk commented 10 years ago

thanks

On Thu, Jul 24, 2014 at 12:12 PM, panavrin notifications@github.com wrote:

My bad. I notice an editor user does not have access to the "customizer."

I just changed your role to "Administrator" and you will be able to see "Customizer" in the dashboard menu.

BTW, seemore is done. Check the example in "About Us" page.

Sang.

On Thu, Jul 24, 2014 at 11:47 AM, andrwkirk notifications@github.com wrote:

where exactly is customizer > typography in wordpress?

On Thu, Jul 24, 2014 at 11:26 AM, panavrin notifications@github.com wrote:

There's two ways to do this.

If you want a global change for the entire website, you can do this on Customizer > Typography

and you can change fonts for "Heading ( or title of posts / pages) " and the fonts for Body.

How it is done in "Science" page is little different. You can do this only for pages. I "disabled" the automatic title which is one of the option below the editor and that I just wrote "Science" in my font size and font color by selecting the font type (h2) inside the editor.

Let me know if this is not clear, you can talk about this over skype.

Sang.

On Thu, Jul 24, 2014 at 11:07 AM, andrwkirk notifications@github.com

wrote:

also can you tell me again where to go to change the font sizes? for the body and titles of posts

— Reply to this email directly or view it on GitHub < https://github.com/panavrin/sang_hgm/issues/16#issuecomment-50030870>.

— Reply to this email directly or view it on GitHub https://github.com/panavrin/sang_hgm/issues/16#issuecomment-50033494.

— Reply to this email directly or view it on GitHub https://github.com/panavrin/sang_hgm/issues/16#issuecomment-50036699.

— Reply to this email directly or view it on GitHub https://github.com/panavrin/sang_hgm/issues/16#issuecomment-50040293.