DaganLev
Forum Replies Created
-
Forum: Plugins
In reply to: [Bulk Page Creator] Create a directory websiteHi Jimmy,
Thanks for the feedback.I’ve been asked before to create xml/xls/csv imports to allow “mass” population of pages; from some other comments it seems the plugin does struggle with thousands of pages (although it can cope with a few hundreds), although I never intended for the plugin to be used in that manner (hence the issue with importing mass pages) – so I’m sorry but that is currently not possible.
As far as I can tell the plugin did not have any issues with any themes (mainly because it only works on the back-end system) – but let me know if you come across any issues and I’ll do my best to resolve them
Cheers
DaganForum: Plugins
In reply to: [Simple Meta Tags] Default title tag after running Simple Meta Tagsresolved
Forum: Plugins
In reply to: [Simple Meta Tags] No meta tagsresolved
Forum: Plugins
In reply to: [Simple Meta Tags] Possible bug? Tick box to use this plugin…resolved
Forum: Plugins
In reply to: [Simple Meta Tags] Default title tag after running Simple Meta TagsHi bvhprods,
the wp_head() function is a function that allows 3rd party plugins to embed their scripts in the “Head” section of the website (you can learn more about this specific function here: WP HEAD)Most plugins will use this function in order to enter their bits onto your front end website.
“Simple meta tags” uses this function to display the meta tags.
Most themes use this function, however some themes don’t – at which point the plugin will not work.
The best way of checking this is installing the plugin and seeing if the meta tags are populated (by viewing the source of the document and finding the <title> tag)
Another thing you might look out for is that some themes also utilize their own meta tags – at which point you might have a duplication of meta tags (i.e. two <title> tags) – which is not good.
So, to summarize;
if you install and activate the plugin and then bring up one of your pages on the site and “view the source HTML” and look for <title> tags:
– if you see none – it means the theme does not support wp_head and the plugin will not work
– if you see one <title> tag – the plugin is working correctly
– if you see more than one <title> tag – it means the plugin and the theme (and maybe even another 3rd party plugin) are all injecting the <title> tag and this is not a desirable outcome so unless you can disable the theme and any other plugin from doing so – you will need to disable this pluginHope this helps
Hi Supermama,
Thanks for the positive feedback.Ideally it would have been a great idea to add different post types like posts and other custom post types to the bulk page creator.
However, each one of those post types works differently so it is not possible – for example if we tried adding posts (as opposed to pages) – there will be an issue of matching the posts – since a post type does not support hierarchy.
I am looking at other ways of doing this and hopefully will be able to do something soon.
Forum: Plugins
In reply to: [Simple Meta Tags] No meta tagsHey robingorry,
In order for all the meta tags to apply – go to “Settings” -> “Meta Tags” and tick the boxes in which you want the meta tags to appear in (i.e. Pages and Posts)Cheers
DaganForum: Reviews
In reply to: [Bulk Page Creator] Very Simple and Easy to UseHey KW923 thanks for the good review – the option to delete is only available before you actually publish the pages (i.e. when you create them initially in the plugin) as I was to afraid to put a delete option that might just do more harm than good.
Forum: Plugins
In reply to: [Bulk Page Creator] How to opt out from adding the H1 tag for the page title?Hi Heedfi,
Have not yet released a pagetitle shortcode with the H1 stripped – will try and incorporate this in a later release – keep checking the release notes on new versions – should say when this gets incorporated.Cheers
DaganForum: Plugins
In reply to: [Simple Meta Tags] Meta Tags are gone after changing author…resolved
Forum: Plugins
In reply to: [Simple Meta Tags] Possible bug? Tick box to use this plugin…Hi, Version 1.2.6 has now been released with amends
Forum: Plugins
In reply to: [Simple Meta Tags] Meta Tags are gone after changing author…Hey trothmaster,
Thanks for highlighting this issue, I have now resolved it and you should see this available on the new 1.2.5 releaseForum: Plugins
In reply to: [Bulk Page Creator] not working on 3.5.1codex73, what is it doing instead? have you un-ticked the box “Multiple Pages Mode” ???
Forum: Plugins
In reply to: [Simple Meta Tags] [Plugin: Simple Meta Tags] suggestion (empty meta tags)yitwall – it doesn’t we have a default setting under the settings menu to allow you to set defaults
Forum: Plugins
In reply to: [Solid Code Theme Editor] Download Whole Theme Zip FileSorry NRawle for the late reply, didn’t see this post until now, I have made some changes so should work, let me know if this fails