11ndy
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: DB Cache Reloaded] Error : chmod 755 wp-content foldersame problem, my solution:
delete tmp folder from wp content folder if there.
(i had it because i had it installed time ago).
then enable db cache.
Forum: Everything else WordPress
In reply to: 7000 posts = 1 blog or more ?but more that 10.000 posts can affect a wordpress instalation, giving errors. is likely ?
is better to have more instations with subdomains per category or 1 and big ?
Forum: Everything else WordPress
In reply to: 7000 posts = 1 blog or more ?yes, but as things go with my blog i will have 15000 post next june… is that ok ? my db is 6 mb so that is not a problem.
Forum: Everything else WordPress
In reply to: Copy one blog to anotheruse autopost from one to another
Forum: Plugins
In reply to: Is there a gallery plugin that can resize images?Then CSS max-width property comes to the rescue. And it finally works the way I wanted it to. It didn’t resize smaller images. It resize only larger images which are larger than the specified required image size. Here is the CSS code for your WordPress style.css.
.storycontent img {
max-width: 460px;
width: expression(this.width > 460 ? 460: true);
}.storycontent: The story content class. Change accordingly.
img: For images found inside the .storycontent posted story
460px: Change this accordingly (or lesser probably) to the width size of your story content box.
width: expression(this.width > 460 ? 460: true); max-width fix for IE. Change the 460 to the appropriate size.Forum: Plugins
In reply to: [Plugin: TDO Mini Forms] how to force deleting a form from database ?i am so stupid. sorry. it is in pages section. ?? deleted now form there.
Forum: Plugins
In reply to: [Plugin: TDO Mini Forms] how to change /default-form ?i have wp super cache. i deleted catche. i changed name form in admin too but still not changing. what to do please ? on index, near home button i have link of default form ! how is that possible to change that link ??
i reinstalled and now i can enter a for and use as i want. but still!
i have the default form that do not want to dissapear. and is still there. but not in admin pannel.