Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Joomla! 4 Masterclass
Joomla! 4 Masterclass

Joomla! 4 Masterclass: A practitioner's guide to building rich and modern websites using the brand-new features of Joomla 4

eBook
€15.99 €22.99
Paperback
€27.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
Table of content icon View table of contents Preview book icon Preview Book

Joomla! 4 Masterclass

A Powerful and Extensible Core

One of the major characteristics of Joomla is represented by its core: a modern and robust web application that integrates many features and allows you to plan, build, and manage a complete website without the need to use a high number of extensions.

There have been several discussions over the years within the Joomla development team about decoupling features from the core in favor of a more lightweight core. However, over the years, the application has been constantly enriched by powerful and useful functions.

As of the 4.x version, Joomla includes features to create, organize, handle, and enrich articles and content, which is its primary scope. Plus, it offers a series of additional functions to build multilingual websites, manage users, build publishing workflows, handle media files, and customize the appearance of websites.

Furthermore, the main advantage of Joomla is its extensibility, allowing a website administrator to install additional features through third-party extensions to build complex websites and rich applications.

After reading this chapter, you will have gained the following capabilities:

  • An understanding of the Joomla backend application
  • To know what a Joomla extension is and the different types of extensions available
  • To be familiar with the extensions shipped with the basic Joomla package

Technical requirements

To complete the exercise proposed in this section of the book, you need to have a Joomla instance installed on a Linux, Apache, MySQL, PHP (LAMP) stack, either locally or remotely. You can easily install Joomla following the instructions published at https://docs.joomla.org/J4.x:Installing_Joomla.

If you don’t have an online hosting, you can launch a Joomla instance online for free using the official service at https://launch.joomla.org.

Note

LAMP is commonly used to refer to a Linux-based hosting environment, on either local, shared, or dedicated hosting, which offers Apache, PHP, and MySQL services.

Once you have your instance up and running, you can log in to the backend section of the website, accessible from <yoursiteurl.tld>/administrator. This represents the Joomla backend application that we’ll explore in depth in the next section.

The backend application

Joomla comprises two interconnected applications: a frontend application and a backend one. The frontend is the part of the system that is visible to website visitors. The backend is the part of the system that is used by the webmaster or the administrator to configure, build, and manage the website.

The backend is also the area that hosts most of Joomla’s functionality. These features include, but are not limited to the following:

  • Log-in/log-out
  • Article management
  • Category management
  • Media management
  • Custom fields
  • Module management
  • Menu management
  • Updates management
  • Extensions management
  • Users management
  • Permissions management
  • Template management
  • Language management
  • Application configuration

Joomla also exposes a wide set of APIs that allow extension developers to integrate core features (for example, category management) into their extensions, providing administration users with a consistent experience within the backend application.

Throughout this book, we’ll go through the features offered by the Joomla core and explore their options and the possibilities they provide.

The backend experience

One of the novelties introduced in Joomla 4 is a completely redesigned backend user experience, with a collapsible sidebar menu that replaces the previous horizontal top-bar drop-down navigation system provided by Joomla until version 3.10.

Figure 1.1 – The Joomla 4 dashboard

Figure 1.1 – The Joomla 4 dashboard

