Thank you so much.
{If !$detailed} (this didnt work for me) I changed it to {if !isset($detailed)} and it worked perfectly.
I appreciate your help.
Lisa
Search found 20 matches
- Sat Jul 14, 2012 3:20 am
- Forum: Modules/Add-Ons
- Topic: CGBlog Detail page
- Replies: 7
- Views: 2628
- Fri Jul 13, 2012 8:32 pm
- Forum: Modules/Add-Ons
- Topic: CGBlog Detail page
- Replies: 7
- Views: 2628
Re: CGBlog Detail page
That is a great idea. Can you give me an example?
Thanks
Lisa
Thanks
Lisa
- Fri Jul 13, 2012 2:13 am
- Forum: Modules/Add-Ons
- Topic: CGBlog Detail page
- Replies: 7
- Views: 2628
Re: CGBlog Detail page
Yes I know but that is posing a problem. The main div has a left margin that I dont need on this one page but I do need it for other pages.
- Thu Jul 12, 2012 11:05 am
- Forum: Modules/Add-Ons
- Topic: CGBlog Detail page
- Replies: 7
- Views: 2628
CGBlog Detail page
I am using the latest of everything. How do I get the article detail to not put the full article into the div for the main content? If I click on the article from the summary page and open the full article, it shows up inside the main content div which alters the spacing. http://peppersville.net Tha...
- Thu Jul 12, 2012 10:44 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Subtitles in menu
- Replies: 2
- Views: 1704
Re: Subtitles in menu
I will try that.
Thanks
Thanks
- Thu Jul 12, 2012 2:49 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Subtitles in menu
- Replies: 2
- Views: 1704
Subtitles in menu
Is there a way to add subtitles to the menu? I am moving my site from Joomla to CMSMS. My current site is http://peppersville.com with subtitles but I cant find how to recreate it.
Thanks
Lisa
Thanks
Lisa
- Fri Jun 15, 2012 11:59 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Adding a class to first child on drop down menu
- Replies: 3
- Views: 2150
Re: Adding a class to first child on drop down menu
Ok. I did make a copy of the minimal menu should I use the cssmenu instead? I have an image that goes at the top of the first child of the drop down. I have attached an image to show how it is supposed to look. I appreciate your help. I am still learning how to apply all of the css styles to the dif...
- Fri Jun 15, 2012 7:05 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Adding a class to first child on drop down menu
- Replies: 3
- Views: 2150
Adding a class to first child on drop down menu
I am porting a template to CMSMS and I am having an issue with getting the menu to display properly. http://simpledesign.peppermgmt.com I am using a copy of the minimal menu as follows: {if $count > 0} <ul class="dd-menu"> {foreach from=$nodelist item=node} {if $node->depth > $node->prevde...
- Fri Jun 15, 2012 4:05 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [Solved] One Stylesheet not being linked
- Replies: 17
- Views: 6221
Re: One Stylesheet not being linked
I understand but removing 6 lines when I have over 3100 is not going to make it better when I have several css files to incorporate. I need some of those note lines so I can find the information I am looking for when making changes. Thank you. I appreciate your help. I have learned something I didnt...
- Thu Jun 14, 2012 2:14 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [Solved] One Stylesheet not being linked
- Replies: 17
- Views: 6221
[Resolved]Re: One Stylesheet not being linked
Yes the main one is large so I am linking that one from a file.
Thanks
Lisa
Thanks
Lisa
- Thu Jun 14, 2012 12:45 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [Solved] One Stylesheet not being linked
- Replies: 17
- Views: 6221
Re: One Stylesheet not being linked
It doesnt matter. If they are too long, they get truncated. The only way I was able to get the remaining 3 stylesheets to display my styles was to remove half of the styles from the first stylesheet. CMSMS must have a display limit.
- Thu Jun 14, 2012 12:12 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [Solved] One Stylesheet not being linked
- Replies: 17
- Views: 6221
Re: One Stylesheet not being linked
Not if you create them inside CMSMS. They get combined.
They would be linked separately if I directly linked them in the head of my template.
They would be linked separately if I directly linked them in the head of my template.
- Wed Jun 13, 2012 11:50 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [Solved] One Stylesheet not being linked
- Replies: 17
- Views: 6221
Re: One Stylesheet not being linked
no it doesnt work since the resulting combined file is still too large.
- Wed Jun 13, 2012 9:31 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [Solved] One Stylesheet not being linked
- Replies: 17
- Views: 6221
Re: One Stylesheet not being linked
That didnt help and I have several css files to add.
How do I fix this?
How do I fix this?
- Wed Jun 13, 2012 8:50 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [Solved] One Stylesheet not being linked
- Replies: 17
- Views: 6221
Re: One Stylesheet not being linked
I did some research. In firebug the last line of my css file that is loaded is line 2702 but there are 3039 lines in the combined file in the /tmp directory therefore 337 lines are not being loaded. If I link all of the stylesheets instead, they work. So its not the paths to the files. It must be in...