Page 1 of 1

New but not so new

Posted: Thu Nov 05, 2020 6:14 pm
by vcordato
Hello everyone, My name is Vin and It was a long long time ago... probably around the time when cms made simple had just come out, that I decided to give it a shot and put my first CMS site up. It was a learning curve for me back then and asked quite a few questions but thanks to you all I prevailed.
Long story short, this is years later... meaning I haven't done this for a seriously long time and I have been recruited to put a site up. I figured it's just like riding a bike... so I immediately turned to CMS made simple once again.
Low and behold my retention is not what it used to be and it seems that things have changed after getting to this current version of the software.
If anyone can give me a quick refresher and walk me through making these changes I would greatly appreciate it.
The Site is : https://www.thenarrowsinstitute.org
I used the easythemes "Portage" theme.

I'm having a hard time figuring out how to adjust and stretch the site name in the header and I also can't figure out how to change the information in the blocks in the lower portion of the pages like changing the contact info, upcoming events... the map I'm assuming is a Google map API code that needs to be input?

Any help is greatly appreciated

Re: New but not so new

Posted: Fri Nov 06, 2020 3:41 pm
by DIGI3
The sitename in the header is fairly complex in that theme - it requires some knowledge of svgs and svg effects. If you want to tackle it, you would edit the portage_wave template. If it's outside your comfort level you can hire the theme developer (me) to do it, or perhaps just replace it with an image or static text.

The footer items are in portage_master and is just placeholder html you can edit. There's no api code to edit for the map, it's just an iframe tag from Google Maps you can replace with your own. Upcoming events is just to show you an example of what could go there, you could use a module such as LISE, News, or CGCalendar to generate the content, or replace it with something different.

Re: New but not so new

Posted: Thu Nov 12, 2020 7:39 pm
by vcordato
Sorry for the late reply...thank you so much for your help

Re: New but not so new

Posted: Wed Nov 25, 2020 11:06 pm
by atz6975

Code: Select all

#header a {
    font-size: 4vw;
}