• Priority: 0
  • Status: Closed
  • Theme: Venedor
  • Assigned To: Alex
  • Private: No
  • Open Date: 02.05.16, 03:22
  • Opened by: Oscar Gil
  • Closed by: Alex
  • Closed on: 16.09.16, 10:37
  • Reason: Closed
  • Comment: Glad to help!

Ticket #9505 - Webpage speed

Hi,

We have problems with the speed of our website (http://www.rodeboard.com/). We have checked with Google Web Insight and it gives us 59/100 which is not a good score.

We need to sort this out quickly as our products are coming next week and we need to have the webpage 100% working.

Furthermore, I would like to know how to create buttons en the revolutionslider such as that says READ MORE in your demo http://venedor.promokit.eu/darkcyan/es/, I have been trying but I do not get the same results.

Thank you.

Comments

Alex 02 May 2016, 21:42

Hi. Write to the support@promokit.eu the right link to your BO
with the subject “ FS#9505  - Webpage speed”

Alex 02 May 2016, 22:25

I’ve fount the reason. This is our module Facebook like. TO fix the issue you just need in the file \modules\pk_facebooklike\pk_facebooklike.php
line 186

$ageInSeconds

change the value from 0 to 3600
after that it will be ok.

Rev slider http://prntscr.com/azj6dk

Oscar Gil 03 May 2016, 02:22

It worked,

However there is now strange text in the facebook box. Refer to the picture attached.

I also would like to know how to link the “Cookies policy” URL that appears when visitors access the webpage the first time with my Cookies page of my CMS.

Alex 03 May 2016, 13:53

For Facebook strange text fix add this code to the CustomCSS

#footer .fb_followers {color: transparent; max-height: 234px}

Cookies Policy.
The link in cookies directs to CMS page. You can change the ID of CMS page in the file /modules/pk_themesettings/pk_themesettings.php
find the line:

Context::getContext()->link->getCMSLink(11) 

and change 11 to ID of your page

Oscar Gil 03 May 2016, 23:04

Thank for your help. Those problems are solved.

However, I have been trying to create the button but it does not look the same (refer to the images attached). I would like to change the colors and link the button to a category of my shop.

Thank you.

Alex 04 May 2016, 08:00

Hi. Added the fix to the CustomCSS

/* revolution slider button fix */ #index .rev_slider > ul > li .tp-caption {background: transparent}

and now it looks ok http://prntscr.com/b01ge3 ;-)