Fropky
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] saving html static pagesFrank,
I love your plugin and the kind of support you give. You do all the heavy lifting. Why dont you think about page caching. It is the only feature missing which most people might require and noone will use page caching plugins.
Regards
Forum: Plugins
In reply to: [Autoptimize] Readable HTML MinifyNo I want to make it more user friendly. Especially for GA script and Adsense Script.
Forum: Plugins
In reply to: [Autoptimize] Two CSS in headerThanks a lot ??
Forum: Plugins
In reply to: [Autoptimize] Two CSS in headerI got the code in adrotate pro plugin. How can I make it compatible with Autoptimize. So that only 1 CSS file is made.
$output .= “<!– AdRotate CSS –>\n”;
$output .= “<style type=\”text/css\” media=\”screen\”>\n”;
$output .= “\t.g”.$adrotate_config[‘adblock_disguise’].” { margin:0px; padding:0px; overflow:hidden; line-height:1; zoom:1; }\n”;
$output .= “\t.g”.$adrotate_config[‘adblock_disguise’].” img { height:auto; }\n”;
$output .= “\t.g”.$adrotate_config[‘adblock_disguise’].”-col { position:relative; float:left; }\n”;
$output .= “\t.g”.$adrotate_config[‘adblock_disguise’].”-col:first-child { margin-left: 0; }\n”;
$output .= “\t.g”.$adrotate_config[‘adblock_disguise’].”-col:last-child { margin-right: 0; }\n”;
foreach($generated_css as $group_id => $css) {
if(strlen($css) > 0) {
$output .= $css;
}
}
unset($generated_css);
$output .= “\t@media only screen and (max-width: 480px) {\n”;
$output .= “\t\t.g”.$adrotate_config[‘adblock_disguise’].”-col, .g”.$adrotate_config[‘adblock_disguise’].”-dyn, .g”.$adrotate_config[‘adblock_disguise’].”-single { width:100%; margin-left:0; margin-right:0; }\n”;
$output .= “\t}\n”;
if($adrotate_config[‘widgetpadding’] == “Y”) {
$output .= “.adrotate_widgets, .ajdg_bnnrwidgets, .ajdg_grpwidgets { overflow:hidden; padding:0; }\n”;
}
$output .= “</style>\n”;
$output .= “<!– /AdRotate CSS –>\n\n”;Thanks dcooney,
Will update you once I try this on website.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Two Branches (JS OR JQUERY)dcooney,
Thoritically and conceptually yes, Javascript version is better But in real life things are far far better with jquery plugin.
Regards,
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Browser/Os compatibility?I do not have an account. in new alm 5.0.2 with next page addon on android 4.4.2 and 4.4.4 stock browser nextpage do not load.
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Browser/Os compatibility?Or use browserstack
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Browser/Os compatibility?dcooney,
till alm version 4.2 we were able to use next page adddon on android 4.4.4 stock browser. Now with alm version 5.0.2 nextpage addon doesn’t work on android 4.4.x at all. So it got me thinking what othr browser is not working with ALM now.
Regards,
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Active View RatioHi Thomas Maier,
Not suddenly but within 7-10 days active ratio have fallen from 64-68 to 53-55.
Regards,
RahulForum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Active View RatioThomas Maier,
We do not use any condition like a certain ads should show on desktop or on mobile. There is only 1 ad which show on desktop but not on mobile (but we use CSS to hide that ad and do not use plugin option for that thing).
We do not filter ads for bot and do not inject ads on specific condition as well. We keep things as default as possible.
Regards,
RahulForum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Active View RatioWe use Google Adx ads. Serving them using advanced ads right now.
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Active View RatioHi Thomas Maier,
I was saying my login info is behind firewall. Website is available to General public. What do u mean by condition like based on device?
We are serving same ad content and same old ad placement.
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Active View RatioHi Thomas Maier,
We are currently using free advanced ads plugin (if paid version can solve this issue we can purchase that as well).
We do not use placement, we just use Ad unit and hard code them in topics.
There is almost no change in user geo location and device. Getting almost same % of traffic though active view ratio is really less between two plugins.
We can not give login info for our blog as we are behind a firewall. We can give remote access to our pc using team viewer if u need to test some of the things on our blog.
Regards,
Rahuldcooney,
do u mean to say every instance needs to be a unique ads?