Hi guys,
I have a quick question. What file do I have to edit to make the writing "Motorcycle News" smaller on this page:
[FONT=Arial]http://www.xtreme-stunts.com/index.php?main_page=news_archive[/FONT]
Thanks a lot!!
Printable View
Hi guys,
I have a quick question. What file do I have to edit to make the writing "Motorcycle News" smaller on this page:
[FONT=Arial]http://www.xtreme-stunts.com/index.php?main_page=news_archive[/FONT]
Thanks a lot!!
Hi,
how can i reduce the size of the "zen cart news" header at the top of the articles and possibly change spacing
what file is thta driven by - it is overwriting the date
I tried to add this line to my stylesheet_news.css. It looks as below. Do I have to edit out the old .newsHeader line because it didn't change anything?
Thanks again for your patience and help!
/* News */
.newsHeadlineText { text-align: center; width: 100%; height: 15px; font-size: .9em; background: #e5edf5; border-left: 1px solid #9a9a9a; border-right: 1px solid #9a9a9a; border-top: 1px solid #9a9a9a; border-bottom: 5px solid #9a9a9a; padding: 3px 0 0 0; margin: 0;}
.newsHeadlineText IMG { vertical-align: middle; }
.newsHeader { background: #FFFFFF; height: 30px; font-size: 24px; text-align: center; padding: 0; margin: 10px 0 0 0; }
.newsHeader h1 {font-size: 8}
p.articleHeading { font-weight: bold; margin: 0; padding: 0; }
span.articleHeading { font-weight: bold; }
p.articleByLine { font-size: .9em; padding: 0 0 0 20px; margin: 0; }
p.articleByLine SPAN.author { font-style: normal; }
p.articleByLine SPAN.comments { font-style: italic; }
p.articleByLine A { text-decoration: underline; }
div.articleTextBlock { clear: both; padding: 0; margin: 0; }
div.articleText, p.articleText { margin: 0; padding: 0; }
IMG.articleImage { border: 3px double #9a9a9a; background: #FFFFFF; padding: 0; margin: 10px 10px 10px 10px; }
p.newsListingDate { font-weight: bold; text-align: center; margin: 0; padding: 0; }
ul.articleLinkList { list-style-type: none; line-height: 1.5em; padding: 10px 0 0 0; margin: 0; }
ul.archiveLinkList { list-style-type: none; line-height: 1.5em; padding: 0; margin: 0; }
ul.articleLinkList li, ul.archiveLinkList li { background-image: url("../images/icons/news_link.gif"); background-repeat: no-repeat; background-position: 17px 2px; padding: 0 0 0 35px; }
ul.articleLinkList li.articleStoreLink { background-image: url("../images/icons/news_link_2.gif"); background-repeat: no-repeat; background-position: 17px 4px; padding: 0 0 0 35px; }
ul.articleLinkList li.articleProductLink { background-image: url("../images/icons/cart.gif"); background-repeat: no-repeat; background-position: 17px 0px; padding: 0 0 0 35px; }
ul.articleLinkList a, ul.archiveLinkList a { text-decoration: underline; }
.commentsHeading { background: #f2f1ee; padding: 3px; }
.commentsBody { background: #FFFFFF; padding: 3px; }
p.backLink { float: right; margin: 0; padding: 0; clear: right; }
.commentsAuthor { text-align: left; float: left; margin: 0; width: 45%; }
.commentsSubject { font-weight: bold; }
.commentsDate { text-align: right; float: right; padding: 0; margin: 0; }
div.commentsBody p { clear: both; padding: 0 10px 10px 10px; margin: 0; }
fieldset.commentsFieldSet { text-align: left; background: #f2f1ee; border: 1px solid #e7e6e0; padding: 1em; margin: 10px 0 0 0; }
fieldset.commentsFieldSet legend { padding: 0.2em 0.5em; border: 1px solid #c96e29; background: #fff; color: #000; text-align: right;}
fieldset.commentsFieldSet label { display: block; text-align: left; margin: 3px;}
fieldset.commentsFieldSet label input { display: block; }
.commentsSubmit { text-align: right; }
.splitSolid { height: 1px; background: #000000; padding: 0; margin: 0; }
.splitSolidGray { height: 1px; background: #9a9a9a; padding: 0; margin: 0; }
.clearSplit { height: 10px; padding: 0; margin: 0; }
.splitSolid hr, .splitSolidGray hr, .clearSplit hr { display: none; }
.clearboth { clear: both; height: 1px; width: 100%; }
.clearboth hr { display: none; }
Please don't post whole stylesheets. It just clutters up the forum. The reason that this isn't having an effect for you is because you didn't specify any units (e.g. px, em, pt, %) so browsers don't know what to do with the line you added and so just ignore it.
Hello all,
I would like to this modules display the title of articles not date when click into News [More] . How to do this ?
Some image:
http://www.handicraft-vn.com/gallery...+trouble+1.jpg
KIMSON
Thanks you!
Hi there happy Zenners. :) I have been playing around with this mod. I thought it just wasn't working at first until I typed =news into the address box and found that it was in fact working there.
So my dillemma is, I followed the directions on Dream Scape" website in the optional install where you add this:
<?php include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_NEWS_SUMMARY_MODULE)); ?>
into tpl_index_default.php.
I did not just copy the page they provided since it was suggested somewhere in this thread not to. It is not showing up on the main page at all. I added it right below the php snippet for the greeting. I was carful to make sure that it wasn't in the middle on some other elements line of code. I did not install the other optional meta thing.
I am using the current version of ZC and would think that if it was incompatable that it wouldn't work at all wouldn't it?
Any way here are my links:
http://www.libragear.com/zencart/index.php?main_page=
http://www.libragear.com/zencart/ind...main_page=news
Code on the tpl page to follow...
Thanks a bunch folks. :) Happy Zen.
Hi all. :) I guess my last post didn't show up. hmm... sorry if this ends up being a double post. Anyway I am having trouble with this mod not showing up on my main page. It seems to be working fine at its address, but that is not where I want is. Of course right. It never is. :P I followed the directions on Dream Scape's website to put this line of code where you want it.
Here is the code snippet from tpl_index_default.php. Thanks again guys. :)
<?php if (DEFINE_MAIN_PAGE_STATUS >= 1 and DEFINE_MAIN_PAGE_STATUS <= 2) { ?>
<?php
/**
* get the Define Main Page Text
*/
?>
<div id="indexDefaultMainContent" class="content"><?php require($define_page); ?></div>
<?php } ?>
<?php include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_NEWS_SUMMARY_MODULE)); ?>
<?php } ?>
<?php
$show_display_category = $db->Execute(SQL_SHOW_PRODUCT_INFO_MAIN);
while (!$show_display_category->EOF) {
?>
So I guess my quandary is what am I missing?
Here is a link to the site and the news:
http://www.libragear.com/zencart/index.php?main_page=
http://www.libragear.com/zencart/ind...main_page=news
Thanks in advance everyone. Have a great night. :)
Kate
Hi libragear,
I had teh same thing and I was never aware that it should/could be different. Anyway I solved the problem by adding it as a link with EZ-Pages.
May not be what you are looking for, but still a solution, you can see it it in my signature, where it says NOTICIAS
regards,
kruna