-
AuthorPosts
-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 7, 2007 at 2:07 pm #221646I have “Latest News,” “Popular,” and “Newsflash” unpublished.
Not only that, the area in question is the vm-fp module position – so I can’t figure out why these separators would be showing up – as there is no rule for them set within the vm_css file (at least I can’t find it). I don’t want to delete the separator.gif file from the images folder because there are areas that I want to keep the separator – just not in that particular section.
Arrrrrgh – CSS layout. :-[
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
June 7, 2007 at 5:21 pm #221652I am not telling you to delete the seperator.gif. The line of code you are looking for has that in it. Your site is so heavily modified that it is hard to duplicate it to see what the problem is.
Try this
In template_css.css search for
#ja-topsl div.ja-box-left,
#ja-topsl div.ja-box-center {
background: url(../images/v-seperator.gif) repeat-y top right;
}
and change it to
#ja-topsl div.ja-box-left,
#ja-topsl div.ja-box-center {
background-image: none;
}
It might be a pain modifying the css now but in the long run it will make your life a lot easier. 🙂
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 8, 2007 at 12:57 am #221662I did exactly what you indicated above – and those dang dotted separators are still there.
:((
EDIT:
Okay, this is crazy . . . . As an experiment, I deleted “separator.gif” from the image folder.
When I refresh the site, the separators are still there.Now I’m truly confused.
:confused:
EDIT 2:
I FIGURED IT OUT !!!The function was being controlled within the ja-script.js file.
It was at the bottom – line 229 . . . I changed the original:
rows.cells[j].className += ” ja-rightseparator”;
to
rows.cells[j].className += ;
😎
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
June 8, 2007 at 2:04 am #221664Did you try clearing your browser cache?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 8, 2007 at 2:09 am #221665<em>@instantinlaw 17587 wrote:</em><blockquote>Did you try clearing your browser cache?</blockquote>
Ironically, just as you were posting, I figured it out.
See “EDIT 2” in my previous post.
Whomever said CSS design was easy needs to be shaken around …. though it can be done with some perseverance.
Now, onto my Header border problem -> http://www.joomlart.com/forums/topic/adjusting-border-for-header-only/
😎
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
June 8, 2007 at 7:57 am #221674Well that was easy now wasn’t it. 😉
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 8, 2007 at 11:29 pm #221699Okay, let’s say I’ve set up my template to feature four separate feature products modules for my Home Page (i.e. vm_fp1, vm_fp2, vm_fp3, vm_fp4) … and lets say each one is for a particular category of product.
How does one (or can one) assign a specific category and/or product to a specific/designated module so that it displays only in the designated module on the Home Page?
:confused:
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
June 9, 2007 at 12:01 am #221701TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 9, 2007 at 12:20 am #221703Okay – So it would seem that I can select a particular Category for the module . . . but what about specific products?
Let’s say, for one of my Featured Products module displays, I want an image of a guitar, a drumkit, a keyboard and a tuba.
Each of these instruments are in a different “category” of products – i.e. Guitars, Drums, Keyboards, Brass.Am I only allowed to designate a category per module – or can I assign specific products to display in a particular module?
(sorry to be such a pain in the neck)
:-[
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
June 9, 2007 at 2:18 am #221710That I can’t tell you because I haven’t done it. But have you moused over the text to the left to see what it says? or looked at the other configuration options?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 9, 2007 at 7:44 pm #221749I think I’ve figured a work-around for this … at least I have a few ideas to test out.
(will keep you posted).Next Issue . . .
Do you know how to configure the css toward increasing the size of the images displayed within the vm-fp (featured products) module on the Home Page? Right now they seem to be set at a fixed size of about 90×90 – which I would like to increase.I have spent a good hour or two looking through ever conceivable file I can think of – css, modules, components, etc . . .
I can’t find the instruction that controls the image display size.I know there has got to be some kind of simple solution for this that I am not seeing.
:((
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
June 10, 2007 at 2:50 am #221773Hi
I believe that the featured products module pulls the thumbnail images from the product images folder. If you want larger images you will have to upload and overwrite the auto generated thumbnails that were created when you added the product.TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 10, 2007 at 2:57 am #221776<em>@instantinlaw 17741 wrote:</em><blockquote>Hi
I believe that the featured products module pulls the thumbnail images from the product images folder. If you want larger images you will have to upload and overwrite the auto generated thumbnails that were created when you added the product.</blockquote>I took a look into the product images folder in the vm_component (where the product images are stored) and all of the images are larger than the image displayed in the featured products module. Again, it looks as though the module wants to display the images at approximately 90×90 (give or take a pixel or two). For example, the test product I uploaded is 200×200.
How would I overwrite the auto-generated thumbnail image created?
There isn’t a separate image file for that – at least not that I can find.Again, it seems that there has got to be a parameter control that determines the display size of the images – but where is it?
:((
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
June 10, 2007 at 3:21 am #221780My mistake, Do this instead.
Go to Components>Virtuemart, Then click the configuration tab, click the Site tab and then click the Layout sub tab. Then change the settings in the fields available. See screen shots to see where I’m talking about.-
TomC Moderator
TomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 10, 2007 at 3:47 am #221783<em>@instantinlaw 17748 wrote:</em><blockquote>My mistake, Do this instead.
Go to Components>Virtuemart, Then click the configuration tab, click the Site tab and then click the Layout sub tab. Then change the settings in the fields available. See screen shots to see where I’m talking about.</blockquote>I don’t seem to have that configuration parameter in my Admin (see attached image)
AuthorPostsThis topic contains 42 replies, has 4 voices, and was last updated by instantinlaw 17 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum