WebTechGlobal
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Cant login to WordPress Adminewnetbiz please create a new thread. This one belongs to zambago and they will receive a notification about your post any any reply to you including this one.
Thanks
Forum: Everything else WordPress
In reply to: Featured image won't appear as thumbnailAssuming you didn’t update WordPress and it has broke the theme.
I’d say there is another procedure to setup thumbnails and possibly in the themes settings. Does sound a little strange. But there is the possibility something broke just before the site was handed over to you.
Not much can be said on this amount of information and it won’t be easy for you to give more. I recommend a YouTube video of what your doing but not more than paying someone to get to the bottom of it. Spent time or money huh.
One of your tags is “image error”, was there an actual error because that could help. Check your hosting/server Apache error log straight after creating a post with featured image. Might get lucky.
Forum: Everything else WordPress
In reply to: Cant login to WordPress AdminIn short it is a fault. I see the theme has a premium edition. Even if your using the free you should take up some of the authors time as they are earning from WordPress. You also want the fix to be in their version for when you receive updates to the theme. You don’t want to be fixing the same bug each time you update the theme if somehow the author hasn’t caught onto the fault themselves.
The themes own support service right here.
Forum: Plugins
In reply to: [WordPress Importer] Import of NextGen galleries doesnt workI don’t think this plugin has features for NextGen gallery or any plugin. It focuses on WP core only. I recommend you ensure that you have exported your entire database i.e. custom tables made by plugins and not just the original ones installed by WP.
This is what this plugin handles…
Posts, pages and other custom post types
Comments
Custom fields and post meta
Categories, tags and terms from custom taxonomies
AuthorsForum: Plugins
In reply to: [CSV 2 POST] this is sooo badThe plugin does accept all headers again since this.
Uploader for files is coming soon along with further improvements to the Data Sources approach for managing files.
Thank you again. If you need a copy of the premium edition please stop by http://www.webtechglobal.co.uk
Forum: Plugins
In reply to: [CSV 2 POST] Having Problems with Version 8?This problem has been fixed in the latest premium edition. The fix will come to the free edition soon.
Strange thing is only 1 out of 3 blogs on my localhost triggers the problem. Despite all being the same version of WordPress. This is why this issue was not noticed until I created the 3rd blog the other day. Activated the plugin and seen all of the above reported errors.
Thanks again for this post and if you don’t already have the premium edition drop by http://www.webtechglobal.co.uk for a free copy of the latest build.
Forum: Hacks
In reply to: Dashboard Layout on a Plugin Admin PageThanks but no. That has two columns. I’m looking for an example that uses “postbox-container-3”. The dashboard also uses “postbox-container-4”.
I can get a 3rd column option to display in the Screen Options tab but when selecting 3 it changes to a single column. I may need to dig very deep into the script on this.
Forum: Plugins
In reply to: [WordPress Importer] Plugin install failed.If your trying to update the plugin please go to the Plugins view where all plugins are listed. If a new version exists there will be a link to initiate update.
What I see above is normal behavior to prevent plugin files being over-written by what might not be the same plugin. I assume you’ve done a search for the plugin and attempted to install it that way.
It is also WP core behavior. The plugin itself does not generate these messages. So this would happen with any plugin as once a plugin is installed we no longer perform the search to find it not even for updating purposes.
Forum: Reviews
In reply to: [Twitter Widget Pro] Doesn't updateI’m having the same issue, for months. Just checking it is a common issue. Two star rating from me.
One star for working to a point, potential.
Second star for allowing multiple Twitter account activation. That works well for me not like it seems to for others.
Forum: Hacks
In reply to: Adding Third Post Box Column: postbox-container-3Hey
Those are WordPress core functions that output…
http://codex.ww.wp.xz.cn/Function_Reference/do_meta_boxes
The problem is initializing a 3 column layout before the page is parsed I think. Although I do get the 3rd column option showing in the Screen Options tab.
So maybe a different CSS loads for a three column layout and that CSS is not being loaded.
I will be updating the plugin here on ww.wp.xz.cn with the interface later this week so that should make it easier to get help on this.
Forum: Reviews
In reply to: [TablePress - Tables in WordPress made easy] True WordPress PluginGreat!
So it IS actually possible to stop pages showing on the menu!?
I see “page=tablepress&action=edit&table_id=1” and I obviously have further studying to do.
I just spent hours coding a workaround because I couldn’t get any help on this for days. I basically register a page if its being visited and only register an elected parent page for a group of pages. The result is hiding most pages. A difference in my approach (although not as clean) is that there is always a page highlighted in the plugins menu.
The trick is to apply the same title whatever page is being visited or registered for a group.
However I prefer what you have done so a big thank you once again. Your approach means that all pages are registered and available for plugins like Role Scoper. Where users of any permissions related plugin would find that not all my plugin pages are listed.
Thanks
RyanForum: Reviews
In reply to: [TablePress - Tables in WordPress made easy] True WordPress PluginForum: Plugins
In reply to: [CSV 2 POST] Switch To PHP 5.3 Upwards Please“The PHP development team announces the immediate availability of PHP 5.4.30. Over 20 bugs were fixed in this release, including the following security issues: CVE-2014-3981, CVE-2014-0207, CVE-2014-3478, CVE-2014-3479, CVE-2014-3480, CVE-2014-3487, CVE-2014-4049, CVE-2014-3515. All PHP 5.4 users are encouraged to upgrade to this version.
Please, note that this release also fixes a backward compatibility issue that has been detected in the PHP 5.4.29 release. Still, the fix in PHP 5.4.30 may break some very rare situations. As this tiny compatibility break involves security, and as security is our primary concern, we had to fix it. This concerns bug 67072. For more information about this bug and its actual resolution, please refer to our upgrading guide, section 4a. We apologize for any inconvenience you may have experienced with this behavior.”
Forum: Reviews
In reply to: [TablePress - Tables in WordPress made easy] True WordPress PluginNo problem.
Your right it is interesting I really do like it. I’ve implemented postboxes in my plugin since my review but my head went into overload even considering applying the controller class to my CSV 2 POST plugin simply because it’s set in its ways. I like the “run()” method approach to loading the plugin and begun adding that but it will need to be phased in slowly as I’ve relied on globals a lot.
I have a tabbed menu per page. Each view is not registered as a page. So I discovered that each view shares the same user setting for postboxes. Move a box on one view and the others move to the opposite position. Now I seek a solution which is probably to register every view/tab as a page but hide all but the original pages from showing in the plugins WP admin menu.
If I get that done it will lay groundwork for really good interface and get around what I think is a WordPress limitation. That limitation is either an easy way to create views which are well registered but not always treated as pages.
Anyway it is safe to say I coped some code from your plugin and will be making good mention of your plugin in various places online. I have a couple of lines in my plugin that indicates you are the original author of the class also.
Forum: Hacks
In reply to: postbox On Multiple [views] in a single [page]I think I might be able to answer my own question. The answer is in user meta. Each user (me for now) would need a group of settings per view. In a small plugin and the WP dashboard that is not a lot. But in CSV 2 POST with over 30 views that requires a fair bit more to be added to user meta.
Here are the values I found which must be getting shared from one view to another has “betatesting” is being used instead of something more unique…
'meta-box-order_csv-2-post_page_csv2post_betatesting' => 'screen_layout_csv-2-post_page_csv2post_betatesting' 'closedpostboxes_csv-2-post_page_csv2post_betatesting' 'metaboxhidden_csv-2-post_page_csv2post_betatesting'The question now is can “meta-box-order_csv-2-post_page_csv2post_betatesting” be customized per view rather than per page?