0
Welcome Guest! Login
0 items Join Now

SOLVED RT_Afterburner2 Analytics position showing markup

  • SOLVED RT_Afterburner2 Analytics position showing markup

    Posted 7 years 12 hours ago
    • Hi, I'm implementing microdata on a site that uses RT_Afterburner2

      Afterburner2 v1.5
      Gantry v4.1.32

      I created a custom HTML module and placed it in the "analytics" position. For some reason, it's showing at the bottom position of my template with the text.

      Here's the markup microdata I'm implementing

      <div itemscope itemtype=" schema.org/Restaurant ">
      <h1 itemprop="name">resturaunt</h1>
      <p itemprop="description">this is a restuarunt!</p>
      <p>View <a itemprop="menu" href=" amenu.com/menu ">our menu</a>.</p>
      </div>


      So, I just don't want this text to show up on my site, I want it hidden. IN the past, this seems to have worked fine.

      Any ideas please?

      Thank you
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 21561
    • Thanks: 3090
    • messin' with stuff

    Re: SOLVED RT_Afterburner2 Analytics position showing markup

    Posted 7 years 7 hours ago
    • you could set:

      #rt-analytics { display:none; }

      in your custom CSS
    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:
  • Re: SOLVED RT_Afterburner2 Analytics position showing markup

    Posted 6 years 11 months ago
    • Hi, yes that makes sense. But it doesn't hide it still for some reason..
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 21561
    • Thanks: 3090
    • messin' with stuff

    Re: SOLVED RT_Afterburner2 Analytics position showing markup

    Posted 6 years 11 months ago
    • post a link to your page and I'll check it out
    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:
  • Re: SOLVED RT_Afterburner2 Analytics position showing markup

    Posted 6 years 11 months ago
    • This message contains only secure information that is visible to Robert Tee, moderators and administrators
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 21561
    • Thanks: 3090
    • messin' with stuff

    Re: SOLVED RT_Afterburner2 Analytics position showing markup

    Posted 6 years 11 months ago
    • I don't see any "analytics" position loading... put something in the module I guess so I can see it on the frontend and inspect the code... make sure you're only using Positions listed under Afterburner in the Module's admin
    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:
  • Re: SOLVED RT_Afterburner2 Analytics position showing markup

    Posted 6 years 11 months ago
    • done
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 21561
    • Thanks: 3090
    • messin' with stuff

    Re: SOLVED RT_Afterburner2 Analytics position showing markup

    Posted 6 years 11 months ago
    • It's simply rendering below your normal positions like:

      <div class="custom">test</div>

      ... in that it's not really rendering in any position...

      I'm assuming you wrapped that "test" in that <div> manually inside of the custom html module... go ahead and give it a class that's a little more unique... like "custom-ganalytics" or something and set that to display:none;
    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:
  • Re: SOLVED RT_Afterburner2 Analytics position showing markup

    Posted 6 years 11 months ago
    • Gave it that class and updated my custom css, but not working. I'm either doing it wrong or I'm missing something.

      Custom CSS
      #custom-ganalytics { display:none; }

      Custom HTML Module:
      <div class="custom-ganalytics">test</div>
  • Re: SOLVED RT_Afterburner2 Analytics position showing markup

    Posted 6 years 11 months ago
    • Rather than solve this, I'd actually like to know the correct why I should be marking my microdata on top of my site using this schema...

      schema.org/Restaurant

Time to create page: 0.054 seconds