Recent content by PlanetMaster

  1. P

    Math

    It works for me too but I don't see the Insert Math button that was there before. Do you still have that? If its not too much trouble, could you please share a screenshot?
  2. P

    Math

    The insert math option seems to be broken on latest 2.2.12. Can someone confirm this?
  3. P

    XF 2.1 Showing Ads before 2nd last post IF total posts on page more than 6?

    If anyone else wants, this seemed to do the trick for me: <xf:if is="$post.position == $xf.options.messagesPerPage - 3 OR $post.position % $xf.options.messagesPerPage + 3 == count($__globals.posts) AND count($__globals.posts) >= 6">
  4. P

    XF 2.1 Showing Ads before 2nd last post IF total posts on page more than 6?

    I would like to place an Ad before second last post IF there are more than 6 posts on that page. Any ideas how I can do that? P.S. I am also showing an Ad after 2nd post if there are more than 4 posts on that page and following code works fine for this: <xf:if is="$post.position %...
  5. P

    Ads Manager 2 by Siropu [Paid]

    AdSense used to have that option where we could provide an HTML code to fill when Ads weren't available but it doesn't anymore. The only way to do that now, as far as I know, is via Google Ads which is just too complex for this simple task. P.S. I am using Google Ads but am unhappy with the...
  6. P

    Ads Manager 2 by Siropu [Paid]

    Is there a way to show an in-house ad when AdSense ads shows blank space due to no ads available (happens too often since last few months)?
  7. P

    Math

    Yep. I have the same issue too for inline Latex.. Any luck so far?
  8. P

    Math

    Thanks a lot for this great add on. Makes adding MathJax super easy without needing to edit BBCode. There are 2 bugs I'm afraid at the moment; Math doesn't render in quoted replies, The auto-scrollbar and line breaks don't work for inline math. Any chance you can fix these soon?
  9. P

    XF 2.1 How do I change the meta description of a page node?

    Did you manage to do this? I'm also looking to change description for a page node..
  10. P

    XF 2.1 Some questions on Ads 'Above Container content'

    That's actually the first thing I tried. Its been here for a while: https://support.google.com/adsense/answer/9183363?hl=en (In 'Specify an expandable width and a fixed height' section). But nothing works. In Mobile, the unit just loads a 300x250 banner. As a last resort, I made 2 units, one...
  11. P

    XF 2.1 Some questions on Ads 'Above Container content'

    Yeah that seems like the best option at the moment. Thanks..
  12. P

    XF 2.1 Some questions on Ads 'Above Container content'

    Hmm maybe they changed code recently cause I never got the horizontal layout on mobile and it says so here too: https://support.google.com/adsense/answer/9183460?hl=en&ref_topic=9183242
  13. P

    XF 2.1 Some questions on Ads 'Above Container content'

    Agreed but data-ad-format="horizontal" only works on desktop and it would still fire up a 300x250 banner on mobile. This can be overridden with CSS but that causes another issue. This would need a fixed height and a 320x100 would be great but often google would throw in a 320x50 ad instead which...
  14. P

    XF 2.1 Some questions on Ads 'Above Container content'

    Browsing around this forum, it seems that 'Container content: Above' is the most recommended ad location (along with others). When using a responsive ad unit, this ad unit seems great on desktops however on mobile, it usually loads a 300x250 or similar sized banner. This banner is just below...
  15. P

    [OzzModz] Google Adsense tips and visual overview of ad positions

    Any chance we can split "After First, Middle and Before Last Post" and have 3 different codes for 3 locations? While I intend to use almost-identical responsive ad code, this will give different reports for all 3 spots which can help with optimizations later.
Top Bottom