Tips for Editing
Titles – ( Now part of Default Page )
Start every page with;
Spacer for 15
Title
Spacer for 15
Start with Default Page
- Create a brand new WordPress page and click Edit with Elementor.
- Click the Folder Icon (inside dotted box that says “Drag widget here”).
- Go to the My Templates tab at the top of the popup window.
- Find your
My Base Page Layouttemplate and click Insert.
Hover Images
to make images larger when hovering the mouse over them
Import images at FULL size option ( not assorted pixel sizes)
Go to Advanced options on the Image
Select CSS at bottom
1 selector img:hover{
2 transform: scale(1.5);
3}
should be no red cross on line numbers . Be precise or will not work. Can change ratios 1.5 is 50% larger, 2 would be 100% larger etc
Hover feature will work in editor mode.
Insert Full PDF document
Needs PDF Poster plugin ( before Pages on WordPress menu)
Need to upload the image via PDF Poster to get a PDF ID number.
On webpage use a Shortcode element
Shortcode is . (needs square brackets; pdf{space}id; number id from PDF Poster plugin. )
PDF document will display in editor mode.
Family Tree Icon
<a href=”PASTE_FS_URL_HERE” target=”_blank” style=”text-decoration:none; margin-left:4px; font-size:1.1em;” title=”View FamilySearch Tree”>🌳</a>
<a href=”PASTE_FS_URL_HERE” target=”_blank” style=”text-decoration:none; margin-left:4px; font-size:1.1em;” title=’View FamilySearch Tree’>🌳</a>