Navigazione

    Privacy - Termini e condizioni
    © 2020 Search On Media Group S.r.l.
    • Registrati
    • Accedi
    • CATEGORIES
    • Discussioni
    • Non letti
    • Recenti
    • Hashtags
    • Popolare
    • Utenti
    • Stream
    • Interest
    • Categories
    1. Home
    2. henryco.88
    3. Post
    H

    henryco.88

    @henryco.88

    • Profilo
    • Chi segue 0
    • Da chi è seguito 0
    • Discussioni 9
    • Post 22
    • Migliore 0
    • Gruppi 0
    Iscrizione Ultimo Accesso
    Sito Internet www.enricoblandini.it Località Pianella Età 37
    0
    Reputazione
    22
    Post
    0
    Visite al profilo
    0
    Da chi è seguito
    0
    Chi segue
    User

    Post creati da henryco.88

    • Impostare regola prezzi in base alla quantità tot - Virtuemart 3

      Ciao,

      ho un quesito riguardo la gestione dei prezzi in base alle quantità. L'e-commerce in questione è realizzato con Joomla 3.6.5 e Virtuemart 3.

      Per ogni prodotto ho realizzato degli scaglioni di prezzi in base alle quantità acquistate. Esempio:

      • Prodotto 1:
        1-10 pezzi -> 10 ?
        11- 50 pezzi -> 8 ?
        51 - 200 pezzi -> 5 ?

      • Prodotto 2:
        1-10 pezzi -> 20 ?
        11- 50 pezzi -> 16 ?
        51 - 200 pezzi -> 12 ?

      Se l'utente acquisterà 5 pezzi del prodotto 1 e 30 pezzi del prodotto 2, verranno impostati i prezzi in base agli scaglioni impostati di ogni singolo prodotto. Cioè:

      • Carrello A:
        Prodotto 1: 5 pezzi x 10 ? = 50 ?
        Prodotto 2: 30 pezzi x 16 ? = 480 ?
        TOT: 35 pezzi -> 530 ?

      Io vorrei invece che lo scaglione dei prezzi di ogni singolo prodotto venga applicato in base al numero totale di pezzi acquistati e non in base numero di pezzi di ogni singolo prodotto. Vorrei il checkout come in questo esempio:

      • Carrello B:
        Prodotto 1: 5 pezzi x 8 ? = 40 ?
        Prodotto 2: 30 pezzi x 16 ? = 480 ?
        TOT: 35 pezzi -> 520 ?

      Come posso fare?

      postato in CMS & Piattaforme Self-Hosted
      H
      henryco.88
    • RE: Ripristino sito in locale e reinderizzamento www.localhost

      L'Administrator ora funziona. Funziona tutto ora 😄 Grazie infinite!!! Sei stato gentilissimo e utile.

      Giusto per capire, come mai solo con questo sito web ho avuto questi problemi? Ho altri siti in Joomla e non ho riscontrato questo tipo di problemi.

      Grazie ancora.

      postato in CMS & Piattaforme Self-Hosted
      H
      henryco.88
    • RE: Ripristino sito in locale e reinderizzamento www.localhost

      Pulendo la cache dei browser (firefox e chrome) e cancellando quelle righe nel htaccess, vedo perfettamente il frontend e non ho più il problema di reinderizzamento a www . localhost e di sicurezza con https. Il problema però è che non posso accedere nel pannello amministrativo. Rispettivamente i browser mi restituiscono i seguenti messaggi di errore all'inirizzo http: // localhost / miosito / administrator:

      a) Firefox ->
      Errore di codifica del contenuto

      La pagina che si sta cercando di visualizzare non può essere mostrata poiché fa uso di una forma di compressione non valida o non supportata.

      Contattare il proprietario del sito web per informarlo del problema.
      

      b) Chrome - >
      Impossibile raggiungere il sito

      (...)
      ERR_CONTENT_DECODING_FAILED

      postato in CMS & Piattaforme Self-Hosted
      H
      henryco.88
    • RE: Ripristino sito in locale e reinderizzamento www.localhost

      Cancellate le righe ma niente. Ma non vorrei che quando ho fatto il ripristino del database in locale abbia scritto gli indirizzi con quelle regole che ci sono nel htaccess.

      Se cancellassi il database e rifacessi il ripristino senza quelle regole, dici che potrei risolvere?

      postato in CMS & Piattaforme Self-Hosted
      H
      henryco.88
    • RE: Ripristino sito in locale e reinderizzamento www.localhost

      Con chrome, cliccando su advanced e poi "Proceed to localhost (unsafe)" riesco a vedere il sito web però solo nel frontend. Se voglio accedere all'administrator mi dice che è impossibile raggiungere il sito. Su firefox invece non mi è comparso nessun "advanced".

      Se provo a mettere solo http : // localhost/miosito mi reindirizza a www . localhost (cioè vedo tutte le cartelle dei siti installati su xampp).

      Questo è quello che c'è scritto su .htaccess


      @package Joomla

      @copyright Copyright (C) 2005 - 2016 Open Source Matters. All rights reserved.

      @license GNU General Public License version 2 or later; see LICENSE.txt

      READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!

      The line 'Options +FollowSymLinks' may cause problems with some server configurations.

      It is required for the use of mod_rewrite, but it may have already been set by your

      server administrator in a way that disallows changing it in this .htaccess file.

      If using it causes your site to produce an error, comment it out (add # to the

      beginning of the line), reload your site in your browser and test your sef urls. If

      they work, then it has been set by your server administrator and you do not need to

      set it here.

      RewriteEngine On
      RewriteCond %{HTTP_HOST} !^www .
      RewriteRule ^(.*)$ http : //www .%{HTTP_HOST}/$1 [R=301,L]

      No directory listings

      IndexIgnore *

      Can be commented out if causes errors, see notes above.

      Options +FollowSymlinks
      Options -Indexes

      Mod_rewrite in use.

      RewriteEngine On

      Begin - Rewrite rules to block out some common exploits.

      If you experience problems on your site then comment out the operations listed

      below by adding a # to the beginning of the line.

      This attempts to block the most common type of exploit attempts on Joomla!

      Block any script trying to base64_encode data within the URL.

      RewriteCond %{QUERY_STRING} base64_encode[^(]([^)])

      Block any script that includes a <script> tag in URL.

      RewriteCond %{QUERY_STRING} (<|%3C)([^s]s)+cript.(>|%3E) [NC,OR]

      Block any script trying to set a PHP GLOBALS variable via URL.

      RewriteCond %{QUERY_STRING} GLOBALS(=|[|%[0-9A-Z]{0,2})

      Block any script trying to modify a _REQUEST variable via URL.

      RewriteCond %{QUERY_STRING} _REQUEST(=|[|%[0-9A-Z]{0,2})

      Return 403 Forbidden header and show the content of the root homepage

      RewriteRule .* index.php

      End - Rewrite rules to block out some common exploits.

      Begin - Custom redirects

      If you need to redirect some pages, or set a canonical non-www to

      www redirect (or vice versa), place that code here. Ensure those

      redirects use the correct RewriteRule syntax and the [R=301,L] flags.

      End - Custom redirects

      Uncomment the following line if your webserver's URL

      is not directly related to physical file paths.

      Update Your Joomla! Directory (just / for root).

      RewriteBase /

      Begin - Joomla! core SEF Section.

      RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

      If the requested path and file is not /index.php and the request

      has not already been internally rewritten to the index.php script

      RewriteCond %{REQUEST_URI} !^/index.php

      and the requested path and file doesn't directly match a physical file

      RewriteCond %{REQUEST_FILENAME} !-f

      and the requested path and file doesn't directly match a physical folder

      RewriteCond %{REQUEST_FILENAME} !-d

      internally rewrite the request to the index.php script

      RewriteRule .* index.php

      End - Joomla! core SEF Section.


      postato in CMS & Piattaforme Self-Hosted
      H
      henryco.88
    • RE: Ripristino sito in locale e reinderizzamento www.localhost

      Era già impostata a 0 la variabile.

      Se mi spieghi i passi da fare magari riesco a impostare i browser Firefox e Chrome.

      postato in CMS & Piattaforme Self-Hosted
      H
      henryco.88
    • RE: Ripristino sito in locale e reinderizzamento www.localhost

      Mi dice sempre che la "connessione non è privata". In pratica riesco a vedere solamente il frontend (e neanche qui il backend) del sito internet tramite il browser Opera. Tutti gli altri browser mi restituiscono un errore di connessione privata.

      Dimmi cosa editare nel file configuration.php

      postato in CMS & Piattaforme Self-Hosted
      H
      henryco.88
    • RE: Ripristino sito in locale e reinderizzamento www.localhost

      Non riesco a visualizzare la pagina di login dell'administrator. Posso visualizzare solo il frontend con opera

      postato in CMS & Piattaforme Self-Hosted
      H
      henryco.88
    • RE: Ripristino sito in locale e reinderizzamento www.localhost

      io ho anche altri siti in Joomla creati in https e poi installati in locale che funzionano bene. Non capisco perchè con questo sito ho i problemi. Quindi che procedura dovrei fare per risolvere il problema?

      postato in CMS & Piattaforme Self-Hosted
      H
      henryco.88
    • Ordine minimo d'acquisto Virtuemart 3.0

      Salve,
      ho preso in gestione un sito creato in Joomla e Virtuemart 3. Il sito e-commerce in questione permette di effettuare il checkout solo con almeno 3 articoli. Come posso modificare questa regola? Vorrei invece che per procedere con l'acquisto l'utente deve effettuare un ordine di almeno 1500 ?.

      Grazie per l'aiuto

      postato in CMS & Piattaforme Self-Hosted
      H
      henryco.88
    • Ripristino sito in locale e reinderizzamento www.localhost

      Ciao a tutti.
      Ho effettuato il ripristino in locale di un sito web in Joomla. L'operazione avviene con successo il problema è che non visualizzo correttamente il sito tranne con il browser Opera. Inoltre, nonostante io digiti nella barra degli indirizzi localhost/miosito avviene un redirect a www localhost. Perché questo redirect?

      In particolare:

      • Chrome: mi dice che la connessione non è privata;
      • Firefox: Non riesce a contattare il server www localhost
      • Opera: il frontend si vede bene (però sempre con il redirect www localhost. Se voglio accedere però all'administrator mi dice che è impossibile raggiungere il sito.

      Premetto che ho altri siti installati in locale con XAMPP che funzionano e si vedono perfettamente.

      Come posso risolvere?

      postato in CMS & Piattaforme Self-Hosted
      H
      henryco.88
    • Pulsante carrello scomparso - Virtuemart

      Ciao a tutti,
      ho un e-commerce creato in Joomla v. 3.6.5 e Virtuemart v. 3.0.18

      Non so perchè ma è sparito il pulsante "aggiungi al carrello" in ogni prodotto. Non è stata selezionata la modalità "catalogo" e anche inserendo delle scorte in magazzino non si visualizza.

      Premetto che su questo e-commerce ci ha lavorato un'altra persona che ha modificato la visualizzazione dei prezzi: cioè solo gli utenti registrati possono visualizzare i prezzi. Non vorrei avesse fatto qualche danno.

      Potete aiutarmi? Grazie

      postato in CMS & Piattaforme Self-Hosted
      H
      henryco.88
    • Immagine background hover e sovrapposizionamento

      Ciao a tutti,
      vorrei realizzare un effetto a un immagine. In pratica vorrei che al passaggio del mouse sopra un'immagine compaia un'altra immagine che si sovrappone a quella precedente. Le due immagini quindi devono essere sovrapposte e si devono entrambe vedere (la seconda immagine sarà in png con alcuni punti trasparenti).

      Qualcuno può aiutarmi?

      postato in Coding
      H
      henryco.88
    • RE: Usare script jQuery in una pagina Wordpress

      Ottimo! Funziona 🙂 Più facile di quanto pensassi

      postato in CMS & Piattaforme Self-Hosted
      H
      henryco.88
    • RE: Usare script jQuery in una pagina Wordpress

      Mi consente di aggiungere qualcosa nel head tipo i tag <link> per aggiungere fogli di stile. Non ho mai provato gli script.

      postato in CMS & Piattaforme Self-Hosted
      H
      henryco.88
    • RE: Usare script jQuery in una pagina Wordpress

      Mi restituisce "undefined". Anche su altri siti web su cui sto lavorando. Quindi vuol dire che di default Wordpress non ha la libreria jQuery caricata?

      postato in CMS & Piattaforme Self-Hosted
      H
      henryco.88
    • Usare script jQuery in una pagina Wordpress

      Salve ragazzi,
      ho cercato in rete ma ancora non sono riuscito a inserire il mio codice jQuery in Wordpress. Qualcuno può dirmi come posso implementarlo in una pagina? Devo caricare la libreria jQuery o è già presente di default in Wordpress?

      Grazie

      postato in CMS & Piattaforme Self-Hosted
      H
      henryco.88
    • RE: Yoast SEO: non visualizzo più i semafori

      Ho già provato questa soluzione ma niente 😞 non capisco perchè non funziona

      postato in CMS & Piattaforme Self-Hosted
      H
      henryco.88
    • RE: Yoast SEO: non visualizzo più i semafori

      Sì sono amministratore

      postato in CMS & Piattaforme Self-Hosted
      H
      henryco.88
    • Guest Post e nessun link in entrata su Google Search Console

      Ciao a tutti,
      due settimane fa ho comprato il mio Guest Post. Tutto felice vado a vedere su Google Search Console nella sezione "link che rimandano al tuo sito" e non ci sta niente. Come mai? Il Guest Post si riesce a trovare con determinate parole chiave quindi è indicizzato. Se non vedo su Search Console il link in entrata, vuol dire che la link building non sta funzionando? Esperti SEO aiutatemi a capire

      postato in SEO
      H
      henryco.88