Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am trying to insert a DIV on several positions in Joomla websites; not only in native articles but also in other components. The positions are:

- After title
- Below article
- Right / left of article

Since every component has its own layout and each template can use its own setup (I think) I cannot use the default JQuery functions append(), after(), etc because the classes to be used as reference can differ for each component / template.

In what way is it possible to make a generic solution that works for all (Joomla) websites?

Thanks in advance!

Cheers, Roy
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900