Re: Header displaying code rather than name, link still works.
I am having issues with the slide show not showing up when I activate it. I have made sure that the image files and the slideshow java script are not corrupted as well as verified that everything is spelled and located where they are expected to be. I replaced the original slide images with my own images that were the same dimensions and filenames. I am running Zencart 1.5 with Abbington Mega 3.1. I checked the thread here and made sure that all slides had a URL inside them and that did not help. All that happens when the main page is loaded is the loading icon for the slideshow, but nothing ever shows up--and I made sure that my image files were less than 60K in size. Any help would be appreciated.
Re: Header displaying code rather than name, link still works.
Will this template work out of the box with zen cart 1.5.3 or does it need upgrading to do so. Thank you
Re: Header displaying code rather than name, link still works.
Quote:
Originally Posted by
countrycharm
Will this template work out of the box with zen cart 1.5.3 or does it need upgrading to do so. Thank you
I have not tested it yet, but have not heard that it doesn't work from anyone.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
Pablo
I modified my tpl_mega_menu.php file with the following code at about line 243, and then set the CAPTCHA on the original "Contact Us" form.
This still leaves "Contact Us" in the menu, just when you click, it takes you to the "Contact Us" form via the link you put in..
</li><!-- eof information -->
<li class="contactus-li"><a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'NONSSL'); ?>" class="drop"><?php echo HEADER_TITLE_CONTACT_US;?></a><!-- bof contact form -->
<a href="------THIS WILL BE THE LINK TO YOUR CONTACT PAGE --------------"></a>
COMMENT OUT FROM THIS LINE ---------------------------------------------------------------
<!--<div class="dropdown_2columns">
<div class="col_2 firstcolumn">
<h2><?php echo TITLE_CONTACT_US;?></h2>
<p><?php echo TEXT_CONTACT_US;?>
</p>
<div id="contact_form">
<div class="message">
<div id="alert"></div>
</div>
<?php echo zen_draw_form('contact_us', zen_href_link(FILENAME_CONTACT_US, 'action=send')); ?>
<label for="contactname">Name<span class="required"> *</span></label>
<input name="contactname" type="text" id="contactname" size="30" value="" />
<br class="clearBoth" />
<label for="email">Email<span class="required"> *</span></label>
<input name="email" type="text" id="email" size="30" value="" />
<br class="clearBoth" />
<label for="enquiry">Message<span class="required"> *</span></label>
<textarea name="enquiry" cols="40" rows="3" id="enquiry"></textarea>
<div class="form_buttons">
<input type="submit" class="button" id="submit" value="Submit" />
</div>
</form>
</div>
</div>
</div> --> COMMENT OUT TO THIS LINE
I have tried this and even completely deleted the entire section to be commented out in both tpl_mega_menu.php and tpl_mega_menu.php~ in /includes/templates/abbington_mega/common/ but I can't get rid of the dropdown "Contact Us" form. Yes, I did delete my cache and even tried it on a completely different computer.
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
AJBUY
I have tried this and even completely deleted the entire section to be commented out in both tpl_mega_menu.php and tpl_mega_menu.php~ in /includes/templates/abbington_mega/common/ but I can't get rid of the dropdown "Contact Us" form. Yes, I did delete my cache and even tried it on a completely different computer.
My guess is that you have not overwritten the file on your server with your new changed file or that you are not uploading the file to the correct directory.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
I edited the files directly in the /includes/templates/abbington_mega/common/ folder.
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
AJBUY
I edited the files directly in the /includes/templates/abbington_mega/common/ folder.
Without having access to your server it is really impossible for me to guess where you have gone wrong. Maybe your changes are not being saved. Maybe you are not refreshing your browser, etc. I do know for a certainty that if remove the section from your file or comment it out properly, it will no longer show ;)
Thanks,
Anne
Re: Abbington Mega Template Support Thread
It was just a dumb mistake on my part. I didn't notice but I was logged into an old server that we used to host on. Thanks.
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
AJBUY
It was just a dumb mistake on my part. I didn't notice but I was logged into an old server that we used to host on. Thanks.
I am happy that you figured it out ;)
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Hello Ann,
Trying to change font Color for [<< Prev] 1 2 3 4 5 ... [Next >>] navigation on the Product Listing page - I have managed to change font size and color of the link for page being viewed, and font size and color of the 'Displaying Pages x to y' using stylesheet.css (see below) but I cannot find how to change color of text of Prev or Next - looking for some assistance please,
Thanks Mike
*bof product listing*/
.listingDescription {text-align:left;}
.productListing-even {border:1px dashed #ccc;}
.productListing-rowheading {background-image:url(../images/top-menu-bk2.jpg);height:30px;color:#fffffd;text-transform:uppercase;}
.productListing-rowheading a{color:#fffffd;}
.productListing-rowheading a:hover{color:#ccc;}
#productsListingTopNumber {margin-top:15px;margin-bottom:15px;color:#880000;font-weight:normal;font-size:1.2em;}
#productsListingBottomNumber {margin-top:15px;margin-bottom:15px;color:#880000;font-weight:normal;font-size:1.2em;}
#productsListingListingTopLinks {color:#880000;font-weight:normal;font-size:0.9em;}
#productsListingListingBottomLinks {color:#880000;font-weight:normal;font-size:1.2em;}
#productListHeading {margin-bottom:15px;}
.tabTable {border-left:1px solid #dfdfe7;border-right:1px solid #dfdfe7;border-top:1px solid #dfdfe7;}
.productListing-data {border-bottom:1px dashed #ccc;}