rom4in
Forum Replies Created
-
I think I found the issue (but not the root cause). print_r and var_dump functions do not work while the script is executed vi cron.
Any idea why?Update: I just saw the video here :
https://yoast.com/wordpress/plugins/google-analytics/#utm_source=wordpress&utm_medium=plugin&utm_campaign=wpgaplugin&utm_content=v420I understand that I would find the downloads in Event Tracking > Categories > Download
Do I need to configure something specific to get these events or is it automatic ?Forum: Plugins
In reply to: [WP-ShowHide] Can this be used with other plugins?Hello Lester Chan
Do you think you could include that in the next release?Forum: Themes and Templates
In reply to: Empty a-tagsThe HTML code is from firebug.
When I opened the source of the page from firefox I saw red html tags.I found the issue : wrong
<a></a>
tags in a text widget (that was not on the homepage).That raise the issue to be careful of what to put in a text widget (in that case a link)!
Forum: Plugins
In reply to: [WP Columns] WP Columns and twentytwelveI used your CSS code and it worked. Thanks!
The problem was the code that is on the plugin page wp-columns :
.wpcolumn-clearfix { clear: both; } .wpcolumn-wrapper-3 .wpcolumn { float: left; margin: 10px 4% 15px 0; width: 46%; } .wpcolumn-wrapper-3 .wpcolumn-last { margin-right: 0; } .wpcolumn-wrapper-3 .wpcolumn-1 { color:#888888; font-family:'Lucida Grande',Verdana,Arial,sans-serif; font-size:16px; float: none; width: auto; }
It uses .wpcolumn-wrapper-3 instead of .wpcolumn-wrapper and .wpcolumn-1 is not floating (tsuijten, why?).
Forum: Plugins
In reply to: [WP Columns] WP Columns and twentytwelveI tried to change my CSS file in the child theme (it contains @import url(“../twentytwelve/style.css”);) for another class and it worked. That was to test a potential cache issue.
The classes for wpcolumn are still not shown in firebug!
I am a bit perplexed!