By Fabian Mendoza on Saturday, 28 November 2015
Posted in Technical Issues
Replies 5
Likes 0
Views 679
Votes 0
Hello Guys

I have somthing wrong with the html blocks.

When i try to add an html block, i done the normal procedure: Go to the block lists and select the html block, and then i try to add in some place, but happends something and the block is ther but can be edited, like hide.

I let my site acces because this is something that i think you need to try to understandme.

Hope can helpme.

Thanks. Regards
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Actually that was known issue, I have temporary help you set `Environment mode` to use `development`, it should work fine now.

By the way, we will fix this in next release version.
·
Monday, 30 November 2015 12:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Arlex,

Well actually it doesn´t in that mode either. Now it appears the space at the right column to paste the html code, but it dosen´t appear in the blocks at the template or blog design...

Can you tellme when is the update releasing?,, because i really need this feture working properly at this moment.

Hope you can helpme on this.

Thanks.

Regards.
·
Tuesday, 01 December 2015 10:08
·
0 Likes
·
0 Votes
·
0 Comments
·
hey there,

I am sorry for the delay of this reply,

I think I misunderstand with your issue, can you take a look of my attached screenshot below and see is it you mean when you insert these code in HTML block, then it didn't show the content right?

If yes, I already checked in your HTML code, it seems all the under <meta>, <link>, function code, these code will not generate any output in frontend. Unless you copy these code like <div>, <a>, <h2>, <button> or else which will display that output on the page. (You can refer on my second attached screenshot)
·
Tuesday, 01 December 2015 16:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Could you please do something with this issue?.. This is an important feature that must be a basic in a blog component like yours!

Im tired to try to make this work and it can not be possible. I have the system in developer environment (which might not be the best evironment to use EB) and even with that i can not see the html block...

When are you going to realease the next version to see if you can fix this?

Thanks for your help.
·
Tuesday, 08 December 2015 23:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Fabian,

I am sorry for the delay of this reply,

Actually I am still confusing regarding this issue
Do you mean this following you trying to add in Easyblog HTML block?

<meta name="Excel Workbook Frameset">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="ProgId" content="Excel.Sheet">
<meta name="Generator" content="Microsoft Excel 14">
<link rel="File-List" href="PRIVADOS-PRIMARIA-ATLÁNTICO_archivos/filelist.xml">
<!--[if !supportTabStrip]-->
<link id="shLink" href="PRIVADOS-PRIMARIA-ATLÁNTICO_archivos/sheet001.htm">
<link id="shLink" href="PRIVADOS-PRIMARIA-ATLÁNTICO_archivos/sheet002.htm">
<link id="shLink" href="PRIVADOS-PRIMARIA-ATLÁNTICO_archivos/sheet003.htm">

<link id="shLink">

<script language="JavaScript">
<!--
var c_lTabs=3;

var c_rgszSh=new Array(c_lTabs);
c_rgszSh[0] = "Hoja1";
c_rgszSh[1] = "Hoja2";
c_rgszSh[2] = "Hoja3";



var c_rgszClr=new Array(8);
c_rgszClr[0]="window";
c_rgszClr[1]="buttonface";
c_rgszClr[2]="windowframe";
c_rgszClr[3]="windowtext";
c_rgszClr[4]="threedlightshadow";
c_rgszClr[5]="threedhighlight";
c_rgszClr[6]="threeddarkshadow";
c_rgszClr[7]="threedshadow";

var g_iShCur;
var g_rglTabX=new Array(c_lTabs);

function fnGetIEVer()
{
var ua=window.navigator.userAgent
var msie=ua.indexOf("MSIE")
if (msie>0 && window.navigator.platform=="Win32")
return parseInt(ua.substring(msie+5,ua.indexOf(".", msie)));
else
return 0;
}

function fnBuildFrameset()
{
var szHTML="<frameset rows=\"*,18\" border=0 width=0 frameborder=no framespacing=0>"+
"<frame src=\""+document.all.item("shLink")[0].href+"\" name=\"frSheet\" noresize>"+
"<frameset cols=\"54,*\" border=0 width=0 frameborder=no framespacing=0>"+
"<frame src=\"\" name=\"frScroll\" marginwidth=0 marginheight=0 scrolling=no>"+
"<frame src=\"\" name=\"frTabs\" marginwidth=0 marginheight=0 scrolling=no>"+
"</frameset></frameset><plaintext>";

with (document) {
open("text/html","replace");
write(szHTML);
close();
}

fnBuildTabStrip();
}

function fnBuildTabStrip()
{
var szHTML=
"<html><head><style>.clScroll {font:8pt Courier New;color:"+c_rgszClr[6]+";cursor:default;line-height:10pt;}"+
".clScroll2 {font:10pt Arial;color:"+c_rgszClr[6]+";cursor:default;line-height:11pt;}</style></head>"+
"<body onclick=\"event.returnValue=false;\" ondragstart=\"event.returnValue=false;\" onselectstart=\"event.returnValue=false;\" bgcolor="+c_rgszClr[4]+" topmargin=0 leftmargin=0><table cellpadding=0 cellspacing=0 width=100%>"+
"<tr><td colspan=6 height=1 bgcolor="+c_rgszClr[2]+"></td></tr>"+
"<tr><td style=\"font:1pt\"><td>"+
"<td valign=top id=tdScroll class=\"clScroll\" onclick=\"parent.fnFastScrollTabs(0);\" onmouseover=\"parent.fnMouseOverScroll(0);\" onmouseout=\"parent.fnMouseOutScroll(0);\"><a>


If yes, the reason it didn't display above output on your frontpage is because above code most likely is under function code. If you put html content code for example :

<h1>My First Heading</h1>

<p>My first paragraph.</p>

So it will display the content, you can take a look of my video here : http://screencast.com/t/FmRyxNA3

Perhaps you can provide us more information how the output you expected? (Display exactly same the code or you want execute the code so it will display another output?)

By the way, I already help you revert back to use `static` environment mode in your Easyblog.
·
Wednesday, 09 December 2015 16:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post