iceq
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Increasing the height of the header imageI wish there is an answer to this
Forum: Themes and Templates
In reply to: Increasing the height of the header imageThanx again. Yes ive tried that already. The problem is that, when I increase the hight of #top and #ftop , theey expand downside, but the featured post area does not expand accordingly (namely it does not move downwards to suit the changes.. that is why the pages bar shows inside that featured area instead of above it, like it should be. I wish I made it clear aenough :S
btw I AM using FireBug
Forum: Themes and Templates
In reply to: Increasing the height of the header imageThank you, but this is the same code I currently have :S
Did you mean to say that I have to change that 85px into what I want?
I already tried that, the header image indeed expands, but it goes behind the featured post area (the slider), and the pages Menu is pushed downwards under the header image, so it no longer appears !Something beside the height must be changed, but dont know what and to what value.
Forum: Fixing WordPress
In reply to: WP requests to update although indeed updated to latest V!Up ONE month later
Forum: Plugins
In reply to: Use same plugin across mutiple WP blogs that are on subdomains?Up ONE month later
Forum: Fixing WordPress
In reply to: WP requests to update although indeed updated to latest V!Thank you. It seems to be working.
But it seems also that the same problem occur every time a new update is released. So lets try to find a core solution: what causes this, and how can I solve it?
Also, I want to know, after I update, does my WordPress become the new version, despite the notification that there is a new version available?Thanx for the help. But I have justed tested both views and added ratings to two different posts on your blog, and it is not updating ! are you sure it is working?
That means, Minify is not working for you on the Single post page under all circumstances?
I have neither of the plugins working. If I add rating on the index page, it is updated but as soon as I refresh the index or enter the post I rated from the index, the rating is cleared. The same happens if I add rating from inside the post.
As with postviews, I installed the Ajax the views plugin, but it keeps displaying “Please wait” instead of the view count . I contacted the author, he said he too is having a similar issue, and that he is testing it.
But why is it working in the index for you? Btw, the postviews adds a new count when you click on the post link, which is actually transferring you to the single page. So how are you saying that it works in the index but not in the single?
I wish you share with me any advancement you achieve.
So U R saying that the extra plugin worked for you on postviews on the main site but not the subsites?
what about post ratings? how did you get it to work?
Forum: Plugins
In reply to: [WP-PostViews] [Plugin: WP-PostViews] WP Post Views With W3 Total Cache ?Ezzal, where did you exactly place this code?
define(‘DONOTCACHEPAGE’, true);
define(‘DONOTCACHEDB’, true);
define(‘DONOTCACHCEOBJECT’, true);I added it at the top of wp-postviews.php but that changed nothing. I added it below the first section and it ruined my theme look !
Any solutions to this problem?
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] WP-PostViews Not UpdatingAny help with this please?
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] WP-PostViews Not UpdatingI am having the same problem too. I switched page caching to “Disk – Basic” after it was Disk Advanced, and both the Postviews and Postratings are not updating, although I emptied all cache.
Forum: Plugins
In reply to: [Global Translator] Add Global Translator's flags table inside a post?Thanx, but how ? 🙂
Forum: Networking WordPress
In reply to: Super Admin menus not availableWell I just looked at it, and it seems okay.. here is the complete code I have in my config.php
define ('WPLANG', 'ar'); define('WP_ALLOW_MULTISITE', true); define( 'MULTISITE', true ); define( 'SUBDOMAIN_INSTALL', false ); $base = '/'; define( 'DOMAIN_CURRENT_SITE', 'tollab.tollab.org' ); define( 'PATH_CURRENT_SITE', '/' ); define( 'SITE_ID_CURRENT_SITE', 1 ); define( 'BLOG_ID_CURRENT_SITE', 1 ); /* بهذا تكون أتممت عمل التعديلات المطلوبة على هذا الملف */( the last line is the “you should stop editing here” in Arabic.
Is there something wrong ?
Forum: Networking WordPress
In reply to: Super Admin menus not availableThanx, but I didnt quite understand what you meant. Are you saying that the (‘) that wraps wp_alllow_multisite AND multisite should not be there?
But this is the form that must be implemented according to the WP Multi site codex documentation…
ANd what you mean by “its the first one btw”?