Don'work

GK User
Tue Mar 03, 2015 11:46 am
Good morning, I managed to run the site.
I proceeded as follows:
- Exported the database tables Virtuemart ending _it_it
- Renamed _en_gb
- Replaced the lecchie _en_gb tables with new ones

It seems to me that almost everything works fine except the steps below (see image attached):
1) Insufficient page titles
2) acentrare icons and titles of the categories Virtuemart
5) misses left menu pages products
6) the discounted price normally goes very large, barred and very obvious color (red)

I thought I'd update the template, since there is the update, but I have not figured out how to do it.
You can risolvermi these problems

P.S.
the tito is in:
http://www.lorisport.com/GavickStoreBoxOK23
userName and Psw are the usual

thank you
Luca

------------------------------------------------------------


Buon giorno, sono riuscito a far funzionare il sito .
Ho proceduto come segue:
- esportato le tabelle del database di Virtuemart che finiscono con _it_it
- rinominate in _en_gb
- sostituito le lecchie tabelle _en_gb con quelle nuove

Mi sembra che funziona quasi tutto bene tranne i punti sotto riportati (vedi immagine allegate):
1) Mancano i titoli delle pagine
2) acentrare le icone e i titoli delle categorie Virtuemart
5) manca menu a sinistra nelle pagine prodotti
6) il prezzo scontato di norma va molto grande, sbarrato e di colore molto evidente (rosso)

Ho pensato di aggiornare il template, dato che c'è l'aggiornamento, ma non ho capito come farlo.
Potete risolvermi questi problemi

P.S.
il tito si trova in:
http://www.lorisport.com/GavickStoreBoxOK23
userName e Psw sono le solite

grazie
Luca
User avatar
Junior Boarder

teitbite
Fri Mar 06, 2015 11:41 am
Hi

That's an unorthodox solution, but this is basically what installing and configuring new languages would do, so I'm glad You've figured it out.

Answers to Your question:

1. You need to explain it to me. I do not understand what You mean. Is there not enough space for titles ?

2. Add this code to override.css and make sure override is enabled in template configuration:
Code: Select all
.category-view .category {
    text-align: center;
}


5. You need to create a menu item for each category, so categories will have an Itemid which can be used to place module there. Products inherits from this pages, so modules attached will be showing there as well. Or You can select in module settings to show module everywhere except and list pages it surely should not be visible.

6. Tell me the url to the example with discounted product.
User avatar
Moderator

GK User
Sat Mar 07, 2015 11:56 am
I checked and did what you told me, but in the end I could not fix anything.

1) It does not appear in the title pages that I created (FAQ and Location)
2) I have added the code and activated override.css but not aligned (in templates \ gk_storebox \ css \ override.css)
5) from what you told me he had done everything correctly, but the menu is not seen.
6) the first three articles in SHOPS & TRENDS have all the discount. You pass a link for accuracy:
http://www.lorisport.com/GavickStoreBox ... temid=9999

P.S. see attached image

expect news about
thank you
Luca


-----------------------------

Ho verificato e fatto quello che mi hai detto, ma alla fine non sono riuscito a risolvere nulla.

1) Non compare il titolo nelle pagine che ho creato io (F.A.Q e Dove Siamo)
2) Ho aggiunto il codice e attivato override.css ma non si allinea (in templates\gk_storebox\css\override.css)
5) da quello che mi hai detto aveva già fatto tutto correttamente, ma il menu non si vede.
6) i primi 3 articoli in SHOPS & TRENDS hanno tutti lo sconto. Ti passo un link per precisione:
http://www.lorisport.com/GavickStoreBox ... temid=9999

P.S. vedi immagine allegata

aspetto notizie in merito
grazie
Luca
User avatar
Junior Boarder

teitbite
Mon Mar 09, 2015 5:57 pm
Hi

1. This is a validation error: http://validator.w3.org/check?uri=http% ... ne&group=0 Check the missing tags errors. Article title was turned to a broken code because of one of this errors:

