migdlm
Forum Replies Created
-
Forum: Plugins
In reply to: [WP 404 Auto Redirect to Similar Post] Not redirect paginationIt was an old WordPress issue that has not been solved for years for some reason. Your plugin works well and I would recommend to anyone. Please, keep it updated!
Forum: Plugins
In reply to: [WP 404 Auto Redirect to Similar Post] Not redirect paginationI solved it.
Forum: Plugins
In reply to: [WP 404 Auto Redirect to Similar Post] Does this plugin cache redirections?I tested it.
It’s better than ‘permalink finder’ for one reason: the non-404 error pages load very fast, just like if there were no plugin activated. With ‘permalink finder’ all pages load very slow, even the ones that don’t need to be redirected.
Although your plugin still is as slow as ‘permalink finder’ redirecting.
A simple table in the database storing the destination redirection pages would speed up the sites using your plugin a lot, only a suggestion.
Forum: Plugins
In reply to: [WordPress Social Login] Can't make it workThe same error here but with another theme/plugin, did you update to WordPress 4.5 recently?
I finally found the plugin in conflict:
WP Twitter Feeds
Hope it helps you.
Regards
MiguelI have a similar issue:
Uncaught TypeError: undefined is not a functionadmin_script.js?ver=4.1:52 (anonymous function)load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.1:3 m.event.dispatchload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.1:3 r.handleload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.1:3 m.event.triggerload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.1:8 e.event.triggerload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.1:4 xload-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.1:4 b
Forum: Plugins
In reply to: [amCharts: Charts and Maps] Open links in new windowThanks, but it still opens on an inframe:
“dataProvider”: {
“map”: “spainProvincesLow”,
“areas”: [{
id: “ES-A”,
modalUrl: “https://nueva.publidirecta.com/buzoneo-alicante”,
selectable: true, “urlTarget”: “_blank”
},
….(tried with _blank and _top).
Forum: Plugins
In reply to: [amCharts: Charts and Maps] Open links in new windowBy the way, I’m using these resources:
<script src=”https://www.amcharts.com/lib/3/ammap.js”></script>
<script src=”https://www.amcharts.com/lib/3/maps/js/spainProvincesLow.js”></script>
<script src=”https://www.amcharts.com/lib/3/ammap_amcharts_extension.js”></script>
<script src=”https://www.amcharts.com/lib/3/amcharts.js”></script>Forum: Plugins
In reply to: [amCharts: Charts and Maps] Open links in new windowThanks! I tried:
var map = AmCharts.makeChart(“chartdiv “,{
“dataProvider”: {
“urlTarget”: “_top”
}
});But it still opens on an iframe.
Forum: Plugins
In reply to: [amCharts: Charts and Maps] Open links in new windowUpdate:
I guess this function is loading a new page when the map is clicked:
map.addListener(“clickMapObject”, function (event) {
$.fancybox({
href: event.mapObject.modalUrl,
title : event.mapObject.title,
type: “iframe”
});
});I guess ‘type: iframe’ is opening the page, but it loads on an iframe instead of a new window/tab
I confirm that it’s a jetpack issue, when disabled, the problem disappears.
Same here, not sure if it’s caused by twitter button or something worse. Why should twitter use a torrent file?
Forum: Everything else WordPress
In reply to: MySQL ErrorSolved.
Forum: Everything else WordPress
In reply to: MySQL ErrorSorry, forgot to mention that the site loads and everything works even with this error happening.
Hello, after updating it’s solved in one of my sites with a few hundred posts.
Other site with some thousand posts get this error:
[Jun 05 01:40:34] Wordfence DB error in /home/…/wordfence/lib/wfScanEngine.php line 92: Got a packet bigger than ‘max_allowed_packet’ bytes
[Jun 05 01:40:35] Scan can’t continue – stored data not found after a fork. Got type: booleanBy the way, if there could be a way to ban some folders with cache files from scan it would be better and faster. Only a suggestion.