close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Can't find where to add bullets to category listing

Thread began 6/11/2012 10:23 pm by lr_leal239405 | Last modified 6/13/2012 12:27 pm by lr_leal239405 | 1379 views | 5 replies |

lr_leal239405

Can't find where to add bullets to category listing

I need to be able to add bullets to the categories listing that shows us on several pages on the right side menu. Which file do I need to alter?

products_results.php

Sign in to reply to this post

Jason ByrnesWebAssist

the menu of categories on the right side is generated by the side_menu.php files webassist/plugins/side_menu folder.

Sign in to reply to this post

lr_leal239405

Nope. I added a bullet but didn't show up, then I deleted that file (from the server of course) to see if that was the one and it had no effect on the page after refreshing and reloading in different browsers. There are several files named side_menu.php and the only one that affected the side menu is the one inside folder 'nested_accordion'. However that script is for the whole side menu. I'm looking for the script that iterates through the sub-category names so that I can add a bullet. I don't need it on the main category. products_results.php

Sign in to reply to this post

lr_leal239405

On the browser 'View Source' it shows the <li> next to the name, but the bullets just wont' show. I tried changing color on some of the li rules, adding new rules, but so far I can't pinpoint where to change it so that I can see bullets, even while using Firefox Firebug ??

Sign in to reply to this post

Jason ByrnesWebAssist

the sub categories are <dl> and <dt> tags

in the webassist/plugins/side_menu/nested_accordion/accordion_styles.css, you can edit the following class:

dl.nestedaccordion dt.accordionclear, dl.nestedaccordion dt.open.accordionclear, dl.nestedaccordion dt.accordionclear:hover, dl.nestedaccordion dt.open.accordionclear:hover, dl.nestedaccordion dt.open.selected.accordionclear, dl.nestedaccordion dt.selected.accordionclear {
background-image: none;
}




to:

dl.nestedaccordion dt.accordionclear, dl.nestedaccordion dt.open.accordionclear, dl.nestedaccordion dt.accordionclear:hover, dl.nestedaccordion dt.open.accordionclear:hover, dl.nestedaccordion dt.open.selected.accordionclear, dl.nestedaccordion dt.selected.accordionclear {
//background-image: none;
}




the image used for the bullet is defined in the
webassist/themes/MYLATINFOODMARKET/css/configurable.css:A

dl.nestedaccordion dt {
background-color: #DB791F;
background-image: url("../../../plugins/side_menu/images/icon_accordion_closed.png");
color: #000000;
font-size: 16px;
font-weight: bold;
}
Sign in to reply to this post

lr_leal239405

thank you. That worked. Commenting out the background-image:none was all that was needed. And to think I spent so much time trying different files.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...