• Resolved Elektrongt

    (@elektrongt)


    Irrespective of how many times I write to you I will repeat myself…THANK YOU for an amazing theme!

    Since today I came across the following issue:
    I looked at my website https://www.eqnomics.org from the generic Android webviewer and the size of the font of the TITLE on the sliders is HUGE!

    I then spoke with a friend that has a mac but they view them as normal size, same as I do from windows. So mac & windows from both Mozilla, Chrome & Safari is OK, but on Android they are HUGE!

    Also, i have the following code in my child CSS:

    :lang(el) {
    font-family: Century Gothic;
    }
    
    :lang(el) .navbar .nav>li>a {
    font-family: Century Gothic;
    }
    .btt-arrow {
        font-family: FontAwesome;
    }

    BUT
    when viewed from Mac all the fonts in my translated pages (Greek – GR) are NOT Century Gothic but appear some sort of Serif. This does not happen either on windows or Android.

    Two separate issues or perhaps interelated…??

    More than grateful for your help!!

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Elektrongt

    (@elektrongt)

    AN UPDATE!
    I removed the following code from my child css:

    /*CHANGE Slider Text Font Size
    --------------------------------------------          */
    /* Title text */
    .carousel-caption h1 {
    font-size:      4em;
    }
    :lang(el) .carousel-caption h1 {
    font-size:      3.5em;
    }
    /* Button text */
    .carousel-caption .btn {
    font-size:      1em;
    color:          white;
    }

    And the SLIDER issue got fixed!

    HOWEVER!!!

    I CAN NOT FIND THE TYPOGRAPHY MENU in the Customizr menu anymore!!!
    The one where we would select the size and colour of H1, H2 etc…
    ONLY the Google Fonts selection!
    What has happened!!!!????

    This means 2 things!
    1 – When I select Open Sans for the site the translation pages are missing characters, and when I insert the following code:

    /*Change Translated Pages font to Century Gothic
    ---------------------------------------------------------------          */
    :lang(el) {
    font-family: Century Gothic;
    }
    :lang(el) .navbar .nav>li>a {
    font-family: Century Gothic;
    }
    .btt-arrow {
        font-family: FontAwesome;
    }

    in my child css it doesw NOT work anymore and the font in the polylalng translated pages changes to some weird Serif font as I described in my previous post!

    Finally, I checked my cPanel uner child theme and there was an error log with the following:
    “[01-Mar-2016 07:38:45 America/New_York] PHP Fatal error: Call to undefined function add_filter() in /newhome/eqnoieyt/public_html/wp-content/themes/customizr-child/functions.php on line 8”

    This is the code that this refers to:

    // ====================================================================================================================
    // CHANGE the Post Title Tag to h2
    // ====================================================================================================================
    add_filter('tc_content_title_tag' , 'my_title_tag');
    function my_title_tag() {
        return 'h2';
    }

    Therefore all my Page & Post titles are now a different colour & size…

    Please help!!!
    What has happened with Typography in general ????

    Many many thanks!!

    Thread Starter Elektrongt

    (@elektrongt)

    Extra UPDATE!!!

    It seems that all these above problems were created by my deactivating the plugin EASY GOOGLE FONTS which is ABSOLUTELY NECESSARY for proper typography functionality!

    Once again thank you for your time for anyone having read this and allow me to reiterate how GORGEOUS the Customizr Theme is!

    Marking this topic as resolved!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slider Text & Translation Font’ is closed to new replies.