- Posts: 14116
- Thank you received: 1639
Hot_Vortex 2.5
-
indira
- Topic Author
- Visitor
12 years 1 month ago #23387
by indira
Hot_Vortex 2.5 was created by indira
Sir I have uploaded hot_vortex 2.5 through Joomla extension manager, I get a message that it has been uploaded successfully but I cannot find it when I try to view it in templates from Template manager.
Kindly advise
Kindly advise
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 1 month ago #23403
by ivan.milic
Replied by ivan.milic on topic Hot_Vortex 2.5
Maybe it's on page 2 in pagination?
Please Log in to join the conversation.
-
indira
- Topic Author
- Visitor
12 years 1 month ago #23496
by indira
Replied by indira on topic Hot_Vortex 2.5
Sir, I do not understand why when I am editing the description text in content slots in Joomla spinner, nothing appears (apart from heading text) when I view in the browser. I had to write several times the same text unsuccessfully.
Kindly advise
With much thanks
Kindly advise
With much thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 1 month ago #23502
by ivan.milic
Replied by ivan.milic on topic Hot_Vortex 2.5
Check this, go to global configuration , Text Filtering tab and set everything to no-filtering,
In modules\mod_hot_spinner\mod_hot_spinner.xml
you will see :
<field name="slotText1" type="textarea" default="" cols="40" rows="4" label="LABEL TEXT" description="DESC TEXT" />
there are 10 of them 1-10
add attribute filter="raw" :
<field name="slotText1" type="textarea" filter="raw" default="" cols="40" rows="4" label="LABEL TEXT" description="DESC TEXT" />
In modules\mod_hot_spinner\mod_hot_spinner.xml
you will see :
<field name="slotText1" type="textarea" default="" cols="40" rows="4" label="LABEL TEXT" description="DESC TEXT" />
there are 10 of them 1-10
add attribute filter="raw" :
<field name="slotText1" type="textarea" filter="raw" default="" cols="40" rows="4" label="LABEL TEXT" description="DESC TEXT" />
Please Log in to join the conversation.
Time to create page: 0.182 seconds