• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Alex
  • Private: No
  • Open Date: 27.02.16, 11:22
  • Opened by: Seserman Cosmin
  • Closed by: Alex
  • Closed on: 10.06.16, 10:36
  • Reason: No answer from a customer
  • Comment: Glad to help!

Ticket #9272 - pk_awshowcaseslider not working properly

Hi

The pk_awshowcaseslider is showing like in attach.

Thanks

Comments

Seserman Cosmin 27 Feb 2016, 11:28

I think is working now. I reseted the module.

Seserman Cosmin 27 Feb 2016, 11:52

I think the problem with this module ar not over. Sometimes the banner is not loading only the arrows(left-right) and the product images not loading as well.

How can I change the text font and dimension for the products from interest points?

Seserman Cosmin 27 Feb 2016, 12:22

1. Not working (see attach)
2.How to change the position, color and font for pk_awshowcaseslider slides ?

Please help I need to open the store tonight :(

Seserman Cosmin 27 Feb 2016, 18:38

Please help I need to finish the website.It pass already a week from when I try to fix all the issues from the new theme. :(

Kate Support 27 Feb 2016, 19:45

You just needed to delete all demo slides and add yours.
You can use html to set the caption font and text color http://c2n.me/3uThxBp

And you can change the points of interest text font with this code

#aw_slider_container .aw_pName {
    color: #969696;
    font: normal 16px Georgia;
    line-height: 22px;
}
#aw_slider_container .aw_price.price {
    font-size: 20px;
    line-height: 26px;
    }



P.S. we always try to help our clients asap but we have weekends now :(

Seserman Cosmin 27 Feb 2016, 20:06

Not working. I put the code on my slide and nothing. How do I do the positioning of the text, because I need to be on the top side of the slide, and also I need to change the color. You dont have a standard code to Paste there ?

Kate Support 27 Feb 2016, 20:10

Please do not post css code in the caption!
Caption is only for html. Css code

#aw_slider_container .aw_pName {
    color: #969696;
    font: normal 16px Georgia;
    line-height: 22px;
}
#aw_slider_container .aw_price.price {
    font-size: 20px;
    line-height: 26px;
    }

should be pased to the Theme Settings > Custom CSS (all the css code I give you should be pasted only to the Theme Settings > Custom CSS not any other place)

You dont have a standard code to Paste there No, we don’t have such since it’s customer modification and not many customers ask for such option

Seserman Cosmin 27 Feb 2016, 20:35

I removed the code from there. Very sorry. My question was how do I configure the banner (please see the attach) - to change the font, the color of the font , the alignement etc. Because is useless if I cannot configure it. ( and I thing I chose the simple one to work on it because the others seems very complicated for me ).

Please help me, this is the last module that is keeping me for opening the site

Kate Support 27 Feb 2016, 20:54

You forgot to attach the image.
To change the slider text position add this code to TS > Custom CSS and change the values of top, left, width as you need

#aw_slider .aw_slide-text {
    top: 165px;
    left: 80px;
    width:40%;
}


To change the font and color of slide title and text use html styles in caption. Example

<h4 style="color:#ccc; font-size:30px; text-align:left">ALEGE-TI AROMA PREFERATA</h4>
<p style="color:#ccc; font-size:20px; text-align:left">Numai la noi gasesti cele mai deosebite arome:</p>
Seserman Cosmin 27 Feb 2016, 21:08

And when the position is different for each slide, what I do ?

Seserman Cosmin 27 Feb 2016, 21:11

And also how do I change the font and color of the title ? in this case “Descoperă noile unturi de corp naturale”

Kate Support 27 Feb 2016, 21:12

No such option. The text will have the same position for all the slides

To change the slide title add this code to TS > Custom CSS

.aw_slide-text h3 {
    color: #6f6f77;
    font-size: 25px;
    line-height: 40px;
    padding-bottom: 10px;
    font-style: italic;
    font-family: Georgia;
}