aaanadie
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate] Not work on wp 3.6Ultimate TinyMCE works perfect on WP 3.6.1 after follow krueger instructions ( define(‘QT_SUPPORTED_WP_VERSION’, ‘3.6.1’) )
I am using English, Spanish and French in my site 1energy1.comForum: Plugins
In reply to: [Autoptimize] Not working 1.6.0 and 1.6.1 (for me)Working Perfect Everything for 1.6.2 !!!
Updated to 1.6.2, then enabled again CSS-optimization, cleared all caches, checked everything several times, no errors found and PageSeed=92, YSlow=98.
ThanksForum: Plugins
In reply to: [Autoptimize] Not working 1.6.0 and 1.6.1 (for me)Disabling CSS-optimization works, but gets low PageSpeed & YSlow than old version.
Server:
Apache version 2.2.23
PHP version 5.2.17
MySQL version 5.5.30-cll
Architecture x86_64
Operating system linux
Perl version 5.8.8
Kernel version 2.6.18-408.8.2Forum: Plugins
In reply to: [Autoptimize] Not working 1.6.0 and 1.6.1 (for me)Yes, I have Word Press multisite 3.5.1, but I enabled this plugin only for the main site.
Forum: Plugins
In reply to: [Autoptimize] Not working 1.6.0 and 1.6.1 (for me)Didn’t work. I updated to 1.6.1, then copied/pasted getpath function, then cleared caches, same result.
This is the new “wp-content/plugins/autoptimize/classes/autoptimizeBase.php” (1.6.1):*******
<?phpabstract class autoptimizeBase
{
protected $content = ”;public function __construct($content)
{
$this->content = $content;
//Best place to catch errors
}//Reads the page and collects tags
abstract public function read($justhead);//Joins and optimizes collected things
abstract public function minify();//Caches the things
abstract public function cache();//Returns the content
abstract public function getcontent();//Converts an URL to a full path
protected function getpath($url)
{
$path = str_replace(get_settings(‘home’),”,$url);
if(preg_match(‘#^(https?|ftp)://#i’,$path))
{
//External script (adsense, etc)
return false;
}
$path = str_replace(‘//’,’/’,ABSPATH.$path);
return $path;
}// coz I’m a crappy developer and I need easy access to whatever I want to log
protected function ao_logger($logmsg) {
$logfile=WP_CONTENT_DIR.’/ao_log.txt’;
$logmsg.=”\n”;
file_put_contents($logfile,$logmsg,FILE_APPEND);
}
}Forum: Plugins
In reply to: [Autoptimize] Not working 1.6.0 and 1.6.1 (for me)– Yes, cache cleared (in Autoptimize, Supercache & Cloudflare, several times).
– Tried disable/enable every option & cleared caches.
– Site URL:
1energy1.comForum: Fixing WordPress
In reply to: tinymce errors with fresh WordPress 3.5 installWordPress 3.5 + qtranslate = Ultimate Tinymce not working
all is updated to latest versions at 12/23/2012
using qtranslate develop doesn’t fix itTinyMCE Advanced worked OK with WP 3.5 and qtranslate
Forum: Plugins
In reply to: [Link View] [Plugin: Link View] Some suggestionsThis is just a testing website, so I eliminated any plugin but Link View and qTranslate, checked for updates, WordPress version is 3.4.1, changed theme, new blank page, same results:
I am using Bookmarks Shortcode in my production site for the moment.
Thanks
Forum: Plugins
In reply to: [Link View] [Plugin: Link View] Some suggestionsI have a multilingual site, English and Spanish. This plugin works perfect when I use it in the Home English page, but does not show any link or anything in the Spanish Home page. I added a french home page just to check if that issue is related to Spanish language but got same result in the french page, so I thing is a location issue. I am using qTranslate plugin.
Please check this sample:
http://1energy1.com/wp/testpage1/
here you can see page source in English and Spanish.Forum: Plugins
In reply to: [Link View] [Plugin: Link View] Some suggestionsOnly works on English page. I added a French page just to check it, but does not work in Spanish nor French.
Forum: Plugins
In reply to: [Link View] [Plugin: Link View] Some suggestionsI updated to 0.3.1 today, works perfect.
Update: Does not work in Spanish. I do not know why, works ok in the English page but does not show nothing in Spanish page. I checked html code, it is exactly the same in both pages. I still testing and will report here later.Thank you very much.
Hello,
this is a testing link:if you open it on Firefox then you will see list symbols on the wrong column.
Thanks a lot
Forum: Plugins
In reply to: [Link View] [Plugin: Link View] Some suggestionsI was evaluating 2 plugins, Link View and Bookmarks Shortcode.
– Link View works 100% OK on WP 3.4.1 but does not have exclude_category, and I need it.
– Bookmarks Shortcode supports exclude_category but have this issue:
If you have a template with more than 1 column, then you can see list symbols (disc, square or circle) showing in a wrong position: Suppose your template have 2 columns and shortcode is at right, then disc symbol appears in the left colum. This issue is happening for Firefox and IE, in Chrome all is OK.so, Link View supporting exclude_category would be perfect… or Bookmarks Shortcode with no issue.