The new backend design found its origin in UX research conducted by Elisa Foltyn, who published a draft of the administration experience in the Joomla Community Magazine in December 2017 (A new User Interface for the Joomla Backend, Episode IV, https://magazine.joomla.org/all-issues/december-2017/episode-iv-a-new-user-interface-for-the-joomla-backend). The draft and preview were discussed extensively among the community and core developers, with the final version being slightly different from the original proposal. However, some key concepts are implemented in what we can now appreciate as Atum, the backend template.

Now that we know a little about the backend, let’s go on to explore the various menus in the dashboard.

Exploring the Joomla dashboards

Beyond the left sidebar menu for administration, Atum features another new concept to Joomla: dashboards. Dashboards have been introduced to provide a summary page where users can access all the relevant features for a specific area. Some of the dashboards are pre-defined and available to all Joomla administrators upon installation, for example, the Content Dashboard, Users Dashboard, Components Dashboard, Menu Dashboard, and System Dashboard:

Figure 1.2 – Components Dashboard

Figure 1.2 – Components Dashboard

As shown in the preceding screenshot, dashboards are a collection of links to useful resources and functions. Let us explore these dashboards to see what each one has to offer.

Content Dashboard

In Figure 1.3, we can see the Content Dashboard, which allows us to access all the most common features to manage content.

Figure 1.3 – Content Dashboard

Figure 1.3 – Content Dashboard

The dashboard includes the following links:

Table 1.1 – Content Dashboard

Table 1.1 – Content Dashboard

To summarize, the Content Dashboard allows an administrator to access almost all aspects of content management for the website, thanks to direct links to the features.

As we can see in Figure 1.3 and Table 1.1, the dashboard can be completely customized. In fact, the administrator can add, move, and remove modules in the Content Dashboard, as well as in any other of the pre-defined dashboards. This is particularly important as it allows the administrator to build a personal backend experience, with custom modules and dashboards that are tailored to their specific needs.

Also, as we’ll understand further in this book, every block (module) includes Permissions management features, allowing the site administrator to create personal dashboards also based on the permission level, differentiating the backend experience for the different access levels and permissions.

Next, we’re going to explore the the Home Dashboard.

Home Dashboard

The Home Dashboard is a special dashboard that is shown right after logging in to the backend of the website:

Figure 1.4 – The Home Dashboard serving as the control panel

Figure 1.4 – The Home Dashboard serving as the control panel

It allows the administrator to quickly access the most used and useful features, as well as to instantly check the status of the website. Let us explore a few of these in detail, starting with the Site module.

The Site module

From the Site module under Home Dashboard, the administrator can access the following options:

  • Users
  • Articles
  • Article Categories
  • Media
  • Modules
  • Plugins
Figure 1.5 – The Site module

Figure 1.5 – The Site module

Another key module in this dashboard is the Latest Actions module.

The Latest Actions module

The Latest Actions module shows the five most recent actions executed by users and administrators on the website. The module takes data from the User Action Log feature included in User Management, which we will see later in the book.

The System module

Toward the right side of the screen, we can find the System module.

Figure 1.6 – The System module

Figure 1.6 – The System module

As you can see in the preceding figure, this module displays three buttons:

  • Global Checkin: This option allows you to check whether some items are locked in the database (for example, articles and contacts)
  • Cache: This option allows you to check the status of the system cache and purge it
  • Global Configuration: This option allows you to access the Global Configuration screen

Next comes the Notifications module.

The Notifications module

The Notifications module shows four status icons/buttons, as seen in the following screenshot:

Figure 1.7 – The Notifications module

Figure 1.7 – The Notifications module

Let us look at what each of these does:

  • Joomla! Update Status: This area checks and provides notifications on the availability of an update for the CMS
  • Available Updates: This section checks and notifies the user of the availability of updates for any of the installed extensions
  • Override(s) to check: This section notifies the administrator about the need to verify whether an update of the CMS files may have caused the overrides to be obsolete
  • Privacy Requests: This section shows whether there are any privacy information or deletion requests that are classified as urgent

In Figure 1.7, the status is up to date, but the notifications change based on the status.

Note

The threshold to classify a request as urgent is completely customizable. We will discuss the core privacy features in Chapter 6 of the book.

Next, let’s look at the Privacy Dashboard.

Privacy Dashboard

The Privacy Dashboard module shows the list of the most recent privacy information or deletion requests. Just like the notification icon presented in Figure 1.7, this module is also directly connected to the Privacy Tool Suite of features that were introduced in Joomla in version 3.9. We will explore the privacy features in depth in Chapter 6.

Logged-in Users

The Logged-in Users section displays the list of users that are currently logged in to the system, either in the frontend or backend applications. The application to which they are logged in is displayed next to the name of the user. For users logged in to the website frontend, the administrator can also log them out.

The Recently Added Articles module

The Recently Added Articles module shows the list of the latest articles created on the website, together with their author and date of creation.

In addition to this, there is the Popular Articles module, which shows the most-read articles on the site.

Toward the bottom of the dashboard, there is a button that allows you to add a module to it so that you can customize the appearance of the dashboard. Moreover, each of these modules can also be customized/edited and rearranged in another position or unpublished.

With this module, we have completed the exploration of the Home Dashboard. We will now explore another useful dashboard, the System Dashboard.

System Dashboard

Another special dashboard is the System Dashboard, which collects all the principal options to set up and configure the Joomla installation:

Figure 1.8 – System Dashboard

Figure 1.8 – System Dashboard

This dashboard is made up of modules that cannot be edited or unpublished since it is the only path to access some specific features of the application.

Let’s explore the commands and options provided by the System Dashboard:

Table 1.2 – System Dashboard

Table 1.2 – System Dashboard

Once again, it is possible to add additional modules to this dashboard to customize its appearance.

We’ll now move on to another important dashboard, the Component Dashboard.

Component Dashboard

The Component Dashboard represents the access point to the installed components, which we’ll explore later in the chapter. This dynamic dashboard will grow automatically as we install other components on our websites.

The dashboard is made up of the same links to component parts that can be found under the Components menu in the sidebar.

Every installed component has a specific menu that allows the administrator to access a specific page or function.

For example, the Contacts component that is included by default in any Joomla installation has four links both in the Components Dashboard and in the Components menu. These links allow you to do the following:

  • Open the list of created contacts
  • Open the list of categories of contacts
  • Open the list of custom fields for contacts
  • Open the list of groups of custom fields for contacts

There is no standard number of menu items for each component, as the needed number is specific to the needs of the component.

Extensions

As mentioned at the beginning of this chapter, Joomla is a flexible CMS that allows you to extend its functionality with the help of additional software that can be installed on top of its core. Extensibility is a common feature for a CMS and has been key to the success of Joomla. In fact, this aspect allowed the growth of an extensions developer ecosystem, which has resulted in thousands of extensions being published over the years.

So, what is an extension? As the name suggests, an extension extends the CMS, providing additional functionality.

Possible examples are that you need to install a specific extension to add e-commerce features to your Joomla installation, or you need to install a photo gallery extension to build galleries easily on your website.

Extension types

In contrast to the other CMSs, Joomla makes use of several types of extensions. In fact, in Joomla you can have the following extension types:

  • Components
  • Modules
  • Plugins
  • Libraries
  • Packages
  • Templates

There are several differences between the types of extensions, and we will explore each one in brief here (you can refer to the Further reading section at the end of this chapter to learn more about these extensions).

Components

Components are mini applications. If you consider Joomla to be your website operating system (OS), you can consider a component as an application that you install on your OS. Components are installed to add features to the website and have two parts—an administration part, accessible via the backend of Joomla, and a site part, accessible through the website frontend.

Several components are provided in the core installation of Joomla, including Contacts, Tags, News Feeds, and Banners, which we will explore in a separate section.

You will need a component to add the following features:

  • Backup
  • E-commerce
  • Newsletter

When you install an extension that adds specific functionality, it generally includes a component and other parts such as modules, plugins, and libraries.

Modules

Modules are used to display information or render data from components. They are used to build the page layout, showing specific features, such as the login module and the latest articles modules. Modules are assigned to menu items so that you can show a module on specific pages of the website. It is also possible to create custom HTML modules to show information or custom code.

Modules are used extensively in the backend and the frontend of the website.

Plugins

Plugins are the smallest type of Joomla extensions and provide features associated with trigger events. That means that when an event (for example, a page load) occurs, the function provided by the plugin is triggered.

There are multiple categories of plugins, based on the event type with which they are associated, for example, users, system, content, and authentication.

Also, any extensions can add custom events that trigger the action of specific plugins.

Libraries

Libraries are additional packages of code that provide a group of functionalities. Also, Joomla includes a series of external libraries to provide some features, for example, PDF export features, jQuery, PHPMailer, and a rapid application development framework.

Packages

Packages are a particular type of extension that allows administrators to install multiple extensions at once. For example, if an extension comprises a component, some modules (frontend and backend, for instance), and some plugins, it is common for the developer to provide just a single package. This way, it is easier to install the extension with all the needed pieces at the same time instead of executing multiple installations.

Templates

Templates are a type of extension that dictates how a website looks. There are two different types of templates: frontend templates and backend templates.

Frontend templates are used on the publicly accessible side of a website. The default frontend template for Joomla 4 is Cassiopeia.

Backend templates are used to render the administration interface. Atum is the default backend template for Joomla 4, and it is the one visible in the screenshots included in this chapter.

Extensions management

The backend application of Joomla includes several functions to manage extensions, allowing the administrator to conduct the following operations:

  • Install a new extension
  • Update an extension
  • Delete an extension
  • See the list of installed extensions

All extensions, whether downloaded for free or paid, are provided in the .zip file format and can be installed through the dedicated function in the Joomla backend.

The extensions management features are accessible through the System Dashboard.

The Joomla! Extensions Directory

From the backend of the application, you can access the Install from Web feature, which allows you to install any of the thousands of extensions published on the Joomla! Extensions Directory. This is a web portal in which third-party developers publish their extensions, either free or paid.

Extensions will add to your website additional features and capabilities, on top of those included by default. In the next section, we will explore the components included in the standard Joomla setup.

Exploring the included components

By default, Joomla includes a bunch of components, as well as other extensions, providing some basic features. Let’s explore the components shipped with the default package.

The Banners component

Banners is a component that allows an administrator to manage advertising banners on their website. Banners are a piece of content that might include media and/or text that contains advertising material. For each banner, the component allows you to set up the maximum number of impressions and the type of advertising strategy (for example, periodic or unlimited). Each banner should be linked to a client. The number of times a banner is displayed on the website (impressions) and the number of clicks on the banners are tracked by the component.

Banners might be placed in modules on the website frontend, such as common advertising that we are used to seeing on many websites nowadays.

The Contacts component

Contacts is one of the most used components in Joomla. It allows you to create contacts and provide a contact form for each of the contacts created. It is used to handle an address book of the different contacts of a company, allowing users to write to the desired person through a contact form published on the website frontend. Contacts can be organized into categories and can be enriched with additional custom fields.

The News Feeds component

News Feeds is a component that allows an administrator to integrate content from other websites. It gets as input an RSS feed and can import the content from a third-party website. Such external content might be displayed in a frontend module. For example, a local news website could use the News Feeds component to provide additional national news to their readers, importing RSS feeds of a national news provider.

The Smart Search engine

Smart Search is the internal search engine of Joomla. Smart Search indexes automatically, if enabled, the contents of the website and provides pertinent search results upon request to website users through a search engine module.

It is a comprehensive solution to index the content and provides users with an OpenSearch-compatible search engine. Administrators can extend the types of indexable content through additional plugins, allowing the component to index products, users, and much more.

The Tags component

Tags is a supporting component that allows administrators to introduce an additional level of categorization to their content. Tags are used to mark related content, surpassing the limit of a category for each item. Also, the same tag can be applied to content items across content types.

Tags are like labels that can be applied to content items. The component is used only to create, list, and manage tags.

Summary

In this chapter, we have discovered the overall experience offered by the backend of Joomla, which tools it provides, and how it is structured. We have also learned what dashboards are available in the backend and how they can be customized to fit the needs of any website administrator.

After reading this chapter, you have learned how to navigate the backend of Joomla, understand the difference between the types of extensions available, and know the basics of the components shipped in a default Joomla installation. In the next chapter, we will go in-depth into the content management features.

Further reading

Left arrow icon Right arrow icon

Key benefits

  • Get up and running with all new Joomla 4 features to deliver a rich experience with your websites
  • Enrich your learning journey while building websites in real time using real-world case studies
  • Customize Joomla websites using templates to deliver better user experience to your clients

Description

Joomla has been the second-most used open-source content management system for years. It has always had many built-in features, but several of them are not very well-known in the market. This book brings to you all the major features of the Joomla 4.x series that’ll enable you to build your own website and CMS on Joomla. The book begins by introducing you to the content management features that represent the hearth of the software and show you how to structure your website content to get the most out of it. You’ll also find out how to extend your content with custom fields, go multilingual, and set up your custom workflow. As you advance, you’ll learn all about the customization of the website, introducing templates, and child templates and overrides that’ll allow you to make your site unique. The concluding chapters will take you through four different case studies, including an online learning system, a B&B booking system, and corporate and editorial websites to see how Joomla has been used in real life to achieve a specific goal for your clients. By the end of this book, you’ll be able to confidently build modern websites on Joomla to deliver tailor-made solutions to your clients.

Who is this book for?

If you are a CMS developer or website designer who knows how to build a website using ready-to-install software, this book is for you. Basic web design knowledge and experience will help you get the most out of this book. If you already know any of the previous versions of Joomla, this book will allow you to discover more about the newer releases. This book will also be beneficial for website holders and managers.

What you will learn

  • Build your websites using Joomla 4's enhanced features
  • Explore advanced content-handling features like scheduled publishing options, custom fields, and the workflow feature
  • Discover the search engine optimization features included in Joomla 4
  • Set up your website to handle multiple languages and structure the navigation system
  • Understand the customization features provided by Joomla -- templates, overrides, and child templates
  • Find out how to use CLI to operate without accessing the CMS backend
  • Design tailor-made graphics by customizing Joomla templates
Estimated delivery fee Deliver to Norway

Standard delivery 10 - 13 business days

€11.95

Premium delivery 3 - 6 business days

€16.95
(Includes tracking information)

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jan 13, 2023
Length: 338 pages
Edition : 1st
Language : English
ISBN-13 : 9781803238975
Concepts :
Tools :

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
Estimated delivery fee Deliver to Norway

Standard delivery 10 - 13 business days

€11.95

Premium delivery 3 - 6 business days

€16.95
(Includes tracking information)

Product Details

Publication date : Jan 13, 2023
Length: 338 pages
Edition : 1st
Language : English
ISBN-13 : 9781803238975
Concepts :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 83.97
WordPress Plugin Development Cookbook
€28.99
Joomla! 4 Masterclass
€27.99
Developing Extensions for Joomla! 5
€26.99
Total 83.97 Stars icon

Table of Contents

25 Chapters
Part 1 – Joomla! Out of the Box Chevron down icon Chevron up icon
Chapter 1: A Powerful and Extensible Core Chevron down icon Chevron up icon
Chapter 2: How to Manage Content Chevron down icon Chevron up icon
Chapter 3: Advanced Content Management Chevron down icon Chevron up icon
Chapter 4: Exploring the Flexibility of Modules Chevron down icon Chevron up icon
Chapter 5: Building Your Site Structure: the Menu System Chevron down icon Chevron up icon
Chapter 6: Managing Users and Their Permissions Chevron down icon Chevron up icon
Part 2: Advanced Features Chevron down icon Chevron up icon
Chapter 7: SEO at Its Best Chevron down icon Chevron up icon
Chapter 8: One Site, Multiple Languages Chevron down icon Chevron up icon
Chapter 9: Planning Operations with Scheduled Tasks Chevron down icon Chevron up icon
Chapter 10: Tailored Communication with Mail Templates Chevron down icon Chevron up icon
Chapter 11: Command-Line Interface Chevron down icon Chevron up icon
Part 3: Styling and Securing Your Website Chevron down icon Chevron up icon
Chapter 12: Styling Your Website – Templates Chevron down icon Chevron up icon
Chapter 13: Customize Everything with Overrides Chevron down icon Chevron up icon
Chapter 14: Child Templates Chevron down icon Chevron up icon
Chapter 15: Template Frameworks Chevron down icon Chevron up icon
Chapter 16: Advanced Features – Access and Security Chevron down icon Chevron up icon
Part 4: Case Studies Chevron down icon Chevron up icon
Chapter 17: Case Study – A Corporate Website in Joomla Chevron down icon Chevron up icon
Chapter 18: Case Study – Online Academy with Joomla Chevron down icon Chevron up icon
Chapter 19: Case Study – A B&B Booking System with Joomla Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Most Recent
Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.8
(10 Ratings)
5 star 80%
4 star 20%
3 star 0%
2 star 0%
1 star 0%
Filter icon Filter
Most Recent

Filter reviews by




Derek Madge Jun 07, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Joomla 4 is the latest and definitely best iteration of the Joomla website operating system. I use Joomla because, although it is not a easy to use for a newbie as the more popular Wordpress, it is much more flexible and secure. This book takes you through the structure ad process of building a good looking and, more importantly, a well functioning professional level website. there was much I already knew (having worked with Joomla since 2008) but it also opened up to me the latest features, and taught me a few tricks and efficiencies I hadn't figured out. If you want to make a professional website using Joomla, I recommend this book.
Amazon Verified review Amazon
Olivier Buisard May 31, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Luca goes into detail in areas that are often untouched or unknown when moving to Joomla 4. Workflows, scheduling tasks, child templates, all are explained very well, and the exercises challenge you to try it out.I recommend it very strongly!
Amazon Verified review Amazon
Jennifer L Gress May 14, 2023
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
I enjoyed the book. I thought more detail could have been given in some sections but then, the book would be a thousand pages long. For a basic overview of Joomla 4 and what it can do, I think it's a good book. I enjoyed reading the more advanced sections like the Task Scheduler, CLI, and Multilingual sites (which I've never been good at). I did find myself asking some questions whilst reading it. "What about _____?" But again, how much can we fit into one book? I haven't yet explored the "Further reading" or "Resources" in each section. I'm glad there are links to more resources so I can learn more about what I want to learn more about. I thought it was nice that Luca showed some popular template frameworks in addition to the J4 core template Cassiopeia. Overall, I like the book. Thanks to Luca.
Amazon Verified review Amazon
Aunt laura Apr 02, 2023
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book is an excellent step-by-step book to take you through the features and enhancements for Joomla4. If you already know Joomla3, this book can be helpful because Luca takes you through each element of the system in an easy-to-explain manner.He also provides examples and 'workshops' at the end of each chapter which is helpful for you to understand what you are doing. He includes detailed screenshots and each element is described completely.This is a great book to add to your Joomla! library!
Amazon Verified review Amazon
Michael James Mar 07, 2023
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
" Luca Marzo is a technology professional with more than 15 years of experience" And that is exactly the problems these byte heads never put themselves in the place of the end user. I go back to the 286 computer, 10 meg hard drives and 1/2 meg of memory. I recently jumped right into Joomla and the first task was to change the text in the supplied templates with a Gantry install. There is no intuitive interface to do this. The author and he is not alone do not realize there are people seeking a starting point of how the page elements are not only placed, sized and colored, but also how to modify the text they contain. Guilty also RocketTheme. No problem doing all of the operations on their site and same with this book. There is a tutorial on Gantry 4 to "Edit Template Text" I am about to go there, but nothing about doing the same inside Gantry 5. This is not a book for the beginner or someone migrating from Wordpress. I will update this review as I work through the book from the front page. This book is a guided tour with exercises and provides a base understanding scratching the service of the galaxy of functionality. Would have been 5 stars if creators would have given better understanding of how to use Gantry 5
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is the delivery time and cost of print book? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela
What is custom duty/charge? Chevron down icon Chevron up icon

