Stergos
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Log out page cacheUpdate: I use the debug feature and I got these results:
<!– W3 Total Cache: Page cache debug info:
Engine: disk: basic
Cache key: ********************************************
Caching: enabled
Status: not cached
Creation Time: 1.488s
Header info:
X-Powered-By: PHP/5.2.17
X-CF-Powered-By: WP 1.3.5
Set-Cookie: PHPSESSID=68302fb94dfe578d468f6108e590c17e; path=/
Last-Modified: Sat, 16 Jun 2012 16:06:24 GMT
Vary: Cookie
X-Pingback: ********************************************
Content-Type: text/html; charset=UTF-8
–>Is this normal?
p.s. I replace ***** with my site info.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Log out page cacheSo I am the only one who use this tool with active members or the only one who has this issue? I’m still having this issue any help would be highly appreciated Thank you!
As explained I’m using a plugin to handle pingbacks spam so this is not heart my site seo. Using pingbacks and trackbanks is a great way to build backlinks and create traffic. Thank you very much Todd!
We have to check the code, I am sure if we find the right code and remove it then the issue will resolved!
We can use the old version for now but what about a few months later, maybe WordPress will release a newest version which the plugin will not support!
Thanks for explanation, I was hoping to remove a code or something to enable pingbacks once I can handle spamming and keep to date the plugin, anyways I will use the older plugin version 1.5.1 for now, thank you very much!
Forum: Fixing WordPress
In reply to: Dashboard "Incoming Links" blankI have the same issue my link is : http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.domain.com/ and I am using a static page is this a problem?
I test on Google link:domain.com and I got only one result.
My sitemap 2500 pages is successfully indexed by search engines I verify it on webmasters tools, what I am missing?Thanks in advance!
Forum: Plugins
In reply to: [Quick Adsense] [Plugin: Quick Adsense] How to remove ads from search resultsIf anyone here is trying to figure it out…
Here is the code:
.search .adswidget {display: none;}Yes I have checked this option. Also I have seen this post yesterday and I made that change of code. Same results, as far I check is not plugin issue but properties and browsers support.
Anyway I decide to make my side little bit larger for other purposes so the widget is feet right now.
Thank you very much for this great plugin!
I am still testing “W3 Total Cache” plugin, I was using (Page Cache “Disk: Basic” ,Browser Cache ,Database Cache and Object Cache. When I disable Database Cache and Object Cache EasyMail widget worked! These two features was not caused only problems to EasyMail but to registered users too, contributors could not access to their profile the page was redirect back.
I am using a child theme of twenty eleven, in full screen the theme is 1100px but the normal width is 1000px that’s why I need a max $ min width. After a quick search I find it out that latest Firefox and I.E. is not follow the tag min-width so the only solution is to use
<div style=”padding: 0px; min-width: 50px; max-width: 182px; “>But I am not sure where the object “.alo_easymail_widget_form .input-text” is…
Update: Not work either!
On alo-easymail-widget.php
Find:
<td><input type=’text’ name=’alo_em_opt_name’ value='”.
replace:
<td><input type=’text’ style=’padding: 0px; min-width: 50px; max-width: 182px;’ name=’alo_em_opt_name’ value='”.I make the changes under “name” and “e-mail” but is the same result with CSS.
Thanks for response! The issue was caused by “W3 Total Cache” plugin after I disable 2 features the widget seems to working great!
I have made some changes to css to feet the plugin better to my site but it’s only working on Chrome. Firefox and I.E. is not look at the “min-width” and the result is pretty bad. Here is the code I am using:
.alo_easymail_widget_form .input-text { padding: 0px; min-width: 50px; max-width: 182px; } .alo_easymail_widget_form { color: #white; }Any suggestions would be helpful, thank you!
Forum: Plugins
In reply to: [Simple Login Log] [Plugin: Simple Login Log] Clear logs?Yes is working. Thank you very much maxchirkov, appreciate your help!
Forum: Plugins
In reply to: [Simple Login Log] [Plugin: Simple Login Log] Clear logs?Deactivate – reactivate waiting 1 day nothing change, same issue.
After update to the last release I notice that the code in to “simple-login-log/simple-login-log.php” is not the same like the codes you post above. After update the plugin I did not change any code because I thought that this release has contain the fix of this issue. This is the code I have right now.
“$sql = $wpdb->prepare( “DELETE FROM {$table} WHERE time < DATE_SUB(CURDATE(),INTERVAL %d DAY)”, $log_duration);”Do you think I have to change it with the (fix) code you posted above?
Thanks!
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Ruined my .htaccessmyziu1he, try to do the fix I posted before maybe this solve your issue. You did not need to edit any file on this fix just the settings of this plugin.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Ruined my .htaccessNope….. that was helpful only to access to homepage. when i attempt to surf on the site i get an error “It appears Page Cache URL rewriting is not working. If using apache, verify that the server configuration allows .htaccess or if using nginx verify all configuration files are included in the configuration.”
Fix: Go to the settings of W3 Total Cache settings. In the “Page Cache” Section there would be an option of “Page Cache Method” and a drop-down next to it. Choose “Disk:Basic” in the dropdown.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Ruined my .htaccessYeap that’s it!
tenbandits maybe you have the same issue I had!
open your .htaccess, if you have “<IfModule mod_rewrite.c>” twice copy your “RewriteRules” and paste them under the “RewriteBase /”:
# BEGIN W3TC Page Cache core
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /