xa2
Forum Replies Created
-
the echo statement displays 2M, but “upload_max_filesize” is set to 5M in my php.ini…it seems like the plugin is not reading from php.ini, isn’t it?
If you could re-open this ticket, as the incidence is not resolved…
In my personal case the value “upload_max_filesize” (in line 60 of index.php) is not taken from php.ini, because I have upload_max_filesize = 5M at php.ini and the plugin is displaying 2M.
I decided to write the following:
define( ‘ServerMaxUploadSizeMega’, ‘5M’ );
But anyway I’m not able to upload files bigger than 2M…
Forum: Themes and Templates
In reply to: [Twenty Eleven] three level menu is hidingThanks, I’ll try to build something similar without any reference to the company and post it here.
Thanks a lot!
Forum: Themes and Templates
In reply to: [Twenty Eleven] three level menu is hidingok, i guess you are not going to help me any more haha.
Forum: Themes and Templates
In reply to: [Twenty Eleven] three level menu is hidingok, thanks…
Forum: Themes and Templates
In reply to: [Twenty Eleven] three level menu is hidingI’m sorry, I’m not allowed to provide a link of the company here…
Anyway, the thing is that when i hover the 2nd level menu firebug says:
#menu ul li ul li a:hover{
color: #00A2E4;
}This is correct,
BUT, when i hover the 3rd level menu it seems that 3rd level menu is being interpreted as the 2nd level menu, because firebug says:
#menu ul li ul li ul li a:hover{
color: #FF00FF;}is overwritting this:
#menu ul li ul li a:hover{
color: #00A2E4;}This is being a nightmare..
the version I’m using is Version 2.1.4
Forum: Plugins
In reply to: [WP-Cycle] [Plugin: WP-Cycle] re-order the slides+1000
Here is the problem better explained:
When importing videos, the description loses original format (links are not longer links for example).
The plugin takes the video description from Youtube and writes it to the post. But when the description contains URLs, they lose their original format.
I have the same problem…
could anyone help us please??
Forum: Plugins
In reply to: [Twitter for Wordpress] No public Twitter messagesIt works for me as well! Thanks a lot!!
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Google XML Sitemaps with my own robots.txtSame happened to me, thanks!
Forum: Plugins
In reply to: [WP-Cycle] wp-cycle in databaseyeah, that was what i was looking for! thanks!
I did a mysqldump to the database and then look for the text “wp_cycle” … yeah, not easy readable…
Thanks!
Forum: Plugins
In reply to: [WP-Paginate] [Plugin: WP-Paginate] Pagination on category posts doesn't workI get the same error…
Could anyone help us?
Thanks!