Easy Module Changer Released

Read more

Easy Class Suffixes Released

Read more

Pretty Modules 1.3 Released

Read more

OASIS Technology Solutions Support Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottom
TOPIC: I cant to aply it
#134
Arindama das
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
I cant to aply it 1 Month, 2 Weeks ago  
Thank you for nice component, but I cant to aply it
can you show me the way?

1.in index.php I have added required line:<STYLE type="text/css"> <?php include_once "components/com_easyclasssuffixes/views/item/tmpl/css.php"; ?> </STYLE>

2.see attached file sh.jpg
the programm is detecting some problems (marked with questions)

And I a little confused how to fill "1", "2", "3" fields.
my module name class is: "moduletable bvg"
it was generated by joomla after assignin " bvg" (with space)module class suffix to a module

DOES NOT WORK

What to do?
 
Logged Logged
  The administrator has disabled public write access.
#136
admin
Admin
Posts: 80
graph
User Online Now Click here to see the profile of this user
Re:I cant to aply it 1 Month, 2 Weeks ago  
Regarding question marks in the image, it is just a notice and nothing to worry since this is a backend component - oasissolutions.co.in/forum/6-pretty-modu...duces-error.html#103

Field 1 marked in the image is redundant if you select 'Suffix with Space'. If you haven't downloaded the docmentation, please do it - oasissolutions.co.in/download/file/view/6/2.html . Excerpt - The field Template Class will be
redundant in this case, so you can leave it blank
. Some information on this is available if you hover over 'CSS Class Function'.

Field2 in image (template class prefix) adds a prefix to the class and will be useful if say you want to add style to a list (bullets or numbering). Like ul.SomeClass

Field3 in image adds a suffix to the class. Fields 2 and 3 require some CSS information on your part; you do not require them in the image you've attached in the second thread.

my module name class is: "moduletable bvg"Your module class is actually 'moduletable'; it seems you've already added a class suffix 'bvg' with a leading space, therefore the class displayed is 'moduletable bvg'. You actually need to add the class suffix 'myeasyclasstestsuffix' with a leading space; that way, the resultant class would be 'moduletable myeasytestclasssuffix'. It should work then. Right now, you've generated the class 'myeasyclasstestsuffix' (as seen from 'CSS Created' in the image) and you're applying the suffix 'bvg', which is why it is not working. Do revert.

If if does not work, make sure that you've added the code in index.php of your template right above the
Code:

</head>
 
Logged Logged
 
Last Edit: 2010/01/22 03:16 By admin. Reason: post was incomplete
  The administrator has disabled public write access.
#138
admin
Admin
Posts: 80
graph
User Online Now Click here to see the profile of this user
Re:I cant to aply it 1 Month, 2 Weeks ago  
One more thing - from the CSS it looks that you're changing the default font; please select all three fonts - one primary (which you have already selected) and two fallback fonts.
 
Logged Logged
  The administrator has disabled public write access.
#152
bop
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:I cant to aply it 1 Month ago  
 
Logged Logged
 
Last Edit: 2010/02/08 00:37 By bop.
  The administrator has disabled public write access.
Go to top