Support Forum
Can you check why the text in the "View edit history" box not is showing correctly?
http://s150.photobucket.com/us.....t.png.html
Also, "Home" in the breadcrumbs does not appear for some reason..Hope you can assist with that too. Will send a private message with login details to you Andy, just in case you guys would need it.
cant tell anything from that picture... there appears to be some sort of date or words, but kind of hidden... perhaps a css issue... but would have to see it to know better...
as to the breadcrumbs, can you show us the template tag you are using to display the breadcrumbs? perhaps its removing the home link? it would be in your spHead.php template file of your sp theme...
Visit Cruise Talk Central and Mr Papa's World
Will send a private message with details to you also.
Here is the template for the breadcrumbs:
# Start the 'breadCrumbs' section
# ----------------------------------------------------------------------
sp_SectionStart('tagClass=spPlainSection spLeft', 'breadCrumbs');
sp_BreadCrumbs('tagClass=spLeft spBreadCrumbs&tree=0', __sp('Home'));
sp_SectionEnd('', 'breadCrumbs');
what about the link to site? would like to see what is shown for breadcrumbs...
Visit Cruise Talk Central and Mr Papa's World
No, didnt have it before... when we resolve an issue, we delete the PMs so that we dont retain site credentials... have them now with the new pm...
the edit history text is there and being hidden by your twenty twelve child wp theme... this line:
body {
line-height: 0;
}
is causing the very small height so not readable...
easiest fix is to update your sp theme... find this
.ui-dialog .ui-dialog-content,
.ui-dialog .ui-dialog-content p
and add the following rule:
line-height: 16px;
or whatever value you like...
Visit Cruise Talk Central and Mr Papa's World
as to the home link, not sure I can answer that...
are you using any translation files? doesnt seem so, but checking... either in wp-config.php or in sp...
and on forum - options - general display settings, what do you have for skip group view on single forum sites option set to?
Visit Cruise Talk Central and Mr Papa's World
can you take a screenshot of you forum - components - seo admin panel? just thinking out loud... and reaching a bit...
barring something from this, might need access to the code to insert some debug (via ftp)...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)