Code: Select all
<a a="" <="" frequenti)="" (domande="" f.a.q.="" itemprop="url" href="/GavickStoreBoxOK23/index.php?option=com_content&view=article&id=38:f-a-q&catid=22:f-a-q&Itemid=489"> </a>


2. You have copied my code along with "Code: Select all", please remove it.

5. Itemid does not exists in product pages at all. Try rename /html/com_virtuemart/category/default.php to /html/com_virtuemart/category/_default.php and check than menu will appear.

6. Use this code in override.css to show amount of a discount a little better:

Code: Select all
.product-price .PricediscountAmount {
    color: #cc0000;
    font-size: 26px;
}
User avatar
Moderator

GK User
Tue Mar 10, 2015 5:58 pm
Thank you very much.

1) as per attached picture is not displayed even in the pages of the Standard Template?
- P.S. for now I have included in the body of the article page titles (Where we are
, Faq. (Frequently Asked Questions)). No way to solve it?
2) I'm sorry, and the code to centralize the titles and icons as done for Product Categories Virtuemart products?(http://www.lorisport.com/GavickStoreBox ... Itemid=499)
5) solved thanks
6) solved thanks

thanks a lot
Luca


--------------------------


Grazie molte.

1) come da immagine allegata non viene visualizzato anche nelle pagine del Template standard?
- P.S. per ora ho inserito nel corpo dell'articolo i titoli delle pagine (Dove siamo
, F.a.q. (domande frequenti)). C'è modo di risolverlo?
2) scusami, e il codice per accentrare i titoli e le icone Product come fatto per le categorie prodotti Virtuemart? (http://www.lorisport.com/GavickStoreBox ... Itemid=499)
5) risolto grazie
6) risolto grazie

grazie molte
Luca
User avatar
Junior Boarder

teitbite
Wed Mar 11, 2015 10:38 am
Hi

1. Problem fixed. I have found a missing ">" char at the end of line 84 in /htm/com_content/article/default.php
Code: Select all
            <a href="<?php echo $this->item->readmore_link; ?>" itemprop="url">


2. This page is manufacturer list view so it needs a different code:
Code: Select all
.manufacturer .spacer a {
    display: block;
}
User avatar
Moderator

GK User
Wed Mar 11, 2015 11:18 am
It seems that everything works.
Thank you very much for availability.
Luca


--------------

sembra che funziona tutto.
Ti ringrazio molto per la disponibilità.
Luca
User avatar
Junior Boarder

teitbite
Wed Mar 11, 2015 9:16 pm
Hi

No problem. Glad I could help :)
User avatar
Moderator

GK User
Wed Mar 25, 2015 5:28 pm
Good Morning,
I wanted to know how I can fix some problems with the Template StoreBox:

1.jpg when I select "View all products XXX" of any manufacturer, in the upper part appearing Categories Products and related products under the brand. You can delete the categories products only from this area.
2.jpg on the home page you can remove the word "inc. tax XXX, xx € "
3.jpg Selecting on Home Page Articles, the product page that opens is the shipping cost that is to be removed.
3.jpg missing the menu "Sport" on the left
4.jpg pages products lacking descriptions
5.jpg pages list products you can put the producer


P.S.
- The site is http://www.lorisport.com/GavickStoreBoxOK23/
- See attached images

thank you
Luca


-----------------------------------

Buon giorno,
volevo sapere come posso sistemare alcuni problemi con il Template StoreBox:

1.jpg quando seleziono “Vedi tutti i prodotti XXX” di qualsiasi Produttore, nella parte alta compaiono le Categorie Prodotti e sotto i prodotti relativi al marchio. Si può eliminare le categorie prodotti solo da questa area.
2.jpg Sull'Home Page si puo togliere la scritta “inc. tax XXX,xx €”
3.jpg Selezionando sull'Home Page gli articoli, la pagina del prodotto che si apre ha il costo di spedizione che è da togliere.
3.jpg manca il menu “Sport” a sinistra
4.jpg nelle pagine prodotti mancano le descrizioni
5.jpg nelle pagine elenco prodotti si può mettere il produttore


P.S.
- il sito è http://www.lorisport.com/GavickStoreBoxOK23/
- Vedi immagini allegate

grazie
Luca
User avatar
Junior Boarder

teitbite
Thu Mar 26, 2015 6:21 pm
Hi

1. I believe this can be configured in VM, but I'm not a VM expert so may need to ask VM developers how to disable it.
2. Add this to css:
Code: Select all
.gkImage .PricetaxAmount { display: none; }

3. I've edited file: /html/com_virtuemart/productdetails/default.php and commented out this lines:
Code: Select all
            if (is_array($this->productDisplayShipments)) {
                foreach ($this->productDisplayShipments as $productDisplayShipment) {
               echo $productDisplayShipment . '<br />';
                }
            }

4. I've checked and products does not have descriptions. Just a short description is entered and this is used for a different purpose. I've added this to /html/com_virtuemart/productdetails/default.php to display short description:

Code: Select all
   <div class="shortDescription"><?php echo $this->product->product_s_desc;?></div>

5. I was looking into files, but I cannot locate place to put this. You need to ask VM developers about that.
User avatar
Moderator

GK User
Sat Apr 18, 2015 10:50 am
Good morning,
please, I have a few things to fix the site: http://www.lorisport.com/GavickStoreBoxOK23/

1) the "Search" button in FireFox is moved below. In Chrome is correct.
2) Entering the page menu "Sport" is not there.
3) even if I post the links to the articles of the category, once pressed the brand refresh is on the Home Page. (link:http://www.lorisport.com/GavickStoreBoxOK23/index.php?option=com_virtuemart&view=category&virtuemart_manufacturer_id=107&Itemid=499)
4) it can expand the column of the map and narrow the Address column.
5) On entering the page the menu "Sport" is not there.
6) can be raised in such a way that it appears the ReCaptcha

thank you
Luca

--------------------------------------------------------------------

Buon giorno,
per cortesia, ho alcuni cose da sistemare nel sito: http://www.lorisport.com/GavickStoreBoxOK23/

1) il pulsante “Cerca” in FireFox è spostato sotto. In Chrome è corretto.
2) Entrando nella pagina il menu “Sport” non c'è.
3) anche se inserisco il link agli articoli della categoria, una volta premuto il marchio fa refresh sull'Home Page. (link: http://www.lorisport.com/GavickStoreBox ... Itemid=499)
4) si può allargare la colonna della mappa e restringere la colonna Indirizzo.
5) Entrando nella pagina il menu “Sport” non c'è.
6) si può alzare in modo tale che compaia il ReCaptcha

vi ringrazio
Luca
User avatar
Junior Boarder

teitbite
Mon Apr 20, 2015 11:01 am
Hi

1. Add to override.css

Code: Select all
#gkSearch input.button {
height: 30px;
line-height: 30px;
float: right;
margin: 0;
}


2. I'm afraid I do not understand what You mean by "Entering the page menu "Sport" is not there." When I go to this page everything works ok.

3. You need a menu item with a category layout of this category. It will create a landing page for articles.

4. Add this to override.css:

Code: Select all
.gkCols6 .box.gkmod-3:nth-child(1) {
width: 43.3%
}

.gkCols6 .box.gkmod-3:nth-child(2) {
width: 23.3%
}


5. It's the same as in 2). ? I still do not understand :(

6. Add to override.css

Code: Select all
.submit .floatright {
    float: none;
}
User avatar
Moderator

GK User
Tue Apr 21, 2015 8:52 am
Thank you very much aid.

2) see attachments. On entering the page the left menu "Sport" does not appear
3) I did not understand your answer.
My question is: since there brands can connect the relevant page of the articles of Manufacturer VirtueMart? I've tried and I can not. For now, if you select any of the brands in the Home Page is only a re-fresh the page. How can I fix it?
5) see attachments. On entering the page the left menu "Sport" does not appear
7) as it reduces the size of the picture in the article?

thanks again
Luca

----------------------------

