Risultati della ricerca per 'Sidebars in wordpress'

Stai vedendo 12 risultati - da 1 a 12 (di 12 totali)
    • Buongiorno a Tutti. Ho da poco installato WP su PC e iniziato a realizzare il mio primo sito. Ho il seguente problema: in basso a tutte le pagine appaiono le seguenti diciture: “WordPress Theme: Palm Beach by ThemeZee” posizionata a sinistra ed ancora sotto in colonna “Sidebar Infos Type 1: Single Page Replace sidebars Type 1: Single Page Filter widgets Sidebar “sidebar-1” Widget “block-2” Widget “block-4” Widget “block-5” Widget “block-6”. Domanda: che cosa sono e come le elimino?
      Saluti, Ugo.

    Se il template non consente di selezionare se mostrare la sidebar e scegliere quale mostrare puoi usare un plugin. Io con questo mi trovo bene:
    https://it.wordpress.org/plugins/content-aware-sidebars/

    In genere è il template che ti consente di mostrare o no la sidebar.
    Se non c’è possibilità di scelta offerta dal template puoi usare un plugin. Io con questo
    https://it.wordpress.org/plugins/content-aware-sidebars/
    mi sono trovato molto bene.

    Forum: Aspetto = Temi
    In risposta a: Barra laterale sinistra

    Ciao szalaierik576 se non ricordo male il tema che hai scelto consente di inserire la sidebar o solo a destra o solo a sinistra.
    Prova ad installare questo plugin: https://it.wordpress.org/plugins/custom-sidebars/ per creare sidebar personalizzate.
    Un caro saluto e presto
    Alfonso

    • 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

    Moderator Gloria Liuni

    (@glorialchemica)

    Ciao @sicula83,
    credo che nel tuo caso tu possa provare il plugin Custom Sidebar

    • Questa risposta è stata modificata 9 anni fa da Gloria Liuni.
    • Asakasan

      (@asakasan)


      Buongiorno a tutti,

      utilizzo un tema (Founder) non predisposto per utilizzare widget nel footer.

      Poiché avrei invece necessità di avere un footer predisposto su 3 colonne in cui inserire dei widget, ho provato ad utilizzare questa guida per apportare le modifiche:
      https://codex.wordpress.org/Widgetizing_Themes

      In sostanza ho applicato questo codice nel functions.php del tema child:

      <?php
      /**
       * Register our sidebars and widgetized areas.
       *
       */
      function arphabet_widgets_init() {
      
      	register_sidebar( array(
      		'name'          => 'Home right sidebar',
      		'id'            => 'home_right_1',
      		'before_widget' => '<div>',
      		'after_widget'  => '</div>',
      		'before_title'  => '<h2 class="rounded">',
      		'after_title'   => '</h2>',
      	) );
      
      }
      add_action( 'widgets_init', 'arphabet_widgets_init' );
      ?>

      Dopodiché ho applicato nel footer.php questo codice:

      <?php if ( is_active_sidebar( 'home_right_1' ) ) : ?>
      	<div id="primary-sidebar" class="primary-sidebar widget-area" role="complementary">
      		<?php dynamic_sidebar( 'home_right_1' ); ?>
      	</div><!-- #primary-sidebar -->
      <?php endif; ?>

      Adesso mi appare la possibilità di inserire nel footer dei widget che però sono disposti orizzontalmente, uno sotto l’altro, per l’intera lunghezza del footer.
      Come realizzare tre colonne?
      Da sola non so adattare il codice per ottenere tale risultato, spero di avere una mano!

      Questo è il sito, per capire meglio cosa intendo:

      asakaltrove dot com

      GRAZIE!

    Moderator Cristiano Zanca

    (@cristianozanca)

    Salve @jascia86 ,

    per aggiungere un widget in home con un prodotto è possibile seguire queste istruzioni:

    https://wordpress.org/support/topic/how-to-add-sidebars-in-woocommerce-single-product-page?replies=16

    il posto migliore dove trovare una prestazione professionale come quella di cambiare il prodotto ogni 48 ore e l’aggiunta del timer :

    jobs.wordpress.net

    Moderator Cristiano Zanca

    (@cristianozanca)

    Ciao redjoy,

    davo per scontato che si parlasse di quella a pagamento, ma di pagebuilder c’è anche la versione gratuita https://wordpress.org/plugins/siteorigin-panels/ , quindi hai fatto benissimo a parlarne qui 🙂

    Per quanto riguarda l’aggiunta di sidebar ad un tema esistente è necessario creare un CHILD THEME ,poi nel suo functions.php aggiungere il codice necessario leggendo la documentazione ufficiale http://codex.wordpress.org/Sidebars

    Ciao

    • Questa risposta è stata modificata 9 anni, 11 mesi fa da Cristiano Zanca.
    Moderator Guido Scialfa

    (@wido)

    Ciao @nico1958,

    1- Se intendi il widget product categories, basta andare in Apparenza > Widgets aprire il widget woocommerce product categories e deselezionare la voce Show product counts.

    2- Non capisco bene la domanda, non riesci ad entrare nella pagina di gestione widgets dal backend? Comunque di solito dipende dal tema se ti dà la possibilità di creare sidebars aggiuntive e poter scegliere dove visualizzarle, diversamente vi sono dei plugins che ti permettono di visualizzare i widgets in modo condizionale ad esempio Conditional Widgets

    Moderator Guido Scialfa

    (@wido)

    Per inserire una widget area nel footer devi usare una hook e qualche funzione se il tema non te la predispone.

    Dai uno sguardo ai seguenti articoli del codex.

    1. wp_footer Per eseguire il tuo codice arbitrario all’interno del footer della pagina.
    2. register_sidebar Per registrare nuove sidebars nel tuo tema
    3. dynamic_sidebar Per creare una widget area. Codice che andrai ad inserire nella funzione agganciata a wp_footer.

    Se sei a digiuno di filtri e actions, una lettura al codex delle hooks può aiutarti.

    • Questa risposta è stata modificata 10 anni, 1 mese fa da Guido Scialfa. Motivo: missed closing tag
    • Questa risposta è stata modificata 10 anni, 1 mese fa da Guido Scialfa.
Stai vedendo 12 risultati - da 1 a 12 (di 12 totali)