Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • soulowner Friend
    #168220

    Hello,

    When running google page speed and yslow, I get results of 404 on the following thing.

    /templates/ja_teline_iv/images/icons/curl-bg1.png

    Also this, not sure if its related to a plugin for the template

    http://plugins/content/bot_mb/images/1_close.png

    Any idea where I can find this?

    Phill Moderator
    #410977

    Use wingrep to search through the templates folder structure and files for the curl-bg1.png brings up a couple of entries for code calling that.

    The first is in templates>ja_teline_iv>css>typo.css around line 732. You will find the following code.

    div.ja-typo-event-day div.box-left-wrap {
    background: url(../images/curl-bg1.png) no-repeat right top;
    position: absolute;
    top: -5px;
    left: 5px;
    width: 80px;
    }

    It appears that is used by a different template so the images were not included (a guess). So if you remove the above code that should fix the problem.

    We have the same sort of code in template-rtl.css

    div.ja-typo-event-day div.box-left-wrap {
    background: url(../images/rtl/curl-bg1.png) no-repeat left top;
    left: auto;
    right: 5px;
    }

    So try commenting that out too. It may be a leftover from a different template.

    soulowner Friend
    #410989

    thank you, I will give it a try

    soulowner Friend
    #410992

    Update: You can not comment out that png if you are going to use the event typography. Otherwise is distorts how it is displayed. So there must be a bg.png that is associated with the template that is not there?

    Phill Moderator
    #410995

    Do you use that typography? If so try copying it from the JA Events download. If not just remove the lines.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Phill 13 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum