Can anyone help here??
Thanks.
here is the site if that helps.
https://www.lazygastronome.com
]]>Have checked for unclosed <div> tags. There is only a sidebar on the right side.
]]>I posted this in my theme’s forum as well, but was hoping someone had some knowledge of this.
I was trying to move my ‘comments’ line down to the bottom of posts, so on content.php I pasted this under the “entry-meta-bottom”
<?php echo prana_post_date() . prana_post_comments() . prana_post_author() . prana_post_sticky() . prana_post_edit_link(); ?>
</div>
And then suddenly my sidebar went to the bottom as well. I didn’t think that would affect the sidebar? What can I do to make sure the sidebar appears as normal?
Thank you!
]]>I was trying to move my ‘comments’ line down on content.php so I pasted this under the “entry-meta-bottom”
<?php echo prana_post_date() . prana_post_comments() . prana_post_author() . prana_post_sticky() . prana_post_edit_link(); ?>
</div>
And then suddenly my sidebar went to the bottom as well. I didn’t think that would affect the sidebar? What can I do to make sure the sidebar appears as normal?
Thank you!
]]>After installing and inserting custom CSS from the TablePress FAQ help section, the sidebar on this page here: https://dynamadefitness.com/services/virtual-personal-training-via-skype/ has moved down the page. It is only on this page and all the others are fine. It looks like somewhere the sidebar is not being added to the #content-sidebar-wrap element, pushing it after the wrap. Code must have been changed somewhere. And it only happened after TablePress was installed and I added the custom CSS to customize the table. I’ve included below the custom css thats inside the Plugin Options area of the plugin and also the information requested when posting for this plugin. Because somehow this has to be affecting the content-wrap on this page.
Thanks!!
CSS added to Plugin Options Tab:
.tablepress thead th,
.tablepress tfoot th {
font-family: Tahoma;
font-size: 14px;
color: #ffffff;
}
.tablepress-id-1 .row-10 td {
background-color: #e19e8d;
}
.tablepress-id-1 .row-9 td {
background-color: #e19e8d;
}
.tablepress thead th,
.tablepress tfoot th {
background-color: #CC0000;
}
.tablepress-id-1 .column-1 {
padding: 4px;
}
.tablepress-id-1 .column-2 {
padding: 2px;
}
.tablepress-id-1 .column-3 {
padding: 2px;
}
.tablepress-id-1 .column-4 {
padding: 1px;
}
.tablepress-id-1 .column-5 {
padding: 1px;
}
Please provide this information in bug reports and support requests.
· Website: https://dynamadefitness.com
· TablePress: 1.0
· TablePress (DB): 18
· TablePress table scheme: 3
· Plugin installed: 2013/06/05 23:22:32
· WordPress: 3.5.1
· Multisite: no
· PHP: 5.2.17
· mySQL (Server): 5.5.23-55
· mySQL (Client): 5.5.23
· ZIP support: yes
· UTF-8 conversion: yes
· WP Memory Limit: 40M
· Server Memory Limit: 256M
· Magic Quotes: off
· WP_DEBUG: false
https://www.ads-software.com/extend/plugins/tablepress/
]]>The following codes appear for me and third parties, with their variations from page to page, at the top just under the WP admin bar. Firebug shows them in between, but apparently part of neither, the body and container blocks. (One or two of these editors have shown it in the body upon highlighting). I cannot find it in any themes. I find no such element between body and container nor head and body there.
Furthermore, my problem with “Nothing Found” for my Contact Us page may be related, as it is the only one that shows an extraneous (homepage) header tagline before the “class” instead of “class-page page id…” stuff like all the others. So I’m including it here although “Nothing Found” is addressed elsewhere.
The following may or may not be related to the code issue:
The contact page is, from all I can see, properly configured in menus, links, link cats, pages, SEO,
slugs, etc. and set in them all to open _blank . It (Nothing Found”) opens in a new tab with all but the sidebar-Pages link – it opens in same window from there. I don’t know when this began since I’ve not paid this page any attention before these issues, it was set up and forgotten. The proper slug shows in navigator bar and I’ve got permalinks set up too, so whence the “page id xx” in the errant
codes ?
This, I’m not sure, could be due to the problem I’m having with my sidebar after an HTML-Tidy: where the sidebar (with all contents functional) now opens full width accross the bottom instead of 300px wide down the right side. I’ve not been able to find a sidebar position value in the template codes either… and one sidebar Page link, “Video Assassin 2.0” now has an active hover zone of about 1 or 2 vertical pix…and opens in the same window from sidebar-Pages-links when set for _blank as well. [ Should I ask about this stuff in a different post for question-catagorization ? ]
Nutshell: I’m Sure the sidebar migration has Nothing to do with the code-showing problem. It was there well Before the Tidying. The linking problems, I’m not sure.
https://moneymink.net : These are two of the codes that show on every page:
(NOTE: I do not know if the admin-logged in part appeared for a third party- should have asked…)
These begin at the top left edge ( and remain visible during page reload ):
class="home page page-id-2 page-parent page-template-default logged-in admin-bar single-author">
And on the Contact pg:
Objective Evaluations Of Courses And Strategies In Online Income. class="blog logged-in admin-bar single-author">
Synopsis:
1). Code on page showing
2). Contact page- “Nothing” though configured well
2b). code-show has tagline
2c). opens wrong window from sidebar-pages
3). Page 2, hover zone and wrong target from sidebar-pages only
4). HTML-Tidy appears involved in sidebar repositioning, possibly in the link problems,
but not in the code issue.
I’m grateful for any help and hope others may find their solutions herein. I’m at my wits’ end
and hoping to learn coping skills rather than rebuild from scratch !
Rainbowprince
https://fairhurst.imshowcase.com/contact/
It’s a page template with the contact form hard coded in it. This could be an HTML problem or a CSS problem – or something else, I dunno… It’s driving me nuts!
Thanks in advance!
]]>I was working on my site tonight and when I saved it, all of a sudden the right hand widgets have been moved all the way to the bottom of the main page. On all other pages it’s fine only the home page is skewered.
How do I put it back where it should be?
Thanks.
]]>