Tagged: ,

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1114564

    Hallo, auf der Seite med-ffm.com im Footer – Beispielseite med-ffm.com Öffnungszeiten der Samstags-Praxis – lassen sich z. B. über Firefox am Mac die Texte in den Footer-Widgets nicht mit dem Cursor erfassen, wirken wie als Grafik in den Hintergrund eingebunden. Wie können wir das ändern? Vielen Dank!

    #1114565

    Die sind schon ausgewählt, nur habt ihr die gleichen Farben dafür wie die Hintergrundfarbe gewählt.
    Ich denke, dass es auch über das Enfold Optionen Menu geht, ich setze hierfür meist dies in die Quick css ein:

    /***** Textauswahlfarben****/
    ::selection {
        background: #E3212F !important; 
        color: #fff !important; 
        text-shadow: none ;
    }
    ::-moz-selection {
        background: #E3212F !important; 
        color: #fff !important; 
        text-shadow: none 
    }
    

    wählt dann euer Farben selbst aus
    (PS : ihr müsst denke ich nach dem Einsetzen des Codes die gemergeten Files löschen : Enfold-Child / Performance / Delete old CSS and JS files? )

    #1114569

    vielleicht nehmt ihr das jameda blau mit Schatten:

    /***** Textauswahlfarben****/
    ::selection {
        background: #3cb8dd !important; 
        color: #fff !important; 
        text-shadow: 1px 1px 1px #333 
    }
    ::-moz-selection {
        background: #3cb8dd !important; 
        color: #fff !important; 
        text-shadow: 1px 1px 1px #333 
    }
    #1114700

    Hi FacharztzentrumInternationl,

    Did you get it working with the suggestion above or do you need more help?

    Best regards,
    Victoria

    #1114701

    Hi FacharztzentrumInternationl,

    Did you get it working with the suggestion above or do you need more help?

    Best regards,
    Victoria

    #1115128

    @Guenni007
    @facharztzentruminternational

    DE
    die sind tatsächlich nicht markierbar und wirken wie eine Grafik; die Textlinks sind anklickbar, funktionieren, der Text lässt sich aber eigenartigerweise mit dem Cursor, wie @facharztzentruminternational oben schrieb, mit der Maus nicht markieren, z.B. für ein Copy&Paste oder ähnliches.
    Der Text der Bildunterschrift über dem Footer lässt sich markieren, ebenso der Text innerhalb des Jameda-Widgets.
    Aber der ENFOLD Footer-Text überhaupt nicht.
    Sehe ich hier auch mit Firefox 67.0.4 unter Windows 10 Desktop:

    EN
    they are actually not markable and look like a graphic; the text links are clickable, work fine, but strangely, the text can not be marked with the mouse, e.g., by the cursor as @facharztzentruminternational wrote above, e.g. for a copy and paste or similar.

    The text of the caption above the footer can be highlighted, as well as the text within the Jameda widget.
    But not the ENFOLD footer text at all.
    I also see here with Firefox 67.0.4 on Windows 10 Desktop:

    View post on imgur.com

    #1115132

    wow, that seems to be a bug within ENFOLD (v4.5.7):

    in the footer widgets I can hightlight normal text, but as soon as these texts are links they act like a graphic and cannot be highlighted with the cursor (Firefox/Windows 10 Desktop):

    Here an example of my own site:

    View post on imgur.com

    #1115528

    you can see the selection color on the white pages :

    this is exactly the background-color of the footer / socket and the font color is white.
    So if you “select” text it will not be seen.!

    Please enter first my css code then we can discuss if it is a bug or a feature-
    because if you drag that onto your desktop besides the browser – it will create a text copy of that selected and draged part ( on mac it does)

    #1115531

    Click what i mean. here: Link

    #1115535

    yes, your screenshot above seems to be just text.
    It works if you select text-only.

    But what if you add to a footer widget links only, no un-linked text, just real linked text?
    Can you hightlight these links only, too?

    #1115591

    look for example : https://www.sparkasse-koelnbonn.de/de/home.html
    in the footer area – same here – no enfold – this is a matter of browser behavior.

    If you will pick up a link – then a webloc file is copy pasted and look like this f.e.

    A Link should work as a link. But if you place the cursor next to a link so that not the hand but the cursor (selector) is visible, you can also copy a link textually if you don’t have a tremor.

    If you select text with links in it – only the text will be copied.

    #1116029

    Hi,

    The highlight doesn’t appear because the ::selection state color is the same as the initial font color. Please use this css code to change the highlight color of the selected texts.

    ::selection {
        background: #ffffff;
        color: #000000;
    }
    

    Use this if you only want to apply it for the footer content.

    #footer *::selection {
        background: #ffffff;
        color: #000000;
    }
    

    Best regards,
    Ismael

    #1116344
    #1116370

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.