raining211
Forum Replies Created
-
I left a 5-star review for your plug-in.
Thanks and have a good one.Thanks for your prompt reply. I’ll look into it.
By the way, I’d like to delete our url(en.wonderfulps.com / global.wonderfulps.com) from my first posting because our customers may see them. I couldn’t find the edit button below it. Could you help me with this?
Thank you for your answer. I really appreciate it.
My biggest concerns are two things.
- There are many customers who know our old url and bookmarked it. We’d like to redirect ‘en.wonder…’ to ‘global.wonder..’ I heard if we can’t verify the ownership of the ‘en’ site, we can’t do this.
- If Google search engine recognizes two sites(en & global) respectively, it may think we’re copying the original site – abusing. I heard this could make our new site less visible/approachable in Google. We can delete the original site, but I hear Google keeps the data it got from the old site. How long do you think we should wait between removing the old site and launching the new site?
My understanding might be wrong. We’ll ask around here.
Thanks
P.S. Could you delete our url(en.wonderfulps.com / global.wonderfulps.com) from my first writing? I’m afraid some of our customers may see them.
- This reply was modified 1 year, 4 months ago by raining211.
- This reply was modified 1 year, 4 months ago by raining211.
Forum: Plugins
In reply to: [File Away] How can I remove ‘download’ attribute?I did it.
I added this before </body> in the file-away template.
Have a good day, everyone.<script type=”text/javascript”>
(function($) {
$(document).ready(function() {
$(“div#MyTable a”).removeAttr(“download”);
});
})(jQuery);
</script>