Viewing 15 posts - 16 through 30 (of 38 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #921470

    I tried to read the three links on your site but I can’t produce this bug. If possible, you can send me the screenshot and description on that, it would help to understand the problem on your site.

    nagata Friend
    #921514

    Hello,
    Thank you.
    Here you see three screenshots.
    To make it easier I changed the homepage on colored background.
    http://www.euro-japan.net/index.php/jp/
    Please see the screenshot "home_orangecolour_1".
    Here you don’t see the logo as it has white/transparent color.
    Menu item type: Category Blog
    Please see the screenshot "colorsetting_1".
    Color files with each logos are in the folder "images/joomlart".
    I did not touch after having tested successfully last week.
    Please see the screenshot "ftp_1".

    Thank you again.
    Best regards,
    Ichiro Nagata


    1. home_orangecolour_1
    2. colorsetting_1
    3. ftp_1
    Ninja Lead Moderator
    #922326
    This reply has been marked as private.
    nagata Friend
    #924400

    Hi Ninja,
    Sorry, I did not realize that you posted an answer.
    No, unfortunately it is still the same.
    I changed the colour example again, hoping you may understand the situation better.
    English page:
    http://www.euro-japan.net/index.php/en/
    On the main menu I put examples with three colours (green, red, orange).
    As you see each text colour changes accordingly (category colour) on mouse over but not the background, so that the logo will be invisible on the default white background.
    Setting is the same as I sent you with screenshots.
    I am quite helpless.
    I hope you can help me soon.
    Thank you and best regards,
    Ichiro Nagata

    Ninja Lead Moderator
    #925770

    Kindly a look at my video here and I see the background color under menu items are working fine. Please give me the screenshot and description on that if i am misunderstanding your point here.

    nagata Friend
    #925798

    Thank you for your response.
    I don’t mean the colour of the menu text, but the header.
    As I started working with quickstart it worked exactly like your documentation. (see attached screenshot)
    I have no idea if something or some configuration was changed since.

    However there is more serious issue.
    No Japanese fonts, neither casual fonts nor google fonts, are reflected on "ja-magz ii" (css of this template) on Firefox and IE.
    It works fine only with Google Chrome.
    I tried to embed or change fonts in various ways (of course, first following your documentation), however the Japanese on Firefox/IE are always ugly non-anti-alias serif-fonts.
    All other your (JoomlArt) templates worked fine till now with Japanese fonts except this "ja-magz ii".
    I am now thinking to change the template.
    It’s very pity but I don’t want to waste the time any more.
    Best regards,
    Ichiro Nagata


    1. screenshot-www-joomlart-com-2016-05-03-09-55-42
    Ninja Lead Moderator
    #926283

    I tried to debug this bug on your site, it’s very strange with the problem on your site because the body classes cat-green, cat-red.. do not show on your site. I just made some changes as below:

    Open templates/ja_magz_ii/tpls/default.php file From

    <html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"
          class='<jdoc:include type="pageclass" ></jdoc:include>'>

    to

    <html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"
          class='<jdoc:include type="pageclass" ></jdoc:include> <?php echo $catclass; ?>'>

    Now, you can see the background header on your site is working as well


    1. Screen-Shot-2016-05-04-at-09.34.39
    nagata Friend
    #926662

    Great !
    I thank you very much. That’s it.
    I hope the setting (changed code) stays even after the Update in the future.
    I almost gave up. It took a long time, but maybe my explanation was not precise enough.
    I am sorry.

    Now, regarding the "font problem" with Firefox/IE on Windows Non-Japanese OS, I considered the solution as follows:

    Is it possible to set (activate) all the text (P-Tag) with San-Serif-Font and deactivate the function to be changed to Serif-Fonts?
    Please see the attached screenshot.
    Because on the Firefox and IE, somehow ALWAYS only the serif-font is used, and the text will be displayed correctly with anti-alias-san-serif-font only after by switching to san-serif font using "Typo-Tools" .
    On the google chrome, san-serif-font which I set is reflected correctly.
    The font won’t be changed even by using "Typo-Tools", but it is OK so.
    I do not need any serif-fonts in Japanese.

    I hope you understand what I mean and give me a tip.
    Best regards,
    Ichiro Nagata


    1. typo_fonts_san-serif
    Ninja Lead Moderator
    #926883

    Try to apply the solution on your site

    Open templates/ja_magz_ii/html/layouts/joomla/content/typo_tools.php file

    find

    <a class="btn font font-serif hasTooltip" href="#" title="<?php echo JText::_('TPL_TYPO_TOOL_FONT_FAMILY_NEXT') ?>" data-value="+1" data-target=".article" data-action="nextPrev" data-key="font" data-default="Default"><div class="font-type"><b>aA</b></div></a>

    change

    <a class="btn font font-sans-serif hasTooltip" href="#" title="<?php echo JText::_('TPL_TYPO_TOOL_FONT_FAMILY_NEXT') ?>" data-value="+1" data-target=".article" data-action="nextPrev" data-key="font" data-default="Default"><div class="font-type"><b>aA</b></div></a>

    Hope it helps

    nagata Friend
    #927173

    Thank you very much, however it did not help (change).
    At the moment I can live with it.
    But I wonder what the difference is, as far as the font-setting is regarding, between "ja-magz-ii" and other JoomlArt templates.
    I will try in some other ways sometime later.
    Thank you.
    Ichiro Nagata

    Ninja Lead Moderator
    #927418

    I can’t find the link to see that problem on your site, please give me the URL of your site, I will check it.

    nagata Friend
    #927591

    Thank you for being helpful.

    The following is the Japanese home page with a standard articles "Category Blog".
    Screenshot (1) – http://www.euro-japan.net/index.php/jp/
    Screenshot (2) – http://www.euro-japan.net/index.php/jp/home-jp/857-scandinavia-times

    On the first page (screenshot 1), always serif-font without anti-alias is shown. It makes no difference even other fonts are manually selected.

    On the second page (screenshot 2), i.g. the linked detailed page of the article introduction, the manually selected sans-serif-fonts are reflected, but standard

    tag remains always serif-font.

    It means, there is NO-possibility to change the Japanese fonts on article introduction page, neither by selecting the font manually nor by CSS….. until now.

    I hope you understand the situation.
    Thank you
    Best regards,
    Ichiro Nagata


    1. anti-alias-font_1
    2. anti-alias-font_2
    Ninja Lead Moderator
    #928135

    I spent a lot of my time to debug the problem on your site and this is a problem from content input on your site, please have a look at the screenshot here, you will see the format CSS style into span tag on your site. Maybe you need to get rid of it before inserting on your site


    1. Screen-Shot-2016-05-09-at-10.14.32
    nagata Friend
    #928247

    Hi,
    I am sorry to disturb you, but I have to mention again about the supposedly solved issue.
    Regarding the head (background) colour, all works fine on English and German pages but not on the Japanese pages.

    (Screenshot-1, Jap.) http://www.euro-japan.net/index.php/jp/travel-jp
    (Screenshot-2, German) http://www.euro-japan.net/index.php/de/japan-magazin-de/land-und-menschen

    Do you have any idea where it comes from?

    Best regards,
    Ichiro Nagata


    1. headcolour_Jap_1
    2. headcolour_De_1
    nagata Friend
    #928380

    Hi,

    please have a look at the screenshot here, you will see the format CSS style into span tag on your site. Maybe you need to get rid of it before inserting on your site

    I put the style ONLY to show you the difference between right and wrong displaying.
    The font displaying with CSS style, as on your screenshot, is correct.
    It means, the Japanese font will be shown correctly ONLY when the CSS style is set manually on each paragraphs. Standard

    Tag will not be reflected.
    On the leading text (part) even that (CSS style) does not work.


    Green is OK, Red is No Good (on my screenshots sent last week)

    I know that you must have spent a lot of time, I am sorry.
    Further on I realized the problem with header background colour occurs only on the Japanese pages.

    So, I assume that the bug is in the Non-Roman language coding.
    Please check if some other people using Chinese/Korean/Japanese language similar problem have if you like to.

    You do not have to work any more with my problem.
    Let’s quit and forget it. I also give up to use this template.
    I am sorry again that you spent a time.

    Best regards,
    Ichiro Nagata

Viewing 15 posts - 16 through 30 (of 38 total)

This topic contains 37 replies, has 2 voices, and was last updated by  nagata 8 years, 6 months ago.

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