Home › Forums › Weaver Xtreme Theme › Show posts not displaying correctly
- This topic has 12 replies, 3 voices, and was last updated 8 years, 6 months ago by
scrambler.
-
AuthorPosts
-
March 19, 2015 at 12:00 UTC - Views: 2 #17487
treacle
ParticipantHello
This is more for info really as I know you are working on a fix for this.
http://new.gmdf.org/cues/
A temporary fix was applied a few days ago and all well.
Today I added another post for display and interestingly the text on the page which was originally below the posts suddenly, partly appeared, at the end of the third post ie the first post in the right hand column.
This wasn’t a massive issue as I simply moved the text up to the top of the page to save messing around until fix comes thru.
However, if you look closely, you will see that the social media share block has now settled itself at the foot of the first post in the right hand column.
It’s not unliveable with as I know you’re onto it but just thought you should know.
many thanks
treacle.March 19, 2015 at 16:54 UTC #20639scrambler
ModeratorThere is no logical reason for the text to have done what you say. So I suggest you put it back as you did originally and post back so we can see why and fix it.
You should also add a clearing div after your Show post shortcode and before your social icons. With the Content editor in text mode, add the code below between them
<div style=”clear:both;”></div>
March 20, 2015 at 08:09 UTC #20640treacle
ParticipantGood morning
<div style=”clear.both;”></div> solves the problem.
However, I’ve put it back to how it was and you can see that the first line of the text appears in the third column first row post.
Many thanks.March 20, 2015 at 16:50 UTC #20641scrambler
ModeratorCan you paste here exactly all that you have in the content editor in text mode?
March 20, 2015 at 19:15 UTC - Views: 4 #20642treacle
Participant<h1>Cues! the GMDF Newsletter</h1>
[show_posts filter=cues-header]
A very important aspect of the Federation’s services is the publishing of its newsletter called Cues! It is issued on an “as and when required” basis.
Cues! is distributed via email to all member societies, as well as a wide range of individuals and companies associated with theatre and just as importantly, the local press across Greater Manchester. It keeps Amateur Theatre in touch with the world, but more significantly, the world in touch with Amateur Theatre.It includes editorials, news, reviews, articles, advertisements, basically anything that our members need to communicate to our readership.
Subscribing to CUES! is very simple, just<a title=”link to Cues! subscription form” href=”http://eepurl.com/0F-V5″> click here </a>and fill in the form, easy peasy. GMDF never discloses your details to third parties. Below are some recent editions of Cues! but when you have signed up to Cues! you will be able to see a full archive.
The editor is always looking for info about our members, so if you have something to say please <a title=”email link to Jude for Cues!” href=”mailto@[email protected]”>email us</a>
March 20, 2015 at 20:23 UTC #20643Weaver
KeymasterDoes it help if you either remove the line break between the ] and “A very”?
How about adding a blank line?The content is actually there in the output HTML, but I can’t see why it is being hidden. Might be an overflow situation.
If I follow your pattern on my own test cast, I can’t reproduce this. It is very strange given the content is actually present.
March 20, 2015 at 21:29 UTC - Views: 1 #20644scrambler
ModeratorDoes it work if you do what I said
<h1>Cues! the GMDF Newsletter</h1>
[show_posts filter=cues-header]<div style=”clear:both;”></div>
A very important aspect of the Federation’s services is the publishing of its newsletter called Cues! It is issued on an “as and when required” basis.
Cues! is distributed via email to all member societies, as well as a wide range of individuals and companies associated with theatre and just as importantlyBecause mixing text and a shortcode that floats stuff is a recipe for problems, so you should definitely have a clear separation to control the layout
March 21, 2015 at 00:09 UTC #20645treacle
ParticipantYes, as I said before, it’s fine, solves the problem, with the <div style=”clear:both;”></div> straight after the shortcode.
March 21, 2015 at 00:11 UTC #20646treacle
ParticipantThis is the page with the clear div in place.
http://new.gmdf.org/cues/
Many thanksMarch 21, 2015 at 00:21 UTC #20647scrambler
ModeratorThen it makes sense. The ATW show post columns are floated and so they should be cleared before content is added after them.
may be it should automatically be added by @weaver, not sure.
March 21, 2015 at 07:49 UTC #20648treacle
ParticipantMany thanks for all your help.
March 22, 2015 at 20:51 UTC #20649Weaver
KeymasterThis has been fixed for the next release of Weaver Xtreme – a clear:both is added after the header area only for float:right. Left and Center don’t need it.
March 22, 2015 at 22:15 UTC #20650scrambler
ModeratorYou answered in the wrong post, but it is OK, I know which one that answer is for 🙂
I believe it was that thread
http://forum.weavertheme.com/discussion/comment/55295/#Comment_55295
-
AuthorPosts
- You must be logged in to reply to this topic.