Ti ringrazio molto dell'aiuto.

2) vedi allegati. Entrando nella pagina il menu di sinistra “Sport” non compare
3) non ho capito la tua risposta.
La mia domanda è: essendoci i marchi posso collegare la relativa pagina degli articoli del Produttore di Virtuemart? Io ho provato e non ci riesco. Per ora se si seleziona uno qualsiasi dei marchi in Home Page avviene solo un re-fresh della pagina. Come posso sistemarlo?
5) vedi allegati. Entrando nella pagina il menu di sinistra “Sport” non compare
7) come si riduce la dimensione della foto all'interno dell'articolo?

Grazie ancora
Luca
User avatar
Junior Boarder

teitbite
Fri Apr 24, 2015 9:25 am
Hi

I think 2, 3, 5 are about the same issue with wrong menu structure and lack of landing pages. I'll try to explain:

Most of the components in joomla needs a landing page to show their articles/products/manufacturers, etc... A landing page is a page with ID (basicaly it means that it exists in menu) where articles/products/manufacturers can be identify with. So a landing page for articles will be their category layout page, for manufacturer probably VM homepage, for product a category again. Such pages will have ID so modules can be attached to it. articles/products/manufacturers will inherit the ID and modules published and positioned.

7. Layout was prepared to show a big image. Add this to override.css to fix it:

Code: Select all
.itemImageBlock img {
width: auto !important;
float: left;
margin-right: 15px;
}
User avatar
Moderator

GK User
Tue Apr 28, 2015 4:59 pm
Good morning,
how I can customize your Error page 404 in motion that appears approximately as attached?

1) place the logo
2) Enter the Main Menu
3) Menu footer
4) Business data


thanks
Luca


---------------------------------------

Buon giorno,
come posso personalizzare la pagina di Errore 404 in moto tale che appaia approssimativamente come da allegato?

1) sistemare il logo
2) Inserire il menu Principale
3) Menu di fondo pagina
4) Dati aziendali


grazie
Luca
User avatar
Junior Boarder

teitbite
Thu Apr 30, 2015 7:36 pm
Hi

I'm afraid this is a customisation request out of the range services we provide. This page is mostly in html/php (file is error.php)

I think easier will be to set a new error 404 page in joomla articles and than use redirection to show this page instead.
User avatar
Moderator

GK User
Thu Jun 04, 2015 4:39 pm
Good morning,
I would like to know how I can fix some problems (see attached files).

1) the words "Produtto king" is broken. The writing is correct "Producer". It is probably a problem of column width.
2) E 'you can make the writing indicated appear only when there is a discount?
3) you can outdistance a product from another?
4) You can put a line between a product and another?
5) When you filter items by the manufacturer, having many manufacturers list is not fully selectable. You can divide it into columns as an example shown in the side?
6) Text bigger
7) More text description


Thank you very much aid
thanks again
Luca

---------------------------------------

Buon giorno,
vorrei sapere come riesco a sistemare alcuni problemi (vedi files allegati).

1) la scritta “Produtto re” è spezzata. La scritta corretta è “Produttore”. Probabilmente è un problema di larghezza colonna.
2) E' possibile fare in modo che le scritte indicate compaiano solamente quando c'è uno sconto?
3) Si può distanziare un prodotto da un altro?
4) Si può mettere una linea di separazione tra un prodotto e un altro?
5) Quando si filtrano gli articoli tramite il produttore, avendo moltissimi produttori la lista non è pienamente selezionabile. Si può suddividerla in colonne come esempio mostrato a lato?
6) Testo più grande
7) Più testo descrizione


La ringrazio molto dell'aiuto
Grazie ancora
Luca
User avatar
Junior Boarder

teitbite
Sat Jun 06, 2015 12:50 pm
Hi

1. Add to css:

Code: Select all
.orderlistcontainer div.title {
    width: 75px;
}


2. Please send me an access to ftp. The one I had is not working anymore

3.&4 Add this to css:

Code: Select all
.browse-view .horizontal-separator {
padding-top: 25px;
border-bottom: 1px solid #ddd;
margin-bottom: 25px;
}


