• Sobre o WordPress
    • Sobre o WordPress
    • WordPress.org
    • Documentação
    • Suporte
    • Feedback
  • Acessar
  • Cadastre-se
Pular para o conteúdo

WordPress.org

Brasil

  • Início
  • Temas
  • Plugins
  • Suporte
  • Documentação
  • Participe
  • Blog
  • Sobre
  • Baixar o WordPress

Plugins

  • Meus favoritos
  • Betas
  • Desenvolvedores

Este plugin não foi testado com as 3 atualizações principais mais recentes do WordPress. Pode ser que não tenha mais manutenção ou suporte e talvez tenha problemas de compatibilidade quando usado com versões mais recentes do WordPress.

Baixar

Genesis Site Title Styles

Por Jackie D'Elia and Ginger Coolidge
  • Detalhes
  • Avaliações
  • Instalação
  • Suporte
  • Desenvolvimento

Descrição

This plugin adds a span tag around each word in the Genesis site title for separate styling with css. Styling is done with the nth-child() selector.

Style each word separately:

Style the first word:

.site-title span:nth-child(1) {
add your styles here
}

Style the second word:

.site-title span:nth-child(2) {
add your styles here
}

Style the third word:

.site-title span:nth-child(3) {
add your styles here
}

Read more about why we created the plugin here along with examples of how to style them.

Instalação

This section describes how to install the plugin and get it working.

  1. Upload the entire genesis-site-title-styles folder to the /wp-content/plugins/ directory
  2. Ative o plugin por meio do menu “Plugins” no WordPress
  3. That’s it! There is no settings panel for this plugin.

FAQ

Do this plugin require the Genesis Framework?

This plugin is designed for sites running on the Genesis Framework. While you could successfully activate the plugin on a non-Genesis site, it is useless as the code relies on Genesis-specific actions.

How do I know if the plugin is working?

After activating the plugin, each word in your site title should be wrapped in a span tag.

How can I style the title span tags?

Add this your style.css in the section for your site title. Your class name may be different than .site-title so substitute as needed.

.site-title span:nth-child(1) {
add your styles here
}

Above example would target the first word in the site title. Change the number in parenthesis to target another word, span:nth-child(2) would target the second word, and so on.

.site-title span:nth-child(2) {
color: #99d7da;
font-weight: 600;
}

Above example would change the color and font weight of the second word.

Avaliações

Não existem avaliações para esse plugin.

Colaboradores e desenvolvedores

“Genesis Site Title Styles” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.

Colaboradores
  • Jackie D'Elia
  • Ginger Coolidge
  • Carrie Dils

Traduzir “Genesis Site Title Styles” para o seu idioma.

Interessado no desenvolvimento?

Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.

Registro de alterações

1.10

Replaced logic to recognize words that contain special characters, diacritical marks and symbols. The plugin now will wrap a span tag around everything separated by a space. Any extra spaces are removed.

For example: “BLANCO PRÍBAR®   INC.”

will become “BLANCO PRÍBAR® INC.” and then each word is wrapped in a span tag.

1.01

Edited instructions.

1.0

Released.

0.4

Added lower priority to filter to be sure it loads last.

0.3

Updated code to correct for h1/p tags. See Github

0.2

Changed description. Removed Genesis activation requirement.

0.1

  • Release inicial.

Meta

  • Versão: 1.10
  • Última atualização: 3 anos atrás
  • Instalações ativas: 300+
  • Versão do WordPress: 3.8.0 ou maior
  • Testado até o WordPress: 4.9.16
  • Idioma:
    English (US)
  • Tags:
    cssgenesislogosite titlespan
  • Panorama avançado

Classificações

Ver todas
  • 5 estrelas 2
  • 4 estrelas 0
  • 3 estrelas 0
  • 2 estrelas 0
  • 1 estrela 0
Faça o login para enviar uma avaliação.

Colaboradores

  • Jackie D'Elia
  • Ginger Coolidge
  • Carrie Dils

Suporte

Problemas resolvidos nos dois últimos meses:

0 de 1

Ver fórum de suporte

Doar

Gostaria de apoiar o desenvolvimento deste plugin?

Faça uma doação a este plugin

  • Sobre
  • Blog
  • Hospedagem
  • Faça uma doação
  • Suporte
  • Desenvolvedores
  • Participe
  • Aprenda
  • Showcase
  • Plugins
  • Temas
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacidade
  • Public Code
  • @WordPress
  • WordPress

Código é Poesia.