Vassilenkoff
Forum Replies Created
-
Yes, I am running a security plugin and my live admin page is renamed. However, I tried disabling this feature to test if the WP Staging would work then but received the same 404 error. Any thoughts?
Forum: Plugins
In reply to: [Very Simple Splash Page] Splash Page Load Every TimeMarking this topic as resolved. Thanks to everyone engaged.
Forum: Plugins
In reply to: [Very Simple Splash Page] Splash Page Load Every Time@kendojoe Thanks for sharing the solution – I haven’t tried it though so can’t confirm whether it works or not.
@everyone I have noticed another, more important, issue with it which is why I am not using this plugin anymore. The issue is that whenever you share the page that has a splash page from this plugin – the featured image is not being picked up. It might work for you but it certainly hadn’t for me. Conclusion: check your share functionality before proceeding with anything else.Forum: Plugins
In reply to: [Google Map] Issue: Polylines Cannot Be DeletedI confirm that the issue was eliminated. Thank you for the feedback.
Forum: Plugins
In reply to: [Yoast SEO] Buggy 2.3.4 Update!This is my first experience with Yoast SEO plugin and so far it was good as it gave me a lot of control of my website in google environment if you know what I mean. I understand that it is hard to foresee the interaction between the plugin and heaps of themes out there in the market but I will appreciate if I get the understanding on when this will be fixed and when it is safe to update. Otherwise it will be hanging as is until there is a warning about the vulnerability of the old versions – that is when it will have to replaced with something else.
@rodgonz Have you found a decent replacement to Yoast SEO plugin to interact with Google?
Forum: Plugins
In reply to: [Polylang] Polylang Strings Translation Issues@ Chrystl
I pretty much don’t have any plugins at the moment as it is a clean installation. I deactivated even the default ones to test what you are saying and the strings are still not translated.
Forum: Plugins
In reply to: Nomad World MapAlright, that was quick: solved this one.
All you have to do is add “autofit:{}” to the “nwp-gmap3.js” file on the line #347, right before the “});“.
Eventually, the code will look like this:
x:11,
y:-15
}
}
},
autofit:{}
});
}
}
},
events:{Hope this helps someone. And big thanks to Tijmen for such a great plugin!
Forum: Plugins
In reply to: [Nomad World Map] Provide an option to hide tooltip on initial loadAlright, solved this one:
you have to insert the code “$(this).gmap3({clear:”overlay”});” on the line #348 so the result looks like this (works for me):
overlay:{ /* Show the overlay with the location name at the marker location */
latLng: marker.position,
options:{
content: markerContent,
offset: {
x:11,
y:-15
}
}
},
});
$(this).gmap3({clear:”overlay”});
}
}
},
events:{Thank you for the great plugin!
Forum: Plugins
In reply to: [Nomad World Map] Provide an option to hide tooltip on initial loadDear namtrok, Tijmen,
Could you, please, give more details on where to include “clear:”overlay” option as I seem to struggle with this one. Perhaps, an extract with a few lines before and after would be great (to make sure that the option is inserted in the right place as line # could be messed up). Anyway, any kind of feedback will be appreciated!
Thanks!