0
Welcome Guest! Login
0 items Join Now

SOLVED Two (2) Questions

    • esl's Avatar
    • esl
    • Rocketeer
    • Posts: 51
    • Thanks: 0

    SOLVED Two (2) Questions

    Posted 13 years 3 months ago
    • Dear Sir/Madam,

      Question 1
      I would like you to inform me of a solution to a simple problem for my websites, based on your templates.
      If you would be kind enough to check the following websites (both rockettheme and others), you will be able to discern a specific delay when loading the rockettheme website.
      It later works fine of course, but at startup the delay could cause clients to complain.
      1. www.kkaravidas.gr (Rockettheme Template)
      2. www.gnathoaetop.gr (Rockettheme Template)
      3. www.edie.gr (Shape 5 Template)
      3. www.kakargiask.gr (Shape 5 Template)

      Question 2
      Seccondly, I would like a simple information:
      How can I change the length of the top menu buttons, because some titles/subtitles overlap the next ones!
      For exmple: www.kkaravidas.gr

      Best Regards,
      esl
    • Last Edit: 13 years 2 months ago by esl.
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED Two (2) Questions

    Posted 13 years 3 months ago
    • Hi,

      try to disable GZIP compression that you have on your sites. From what I see, your server is struggling with the compression of your content

      To increase the padding around menu items, edit file www.kkaravidas.gr/templates/rt_camber/css/fusionmenu.css

      Find:
      .menutop li.root > .item span {
      display: block;
      outline: none;
      padding: 0 20px;
      width: auto;
      }

      Change to:
      .menutop li.root > .item span {
      display: block;
      outline: none;
      padding: 0 30px;
      width: auto;
      }

      Als, I would suggest to start using Firebug for Firefox for example because it greatly enhance the development of the web sites and things like this one can easily be done with it
    • Check my services at: Mihha-Vision
    • esl's Avatar
    • esl
    • Rocketeer
    • Posts: 51
    • Thanks: 0

    Re: SOLVED Two (2) Questions

    Posted 13 years 3 months ago
    • Thank you Igor
      For my second question I have increase the padding around menu items an it’s all OK, thanks
      For my first one the GZIP compression is already disabled. The RokGzipper plugin too.
      Can I try something else?
      Thanks beforehand
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: SOLVED Two (2) Questions

    Posted 13 years 3 months ago
    • Hi,

      if you take a look here:
      tools.pingdom.com/fpt/#!/py5wnN7C1/http://www.kkaravidas.gr/

      you will see what is suggested that can increase your web site speed. You should try to use caching and start to server your content from a cookieless domain.

      In my own web site I managed to solve those performance issues greatly by serving static content from cookieless doamin and implementing caching mechanism.

      Also, you can try to use CDN. It helps a lot
    • Check my services at: Mihha-Vision

Time to create page: 0.096 seconds