• Closed by: Marek
  • Closed on: 23.05.19, 18:29
  • Reason: Closed
  • Comment: Glad to help!

Ticket #14466 - Layout bugs after purchased

Hello

I bought the theme today and installed normally.
After that i choosed the lingerie theme and imported the slider.

But i wanted my local website to be exacly the same has the demo, but theres some miss configs and some layout bugs. I attach some prints, so you can see what im talking about. Is it possible to have everything configed exacly the same has your demo?

PS: the theme doesnt include the demo products that were in the demo version?

Is this have anything to do with missing something in the installation?

Theres layout bugs in the backoffice and in the front end has you can see on the prints.

The last question, is about the lookbook functionality, this is not included in the purchase?

Prints:
1 - the tabs are in front of eachother;
2 - doesnt read the colors right;
3 - the tab shop in the menu is empty;
4 - the my account dropdown has a different css that was used in the demo, at least the spacing between tabs;
5 - My account list on the footer is empty.

Sorry for a lot of questions, but im new with prestashop themes.
Thanks in advance

Comments

Marek 08 May 2019, 19:42

You will not get your store the same as demo because you have your own products, categories and store configuration. Yes, the theme doesn’t include demo product.
All modules what you can see in our demo are included in the purchase. The Lookbook module as well.

Please fill out all necessary fields in your profile https://support.promokit.eu/index.php?do=myprofile to access to your back office to let me check out theme configuration

Daniel Carvalho 09 May 2019, 10:48

Im still working locally on wamp server, gonna put my website online and see if theres any changes, if not i will fill the fields on my profile and comment again.

Thanks

Marek 09 May 2019, 11:30

Ok, waiting for you

Daniel Carvalho 15 May 2019, 11:43

Hello, sorry for the delay
I filled the fields in my account so you can enter my website.

The problemas i have in the current theme are:
- So the lookbook module doesnt appear and doesnt appear on the menu
- The css on the “my account” dropdown is different then the demo
- The currency and language doesnt appear on top menu
- Contact page is empty and doesnt appear on menu
- In products page the filters are not closing when i choose one. Example: if i choose home acessories in products, the filter tabs are cloosed by default and the first one should be open, and close when the person choses the color. and after that, it should open the next filder, the price. I wanted this to be just like the demo.

The last thing is that i can’t do any href on buttons or images to outside the website. If i try to do an href in the buttons on the slider to for example “www.facebook.com“, it always puts my website link before that, do i need to deactivate the base url or something?

Thanks for the help

Marek 16 May 2019, 19:47

1. You have to add it to menu first
2. That is a style of “Lingerie” demo
3. You have to add it first, than make sure you have at least two languages and currencies
4. You have to add it to menu first, and where is empty part?
5. yes, because they works in this way

Daniel Carvalho 17 May 2019, 11:03

2 - So what style do i need to use, i already configured everything to point to the lingerie demo. Or do i have to add css to the dropdown?
5 - But my filter tabs are not closing when i pick somethingm it is not working like in the demo. And i wanted it to work like the demo, if i pick for example a color, the color menu should close.

6 -As i said i cant add href to buttons for external links, any idea how to do that? I want to add a redirection link to my facebook page in a facebook icon in my slider. But when i do that, it ridirects me to https://new-impius.wecreateyou.biz/facebook.com. It always adds the link of my website before. Any ideas how to remove this?

7- And if you can check on my BackOffice, if you go to Alysium Menu tab and try to add a new menu, the page is all disfigured and the text is all bugged, installation problem?

Thanks

Marek 20 May 2019, 10:10

2. Do you want to reduce spaces of this dropdown https://www.dropbox.com/s/20os4g3b23z6grs/Screenshot%202019-05-20%2011.01.45.png?dl=0

5. I can’t see that in our demo, please give me a link and teak a screenshot
6. Because your links must be absolute and full, with “https://” in the beginning
7. Open the file /modules/pk_amp/pk_amp.php find and remove the line:

$this->context->controller->addCSS($this->_path.'views/css/admin.css', 'all');
Daniel Carvalho 20 May 2019, 13:19

2 - Yes, i wanted my dropdown exacly like in your screenshot. In this case, not reduce but, get them bigger like you have them on the screenshot. Since your screenshot is from my website, did you change it on developer tools, or is like that for you? because i cleaned my cache and changed browser and mine has the spaces really small.

5 - in this demo https://alysum5.promokit.eu/lingerie/en/61-tops , when you choose a category of products for example “Tops”, first the subcategories appear opened like in the screenshot 1 and in my store they appear closed when i choose a category on the menu.
The next problem is that the filters dont close when i choose one. Has you can see in screenshot 2, in your demo, if you pick a brand, the brand filter closes and if you pick a price, the price filter closes. In my store you pick a size and the filter doesnt close, you pick a color and the filter doesnt close either, like in screeshot 3.

6 - When i try to add font awesome icons in my main slider with the revolution slider plugin, they always appear on the preview in the backoffice, but when i save and refresh the site page, they are not there. Can you see why?

7 - Thanks, it worked great.

Marek 21 May 2019, 19:51

2. Now your dropdown has the same styles as lingerie demo
5. Theme Settings → Category → Collapsed Filter = “No” 6. There is no awesome icons in our theme, it take too much weight to display just few icons

Daniel Carvalho 22 May 2019, 17:58

2 - Ok, they were smaller but i changed the css and not its good.

5 - Done.

7 - So theres no way that i can add my social icons into my slider?

Thanks for the help.

Marek 23 May 2019, 10:03

7 you can enable back font awesome in the file /modules/revsliderprestashop/revsliderprestashop.php
find the line 270

//$this->context->controller->addCSS($css_url . 'rs-plugin/fonts/font-awesome/css/font-awesome.css');

and remove first two slashes

Daniel Carvalho 23 May 2019, 16:21

Thank you very much for the help.