• Hello,

    I have not been able to update the ColourMag Theme on our website since version 2.1.8, because for some reason once I update it it changes the look of substentially. The website is located here:

    https://hvrcf.org

    I have some minimal customization on the chile theme I ceated based on the ColourMag, but this should not throw the looks off like that.

    The customizations are on 2 files:

    On the style.css I added:

    @import url("../colormag/style.css");
    .grecaptcha-badge {opacity:0}

    and on the functions.php I added the followig code:

    <?php

    add_filter( 'gettext', 'register_text' );
    add_filter( 'ngettext', 'register_text' );
    function register_text( $translated ) {
    $translated = str_ireplace(
    'Username or Email Address',
    'Enter the club provided username',
    $translated
    );
    return $translated;
    }
    // CHANGE OUTPUT OF WIND SPEED UNITS FROM m/s TO mph //

    add_filter('awesome_weather_wind_speed_text', 'hvrcf_awesome_weather_wind_speed_text');
    function hvrcf_awesome_weather_wind_speed_text()
    {
    return $wind_speed_text = " km/h";
    }

    add_filter('awesome_weather_wind_speed', 'hvrcf_awesome_weather_wind_speed');
    function hvrcf_awesome_weather_wind_speed( $val )
    {
    return $wind_speed = round ( $val * 3.6 );
    }

    add_filter('awesome_weather_cache', 'hg_awesome_weather_cache');
    function hg_awesome_weather_cache()
    {
    return 300; // IN SECONDS
    }

    I have 2 sreenshots on how it looks like before and how after, but I cannot upload because I get an Ajax submission error on your website. Please advise how to fix this and how can I upgrade to the latest version without changing the looks of the website.



    Thank you,
    OxxyFx

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter oxxyfx

    (@oxxyfx)

    This is how it looks after update

    Thread Starter oxxyfx

    (@oxxyfx)

    This is how it lopoks like before update

    Rohit

    (@rohitkc32)

    Hi @oxxyfx,

    Since you are using an outdated version of ColorMag, and also have some customization code using child theme, we need to look into your child theme closely. As, we have made significant changes since version 2.1.8 and the issue might be releated to child theme.

    Please switch to parent theme and update it and see if you face the same issue or not.

    If you face the same issue, I suggest you contact us via: https://themegrill.com/support/ here and share your child theme, and we will reply you here.

    Regards!

    Thread Starter oxxyfx

    (@oxxyfx)

    Thank you, that helped. However after the update ant trying to customize things, the header media dissapeared. Please check it out at https://hvrcf.org – it is missing the pictures compared to the picuters above. How can I get it back?

    Rohit

    (@rohitkc32)

    Hi @oxxyfx,

    Can you please try adding the header media again, and clear your site’s cache afterwards?

    Let me know if it helps or not, and I will get back to you.
    Regards!

    Thread Starter oxxyfx

    (@oxxyfx)

    Hello, I tried. Removed all the header media, added back only one picture and that does not show up.

    Rohit

    (@rohitkc32)

    Hi @oxxyfx,

    The header media issue is fixed in the latest version of ColorMag, kindly update the theme and see if it helps.

    Regards!

    Thread Starter oxxyfx

    (@oxxyfx)

    Thank you, I can confirm that the header media block is now working as expected.

    Rohit

    (@rohitkc32)

    Glad I could help you. I hope you’ve been enjoying our product/service! We value your opinion and would appreciate it if you could take a few minutes to leave a review of your experience.

    For this, Please click on this link https://www.ads-software.com/support/theme/colormag/reviews/?filter=5 and share your thoughts about our support and the theme.

    Your feedback helps us improve our product/service and lets others know what to expect when they choose us. Looking forward to hearing your thoughts!

    Regards

Viewing 9 replies - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.