• Closed by: Marek
  • Closed on: 11.12.18, 15:40
  • Reason: Closed
  • Comment: Glad to help!

Ticket #12505 - Alysum theme fixes

Marek, few problem-questions:

1. Contact page - there is form with 2 fieds (mail and message) but the system send mail with hidden fields –> order number and attached file. How to reveal this fields?
2. Contact page - the map doesn’t work properly. If it is connected with commercial use of the map (for development purposes only) - is there possibility to switch off the map?
3. I have the problem with icon-button on product miniature. When I’m trying to click add to basket it show me product details. I don’t know what happened.
4. I’d like to comment code or delete compare button on product miniature. Where should I do it?
5. YouTube videos - I cant’t add it to product. Tried two ways: link and embed code but with no results.
6. I don’t know how should work properly isotope product filter. After configuring it (in my opinion properly) on home page displaying i weird way: I see still the same product, one category is empty etc.
7. There is bug with z-index (icons on product miniature) → see image pls.

Comments

Marek 09 Jul 2018, 11:26

1. Open the file /themes/alysum/modules/contactform/views/templates/widget/contactform.tpl find the line

<div class="form-group hidden">

and remove “hidden”, like this:

<div class="form-group">

2. You have to put your Google API to the Theme Settings
3. It seems your products has combinations and you are redirecting to a product page to select some product option.
4. Try this CSS code:

.product-miniature .add_to_compare {display:none}

5. You have to use Custom Tab modules for that
6. Try to set “Define the number of products” to higher number
7.
body .sticky {z-index:99}

Sebastian Szaraniec 09 Jul 2018, 13:24

1. Could you prepare CSS for select field?
2. API - done. Thanks
3. Not, really. The same situation is when products have no option (combination) –> label ‘View product’ - see image pls.
4. Thanks
5. What does it mean and how? I thought that it is possible through the option “Insert/edit video” 6. Still confusing - example. I want to show in selected 4 categories in isotope product filter random products from whole category but only in one row (max 4 products). Is it possible?
7. Done

Marek 09 Jul 2018, 21:16

1. There is no CSS, you have to remove the code what I wrote you above
3. I’ll check that out
5. Make sure the module Custom Tab is installed and enabled, then go to necessary product → Module tab, find there Custom Tab module. Put your video code there
6. Try to change “Define the number of products” to higher number

Sebastian Szaraniec 09 Jul 2018, 21:45

Ad.1 Yes, I know - I’m asking about CSS to style the select field which looks different than other form fields.

Marek 10 Jul 2018, 11:25

Try to add a class like here: http://take.ms/KK8qj

Sebastian Szaraniec 11 Jul 2018, 15:06

Marek, have you maybe found solutions for point 3?

“3. I have the problem with icon-button on product miniature. When I’m trying to click add to basket it show me product details. I don’t know what happened.”

Sebastian Szaraniec 13 Jul 2018, 01:42

Marek? Could you reply on my previous question?

Additional question:
Check pls source code on my homepage - in the bottom you’ll find:

<div class="tf_holder hidden"><div class="pk_themesettings" data-options="{
    &quot;preset&quot;: &quot;customer_config&quot;,
    &quot;tab_number&quot;: &quot;6&quot;,
    &quot;pattern&quot;: &quot;0&quot;,
    &quot;page_width&quot;: &quot;1500&quot;,
    &quot;toTop&quot;: &quot;1&quot;,
    &quot;gs_body_typography&quot;: { (...)

At the end of this block appears full path to server. Is that normal that everyone could view all themesettings?

Marek 13 Jul 2018, 12:23

It should be fixed now

Sebastian Szaraniec 16 Jul 2018, 11:06

Marek, is it possible to show this mmodule in my template? If yes, how to do that?

Marek 16 Jul 2018, 11:54

What module are you talking about?

Sebastian Szaraniec 16 Jul 2018, 16:22

Yep, screen didn’t upload. There is problem with attaching images. I’ve asked about “shop by category” module. –> https://alysum5.promokit.eu/complex/en/

Marek 16 Jul 2018, 18:46

That is just images carousel with categories links.

Sebastian Szaraniec 16 Jul 2018, 20:14

Yes, I’m just asking what widget or module is responsible to show it in Alysum style.

Marek 17 Jul 2018, 10:46

Use “Image Gallery” widget

Sebastian Szaraniec 17 Jul 2018, 15:48

How to put own ‘title’ and ‘alt’ tag for images in Image Gallery widget?

Marek 18 Jul 2018, 09:45

There is no such option, but I can add it in the next update

Sebastian Szaraniec 19 Jul 2018, 21:28
Sebastian Szaraniec 20 Jul 2018, 11:45

How to disable Revolution Slider only for mobile devices (smartphone).

Marek 22 Jul 2018, 14:28

Go to Modules, find revolution slider click dropdown button and find there necessary option

Sebastian Szaraniec 23 Jul 2018, 10:14

Thanks.
I need some fixes for mobile version. Please, look at menu.png - how to center login/register links in the top of page. I need also center hamburger manu and add label ‘menu’. In footer there is something wrong with block of text –> ‘Moje konto’ looks different than other blocks and similar situation also applies for social media block. Textt and icons looks bad. I think it will be finish :-)

Sebastian Szaraniec 27 Jul 2018, 22:36

Can you answer the questions?

Marek 28 Jul 2018, 01:47

Sorry for the delay. I’ll rely you as soon as possible. Right now I have very slow internet connection

Marek 28 Jul 2018, 22:02

Try this:

@media (max-width: 767px) {
.header-top > .container, #pk_top_menu {justify-content: center;}
.block-contact {padding:0}
}
Sebastian Szaraniec 31 Jul 2018, 09:06

Works fine. One more thing - bottom text “znajdziesz nas także tutaj” + social icons (please take a look at previous screenshot). It looks weird.

Marek 31 Jul 2018, 15:52

Try this

@media (max-width: 767px) {
.footerbuilder .pts-container-wrap:nth-child(2) {padding-bottom:0 !important}
.footerbuilder .pts-container-wrap:nth-child(3) .widget-html p {text-align:left !important}
.footerbuilder .pts-container-wrap:nth-child(3) .col-lg-6 {margin-bottom:0 !important}
}
Sebastian Szaraniec 31 Jul 2018, 19:59

Ok, but right now 2 text block headers are centered (INFORMACJE / KATEGORIE). BTW, how to reduce by half the size on mobile version too big paddings between newsletter and rest of footer, footer links and bottom social links module. And on desktop/mobile paddings between end of content and footer? Similar situation (desktop&mobile) is between slider and first module header.

Marek 01 Aug 2018, 09:46
@media (max-width: 767px) {
.footerbuilder .pts-container-wrap:nth-child(2) {padding-top:0 !important}
.main-contant-wrapper {padding-bottom:0 !important}
}
Sebastian Szaraniec 01 Aug 2018, 12:55

Headers which I mentioned before are still centered.

Marek 02 Aug 2018, 11:57
#footer .title_center > .module-title {text-align:left}