jezza101
Forum Replies Created
-
Forum: Plugins
In reply to: [bbpress Simple Advert Units] bug: duplicated advertising on sub forumsThanks for the bug report, I will have a go at reproducing point 1.
Point 2 will be included in next release.
Forum: Plugins
In reply to: [bbpress Simple Advert Units] headers already sentThis is fixed in the next release.
It was due to calling bloginfo() too early.
Forum: Plugins
In reply to: [bbpress Simple Advert Units] not obeying theme structure in this caseSorry for not replying sooner, looks like you have something running ok there atm.
Unfortunately there is no guarantee that this plugin will work with all themes as it requires a little bit of trickery to inject the code in. Some ad areas will work better than others.
Forum: Plugins
In reply to: [bbpress Simple Advert Units] Oh no, all Ads gone!Oops, yes each install just nuked the previous options. This has been fixed.
It will now check to see if options exist upon install and will exit the initialisation routine if it sees there are some already there.
This will be in v0.4
Forum: Plugins
In reply to: [bbpress Simple Advert Units] error message when enabling pluginThis has been fixed for the next release. It was due to calling bloginfo() too early.
Forum: Plugins
In reply to: [bbpress Simple Advert Units] 2 issueWhat theme are you using?
Forum: Plugins
In reply to: [bbpress Simple Advert Units] use shortcode instead of ad codeThanks Daniel.
Parsing shortcodes seems the simplest way to handle this, and I want to keep the plugin simple (hence the name!).
On my own sites I have used the following to detect mobile devices:
https://www.ads-software.com/plugins/wp-mobile-detect/With this installed, and shortcode parsing on, you can do:
[phone]ad for phone users[/phone]
[tablet]ad for phone users[/tablet]
[notdevice]Every one else[/notdevice]GARD seems interesting though, I might have a look to see if that it is useful to me too. One of my sites is aimed at mobile users so responsive design is always of interest.
Forum: Plugins
In reply to: [bbpress Simple Advert Units] Still supported?Thanks for the kind words Martin, I’m excited to see interest in the plugin. And thanks for getting in touch Daniel, I will look at adding your changes, I’ve got a couple of ideas myself (I use this plugin on a couple of sites – I’m a big bbpress fan!) and I will go through this forum and address as many issues as I can!
Cheers.
I worked it out.
Turns out this is less to do with JetPack and more with how WordPress handles paragraphs and sanitisation of meta fields.
I added the solution to my post on the topic here. Hope that is useful to someone in the future ??
Cheers.
Forum: Plugins
In reply to: [Tweetily - Tweet Your Posts Automatically!] URL shortening? what up?It’s there for me. That said, the option is only visible after you click on the “include link” check box.
It is not visible until then and disappears after.
Was just researching the same issue so I won’t create a new thread however just wanted to suggest that Jetpack support would be much appreciated if feasible and it makes sense as it is a heavily downloaded plugin (for obvious reasons).
The new Jetpack shortcode has allowed us to put the email capture form anywhere but the real problem is styling capabilities. Their shortcode would be much more useful if you could pass in some class info… perhaps they’ll add it in the future.
Cheers.
Forum: Plugins
In reply to: Jetpack Subscriptions – shortcode?Is there anyway to style the shortcode? It seems to inherit some widget related css style info but changing these would change all widgets?
Forum: Plugins
In reply to: [bbpress Simple Advert Units] Very Nice! Thank You!Yes, well I now have a version on my hard drive which allows the creation of different units but I just need to hook them into the right place on bbpress.
I am working on this!!
The plan is to allow units in pretty much every place you want.
Glad you like it so far, and thanks for your comment, it spurs me on to continue development!