TSS Whiteboard 2020:
Contact Us Form 7 NOTES:
That seemed to do the trick
To change the Owasco Marine open hours; if you click on ‘customize’ on the top bar while logged in to the website, you should see ‘Change open hours’ in the sidebar. You will need to use paragraph tags, but this will allow you to change the hours without editing the theme directly.
<h3>MARINA HOURS</h3>
<p>OFFICE: Monday – Friday 9:00-5:00, Saturday 10:00-2:00</p>
<p>GAS DOCK: Monday – Friday 9:00-5:00, Saturday 10:00-4:00</p>
How to edit/change home pages on themuldrowgroup:
- Appearance->Editor->Templates on the right hand side. Be very careful- this can mess up the entire site
Divi NOTES:
- To install DIVI: appearance/Themes you can go and activate the Divi Theme. If you decide you want to use one of the other 88 themes from ET, you can download the theme from the member area and upload it as a new theme on that page.
- Testimonials: In the text editing section there is a quote button that turns things into a block quote which creates the blue line
- Adding A Logo: that option was in the admin area, on the right navigation near the bottom is Divi specific admin pages
- To set a page as the HOME PAGE: Appearance -> Customize -> Homepage Settings -> set the option to a static page
- Color used on TSS home page accents: #287cc1
Add Appearance menu to editor role:
$roleObject = get_role('editor'); $roleObject->add_cap('edit_theme_options');
For Facebook Feed from FB, goto https://developers.facebook.com/docs/plugins/page-plugin and set the page to be the FB page you’d like to display. You may set the settings however you want, then click ‘Get Code’. Copy both groups of code into the page you wish to display. For Divi, there is a code block that you can add both bits of code to that works well.