Fropky
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Disable auto generation of css js filefrank,
my concern is related to http 2 push for CSS/js file. These file name change too frequently. I can not choose a file name and can’t write http header for ever changing js/css file name.
So I was thinking can it be manually generated.
- This reply was modified 6 years, 7 months ago by Fropky.
Please let me know when u r done and it is in repository to download. (if possible please let me know how to do that in jquery version).
- This reply was modified 6 years, 7 months ago by Fropky.
or Do we need to assign anything else of this variable
var top = $(‘.alm-nextpage[data-id=’+startPage+’]’).offset().top – startPageOffset + 5;Do I need to remove this piece of code
if(startPage > 1){ // Move user to current page on page load.
var top = $(‘.alm-nextpage[data-id=’+startPage+’]’).offset().top – startPageOffset + 5;
$(‘html, body’).animate({ scrollTop: top +’px’ }, 1, function(){
almNextPage.popstate = false;
});
}Just a small issue. I am still using Jquery version. Your solution work find. Except 1 console error in chrome.
alm-next-page.min.js?ver=1.2.0:1 Uncaught TypeError: Cannot read property ‘top’ of undefined
at Object.almNextPage.init (alm-next-page.min.js?ver=1.2.0:1)
at HTMLDocument.<anonymous> (alm-next-page.min.js?ver=1.2.0:1)
at i (jquery.js?ver=1.12.4-wp:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
at Function.ready (jquery.js?ver=1.12.4-wp:2)
at HTMLDocument.J (jquery.js?ver=1.12.4-wp:2)
at HTMLDocument.c (rocket-loader.min.js:1)
at l (rocket-loader.min.js:1)
at t.simulateStateAfterDeferScriptsActivation (rocket-loader.min.js:1)
at Object.callback (rocket-loader.min.js:1)- This reply was modified 6 years, 7 months ago by Fropky.
Thanks D. It is working perfectly fine.
I fully understand. I will wait patiently.
Thanks. I will wait for piece of code.
Can you please send me an option to change in code? I would love to try it as an experiment for my live site?
- This reply was modified 6 years, 7 months ago by Fropky.
again for example. Think of it as a crawler issue. E.g. Google Adsense Bot.
User visit a page which has 30 page. Website show 1 ad every 2 slide. Now A user has clicked on ad on 15th page. example.com/article-apge/15. Google will visit /15 page but all the ad before that will also be loaded. So website will get very less revenue in this case.
So there should be an option for website to decide whether they want to show slides before that or not.
What if website do not want to show them first /2 /3 /4 page in case he opted to open /5
Getting same error with new version with PHP 7.3.x as well.
Forum: Plugins
In reply to: [AdRotate Banner Manager] Click fraud protectionAny other compatible plugin which can prevent click fraud?
Forum: Plugins
In reply to: [AdRotate Banner Manager] Dismiss Popup/*------------------------------------------------------------- Name: adrotate_welcome_pointer Purpose: Show dashboard pointers Since: 3.9.14 -------------------------------------------------------------*/ function adrotate_welcome_pointer() { $pointer_content = '<h3>AdRotate '.ADROTATE_DISPLAY.'</h3>'; $pointer_content .= '<p>'.__('Thank you for choosing AdRotate. Everything related to AdRotate is in this menu. If you need help getting started take a look at the', 'adrotate').' <a href="http:\/\/ajdg.solutions\/manuals\/adrotate-manuals\/" target="_blank">'.__('manuals', 'adrotate').'</a> '.__('and', 'adrotate').' <a href="https:\/\/ajdg.solutions\/forums\/forum\/adrotate-for-wordpress\/" target="_blank">'.__('forums', 'adrotate').'</a>. These links are also available in the help tab in the top right.</p>'; $pointer_content .= '<p><strong>AdRotate Professional - <a href="admin.php?page=adrotate-pro">Learn more »</a></strong><br />If you like AdRotate, consider upgrading to AdRotate Pro and benefit from many <a href="admin.php?page=adrotate-pro">extra features</a> to make your campaigns more profitable!</p>'; $pointer_content .= '<p><strong>Ad blockers</strong><br />Disable your ad blocker in your browser so your adverts and dashboard show up correctly. AdRotate Pro has a <a href="admin.php?page=adrotate-pro">disguise feature</a> for adverts to help you avoid ad blockers.</p>'; ?> <script type="text/javascript"> jQuery(document).ready(function($) { $('#toplevel_page_adrotate').pointer({ 'content':'<?php echo $pointer_content; ?>', 'position':{ 'edge':'left', 'align':'middle' }, close: function() { $.post(ajaxurl, { pointer:'adrotatefree_'+<?php echo ADROTATE_VERSION.ADROTATE_DB_VERSION; ?>, action:'dismiss-wp-pointer' }); } }).pointer("open"); }); </script> <?php }Dismiss button create by this code not working. A popup is sticked in administration panel all the time.
Facing same issue here… New version after 4.2.0.1 does not work on android 4.0.x devices (stock browser) as well.