Customs duty are charges levied on goods when they cross international borders. It is a tax that is imposed on imported goods. These duties are charged by special authorities and bodies created by local governments and are meant to protect local industries, economies, and businesses.

Do I have to pay customs charges for the print book order? Chevron down icon Chevron up icon

The orders shipped to the countries that are listed under EU27 will not bear custom charges. They are paid by Packt as part of the order.

List of EU27 countries: www.gov.uk/eu-eea:

A custom duty or localized taxes may be applicable on the shipment and would be charged by the recipient country outside of the EU27 which should be paid by the customer and these duties are not included in the shipping charges been charged on the order.

How do I know my custom duty charges? Chevron down icon Chevron up icon

The amount of duty payable varies greatly depending on the imported goods, the country of origin and several other factors like the total invoice amount or dimensions like weight, and other such criteria applicable in your country.

For example:

  • If you live in Mexico, and the declared value of your ordered items is over $ 50, for you to receive a package, you will have to pay additional import tax of 19% which will be $ 9.50 to the courier service.
  • Whereas if you live in Turkey, and the declared value of your ordered items is over € 22, for you to receive a package, you will have to pay additional import tax of 18% which will be € 3.96 to the courier service.
How can I cancel my order? Chevron down icon Chevron up icon

Cancellation Policy for Published Printed Books:

