Risultati della ricerca per 'Blog theme wordpress'
-
-
Maestri buongiorno !
Chiedo aiuto a qualcuno di voi (buono di cuore e con un po’ di pazienza) per vedere se per caso potesse indicarmi dove andare a scaricare il tema in oggetto che, a suo tempo, era stato prelevato da un sito che ormai non esiste più.
Secondo quanto leggo dalle informazioni del file .css :Theme Name: 039-fiorellini-lilla
Description: 039-fiorellini-lilla, by temi-wordpress.net.Sostanzialmente il mio unico problema è il file header.php in quanto era stato stupidamente da me modificato e ora non riesco a far comparire in maniera corretta il menu di navigazione con i titoli delle singole pagine.
In altre parole quello che vedo nel file header.php è il seguente codice :…
…
…
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –><link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<script type=”text/javascript” src=”<?php bloginfo(‘template_url’); ?>/script.js”></script>
<?php wp_head(); ?>
…
…
…sotto alla stringa <?php wp_head(); ?> avevo rimosso il codice originale inserendone uno “custom” che sostanzialmente era dell’html che andava a creare il menu e che è questo :
<div class=”Sheet”>
<div class=”Sheet-body”>
<div class=”Header”>
<div>
</div>
</div>
<div class=”nav”>
<ul class=”menu”>
<li class=”index.htm”><span><span>Home</span></span><li class=”index2.htm”><span><span>Home2</span></span>
<div class=”l”></div><div class=”r”><div></div></div></div>
io vorrei reinserire le istruzioni corrette in maniera tale che tutto venga generato dinamicamente. Qualcuno cortesemente potrebbe darmi qualche dritta?
Vin ringrazio
-
Ho un sito già pubblicato che improvvisamente non si visualizza più e al posto del contenuto della homepage compare un messaggio di errore:
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );e l’ambiente wp-admin dà anche lui un messaggio simile, insomma è irraggiungibile.
Ho provato a reinstallare i file di WP tranne /content/ e wp-config.php ma nessun cambiamento.
Qualcuno può dedurre la causa di questo errore o aiutarmi in qualche modo? grazieSabina
-
Premetto che ho cercato online ma pure seguendo le indicazioni fornite non ho ottenuto risultati.
Nella homepage del mio sito appaiono 8 articoli, ma io vorrei che ce ne fossero solamente 6. Sono già andato in Impostazioni -> Lettura -> Le pagine del blog visualizzano al massimo e ho messo 6 (prima era 8), ma non è cambiato nulla.
Ho provato a guardare i codici sorgente del tema ma non ho trovato dove devo modificare.
Io utilizzo il tema Oblique.
Se serve qualche altra informazione ditemelo.. Sono disperato, non riesco a trovare da nessuna parte niente di utile!
-
Buongiorno, ieri acquistato il mio nuovo dominio e oggi volevo iniziare a preparare il mio nuovo blog. Non ero completamente soddisfatta dei temi proposti quindi ho scaricato un tema a pagamento: Parsley.
Ho tentato di installarlo. Non sapevo quale fosse il file .zip da installare quindi ho cliccato su tutta la cartella completa.
Il sistema mi dice:
“Installazione tema dal file caricato: themeforest-20500441-parsley-a-recipe-wordpress-blog-theme.zip
Scompattamento del pacchetto…Installazione del tema…
Il pacchetto non può essere installato. Nel tema manca il foglio di stile style.css.
Installazione del tema fallita.”
Apro la cartella e il foglio stile style.css lo trovo.
Cosa devo fare?
Non sono espertissa e non vorrei aver buttato via dei soldi per il nuovo tema.
Ringrazio in anticipo chi vorrà rispondere.
Un saluto.
Gloria
-
Ciao a tutti ho un problema nella creazione del child theme del mio tema Fluida. Il file css del tema genitore è il seguente
/* Theme Name: Fluida Theme URI: http://www.cryoutcreations.eu/wordpress-themes/fluida Description: Fluida is a modern, crystal clear and squeaky clean theme. It shines bright with a fluid and responsive layout and carries under its hood a light and powerful framework. All the theme's graphics are created using HTML5, CSS3 and icon fonts so it's extremely fast to load. It's also SEO ready, using microformats and Google readable Schema.org microdata. Fluida also provides over 100 customizer theme settings that enable you to take full control of your site. You can change everything starting with layout (content and up to 2 sidebars), site and sidebar widths, colors, (Google) fonts and font sizes for all the important elements of your blog, featured images, post information metas, post excerpts, comments and much more. Fluida also features social menus with over 100 social network icons available in 4 locations, 3 menus, 6 widget areas, 8 page templates, all post formats, is translation ready, RTL and compatible with older browsers. If you want to take things further via a child theme you'll find clean code, either hookable or pluggable functions with clear descriptions and over 25 action hooks ready for action. Fluida - because solid is so overrated! Author: Cryout Creations Author URI: http://www.cryoutcreations.eu Version: 1.3.4 License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, grid-layout, custom-background, custom-colors, custom-header, flexible-header, custom-menu, featured-image-header, featured-images, front-page-post-form, full-width-template, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, news, entertainment, photography, portfolio Text Domain: fluida Fluida WordPress Theme - Copyright 2015, Cryout Creations - http://www.cryoutcreations.eu This theme, like WordPress, is licensed under the GPL. */Il mio tema child l’ho così omposto
Fluidachildtheme.zip fluidachildtheme Style.css/* Theme Name: Fluida Child Theme Theme URI: Description: Author: frai Author URI: Template: fluida Version: 1.3.4 Text Domain: Fluida-child */E il file functions.php
<?php add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' ); function my_theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); } ?>Quando lo attivo le pagine risultano tutte sfalsate come se non caricasse il file css.
Sapete dirmi dove ho sbaglaito?
Grazie mille
-
Ciao a tutti, come da titolo chiedo gentilmente se qualcuno e in grado di aiutormi a creare il child theme di Fluida. Io ho seguito tutti i passaggi ma il risultato quando lo vado ad attivare è un impaginazione scorretta questo secondo me perchè non carica correttamente il file css
File CSS del tema Originale
/* Theme Name: Fluida Theme URI: http://www.cryoutcreations.eu/wordpress-themes/fluida Description: Fluida is a modern, crystal clear and squeaky clean theme. It shines bright with a fluid and responsive layout and carries under its hood a light and powerful framework. All the theme's graphics are created using HTML5, CSS3 and icon fonts so it's extremely fast to load. It's also SEO ready, using microformats and Google readable Schema.org microdata. Fluida also provides over 100 customizer theme settings that enable you to take full control of your site. You can change everything starting with layout (content and up to 2 sidebars), site and sidebar widths, colors, (Google) fonts and font sizes for all the important elements of your blog, featured images, post information metas, post excerpts, comments and much more. Fluida also features social menus with over 100 social network icons available in 4 locations, 3 menus, 6 widget areas, 8 page templates, all post formats, is translation ready, RTL and compatible with older browsers. If you want to take things further via a child theme you'll find clean code, either hookable or pluggable functions with clear descriptions and over 25 action hooks ready for action. Fluida - because solid is so overrated! Author: Cryout Creations Author URI: http://www.cryoutcreations.eu Version: 1.3.4 License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, grid-layout, custom-background, custom-colors, custom-header, flexible-header, custom-menu, featured-image-header, featured-images, front-page-post-form, full-width-template, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, news, entertainment, photography, portfolio Text Domain: fluida Fluida WordPress Theme - Copyright 2015, Cryout Creations - http://www.cryoutcreations.eu This theme, like WordPress, is licensed under the GPL. */io ho creato una cartella chiamata fluidachildtheme e all’interno style.css e ho scritto
/* Theme Name: Fluida child Theme URI: http://www.cryoutcreations.eu/wordpress-themes/fluida Description: Tema child Author: blablabla Author URI: http://www.cryoutcreations.eu Template: fluida Version: 1.3.4 Tags: Text Domain: fluida-child Fluida WordPress Theme - Copyright 2015, Cryout Creations - http://www.cryoutcreations.eu This theme, like WordPress, is licensed under the GPL. */e functions.php con all’interno
<?php add_action( ‘wp_enqueue_scripts’, ‘carica_stili_parent’ ); function carica_stili_parent’ () { wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ ); } ?>Qualcuno sa dirmi perchè non funziona? o dove ho sbaglaito?
Grazie mille
-
Salve, io per testare i temi per wordpress fatti da me uso questa utility.
Questi comandi si usano con alcuni programmi esterni.
https://github.com/cmderdev/cmder/releases
http://cmder.net/scaricate ed estrarre in c:\MyApps\cmder\
al’avvio vi chiederà di aggiornare il programma dite scarica e aggiorna,dopo entrate in cmd in amministratore e lanciate -> cmder.exe /REGISTER ALL
in fine con il tasto destro in una cartella del vostro wordpress .. fate “cmder here”
e dopo manualmente e non in un file .bat o .cmd lanciate i seguenti comandi .
-- installazione wp db export - | gzip > ./db_backup.sql.gz cp wp-content\ wp-content.backup -R curl -O https://wpcom-themes.svn.automattic.com/demo/theme-unit-test-data.xml wp plugin install wordpress-importer --activate wp import ./theme-unit-test-data.xml --authors=create -- cancellazione wp db reset --yes gunzip < db_backup.sql.gz | wp db import - rm wp-content\ -R mv wp-content.backup\ wp-content\link : http://blog.meloniq.net/2016/06/13/installing-wp-cli-on-xampp-for-windows/
C:\Users\username> cd C:\xampp\php C:\xampp\php> echo @php "%~dp0wp-cli.phar" %* > wp.cmd C:\xampp\php> exitPrima di tutto in c:\xampp\ fare setup_xampp.bat se avete usato il file zip.
e mettere i path di windows nell’ambiente delle variabile.
C:\xampp\php
c:\xampp\mysql\binIn questo modo si può testare i temi senza usare l’import da google chrome e firefox,
ed in più con il comando è più veloce ad scaricare ed importare i dati.
vedete se utile. caso mai faccio un pdf.
saluti e buon inizio settimana.
-
Ho creato un blog con il tema Brittany Light. La foto che propone il tema fa vedere che ogni articolo è dotato di una grande immagine.
Io non riesco ad ottenere lo stesso risultato: l’immagine in evidenza appare piccolissima. Se metto solo l’immagine dentro il testo dell’articolo, (clicca qui per vederlo) puoi notare che l’immagine in anteprima non la fa vedere ( a parte nell’ultimo articolo, dove l’ho lasciata per farti vedere quanto appare piccola rispetto a quella “promessa”).
Se metto sia l’immagine in evidenza sia l’immagine nel testo dell’articolo, viene questo effetto osceno.
Come faccio a visualizzare l’immagine dell’anteprima degli articoli molto più grande senza rischiare di visualizzare l’immagine 2 volte?La pagina su cui ho bisogno di aiuto: [devi essere connesso per vedere il link]
-