Viewing 7 posts - 1 through 7 (of 7 total)
Author
Posts
  • #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.

    Q4037-ADD-MEDIA

    ----- [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

  • #5854

    What theme?

    Nigel
    My personal kiwitrees site is www.our-families.info
  • #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
  • #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.

    Screen-Shot-2016-03-03-at-6.58.30-PM

    ----- [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

  • #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
  • #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

  • #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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Add media’ is closed to new replies.