Gantry 5 Particle - Text-Image Documentation
Using Text-Image particle used on our Dentist Joomla template and WordPress theme. By default, you could add text and image using Joomla article, module or WordPress post, widgets or Gantry 5's Custom HTML particle. But if you want to show the image in full width from left or right and the contents on normal width as your other top-bottom section's contents you will see the issue and you would need to right custom styles code for this purpose. In this situation, our Text-Image particle will solve your problem with just few clicks.
Installation:
Note: Check your theme's existing particles first. If you already have this particle there, then skip this installation unless you need to update to a latest version.
- Download Text-Image particle from particles download area of RcaTheme.com
- Unzip/Extract the particle zip file on your PC and open the folder
-
Installing On Joomla!
- Copy
custom
andparticles
folders to-ROOT/templates/DEFAULT_TEMPLATE/
using an FTP client like FileZilla. - Now it will copy/create required directories and files for this particle. If you're updating this particle to a latest version, you need to confirm on the replace warning notification.
- Create a custom.scss file if already not exist.
- Now add below codes to
ROOT/templates/DEFAULT_TEMPLATE/custom/scss/custom.scss
// Text-Image particle @import "textimage";
- Copy
-
Installing On WordPress
- Copy
custom
andparticles
folders to-ROOT/wp-content/themes/DEFAULT_THEME/
using an FTP client like FileZilla or using your cPanel File manager - Now it will copy/create required directories and files for this particle. If you're updating this particle to a latest version, you need to confirm on the replace warning notification.
- Create a custom.scss file if already not exist.
- Now add below codes to
ROOT/wp-content/themes/DEFAULT_THEME/custom/scss/custom.scss
// Text-Image particle @import "textimage";
- Copy
-
Installing On Grav CMS
- Copy
particles
andscss
(fromcustom
folder) folders to-ROOT/user/data/gantry5/themes/DEFAULT_THEME/
using an FTP client like FileZilla. - Now it will copy/create required directories and files for this particle. If you're updating this particle to a latest version, you need to confirm on the replace warning notification.
- Create a custom.scss file if already not exist.
- Now add below codes to
ROOT/user/data/gantry5/themes/DEFAULT_THEME/scss/custom.scss
// Text-Image particle @import "textimage";
- Copy
Usage:
For others, please check documentation inside this particle by hovering on each option title. If you have any issue with this particle please post a question on our support forum.