Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • dpchap015 Friend
    #191506

    Theme magic shows only grid option!!!!
    see this http://awesomescreenshot.com/08b1uinyd8

    how to fix this problem..

    dpchap015 Friend
    #509561

    i am using dual template… on my localhost.
    1.JA MUSIC
    2.JA ONE PAGE

    the theme magic option of the ja music template shows only the grid option in it. also when i open the theme magic there is error msg comes on screen of js.script..(two options 1stop and continiue)

    problems:
    1.theme magic of ja music template shows only grid option see this http://awesomescreenshot.com/08b1uinyd8
    2. theme magic of one page template shows all its default options like
    scaffoldin,
    header style
    section1 style
    section2 style
    section3style’
    section4style
    section5style
    section6style
    and footer style

    but when i seclect the theme magic of one page it will load the preview of ja music template
    + the changes of the header style and all other will also apply on the ja music..
    how to fix it?????

    Saguaros Moderator
    #509656

    Hi again,

    How did you install these templates? using quickstart package?

    Pls tell me in details, since you’re working in local so I will check it in my end 🙂

    dpchap015 Friend
    #509658

    <em>@Saguaros 394491 wrote:</em><blockquote>Hi again,

    How did you install these templates? using quickstart package?

    Pls tell me in details, since you’re working in local so I will check it in my end :)</blockquote>

    hi.. i installed the quickstart of ja music and after that installed only template of ja one page(from template pkg.)

    phong nam Friend
    #509932

    Hi dpchap015,

    If possible, can you try to install our JA Muzic quickstart again on local and test out the ThemeMagic? Since we already tried to reproduce the steps you did and the ThemeMagic still display all options on the toolbar fine. I used Xampp.


    1. grid
    dpchap015 Friend
    #510065

    ok. this problem is on my site.
    what about this issue?
    <the theme magic option of the ja music template shows only the grid option in it. also when i open the theme magic there is error msg comes on screen of js.script..(two options 1stop and continiue)>

    phong nam Friend
    #510210

    Hi dpchap015,

    Because you are working on localhost so that it will be quite hard for us to check and give you the correct explanation in this case. Anyways, did you install any 3rd party plugins ?

    dpchap015 Friend
    #510253

    this problem is on my live site.. i will sent u the details.check ur messages..
    also see this
    http://www.joomlart.com/forums/topic/how-to-customize-single-article-red-bar/

    phong nam Friend
    #510301

    Hi dpchap015,

    There are two issues included in your recent PM that I want to answer in details below:

    1. ThemeMagic issue:
    I checked and saw the left toolbar issue with ThemeMagic feature. But, the given FTP account redirects me to the empty installation folder on server so that I couldn’t check what is wrong with the required thememagic files on your website. Anyways, you can try to backup and overwrite the templates/ja_muzic/thememagic.xml with my attached file.

    If the issue still persists, please send me the valid FTP account redirecting to correct installation folder so that I can check it more deeply in this case.

    2. and event category shows only first word of article title.

    The reason that the width of event header section is quite short (200px) while the event title is long with big front-size texts. You can sort this issue by creating a custom.css file at templates/ja_muzic/css/ path and put below css styles into it:

    /*Adjust the long event title*/
    .items-row .item .article-title,
    .items-leading .leading .article-title {
    height: 92px;
    }

    .view-category.ja-muzic-events .items-row .item article header.article-header {
    height: auto;
    }

    .view-category.ja-muzic-events .items-row.left article header.article-header {
    padding-left: 0px;
    padding-right: 0;
    text-align: right;
    }

    .view-category.ja-muzic-events .items-row .item .article-title {
    max-width: 150px;
    }

    <blockquote>also see this
    http://www.joomlart.com/forums/showt…rticle-red-bar</blockquote>

    Did you try to follow the suggestion of our supporter (Sagarous) ?


    1. thememagic.zip
    dpchap015 Friend
    #510392

    theme magic working now..
    css also. but need to extend the box width of articles in events.

    also another problem came in artist category(speakers).
    in this blog layout bcoz of ur custom css
    .the height of the title effect the other layouts.
    still no solution for article title in events

    phong nam Friend
    #510402

    Hi,

    The width of event items are separated equally into 2 columns (left, right) so that the idea of increasing the box width of event itmes is reducing the padding of event items by putting below overridden css styles into custom.css file:

    /*Increase the width of event itmes*/
    .view-category.ja-muzic-events .items-row.left:after {
    right: 10px;
    }

    .view-category.ja-muzic-events .items-row.left>.span12 {
    margin-right: 10px;
    }

    .view-category.ja-muzic-events .items-row.right>.span12 {
    margin-left: 10px;
    }

    .view-category.ja-muzic-events .items-row.right:after {
    left: 10px;
    }

    You can change to the margin value you want, make sure it is equal to left or right value of red triangle.

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

This topic contains 11 replies, has 3 voices, and was last updated by  phong nam 11 years ago.

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