5. Tell me the url to the page where I'll be able to see an example of such list.

6. Add to css:

Code: Select all
.featured-view .spacer h3, .latest-view .spacer h3, .topten-view .spacer h3, .related-products-view .spacer h3, .browse-view .row .product .spacer h2, .category-view .row .category .spacer h2, h3.catProductTitle {
    font-size: 15px;
}


7. Again will need an ftp access to check if it's possible to extend it.
User avatar
Moderator

GK User
Tue Jun 09, 2015 9:39 am
thanks a lot for the help.

I send you:
- FTP access to problem number: 2-7 (The data for FTP access sending them via private message.)
- Link to the problem: 5

Example: Ace trying to find SALOMON - SNOWBOARD ACE MAGNUM 155 (Link:http://www.lorisport.com/virtuemart/colonna2/sci/guanti.html?keyword=ace+salomon&search=true&view=category&option=com_virtuemart&virtuemart_category_id=0) The list comes over the edge of the page.

thanks again
Luca

------------------------------------------------

grazie molte per l'aiuto.

Ti invio:
- Accesso FTP per problema numero: 2 - 7 (I dati per l'accesso FTP li invio tramite Private message.)
- Link per problema: 5

Esempio: cercando Ace per trovare SALOMON - SNOWBOARD ACE MAGNUM 155 (Link: http://www.lorisport.com/virtuemart/col ... egory_id=0) la lista arriva oltre il bordo della pagina.

grazie ancora
Luca
User avatar
Junior Boarder

teitbite
Wed Jun 10, 2015 8:54 pm
Hi

5. Add this to css:

Code: Select all
.orderlistcontainer div.orderlist {
    padding: 0;
    width: 200px;
}

.orderlistcontainer div.orderlist div {
    border: medium none;
    float: left;
    font-size: 13px;
    line-height: 1.4;
    padding: 5px 0.5%;
    width: 30%;
}

2&7. I need an url to this problems. I'm not sure in which layout to adjust it ;/
User avatar
Moderator

GK User
Thu Jun 11, 2015 3:03 pm
Thank you aid.
I will insert the code that you sent me, thanks.

By the number 2-7 you pass a link (Veti attached picture):
http://www.lorisport.com/virtuemart/col ... l?start=80
2) E 'you can make the writing indicated appear only when there is a discount?
7) More text description

thanks
Luca

-------------------------------

Ti ringrazio dell'aiuto.
Ho inseriro il codice che mi hai inviato, grazie.

Per il numero 2 - 7 ti passo un link (Veti immagine allegata):
http://www.lorisport.com/virtuemart/col ... l?start=80
2) E' possibile fare in modo che le scritte indicate compaiano solamente quando c'è uno sconto?
7) Più testo descrizione

grazie
Luca
User avatar
Junior Boarder

teitbite
Sun Jun 14, 2015 2:12 pm
Hi

I'm sorry, but it's nowhere to be found in /html/com_virtuemart layout overrides. It's using some inner layout file. You need to talk about this 2 changes to VM support. This is not comming from template.
User avatar
Moderator

GK User
Tue Jun 30, 2015 9:49 am
Good morning,
thank you again for the precious help.

I noticed that at the time of purchase, there are a few things to fix, which complicates the process if not impossible for the average user (attached files).

1) On the page when you enter data for registration and billing information, lacking the asterisk "*" which identifies the requirement to enter the fields. Add text: *= campi obbligatori
2) to highlight that it is compulsory check the "Termini del servizio". Otherwise people are pressing the Buy Now button and find themselves in the same screen, not understanding how to proceed. Better if shopping message / pop up indicating the need to tick the box.
3) The purchase stage appears only at the end and it is not very visible.
4) The message "Acquisto concluso, per favore confermare l'ordine" is placed in an inconspicuous place. Bring in the center of the page and with a size / color that highlights.
5) When a person is registered, no message is displayed indicating the proper registration and informs the client that was sent an E-mail where complete the registration itself "Usa questo link per attivare il tuo account:", then purchasing. Can anything be done?

