Page 1 of 1

OPC nefunguje responzivne v tablete

PostPosted: Fri May 15, 2020 10:06 am
by parfumylacno
Prosím Vás, ako opraviť aby OPC fungoval správne responzívne aj v tabletoch? ďakujem
opc.png
opc.png (56.23 KiB) Viewed 6615 times

Re: OPC nefunguje responzivne v tablete

PostPosted: Fri May 15, 2020 7:04 pm
by admin
hello, this forum is intended to be used in enlish only.

OPC works in reponsive mode when your joomla template is responsive and provides full width for opc so it can detect browser width - pls remove all columns and make sure component part renders in full width.

best regards, stan

Re: OPC nefunguje responzivne v tablete

PostPosted: Wed May 27, 2020 10:09 am
by parfumylacno
Thank you very much. Please can you help me how can i do this?

I try it in module setings but how can i choose option, that modul will show on each e-shop category or product, but not in the cart?
i have only E-shop as virtuemart menu item (virtuemart default view)

how can i do that, there will be no columns in cart?
cart.png
cart.png (46.02 KiB) Viewed 6451 times


thank you very much

Re: OPC nefunguje responzivne v tablete

PostPosted: Mon Jun 01, 2020 11:10 am
by admin
hello, to hide a module at the checkout page:
- create a new menu that is not used (you can call it hidden menu)
- assign Virtuemart's cart page to this menu + find out the ID (Itemid) of this menu
- in OPC configure this Itemid to be used at the checkout/cart page
- configure your modules not to be shown at these menu item
- repeat per all languages that you are using
- same can be done for OPC thank you page

to make your site responsive you need to make sure that OPC generally loads in full width for tablets and mobiles - you can use "div.className { display: none; } within your onepage.css to alter display just per the OPC's rendered pages. i cannot help you with specific code (classname) since i do not know your URL.

best regards, stan

Re: OPC nefunguje responzivne v tablete

PostPosted: Mon Jun 01, 2020 11:47 am
by parfumylacno
fuu thank you, I will try this:

- create a new menu that is not used (you can call it hidden menu)
- assign Virtuemart's cart page to this menu + find out the ID (Itemid) of this menu
- in OPC configure this Itemid to be used at the checkout/cart page
- configure your modules not to be shown at these menu item
- repeat per all languages that you are using
- same can be done for OPC thank you page

This will be dificult for me to do - url is https://www.parfumylacno.sk

Re: OPC nefunguje responzivne v tablete

PostPosted: Fri Jun 05, 2020 11:51 am
by parfumylacno
admin wrote:hello, to hide a module at the checkout page:
- create a new menu that is not used (you can call it hidden menu)
- assign Virtuemart's cart page to this menu + find out the ID (Itemid) of this menu
- in OPC configure this Itemid to be used at the checkout/cart page
- configure your modules not to be shown at these menu item
- repeat per all languages that you are using
- same can be done for OPC thank you page

to make your site responsive you need to make sure that OPC generally loads in full width for tablets and mobiles - you can use "div.className { display: none; } within your onepage.css to alter display just per the OPC's rendered pages. i cannot help you with specific code (classname) since i do not know your URL.

best regards, stan


Thank you very much stan, this helped very well!
- create a new menu that is not used (you can call it hidden menu)
- assign Virtuemart's cart page to this menu + find out the ID (Itemid) of this menu
- in OPC configure this Itemid to be used at the checkout/cart page
- configure your modules not to be shown at these menu item
- repeat per all languages that you are using
- same can be done for OPC thank you page

Now my eshop is responsive, thank you very much. There is for my one last task - to set conversions properly, because Analytics does not track my conversion and adwords track in some wrong way..
viewtopic.php?f=7&t=3894