Respostas no Fórum

Visualizando 15 respostas - 1 até 15 (de um total de 16)
  • Fórum: Temas
    Em resposta a: LayerSlider
    Criador do tópico Icaroferreira

    (@icaroferreira)

    Qual seria o código ?

    Qual solução para resolver esse caso ?

    Fórum: Temas
    Em resposta a: LayerSlider
    Criador do tópico Icaroferreira

    (@icaroferreira)

    Oi Tiago obrigado por responder.

    Qual a classe de css para este caso ? Pois ao mexer nas configurações e ver o preview, aparece alinhado, só que quando começo a olhar em outras máquinas aparece desalinhado =(

    LayerSlider CSS Editor, esta aparecendo assim:
    “/* You can type here any CSS code that will be loaded both on your admin and front-end pages.
    Let us help you by giving a few exmaple CSS classes: */

    /* Front-end sliders & preview */

    .ls-container { /* The slider itself */

    }

    .ls-slide {

    }

    .ls-slide a:hover {
    color: blue;
    text-decoration: underline;
    }

    .ls-slide #yourID {

    }

    .ls-slide .yourClass {

    }

    /* Side color of 3D objects */
    .ls-3d-box div { background: #777; }”

    Criador do tópico Icaroferreira

    (@icaroferreira)

    Ao acessar o wp-config.php, aparece o seguinte conteúdo abaixo, então, onde eu deveria inserir: define(‘WP_LANG’, ‘pt_BR’); ?

    <?php
    /**
    * The base configurations of the WordPress.
    *
    * This file has the following configurations: MySQL settings, Table Prefix,
    * Secret Keys, WordPress Language, and ABSPATH. You can find more information
    * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
    * wp-config.php} Codex page. You can get the MySQL settings from your web host.
    *
    * This file is used by the wp-config.php creation script during the
    * installation. You don’t have to use the web site, you can just copy this file
    * to “wp-config.php” and fill in the values.
    *
    * @package WordPress
    */

    // ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define(‘DB_NAME’, ‘adminsou_wp’);

    /** MySQL database username */
    define(‘DB_USER’, ‘adminsou_wp’);

    /** MySQL database password */
    define(‘DB_PASSWORD’, ‘Gz60u*1m’);

    /** MySQL hostname */
    define(‘DB_HOST’, ‘localhost’);

    /** Database Charset to use in creating database tables. */
    define(‘DB_CHARSET’, ‘utf8’);

    /** The Database Collate type. Don’t change this if in doubt. */
    define(‘DB_COLLATE’, ”);

    /**#@+
    * Authentication Unique Keys and Salts.
    *
    * Change these to different unique phrases!
    * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
    * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
    *
    * @since 2.6.0
    */
    define(‘AUTH_KEY’, ‘rCY1WqgGuitlY320QSMLAbiWKuq2VV57F86GTLPCNvJ8Wf0Po7FGu3To1LACXneP’);
    define(‘SECURE_AUTH_KEY’, ‘Bnmj2P3O0qhLLYlwrONRrQnaFnar67r2NvGlcSiLr6WDboCzx3pimyWFMtJQllVs’);
    define(‘LOGGED_IN_KEY’, ‘CXxljn45Vzte0zH8YF1WmSXmsCGrt5jbgrcWn3L3t80_ciiT1LMnyVa7kEz5D1d5’);
    define(‘NONCE_KEY’, ‘eY93vrTjhEXrhJe5oJMaTgY7WCJtnIEujESuR6JnBTmh4i_wim8NspXDzKpI9oRv’);
    define(‘AUTH_SALT’, ‘KzB9JA4VwL7f2uoRfjbbCic2zZx7nvtT3BP1zaXZhek6ZuSKUUviZxgXjy5LA5Xx’);
    define(‘SECURE_AUTH_SALT’, ‘VcGiJBwQge_ZGdKKIJnzq7TzOqr9T6v7Pcm8PB6AzcngVtDqjkLwsuOziYPEXbHL’);
    define(‘LOGGED_IN_SALT’, ‘XgHXv0uX4Ca5_xUChZsjbTSyj9fRk5o9s71RqhgqFjidRlxNS81bPN2zulz6n7Qx’);
    define(‘NONCE_SALT’, ‘2he765vM2mzAW6DzGkv0Qoz6HeUXBkOX3H0KA4HmLbzFbsxUr6ZShAnCT7OIFWwx’);

    /**#@-*/

    /**
    * WordPress Database Table prefix.
    *
    * You can have multiple installations in one database if you give each a unique
    * prefix. Only numbers, letters, and underscores please!
    */
    $table_prefix = ‘wp_’;

    /**
    * For developers: WordPress debugging mode.
    *
    * Change this to true to enable the display of notices during development.
    * It is strongly recommended that plugin and theme developers use WP_DEBUG
    * in their development environments.
    */
    define(‘WP_DEBUG’, false);

    /* That’s all, stop editing! Happy blogging. */

    /** Absolute path to the WordPress directory. */
    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . ‘wp-settings.php’);

    Criador do tópico Icaroferreira

    (@icaroferreira)

    O meu não tem esta opção, ao rolar, antes de salvar, as opções que aparece são:

    Escolher o formato da data e escolher o dia que começa a semana. =(

    Criador do tópico Icaroferreira

    (@icaroferreira)

    Não vi esta informação, esta se referindo ao painel do wordpress ?

    Poderia por favor me passar informações mais detalhadas ?

    Criador do tópico Icaroferreira

    (@icaroferreira)

    Obrigado pela resposta, mas, onde exatamente você se refere ?

    Criador do tópico Icaroferreira

    (@icaroferreira)

    Veja o que aparece para mim dentro deste arquivo:

    <?php
    /**
    * The base configurations of the WordPress.
    *
    * This file has the following configurations: MySQL settings, Table Prefix,
    * Secret Keys, WordPress Language, and ABSPATH. You can find more information
    * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
    * wp-config.php} Codex page. You can get the MySQL settings from your web host.
    *
    * This file is used by the wp-config.php creation script during the
    * installation. You don’t have to use the web site, you can just copy this file
    * to “wp-config.php” and fill in the values.
    *
    * @package WordPress
    */

    // ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define(‘DB_NAME’, ‘adminsou_wp’);

    /** MySQL database username */
    define(‘DB_USER’, ‘adminsou_wp’);

    /** MySQL database password */
    define(‘DB_PASSWORD’, ‘Gz60u*1m’);

    /** MySQL hostname */
    define(‘DB_HOST’, ‘localhost’);

    /** Database Charset to use in creating database tables. */
    define(‘DB_CHARSET’, ‘utf8’);

    /** The Database Collate type. Don’t change this if in doubt. */
    define(‘DB_COLLATE’, ”);

    /**#@+
    * Authentication Unique Keys and Salts.
    *
    * Change these to different unique phrases!
    * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
    * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
    *
    * @since 2.6.0
    */
    define(‘AUTH_KEY’, ‘rCY1WqgGuitlY320QSMLAbiWKuq2VV57F86GTLPCNvJ8Wf0Po7FGu3To1LACXneP’);
    define(‘SECURE_AUTH_KEY’, ‘Bnmj2P3O0qhLLYlwrONRrQnaFnar67r2NvGlcSiLr6WDboCzx3pimyWFMtJQllVs’);
    define(‘LOGGED_IN_KEY’, ‘CXxljn45Vzte0zH8YF1WmSXmsCGrt5jbgrcWn3L3t80_ciiT1LMnyVa7kEz5D1d5’);
    define(‘NONCE_KEY’, ‘eY93vrTjhEXrhJe5oJMaTgY7WCJtnIEujESuR6JnBTmh4i_wim8NspXDzKpI9oRv’);
    define(‘AUTH_SALT’, ‘KzB9JA4VwL7f2uoRfjbbCic2zZx7nvtT3BP1zaXZhek6ZuSKUUviZxgXjy5LA5Xx’);
    define(‘SECURE_AUTH_SALT’, ‘VcGiJBwQge_ZGdKKIJnzq7TzOqr9T6v7Pcm8PB6AzcngVtDqjkLwsuOziYPEXbHL’);
    define(‘LOGGED_IN_SALT’, ‘XgHXv0uX4Ca5_xUChZsjbTSyj9fRk5o9s71RqhgqFjidRlxNS81bPN2zulz6n7Qx’);
    define(‘NONCE_SALT’, ‘2he765vM2mzAW6DzGkv0Qoz6HeUXBkOX3H0KA4HmLbzFbsxUr6ZShAnCT7OIFWwx’);

    /**#@-*/

    /**
    * WordPress Database Table prefix.
    *
    * You can have multiple installations in one database if you give each a unique
    * prefix. Only numbers, letters, and underscores please!
    */
    $table_prefix = ‘wp_’;

    /**
    * For developers: WordPress debugging mode.
    *
    * Change this to true to enable the display of notices during development.
    * It is strongly recommended that plugin and theme developers use WP_DEBUG
    * in their development environments.
    */
    define(‘WP_DEBUG’, false);

    /* That’s all, stop editing! Happy blogging. */

    /** Absolute path to the WordPress directory. */
    if ( !defined(‘ABSPATH’) )
    define(‘ABSPATH’, dirname(__FILE__) . ‘/’);

    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . ‘wp-settings.php’);

    Criador do tópico Icaroferreira

    (@icaroferreira)

    Antigamente o meu problema era os plugins, para resolver isso contratei uma hospedagem mais cara, que me dá maior poder de memória e o problema resolveu, mas agora voltou acontecer as vezes =(

    Criador do tópico Icaroferreira

    (@icaroferreira)

    Eu entrei em contato com o gerenciamento avançado da minha hospedagem VPS, e me garantiram se tratar de um problema do wordpress.

    E sobre os plugins e tema, me falaram que não está relacionado a este problema em questão.

    Existe algo que eu possa fazer no meu wordpress, para ajudar neste problema ?

    Criador do tópico Icaroferreira

    (@icaroferreira)

    Eu instalei sim recentemente 2 plugins, mais então eu os desativei e até os deletei, mais meu site nunca mais foi como antes =(

    Mesmo usando W3 total cache.

    Fiz este teste e apresentou tudo de ruim, nota 23 de 100 =(

    Ele parece que está travado, pois que a aquela rodinha que simboliza o carregamento, ela demora uns 20 segundos ou mais para começar a rodar rápido, já os sites que eu entro, está rodinha começa a rodar rápido assim que eu entro e o site carrega em 2 segundos.

    Fórum: Temas
    Em resposta a: Qual o Tema Vocês me Recomendam ?
    Criador do tópico Icaroferreira

    (@icaroferreira)

    Obrigado.

    Fórum: Plugins
    Em resposta a: Menu Vertical
    Criador do tópico Icaroferreira

    (@icaroferreira)

    … Para ser redirecionado para as minhas páginas, pois o meu site eu construo artigos usando o modelo de Páginas, não uso posts.

    Criador do tópico Icaroferreira

    (@icaroferreira)

    Ok, obrigado.

    Criador do tópico Icaroferreira

    (@icaroferreira)

    Mais existe algum plugin que faça isso que eu descrevi acima, ou por enquanto é só fantasia da minha cabeça ? rsrs… Pois seria bom se for possível.

    Criador do tópico Icaroferreira

    (@icaroferreira)

    Quando os artigos do meu site no facebook, os comentários que ocorre lá no próprio facebook, com este “Disqus”, é possível capturar estes comentários , para aparecer no meu site ? ou seja, no final do artigo correspondente ?

Visualizando 15 respostas - 1 até 15 (de um total de 16)