Joomla Particles & Modules
Joomla Gantry 5 Particles from InspireTheme
Joomla Modules from Gavick Pro
Joomla Gantry 5 Particles from InspireTheme
Joomla Modules from Gavick Pro
Graphic designer since before the Internet. Started with newspaper paste-up; then art director for advertising agency in Reno, NV; and now freelancer designing marketing materials, print-on-demand t-shirt art, websites, and social media graphics.
Problem: Updated Joomla 3.7.0 to 3.7.2 – and lost Joomla’s core Admin Components menu items (Banners, Contact, Joomla Update, Messaging, News Feeds, Redirects, Search, Smart Search). Solution: Ended up running SQL in MySQL database. Note: Change #__menu to yourprefix_menu + change the 2-space “__” to a 1-space “_” (i.e.: prefix__menu to prefix_menu). URL: Upgraded to…
Giving the Front Page a different style from other pages – from Joomla Docs I specifically used the following CSS method from the above post: Assigning CSS style on the body element in your template Edit the file “index.php” in your default template directory Then, you can write CSS rules which style the component differently…
Where do I put my Ximenia Child Theme’s Custom CSS file? Answer: root/templates/rt_ximenia_responsive/css/rt_ximenia_responsive-custom.css. This also prevents the customizations from being deleted when the theme is updated. I had incorrectly named my custom CSS file rt_ximenia-custom.css – causing much frustration. Ugh. It’s supposed to be: rt_ximenia_responsive-custom.css. I had left out the word “responsive” by accident. NOTE:…
How to Replicate Ximenia Frontpage Demo Content On a Joomla site running RocketTheme’s Joomla Ximenia template, this is an extremely helpful resource. It helped me remove the boarder/margin/padding/spacing that surrounds images on the RokSprocket Slideshow and Showcase layouts.
Secure your Joomla sites before they are hacked! – Joomla Blogger
Problem: New user registers, but never receives their Activation Email – which means they can NEVER log in. And Joomla does not have a way to resend them their activation email. Solution: wbReactiv Joomla plugin. wbReactiv manually resends Joomla activation email to users who may not have received them yet. It works from Joomla backend and display a…