|
uCoz Community Archives Locked Problems with page of the entries archive! |
Problems with page of the entries archive! |
I have a custom template installed on my site and wen I go to the "page of the entries archive" the entry text and read button is over the menu, these thing happens only in the "page of the entries archive" and I don't know why on the "main page" or on the "page with entry full text and its comments" all the tings are fine.
These thing happens on all the modules from my site. I want to mention that only the Site News and Blog module are working and on the rest of them I'm working. Here is a link to the "main page" of the blog. Here is a link to the "page of the entries archive". Thanks! |
Redhead, I've searched but I've found the codes that you told me to remove only in the source code, on "page of the entries archive" I can't find them, where the codes shod be so I can remove them, sorry for the inconvenience.
The page of the entries archive: |
redhead, it seems, that you advised to remove standard uCoz code.
Allex, it will be easier to reinstall this template, I guess. Now there are some errors in the templates, you've specified. For example: 1. The <!-- </body> --> comment closes twice. As I remember, this code matters, while editing your webpage in the Builder mode. It cannot cause problems while viewing the page, but it is strange. 2. Two closing </td> tags for <td valign="top" width="80%" style="padding-top:5px"> - is it normal?! I even don't talk about standard table structure: Probably, I missed something, but code looks really terrible. Anyway, if you haven't edited it by yourself - you need to notify it's developers about problems, that you've faced. Post edited by mxCherry - Sunday, 2011-11-06, 5:03 PM
|
Quote (mxCherry) redhead, it seems, that you advised to remove standard uCoz code. Allex, it will be easier to reinstall this template, I guess. Now there are some errors in the templates, you've specified. For example: 1. The <!-- </body> --> comment closes twice. As I remember, this code matters, while editing your webpage in the Builder mode. It cannot cause problems while viewing the page, but it is strange. 2. Two closing </td> tags for <td valign="top" width="80%" style="padding-top:5px"> - is it normal?! I even don't talk about standard table structure: Probably, I missed something, but code looks really terrible. Anyway, if you haven't edited it by yourself - you need to notify it's developers about problems, that you've faced. I've reinstalled the template and now the code look's like these: |
Allex, in the provided code you need to find:
Code <div class="postcontent"> <!-- <body> -->$BODY$<!-- </body> --> </div> <!-- entry clearfix --> Substitute it with: Code <!-- <body> -->$BODY$<!-- </body> --> The go to your CSS file and add: .catAllEntries, .catAllEntries > tbody, .catAllEntries > tbody tr, .catAllEntries > tbody tr td {display: block;} |
| |||
| |||