How to create new particals used in Template "A" transfer to Template "B"
Posted 9 years 3 days ago
I do not now if some one has any experiance with creating particals in an Gantry 5 Template.
What I want to do is the following.
I like partical flexslider used in Joomla Template Isotope.
But I want this type of partical in my Wordpress Template Requiem.
So - Is this Possible?
If so - how can I do that?
If not easy but possible where can I find documentation to do this.
Re: How to create new particals used in Template "A" transfer to Template "B"
Posted 9 years 3 days ago
Particles are just TWIG and YAML files... VERY simply markdown languages that make it easy to make new/powerful content particles without having to know a lick of PHP or other more advanced languages.
So copy the twig and yaml file from rt_isotope/particles/ over to rt_requieum/custom/particles and you'll be off to a good start...
You then need to locate .scss file associated with it as well and copy that over from rt_isotope/scss/isotope to rt_requiem/custom/scss/
lastly see if there's any .js needed in rt_isotope/js/ and place that in is a Custom JS Atom on your Page Settings tab for the Outline that's assigned to your page with the Flexslider
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT
Re: How to create new particals used in Template "A" transfer to Template "B"
Posted 9 years 2 days ago
I am not a Java developer and this level of customization really goes outside the scope of support here...
please detail exactly what files you copied and exactly where you copied them to... then provide a link and I'll take a peek
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT
Re: How to create new particals used in Template "A" transfer to Template "B"
Posted 9 years 1 day ago
Hi Matt,
First of all I understand that this is specific customization, but I thought if their is a simple way to combine particals of different Theme/Templates then this is really a big step forward.
But For now I am very happy with Gantry 5, it is easy to use.
I have copied the following files from Joomla Template Particals to Wordpress Theme
I Created the following directories in "wp-content\themes\rt_requiem\custom"
wp-content/themes/rt_requiem/custom/js
wp-content/themes/rt_requiem/custom/particles
wp-content/themes/rt_requiem/custom/scss
I put in dir "wp-content/themes/rt_requiem/custom/js" the file flexslider.js
I put the following two files flexslider.html.twig and flexslider.yaml in "wp-content/themes/rt_requiem/custom/particles"
and last file _flexslider.scss in the dir "wp-content/themes/rt_requiem/custom/scss"
I first tested on my local system, but now I have created on my test system (details in secure tab)
I configured the flexslider the same as in joomla Rocketlauncher Isotope.
I also Added the JS file flexslider.js to Atoms, but then I get two big pictures under eache other.
But if you can see in Isotope sample site the text is moved next to the big picture.
On my test system it is under it.
Picture 1 config Partical FlexSlider in WP main
Picture 2 Item Config FlexSlider
Picture 3 Test Website Result
Picture 4 Rockettheme Demo Webpage FlexSlider sample
Re: How to create new particals used in Template "A" transfer to Template "B"
Posted 9 years 16 hours ago
rename _flexslider.scss to custom.scss and recompile scss from the styles tab
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT
Re: How to create new particals used in Template "A" transfer to Template "B"
Posted 9 years 3 hours ago
comment out that line for now...
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT