jamieg270+ 13 Report post Posted June 25, 2012 This is odd. I've updated the theme to 2.2.1 and now my opening feature which has some text as per below in it, does not show. This is placed in the Feature HTML section. Looking at the source the text is not simply 'display: none' or anything like that, it simply does not appear at all! PUT SIMPLY, WE HELP YOU PRESENT YOUR BUSINESS TO, AND COMMUNICATE WITH, YOUR MARKET[/code] I know there is another issue with iFrames and embedded Youtube videos in Features that is being looked into and this may be ralated, however the temporary fix for that, in another thread, does not work with this. I have deactivated all Plugins and tried removing all my custom CSS to check it wasn't those causing the issue and as far as I can see none of those are the cause. At a loss now as to how to fix this so thought I'd mention it here. I'll get around it for the moment by rendering the text as part of the image. Share this post Link to post Share on other sites
Henry Perkins 14 Report post Posted June 25, 2012 Try using CSS to do this. Instead of all that HTML in the code. and then insert this into custom css [code]h3.classname { font-size: 3.2em; text-align: left; padding-left: 15px; padding-top: 20px; }[/code] @henry_rly Share this post Link to post Share on other sites
jamieg270+ 13 Report post Posted June 25, 2012 Hi Henry, Its not the CSS thats the problem, I accidentally left that in there after experimenting to see whether my CSS was clashing with something else. It was originally set with a simple class. Suffice to say it had no effect on the text appearing or the code even being included! To restate, its not that the CSS isn't being implemented, its that entirety of the code I input into the Feature HTML field doesn't even appear in the generated code. When I look at source its simply not there. There is no content for CSS to style!! Prior to the update this was working perfectly with the CSS set as a class and written in the child themes style.css file. Even when I produce a new feature and put a simple 'this is a test' in 'p' tags inside it the published feature is simply blank regardless of any of the settings I set in the Features meta panel. At the moment it seems the feature HTML field is broken. Nothing you put in it will display or even be included in the generated code. In the 'Known issues with Framework 2.2.1' thread there is a reference to someone else having a similar problem with embedded Youtube videos using the same Feature HTML field. They eventually got it working by setting two of the Features meta settings to default, however that does not seem to work with this issue. Does that make sense? Thanks anyway... Share this post Link to post Share on other sites
catrina 103 Report post Posted June 26, 2012 Yeah, this sounds like a different issue than the other one already mentioned. Try deactivating plugins to see if the problem persists (not sure if this could be it - but it helps to eliminate a plugin conflict as a possibility). Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
jamieg270+ 13 Report post Posted June 26, 2012 Hi Catrina, Already tried that, to no avail. Thanks anyway... Jamie Share this post Link to post Share on other sites
Rob 547 Report post Posted June 26, 2012 Jamie, could you take a screenshot of the exact location where you put your code? I'm a bit confused about where it's located. Thanks. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites