Can you be more specific as to what code to insert where in this file? I don't know how to make the Link tab. Here's my preferred order for the top tabs: (Home-Contact Us-Links (on the left side) followed by Log In/Out-My Account-Checkout-View Cart (on the right side).
Hi Clyde,
How can I change the color of the 'Image Title/Description' titles on the links page? It's currently black.
Also I noticed you released V3.5.2 recently, what are the changes made? and also are their any special requirements when upgrading?
Thanks.
open includes/templates/YOUR_TEMPLATE/css/links.css
add the following declaration:
.productListing-heading {
color: #000; /* change this to your selected color*/
}
most of the changes were made to the admin side of the mod including changing "file-open" to use a curl option to obtain url information.
Just follow the upgrade instructions.
First off, thanks very much for making this mod available and providing support.
The install went smoothly. The one problem that I have is getting category descriptions to show up. I've searched through this thread, looked through the php files included with the mod, checked my database to ensure that the descriptions are showing up at least there, but I'm stymied (and my knowledge of php, mysql, and the 'under the hood' stuff is pretty limited).
I've created a couple of categories and entered descriptions. When I click on a category, the links show up fine, but instead of the description I get this:
This content is located in the file at: /languages/english/html_includes/YOUR_TEMPLATE/define_links.php
You can quickly edit this content via Admin->Tools->Define Pages Editor, and select define_links from the pulldown.
Any help would be greatly appreciated.
Thank you very much for your prompt reply.
I know that the define_links.php file has nothing to do with the category descriptions. What I don't understand is why that is showing up rather than the category description I've entered when I click on a links category. That is my problem and why I made my initial post.
Bookmarks