Recent content by giorgino

  1. giorgino

    XenForo support forum in foreign languages

    Ye I alive! 🙂
  2. giorgino

    XF 2.2 @media doesn't disable header Ad on Mobile site

    Ok so the ad code it's a Javascript that load then code when called. It probably wrong from the source. So the issue could be there, the low quality of the ad server?
  3. giorgino

    XF 2.2 @media doesn't disable header Ad on Mobile site

    Where did you find that value. I'm searching around but I can't find it... BTW it seems that display:none isn't working as expected or not?
  4. giorgino

    XF 2.2 @media doesn't disable header Ad on Mobile site

    Hi all. Weird issue. I set up the advertising position "container header" with a 729x90 banner into. The code is <div class="ad_header" id="87439-1"> [ad code] </div> and the CSS code I inserted in extra.css is @media (max-width: 960px) { .ad_header { display: none...
  5. giorgino

    XF 2.2 Is responsive conditional like <div class="visibleResponsiveFull"> still valid?

    What's the difference between inline and block? I'll search around to know it. Is this syntax correct? <div class="u-showWideInline u-showWideBlock u-hideMedium u-hideNarrow"> <div id="87440-1"> [---] </div> </div>
  6. giorgino

    XF 2.2 Is responsive conditional like <div class="visibleResponsiveFull"> still valid?

    Hi all, is a piece of code like this still valid in xF2? <div class="visibleResponsiveFull hiddenResponsiveWide hiddenResponsiveNarrow hiddenResponsiveMedium"> Thanks
  7. giorgino

    XF 2.2 Post length conditional

    Thank you Bro(gan) your help is amazing
  8. giorgino

    XF 2.2 Post length conditional

    Now I've edited the lenght from 100 to 500 and seems to work. But the number of chars aren't 500. Weird...
  9. giorgino

    XF 2.2 Post length conditional

    Same issue 🤔 The ad is shown in every message
  10. giorgino

    XF 2.2 Post length conditional

    Yeah the var $post.message exist The template is thread_view and I'm using the ad position "below message content"
  11. giorgino

    XF 2.2 Post length conditional

    The ad is shown in the small posts too. It seems that the condition > 100 doesn't works 🤔
  12. giorgino

    XF 2.2 Post length conditional

    Hi all, I need to insert an ad below the messages that are longer than x chars. Is it possibile to achieve this with xenforo conditionals? Thanks
  13. giorgino

    XF 2.2 Activity summary email

    I run a batch update to sign up users to summary but no mail go out. Are they still in pause state? How can I unpause them?
  14. giorgino

    XF 2.2 Google Breadcrumb issue

    In the thread pages there are 6/7 of these <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a href="/#lesperto-immobiliare-risponde.6" itemprop="item"> <span itemprop="name">L&#039;Esperto Immobiliare Risponde</span> </a>...
  15. giorgino

    XF 2.2 Google Breadcrumb issue

    Built in with a simple recolor
Top Bottom