By James on Tuesday, 01 August 2017
Posted in General Issues
Replies 1
Likes 0
Views 503
Votes 0
Hi there, i completely understand you guys do not support versions of easyblog outside a domain name. However I have my live site here: https://www.business-achievers.com and my staging site here: http://www.jamjosandbox.com/intranet/ , I do not like to keep my staging site on the same domain as my live site as my site undergoes pen testing and security testing and I simply cannot have a staging site even at a subdomain of the live site.

So I upgraded easyblog on my staging site and basically when you go to this page here: http://www.jamjosandbox.com/intranet/news you can see a full circle appearing in the top left hand corner and well it looks like a loading bar or something like this but nothing loads! Also when you click into a single post it appears also like so: http://recordit.co/Q4ymFdMW4X

Any ideas on what this is or if I even need it? I am not even sure what it is for?

Thanks in advance,
James
Hi James,

If you switch to other themes, you can see that those elements are already hidden by those themes css rules(https://www.screencast.com/t/Sb7fo4rdz).

This means that your Ja_Intranet theme is probably missing some styling that hides those items. Perhaps you can consult them regarding this issue?

In the meantime, you can try applying the following custom css and see how it goes.

#eb .eb-template {
display: none;
}
·
Wednesday, 02 August 2017 12:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post