zerogradinord
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Exclude category from home pageMany thanks.
It works!!!MM
Forum: Fixing WordPress
In reply to: Problem with mainmenuI’ve try to modify, but I can change only the color of the text.
My goal is to have all the line with the same white strip…MM
Forum: Fixing WordPress
In reply to: Problem with the colmun and style.cssIt works!!!
Forum: Fixing WordPress
In reply to: “Previous&Next” doesn’t workIt works!!!!
Thanks a lot!!!MM
Forum: Plugins
In reply to: [NextGen-Gallery] Update problemHi guys, now I’ve a new problem: with the new DB and 0.98 nextgen, I can see properly the thumbnail, but when you click on it, the plugin start to work but nothing happen. See on https://www.zerogradinord.net.
Any suggestion?
MM
Forum: Plugins
In reply to: [NextGen-Gallery] Update problemHi Alex and many thanks for your answer.
I’ve update my database and now I’ve this setting, but the problem is still present: I’m using Nextgen-Gallery 0.98: when I try to update to 1.33 I can’t see the thumbnail image on posts.Any suggestion?
Many thanks.MM
Server Settings
* Operating System : Linux
* Server : Apache/2.2
* Memory usage : 21.56 MByte
* MYSQL Version : 5.0.68-log
* SQL Mode : Not set
* PHP Version : 5.2.9
* PHP Safe Mode : Off
* PHP Allow URL fopen : On
* PHP Memory Limit : 64M
* PHP Max Upload Size : 25M
* PHP Max Post Size : 30M
* PHP Max Script Execute Time : 120s
* PHP Exif support : Yes ( V1.4 )
* PHP IPTC support : Yes
* PHP XML support : YesGD support
* GD Version : bundled (2.0.34 compatible)
* FreeType Support : Yes
* FreeType Linkage : with freetype
* T1Lib Support : Yes
* GIF Read Support : Yes
* GIF Create Support : Yes
* JPG Support : Yes
* PNG Support : Yes
* WBMP Support : Yes
* XPM Support : No
* XBM Support : Yes
* JIS-mapped Japanese Font Support : NoForum: Plugins
In reply to: Problem with nextgen-galleryThis is the thing that I found in MySql overview pahge:
Colation: utf8_general_ci
Language: Italian
Font: 82%MySQL
Server: 62.149.150.79 via TCP/IP
Versione MySQL: 5.0.68-log
Set di caratteri MySQL: UTF-8 Unicode (utf8)Spazio Utilizzato:
Sql204869_1 : 57 MB
Sql204869_2 : 0 MB
Sql204869_3 : 0 MB
Sql204869_4 : 0 MB
Sql204869_5 : 0 MB
TOTALE: 57 MB * * arrotondato al megabyte piu’ vicinoSpazio acquistato:500MB
If you need more information about it, I can search for you.
Many thanks.MM
Forum: Plugins
In reply to: Problem with nextgen-galleryMany thanks for your answer.
Where I can found my server settings? I’m hosted by Aruba with unlimited disk space…
As you can see (https://www.zerogradinord.net) the 0.98 version works perfectly. I experienced the problem if I try to upgrade the plugin…
Thanks again.Mauro
Forum: Fixing WordPress
In reply to: [HELP] Next/Prev show the same postMany thanks Moshu, but I try to found some solution in Otto42 post: I’m not an expert…
Can you give to me a link of a good post to solve my problem?
Many thanks.MM
Forum: Fixing WordPress
In reply to: Past post doesn’t workI’ve partially solve the problem. With the code under, founded in one topic, my home page (www.zerogradinord.net) works properly.
<?php
if (is_home()) {
$paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
query_posts(“cat=…&paged=$paged”);
}
?>But the category page (like https://www.zerogradinord.net/americas-cup-news/), with these code doesn’t work. With standard loop string like <?php query_posts(‘cat=4,-865’); ?> it always charge the same post.
Someone can help me?MM
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Problem with wordpress 2.6Guys,
I’ve solved my problem.
It was a question of permission under aruba.it server.
Thanks.MM