dozza
Forum Replies Created
-
Forum: Plugins
In reply to: [AppBanners] How to configure to show above the tab on android?Cane share your function with us? Need to do similar.
I’m getting the same.
WP 4.2+ in Safari & Chrome on Mac Mavericks.
Any ideas or suggestions?
Forum: Fixing WordPress
In reply to: Help: WordPress editor is stripping my span classYou might want to try this snippet
Going back to earlier in the thread….
How do we ensure/tell/see that the user that WordPress is using to access our MySQL has permissions to either truncate or “delete from” the table?
Is this done within phpMyAdmin (query please?) or within Wordfence options (cant’t see it there)?
Also, how often/regular do scans occur when “Enable automatic scheduled scans” is ticked?
Have had to truncate the wp_wfHoover table using “truncate table wp_wfHoover;” as it was 1.7Gb. Installed Wordfence Friday and the scan was still running on Monday morning!
Don’t want to stop using WordFence ideally so appreciate some guidance?
Forum: Fixing WordPress
In reply to: Embed .mov file via 'Add Media' not workingHow funny. That was my duplicate posting on stack exchange.
Bizarrely, that seems to break my site when added to child theme functions.php
Is it formatted correctly?
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Multiple Signup FormsForum: Plugins
In reply to: [Mailchimp List Subscribe Form] Multiple Signup FormsThis is a let down.
What do you mean by ‘the plugin widgets’? Which ones? The MC plugin widget o just text widgets?
OK, the post expirator plugin looks good.
I have the single existing ticker embedded using direct function code in a hook area currently so it shows the single ticker on all site pages.
But i’d rather not have the client having to update php in hooks. So is there a php function to call and display ANY/ALL tickers currently set up and published, rather than specific ticker by ID?
That way they can set up several future tickers with publish/expire dates that will display automatically on all site pages.
Appreciate your steer here.
Ooops! My apologies.
Can we use columns= in this shortcode??? Can see any reference to that at https://github.com/billerickson/display-posts-shortcode/wiki
Forum: Plugins
In reply to: [Custom Post Type UI] Custom and Additional Post Types issueI’ve also seen this before and had to start from scratch creating my CPT’s. I seem to remember taking more care with my naming conventions the second time and it didm’ reappear. I had the feeling it was down to a naming conflict/overlap. Is that a possible cause?
Forum: Plugins
In reply to: [Custom Post Type UI] Can I add existing pages to a new post typeYou mention using http://ww.wp.xz.cn/extend/plugins/post-type-switcher/ within the plugin though?
Forum: Plugins
In reply to: [Custom Post Type UI] deleting a post type doesn't make any changesHow would I “re-register the same post type slug”?