• Hi,

    I’m looking for the tabs plugin which allowes me to add photos to the Tabs-title instead of text or favicons.
    Is it possible?

    Or, if there’s any plugin?
    how can I make it in the WordPress?

    Thanks,
    poczatek

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator bcworkz

    (@bcworkz)

    You want an image to appear where site icons appear on browser tabs? Open the customizer, go to the Site Identity panel and set your image as the site icon. If your image is not square, you’ll be asked to crop it. This will not affect the original image.

    Thread Starter poczatek

    (@poczatek)

    Hi,
    I made an example I’d like to achive:
    http://paley.pl/

    I’s using different Tab-plugins but none has function I need.

    Moderator bcworkz

    (@bcworkz)

    If you are using a plugin to generate tabs, it may not be possible to place actual images. You may be able to place font based icons like those from fontawesome.com. If you can place <i> tags in tab labels without them appearing as plain text, you can use fontawesome.

    A more generic solution for font based icons is to insert content before the tab label container with CSS’ :before pseudo-selector. You could use the built-in dashicons to do this. The font is only loaded automatically for the admin area, it needs to be explicitly enqueued for front end use.
    wp_enqueue_style( 'dashicons' );

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Tabs with phots’ is closed to new replies.