Fix size of Background popup

  • Posts: 7
  • Thank you received: 0
10 years 5 months ago #158009

-- url of the page with the problem -- : mywebsite.com/mypage
-- HikaShop version -- : x.x.x
-- Joomla version -- : x.x
-- PHP version -- : x.x.x
-- Browser(s) name and version -- : XXXXX x.x.x
-- Error-message(debug-mod must be tuned on) -- : Error_message

I am using Artisteer to create my templates and i have problem to fix size of background of popup in Card and Address information.
Can you help me to find out where i can change the size of background popup.




Regards

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
10 years 5 months ago #158018

Hello,
Regarding the popup size checking that thread will probably help you : www.hikashop.com/forum/4-how-to/2584-how...d-to-cart-popup.html
For the background, some CSS will do the job : www.hikashop.com/support/documentation/1...ize-the-display.html

Please Log in or Create an account to join the conversation.

  • Posts: 7
  • Thank you received: 0
10 years 5 months ago #158385

Dear Mohamed Thelji

Unfortunately i could not fine the CSS code to fix the background of pop up box.
I know it is not your responsibility to fix problem in template design, but if it is possible help me to find the css code.

My website is : packages.roomglobal.com

Also if i use your template, will i have still problem with pop up background or not?

Best Regards

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 5 months ago #158390

Hi,

The css properties for the background will potentially need to be added in your template css file instead of in the HikaShop one ? Because the frontend hikashop css file is not loaded in the popups.

Which template are you talking about ?

Please Log in or Create an account to join the conversation.

  • Posts: 7
  • Thank you received: 0
10 years 5 months ago #158535

Dear Xavier,
Thank you very much for your replay,
I am using Artisteer to create my templates.
Kindly let me know any more details or information you my need.

Best Regards
Reza

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 5 months ago #158543

Hi,

To change the size of the popup, you can edit the view "address / listing" via the menu Display > Views.
And replace "760","480" in the code:

					<?php echo $this->popup->display(
							'<span class="icon-32-new" title="'. JText::_('HIKA_NEW').'"></span>'. JText::_('HIKA_NEW'),
							'HIKA_NEW',
							hikashop_completeLink('address&task=add',true),
							'hikashop_new_address_popup',
							760, 480, '', '', 'link'
						); ?>
If you need to change the content inside the popup so you have to add css in the artisteer template css file.

Please Log in or Create an account to join the conversation.

Time to create page: 0.081 seconds
Powered by Kunena Forum