Thanks
Luca


----------------------------

Buon giorno,
la ringrazio sempre per il prezioso aiuto.

Ho notato che al momento dell'acquisto ci sono alcune cose da sistemare, che rende complicata la procedura se non impossibile per l'utente medio (in allegato i file).

1) Nella pagina quando si inseriscono i dati per l'iscrizione e dati di fatturazione, manca l'asterisco “*” che identifica l'obbligo di inserire i campi. Da inserire dicitura: *= campi obbligatori
2) da evidenziare che è obbligatorio spuntare la casella “Termini del servizio”. Altrimenti le persone premono il tasto Acquista Ora e si ritrovano nella stessa schermata, non capendo come proseguire. Meglio se compere un messaggio/pop up che indichi di dover spuntare la casella.
3) La fase di acquisto compare solo alla fine ed è poco visibile.
4) Il messaggio “Acquisto concluso, per favore confermare l'ordine” è posizionato in un posto poco visibile. Da portare in centro pagina e con una dimensione / colorazione che lo evidenzi.
5) Quando una persona si registra, non compare nessun messaggio che indichi la corretta registrazione e che comunichi al cliente che gli è stato inviato una E-mail dove completare la registrazione stessa “Usa questo link per attivare il tuo account:”, per poi procedere all'acquisto. Si può fare qualcosa?

Grazie
Luca
User avatar
Junior Boarder

teitbite
Tue Jun 30, 2015 8:37 pm
Hi

This part is strictly connected with Virtuemart. You need to ask this questions to VM support.
User avatar
Moderator

GK User
Fri Jul 17, 2015 9:23 am
Good morning,
The problems of the previous requests I resolved by updating to version Joomla 3,4,2 and Virtuemart 3,0,9 version.
You can view the site at this address:
http://www.lorisport.com/YYY/


The only problem I found after updating, are the appearance of the writings of some fields in the form data recording buyer. See attached file.

Do you have any advice on how to fix the problem?

thanks a lot
Luca

-----------------------------------------------------------


Buon giorno,
I problemi delle richieste precedenti le ho risolte aggiornando Joomla alla versione 3,4,2 e Virtuemart alla versione 3,0,9.
Puoi vedere il sito a questo indirizzo:
http://www.lorisport.com/YYY/


L'unico problema che ho riscontrato dopo l'aggiornamento, sono la comparsa delle scritte di alcuni campi nel modulo registrazione dei dati dell'acquirente. Vedi file allegato.

Hai qualche consiglio su come sistemare il problema?

Grazie molte
Luca
User avatar
Junior Boarder

teitbite
Sat Jul 18, 2015 10:51 am
Hi

Looks like the language file was not updated. Try to do this manually by overwritting the one on Your site witht he one which came with installation.

Or You can copy each one of this untranslated sentences and add to language overrides with translation of Your choice.
User avatar
Moderator

GK User
Tue Nov 03, 2015 10:56 am
Good morning,
thanks a lot of care had in the past.
The site works well.
I was wondering if there is an instruction manual for the template StoreBox?
I have to divide the menu Printing Lab on 3 columns (as done for the Sport menu), but can not figure out how to do (image attached)?
You know how to do it indicate?
Thank you
Luca


---------------------------------

Buon giorno,
grazie molte dell'assistenza avuta in passato.
Il sito funziona bene.
Mi chiedevo se c'è un manuale di istruzioni per il template StoreBox?
Ho da suddividere il menu Printing Lab su 3 colonne (come fatto per il menu Sport), ma non riesco a capire come fare (immagine allegata)?
Mi sai indicare come fare?

Grazie
Luca
User avatar
Junior Boarder

teitbite
Fri Nov 06, 2015 12:31 pm
Hi

Try this article https://www.gavick.com/documentation/un ... mns-plugin it should explain how to do this.

Here is a documentation for this template: https://www.gavick.com/documentation/jo ... n/storebox
User avatar
Moderator


cron