You can cancel any order within 1 hour of placing the order. Simply contact customercare@packt.com with your order details or payment transaction id. If your order has already started the shipment process, we will do our best to stop it. However, if it is already on the way to you then when you receive it, you can contact us at customercare@packt.com using the returns and refund process.

Please understand that Packt Publishing cannot provide refunds or cancel any order except for the cases described in our Return Policy (i.e. Packt Publishing agrees to replace your printed book because it arrives damaged or material defect in book), Packt Publishing will not accept returns.

What is your returns and refunds policy? Chevron down icon Chevron up icon

Return Policy:

We want you to be happy with your purchase from Packtpub.com. We will not hassle you with returning print books to us. If the print book you receive from us is incorrect, damaged, doesn't work or is unacceptably late, please contact Customer Relations Team on customercare@packt.com with the order number and issue details as explained below:

  1. If you ordered (eBook, Video or Print Book) incorrectly or accidentally, please contact Customer Relations Team on customercare@packt.com within one hour of placing the order and we will replace/refund you the item cost.
  2. Sadly, if your eBook or Video file is faulty or a fault occurs during the eBook or Video being made available to you, i.e. during download then you should contact Customer Relations Team within 14 days of purchase on customercare@packt.com who will be able to resolve this issue for you.
  3. You will have a choice of replacement or refund of the problem items.(damaged, defective or incorrect)
  4. Once Customer Care Team confirms that you will be refunded, you should receive the refund within 10 to 12 working days.
  5. If you are only requesting a refund of one book from a multiple order, then we will refund you the appropriate single item.
  6. Where the items were shipped under a free shipping offer, there will be no shipping costs to refund.

On the off chance your printed book arrives damaged, with book material defect, contact our Customer Relation Team on customercare@packt.com within 14 days of receipt of the book with appropriate evidence of damage and we will work with you to secure a replacement copy, if necessary. Please note that each printed book you order from us is individually made by Packt's professional book-printing partner which is on a print-on-demand basis.

What tax is charged? Chevron down icon Chevron up icon

Currently, no tax is charged on the purchase of any print book (subject to change based on the laws and regulations). A localized VAT fee is charged only to our European and UK customers on eBooks, Video and subscriptions that they buy. GST is charged to Indian customers for eBooks and video purchases.

What payment methods can I use? Chevron down icon Chevron up icon

You can pay with the following card types:

  1. Visa Debit
  2. Visa Credit
  3. MasterCard
  4. PayPal
What is the delivery time and cost of print books? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela