Adam
Forum Replies Created
-
Forum: Plugins
In reply to: [Bootstrap Admin] WordPress 3.6 Broken IssuesIMHO – you should also be developing a theme or plugin on the latest version of WordPress as well as the latest nightly or beta to make sure every thing works 😀
Forum: Plugins
In reply to: [Bootstrap Admin] BBpress Please finish all modificationsbbpress only. I deactivated the plugin as it wasnt working, you were missing some icons in terms of posting forms and topics from the admin side of things.
Forum: Fixing WordPress
In reply to: Why is pagination not working?@keesiemeijer again I have already tried that, as stated in the post above your reply. This is just being used in index.php, nothing fancy.
Again the query is:
@query = array(‘posts_per_page’ => 20);
I chose this query to test out pagination. See me as an example. Click “previous” and “next” to see that the posts are all the same.
This would either indicate the query based on this code is not working as expected or is not resetting it’s self properly.
srikat this hasn’t really helped me, thanks. I am developing a web based framework for theme development, so most of what you wrote is already covered.
Any ideas? I have tried wp_reset_query(); and the trick I am doing now. I have tried the “$paged trick.”
Forum: Fixing WordPress
In reply to: Why is pagination not working?I did with no change in result. I have seen that trick before and alas it is not working. Any other ideas?
Forum: Fixing WordPress
In reply to: What would you do?Thanks I’ll keep that in mind. I am building an entire framework (think of zend – less ambitious) for theme designers and theme framework developers to easily get a project off the ground.
Forum: Plugins
In reply to: [Bootstrap Admin] Icons do not align or line upis there a planned fix for this?
Forum: Plugins
In reply to: [Bootstrap Admin] Icons do not align or line upI am using chrome. – latest version.
You have the grey section, the icon is in the “header” of the pop up, but then you have the title down below with the list of “pages.”
Forum: Plugins
In reply to: [Bootstrap Admin] Icons do not align or line upYour icons work :D, One other issue, You should put the orange title text in the grey section beside the icon, because when you hover over you have all that space in the “header” section of the pop over but you dont have a title up there. Id make good use of that space.
other wise good job, this plugin has been fully integrated with my theme so that its not so much a plugin any more 😀
Forum: Plugins
In reply to: [Bootstrap Admin] Icons do not align or line upthank you. I have integrated your plugin with a current theme I am working on, I am excited for this fix 😀
Forum: Fixing WordPress
In reply to: [Custom Theme] category_description() causes 324 in chromeI simply decided to re-write what I was doing and solved the issue
Forum: Fixing WordPress
In reply to: [Custom Theme] category_description() causes 324 in chromeif I comment out the category_description the page works. its the second I uncomment it – that it starts freaking out.
Forum: Fixing WordPress
In reply to: [Custom Theme] category_description() causes 324 in chromeNote: Calling the function on its own does the same thing.
as for error logs I was viewing:
var/logs/apache2/error.log
which is what gave me this error.
is there some other log I should view?
Forum: Fixing WordPress
In reply to: Image could not be processed. Please go back and try again.installed. took three seconds and 3 steps
Forum: Fixing WordPress
In reply to: Image could not be processed. Please go back and try again.Are there any instructions to this?
Forum: Fixing WordPress
In reply to: Image could not be processed. Please go back and try again.This will be up for the next 24 hours: http://adambalan.com/temp/test.php This will show you my php info. As far as I know WordPress works with 5.4, to some degree – how ever we cannot state that, that’s def the reason.
I have tried countless images with all the same result.
I have even tried just selecting an image in the library and cropping it, the second I hit accept, to accept my image as is I get Image could not be processed. Please go back and try again.
After checking the apache error logs there’s nothing indicating there is an issue