• I’m trying to save my new tagline by going to Settings on the dashboard, choosing general, editing my tagline, and clicking on save changes at the bottom. When I go back to my website, the old tagline is still there. What am I doing wrong?
    My website is https://www.greendirections.ca

Viewing 8 replies - 1 through 8 (of 8 total)
  • where is the tagline supposed to show on your site?

    what tagline did you have before the change and after?

    generally, as you seem to be using a commercial theme, you might need to contact your theme’s developer for support with your question.

    Thread Starter Iona623

    (@iona623)

    The tagline is supposed to show on the home page. Old tagline is “offering enviro-friendly energy solutions”.
    New tagline should be INFRARED HEATING PANELS: SMART, SAFE, COMFORTABLE!

    It looks as if you’re using a customized Chameleon theme on your site. Any chance the person who customized it hard-coded the tagline instead of using a dynamic tagline from the dashboard settings?

    In other words, going to Settings > General > Tagline should change the tagline if the theme is looking in the usual place for a tagline.

    If, however, the theme got modified to just always display “offering enviro-friendly energy solutions” regardless of what’s in the tagline, you might have to edit the source code of the theme directly.

    If you go to Appearance > Editor > Header, do you see something like this?

    <?php bloginfo(‘description’); ?>

    Thread Starter Iona623

    (@iona623)

    This is the closest code I could find:

    <?php elegant_description(); ?>

    Thread Starter Iona623

    (@iona623)

    There is also this code:

    charset=<?php bloginfo(‘charset’); ?>” />

    the new tagline is showing in the html code of your site as it is send to the browser:

    <p id="slogan">INFRARED HEATING PANELS: SMART, SAFE, COMFORTABLE.</p>

    it seems to be hidden by a style in your custom CSS:
    #slogan{display:none}

    btw:
    the old taglne seems to be showing as well, however, it is in the footer section:

    <p>Offering Enviro-Friendly Energy Solutions</p>

    Thread Starter Iona623

    (@iona623)

    How do I change this custom CSS?

    How do I change this custom CSS?

    please contact the developer of your theme for support with that question;
    https://codex.www.ads-software.com/Forum_Welcome#Commercial_Products

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to change and save a tagline’ is closed to new replies.