Community Forums › Forums › Archived Forums › General Discussion › Lifestyle Pro: text is showing up below database short code, rather than above
Tagged: lifestyle Pro, short code issue with text
- This topic has 4 replies, 2 voices, and was last updated 11 years, 11 months ago by
hawaiiguy.
-
AuthorPosts
-
August 30, 2014 at 6:41 am #121823
hawaiiguy
MemberHi, I have a publications database that inserts the records per a short code. That part works great. But, when I tried to put in some lead-in text to the list of publications above the short code, something is causing it to put the text below the records rather than at the top of the page (under the page title) where I want it.
http://www.micronesialandgrant.org/com-publications/Thoughts?
http://www.micronesialandgrant.org/com-publications/
thanks!August 30, 2014 at 7:06 am #121830black9design
Memberif you were to wrap your <p style="position: absolute;"></p> what happens to it? If it moves you can just create a custom class and style it to your needs and then replace the style tag with a class tag.
I specialize in child theme customizations and The Dynamik Website Builder
Visit me here: Black9Design.com | ParkerWadeSmith.com | AllThingsGenesis.comAugust 30, 2014 at 7:53 am #121852hawaiiguy
MemberHi, thanks, Black9. Your advice is pretty much over my head, can you pls illustrate the wrapping for me? Here is the actual "text" from the page. Are you suggesting I change the css or just on this page?
------------------------
Welcome to the College of Micronesia Land Grant Program’s collective webpages for publications, posters, reports, etc., by Micronesia Land Grant Researchers, Extension Agents and others based at the College of the Marshall Islands, College of Micronesia-FSM, and Palau Community College. All documents are in English unless noted in the title.<hr />
<p class="none">[pubman_table]</p>
-------------------------thanks for a bit more handholding.
August 30, 2014 at 8:20 am #121861black9design
MemberYou need to adjust the css or code so that your desired text sits above the shortcode. Can try both of these and see if they work:
1.
<p class="none">
Welcome to the College of Micronesia Land Grant Program’s collective webpages for publications, posters, reports, etc., by Micronesia Land Grant Researchers, Extension Agents and others based at the College of the Marshall Islands, College of Micronesia-FSM, and Palau Community College. All documents are in English unless noted in the title.
</p><hr />
<p class=”none”>[pubman_table]</p>
2.
<p style="position: absolute;">
Welcome to the College of Micronesia Land Grant Program’s collective webpages for publications, posters, reports, etc., by Micronesia Land Grant Researchers, Extension Agents and others based at the College of the Marshall Islands, College of Micronesia-FSM, and Palau Community College. All documents are in English unless noted in the title.
</p><hr />
<p class=”none”>[pubman_table]</p>
I specialize in child theme customizations and The Dynamik Website Builder
Visit me here: Black9Design.com | ParkerWadeSmith.com | AllThingsGenesis.comAugust 31, 2014 at 9:11 pm #122150hawaiiguy
MemberHi, thanks, Black9 -
This coding is a bit over my head, so I will contact the plug-in designer .
thanks! -
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.