• Rale

    (@svetputovanja)


    When i try to do some optimization with Autoptimize i have problem with category title.
    For Autoptimize i have next settings (similar thing happens when i try to do some JS optimization)
    Optimize CSS Code – true
    Aggregate CSS-files? – true

    In title i have next information:
    <title><h1 Class=”page-title” Style=”border-bottom-color: #dd5a5a”><span Style=”background-color: #dd5a5a”>Korisne Informacije</span></h1> | Svet Putovanja</title>

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • @svetputovanja

    Can you give it a try disabling the Aggregate CSS for your site and see if that helps you resolve the issue?

    Thanks.

    Thread Starter Rale

    (@svetputovanja)

    Sure this will solve the issue. But then i will have same problem like before…

    By any chance do you know how title (on category and tag) is generated in the ColorMag theme?

    Tnx

    @svetputovanja

    We have filtered the category title display within this theme and this can be found on the file: inc/functions.php of the theme. So, if you want to overwrite it then to change it as you need then, please create a child theme as needed for your site and do the customization work there. And to let you know, this code: add_action( ‘colormag_category_title’, ‘colormag_category_title_function’ ); is responsible for this.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Category title and Autoptimize’ is closed to new replies.