Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • webdbapps Friend
    #169042

    Hi,

    I used JUpgrade to migrate a site previously running Purity. After the upgrade, I installed Purity II and T3 Framework in hopes that the font resizer at top right would not overlay the image. The main menu is also absent. How can I remedy these issues?

    Thanks,
    Sid

    himangi Friend
    #416695

    Hi

    The font resizer user tool, when turned on will be displayed on the header as it is coded in the template. If you turn off the tool from Extensions > Template manager > JA Purity II params, it will go away.

    I logged in your site to do the same but there seems to be some issue with it, since I could not see the template params at all. Normally I have come across this issue when the JAT3 plugin is not published but that is not the case. I also observed that the version of plugin as well as template is something different than the latest available version on JA site.
    Please download the template and plugin from http://www.joomlart.com/forums/downloads.php?do=cat&id=402 . Note that the template and plugin available for J1.7 at above link can be used for J1.6.

    webdbapps Friend
    #416795

    Himangi,

    Thanks for your reply. I installed T3 and Purity II using the link you’ve provided. Two things are still troublesome: I still cannot locate the setting for the JA Purity II params font resizer. Can you send a screen shot or provide menu path for this? Also, my main menu is not being displayed. How do I ensure that main menu items are assigned to the template?

    Thanks,
    Sid

    himangi Friend
    #416967

    Hi,

    The JA Purity template was assigned to home menu item which is why the site was not looking correctly.. I have removed that assignment from the Ja Purity template, so now all menu items will be shown using JA Purity II template.

    Now you will need to upload all your images for template, like the header image in templates/ja_purity_ii/images folder. Any styling changes you may need to do will have to be made in templates/ja_purity_ii/css/template.css

    webdbapps Friend
    #417184

    Himangi,

    I moved those files as requested. How do I now replace the Purity header image with one of my own?

    Thanks,
    Sid

    himangi Friend
    #418647

    Hi

    I am sorry for a late reply!

    I see you have moved your site to live. But I still see the original header images from template, and I assume want them removed. So here is what you do:

    1. Open site files using ftp and remove all header images from templates/ja_purity_ii/images/header folder.
    2. Open template.css file located at templates/ja_purity_ii/css, go to line number 925 to find
    3. <blockquote>#ja-header {
      position: relative;
      height: 219px;
      }</blockquote>
      Replace this code with the following to hide the images if there are any in the header folder in template images.
      <blockquote>#ja-header {
      position: relative;
      height: 219px;
      background:none !important;
      }</blockquote>

    4. In the same template.css file on line number 930 find
    5. <blockquote>.ja-headermask {
      width: 602px;
      display: block;
      background: url(../images/header-mask.png) no-repeat top right;
      height: 80px;
      position: absolute;
      top: 0;
      right: -1px;
      }</blockquote> and replace it with
      <blockquote>.ja-headermask {
      width: 602px;
      display: block;
      background: url(../images/header-mask.png) no-repeat top right;
      height: 80px;
      position: absolute;
      top: 0;
      right: -1px;
      display:none;
      }</blockquote>

    Let me know if you need any more help with JA products.

    webdbapps Friend
    #418680

    Thanks for these fixes. I posted another question regarding 404 errors on the upgraded site after modifying the menu system. I’ll make these changes after the 404 errors are resolved.

    In the interim, where can I find a detailed CSS styling guide with explanations of above elements/classes etc.?

    Thanks,
    Sid

    himangi Friend
    #418693

    Hi Sid,

    The classes used for all the modules in the demo are mentioned in the userguide at http://www.joomlart.com/forums/showthread.php?54699-Userguide-JA-Purity-II-Template-for-Joomla!-1.5

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

This topic contains 8 replies, has 2 voices, and was last updated by  himangi 13 years ago.

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