Recent content by PVO_Dave

  1. PVO_Dave

    XF 1.4 Smaller title as part of the responsive design?

    Many thanks @Chris D and @Brogan I must have edited the xenforo.css by accident, I thought I'd just copied it :( All working as expected now, thanks :)
  2. PVO_Dave

    XF 1.4 Smaller title as part of the responsive design?

    Hi @Brogan As expected :) I added this to extra.css /* Title font */ <xen:if is="@enableResponsive"> @media (max-width:@maxResponsiveWideWidth) { .titleBar h1 { @property "h1"; font-size: 18pt; overflow: hidden; zoom: 1; @property "/h1"; } } @media...
  3. PVO_Dave

    XF 1.4 Smaller title as part of the responsive design?

    Thanks Brogan, I'll take a look at your guide. I may well have some questions after though if that's OK? :)
  4. PVO_Dave

    XF 1.4 Smaller title as part of the responsive design?

    Hi, We've got a really (stupidly) long title on our forums, as I've found in the past that this has massively improved our SEO (at the sacrifice of the look). Is there any way I can set it to be a smaller font or something when the site has been scaled down for mobile / tablet? There's...
  5. PVO_Dave

    XF 1.3 Responsive adsense inside a link forum issue?

    I've resolved this now, using a combination of this resource: http://xenforo.com/community/resources/html-in-node-titles-by-waindigo.2192/ and some extra lines in extra.css so apply styling to to specified nodes (two forum categories) Thanks, Dave.
  6. PVO_Dave

    XF 1.3 Responsive adsense inside a link forum issue?

    I'd rather do that too, but I can't find anything around how you would do something like that, I.e. an advert slot between Nodes 1 and 2 on the forum list?
  7. PVO_Dave

    XF 1.3 Responsive adsense inside a link forum issue?

    Hi @Brogan I've been experimenting with putting the adverts into categories, but the responsive element is still an issue, as by default it hides the description when getting to mobile sizes. Can this be bypassed per node do you think? Dave.
  8. PVO_Dave

    XF 1.3 Responsive adsense inside a link forum issue?

    Could you give me some pointers on how to override the behaviour just for link nodes? I can experiment with both then :) Thanks for your help so far Brogan.
  9. PVO_Dave

    XF 1.3 Responsive adsense inside a link forum issue?

    Thanks Brogan, 2 options I guess then; Could I override that behaviour just for link nodes or could I perhaps style the category strip code just for link nodes and put the adverts in there?
  10. PVO_Dave

    XF 1.3 Responsive adsense inside a link forum issue?

    Bit of an odd one, I decided to put my header advert within a link forum, as the untidy look of the banners under the breadcrumb was annoying me. I used the responsive code example from Brogan's thread, which used to work fine as both a header and a footer. <center> <script...
  11. PVO_Dave

    XF 1.2 Is it possible to limit (by date maybe?) content the RSS feed pulls back?

    Thanks @Mike - If I delete the old ones when the import is finished, will it still not try to re-import?
  12. PVO_Dave

    XF 1.2 Is it possible to limit (by date maybe?) content the RSS feed pulls back?

    Hi, We've recently setup a work forum and we import articles from our RSS feed, I've set the feeder up to run every 12 hours, but it's (as designed I guess) going through them all and pulling back really old articles. Could I somehow limit this so it doesn't keep going through all the previous...
  13. PVO_Dave

    XF 1.2 Node exclusion (conditional) help

    Thanks Brogan, that seems to have done the job :)
  14. PVO_Dave

    XF 1.2 Node exclusion (conditional) help

    That's right though, isn't it? I want the adverts to display everywhere but node 9.
Top Bottom