DaganLev
Forum Replies Created
-
Forum: Plugins
In reply to: [Solid Code Theme Editor] cannot edit child theme filesI’m sorry James, I don’t have support yet for Child themes
Forum: Plugins
In reply to: [Simple Meta Tags] ActiviationHi amill,
in your header you will need to add the wp_head function like so:
<?php wp_head(); ?>Forum: Plugins
In reply to: [Bulk Page Creator] not working at all in 3.5. multi siteYes jjsararas it is working on 3.5 for me fine but not on a multi site
Forum: Plugins
In reply to: [Bulk Page Creator] not working at all in 3.5. multi siteHey ehwh… the multi site structure is a bit different from the regular wordpress site so is a bit of a problem (as we never give you the option to select the blog in the multi site you want to add the pages to).
I’m a bit flooded with work currently but will keep your comment in mind when developing the next release.
Have you removed the “static” tags from the actual theme??? or maybe you have another plugin conflicting with this one?
It seems you have a conflict with another plugin (try disabling the plugins until you find the culprit)
Hi angelopc,
This plugin creates pages in bulk not posts, sorry… you can create the pages with a parent relation by using the selected drop down.Hope this helps.
Cheers
DaganForum: Plugins
In reply to: [Adminer] [Plugin: Adminer] Error message…possibly configuration relatedHey guys,
we had the same problem which indicates that one of the includes is incorrect;PHP Fatal error: Call to undefined function current_user_can() in /home/<mysite>/public_html/wp-content/plugins/adminer/inc/adminer/loader.php on line 43, referer: http://<mysite>/wp-admin/tools.php?page=adminer/adminer.php
which follows a warning:
PHP Warning: include_once(): Failed opening ‘/var/www/wpbeta/wp-load.php’ for inclusion (include_path=’.:/usr/share/pear53:/usr/share/php’) in /home/sites/<mysite>/public_html/wp-content/plugins/adminer/inc/adminer/loader.php on line 33, referer: http://<mysite>/wp-admin/tools.php?page=adminer/adminer.phpThe path “/var/www/wpbeta/wp-load.php” is incorrect. That seems to be set in the wp-content/plugins/adminer/config.php file on line 8:
$wp_siteurl = '/var/www/wpbeta';after updating that setting to:
$wp_siteurl = '/home/sites/<mysite>/public_html';It seems to work… (obviously <mysite> is the domain to be used)
Can you please fix in the plugin core?
Forum: Plugins
In reply to: [DGallery] [Plugin: DGallery] ImprovementHi Li-Am, thanks for the compliment and the advise… I will definitely take it on-board when creating the new release.
Cheers
DaganHey Jon,
Thanks for your comment… I can see what you are looking for however the bulk page creator is exactly what it is a “page” creator and as such we only create pages (at the moment).I might take your advise under consideration as I am working on a new plugin “Bulk Post Creator”…
but being that each post type requires different data (i.e. pages require a parent page and a hierarchy, etc…) I can’t see a mass population tool for more than one type of post.
Cheers
DaganForum: Plugins
In reply to: [Simple Meta Tags] [Plugin: Simple Meta Tags] Comptability with WordPress 3.3Hey Eddy,
I’m glad you like the plugin…To answer your question, Simple meta tags plugin is compatible with WordPress 3.3.
WordPress does not have a default “Meta Title” and it is the plugin that is generating the “Blog name” | “Page Title” format.
It does that in case the Meta Title on your post has not been filled in (i.e. if you left it empty)
It might be that the Theme you are using has some sort of an override to insert a special meta tag – so I would recommend checking this first (i.e. removing the meta tags generation from the theme)
Cheers
DaganHi iceq,
After “Googeling” the vti_timecreated function it seems to be related to the file meta tags in windows servers.I assume that you are using a windows environment for your WordPress site – this could have been the case;
So when you saved/updated the file with the plugin it generated this issue with the file meta tag.I have tested this plugin in a windows environment and it did not cause this issue on my system – I will however check this again when I get the chance.
I guess if you wanted this issue fixed – I would suggest to FTP the files to your computer and try to open them and re-save them in your machine (maybe this will fix the meta file tag???)
Then re-upload them to your site.Cheers
DaganHey iceq,
There should be no issue with the regular theme editor as my plugin does not override any of its functionality and is restricted to its own area.I also checked this on my own theme and no “weird” code is showing – I am guessing this is something in your own theme.
try disabling the plugin and see if this still persists – it is probably not the plugin.
Cheers
DaganHey iceq, I am enjoying life, thanks for the response, I always welcome suggestions…
cheers iceq,
I’ll look into formatted colours and the other features (someone mentioned to me numbering of lines) and see what I can come up with.