- This topic has 6 replies, 2 voices, and was last updated 7 years, 6 months ago by
macalter.
-
4th March 2016 at 10:52 am #5850
I’m in the edit window and don’t see option for adding media — the little camera with/without the + (where I put a box). Nor do I see the kiwi trees default silhouette for male/female. Example is Q4037.
----- [updated: 31Aug2023]
Alter-Drukarsh connections |The Garelicks|Journal 3.3.12 - PHP Version 8.1.17 - mySQL 8.1
The Royals |The Kennedys|The Gerrer Rabbis 3.3.12 - PHP Version 8.1.17 - mySQL 8.1 -
4th March 2016 at 10:58 am #5854
What theme?
Nigel
My personal kiwitrees site is www.our-families.info -
4th March 2016 at 11:33 am #5857
What theme?
Never mind, I found the problem.
In your colors theme file themes/colors/css/colors.css you will find it has a line 1369 that is a row of equals signs (“===============”).
Delete that line.
The “webtrees” theme has a similar issue but at line 1327. Same solution required.
Nigel
My personal kiwitrees site is www.our-families.info -
4th March 2016 at 1:00 pm #5859
I searched my colors.css and didn’t find the match for line 1369, or, find the line anywhere else. My theme is colors.
----- [updated: 31Aug2023]
Alter-Drukarsh connections |The Garelicks|Journal 3.3.12 - PHP Version 8.1.17 - mySQL 8.1
The Royals |The Kennedys|The Gerrer Rabbis 3.3.12 - PHP Version 8.1.17 - mySQL 8.1 -
4th March 2016 at 1:59 pm #5861
That looks like you have a weird editor that wraps long lines, and then changes the line numbering so each part of the wrapped line appears to have a new line number.
For example the code:
#searchAccordion-indi,#searchAccordion-fam,#searchAccordion-source,#searchAccordion-note {margin:auto;width:99%;}
is really only a single line, but according to your image it is on lines 1369 AND 1370.
In that case I don’t know what line number you would need, as it will depend where exactly each line is wrapped. What an odd system.
Any way, look for this area of code:
================================================================================ /* Icons */ [class^=”icon-“],[class*=” icon-“] {display:inline-block;vertical-align:middle;background-repeat:no-repeat;} .icon-add {width:14px;height:15px;background-image:url(../images/add.png);}
and remove the row of “====”
Nigel
My personal kiwitrees site is www.our-families.info -
4th March 2016 at 4:03 pm #5866
Line numbers — I need to find the setting to not number every line if it “wraps”. Found the offending “===” and removed. Got the silhouette back and can add new or existing image. I’ll assume that you’ll fix with update so won’t have to remember this change.
----- [updated: 31Aug2023]
Alter-Drukarsh connections |The Garelicks|Journal 3.3.12 - PHP Version 8.1.17 - mySQL 8.1
The Royals |The Kennedys|The Gerrer Rabbis 3.3.12 - PHP Version 8.1.17 - mySQL 8.1 -
9th March 2016 at 11:42 am #5949
Follow-up to Line number mismatch: indeed Text Wrangler (mac) doesn’t recognize line wrapping hence numbers every line. BBEdit (the paid big brother to TW) does. So, found Line 1369 as stated using BBEdit.
----- [updated: 31Aug2023]
Alter-Drukarsh connections |The Garelicks|Journal 3.3.12 - PHP Version 8.1.17 - mySQL 8.1
The Royals |The Kennedys|The Gerrer Rabbis 3.3.12 - PHP Version 8.1.17 - mySQL 8.1
- The topic ‘Add media’ is closed to new replies.