Sequoia Theme Documentation
Theme PageChangelog Create a Ticket
  • Sequoia - Elementor Multipurpose WordPress Theme
  • General Info
    • What's In the Box?
    • System Requirements
    • Where is my Purchase Code?
    • Theme License
    • Hosting
    • Help and Support
    • FAQs
    • Feature Request
  • Installation & Activation
    • WordPress Information
    • Sequoia Installation
    • Common Installation Errors
    • Sequoia Activation
    • Multiple Websites on One License
    • License Key Deactivation
    • Activation FAQ
  • Getting Started
    • Import The Demo Content
    • Switch Between Different Demos
    • System Status
    • Sequoia Update
  • Blocks & Sidebar
    • Header Setup
    • Sidebar Setup
    • Footer Setup
  • Site Settings
    • Logo & Site Identity
    • Site Layouts
    • Site Colors
    • Site Fonts
    • Typography
    • Customizing Buttons
  • Sequoia Widgets
    • Icon Box
    • Offices
    • Timelines
    • Testimonials
    • News
    • Buttons
    • WooCommerce Categories
    • WooCommerce Products
    • Navigation Menu
    • Site Logo
    • Search
    • Animated Image
    • Number Block
    • Hover Images
    • Service Blocks
    • Slider
    • YouTube Popup
    • Teams
    • Spots
    • IPhone Frames
    • Galleries
    • Countdown
    • Anchor
    • Block Link
    • Before and After
    • Pricing Table
    • Device
    • Links List
  • Translation & Localization
    • Translation Basics
    • Translation Preparation
    • Theme Translation
    • Plugins Translation
    • Translations Update
  • Changelog
  • StylemixThemes
    • Themes
    • Plugins
Powered by GitBook
On this page
  • Theme is missing the style.css stylesheet error
  • The link you followed has expired
  • Method 1. Fix by increasing limits in .htaccess file
  • Method 2. Fix by increasing limits in php.ini file
  1. Installation & Activation

Common Installation Errors

PreviousSequoia InstallationNextSequoia Activation

Last updated 2 years ago

Theme is missing the style.css stylesheet error

A common issue that can occur when installing WordPress themes is “The package could not be installed. The theme is missing the style.css stylesheet.” error message being displayed when uploading or activating the theme.

One of the reasons you may receive this error is if you have uploaded the incorrect file. You have 2 options for downloading your theme.

1. Installable WordPress file only.

2. All files and documentation (full zip folder). You will need to extract and locate the installable WordPress file.

NOTE: Please make sure you are uploading only the installable theme which is called NameOf Theme.zip. If you upload ALL these files you will receive an error.

The link you followed has expired

The quickest way to fix "The link you followed has expired" error is by increasing the file upload size, PHP memory, and execution time limits for your website.

There are multiple ways to do that. We will show you all of them, and you can choose the one that looks easier or the one that works on your hosting environment.

Method 1. Fix by increasing limits in .htaccess file

For this method, you will need to edit the .htaccess file by using an FTP client or the File Manager app in cPanel.

Simply connect to your website using FTP and edit the .htaccess file.

Now, you need to add the following code at the bottom of your .htaccess file.

php_value upload_max_filesize 64M 
php_value post_max_size 64M
php_value max_execution_time 600
php_value max_input_time 600

Don’t forget to save your changes and upload the file back to your website.

Method 2. Fix by increasing limits in php.ini file

Now edit the php.ini file and add the following code inside it.

upload_max_filesize = 128M
post_max_size = 128M
max_execution_time = 300

Don’t forget to save your changes and upload the file back to your website.

You can now visit your website and try to upload the theme or plugin file. The error would disappear, and you should be able to upload the file.

If it doesn’t, then try to increase file limits to match the file size you are trying to upload.

The php.ini file is a configuration file used by PHP and WordPress. You'll need to connect to your WordPress site and look for php.ini file in your site’s root folder.

Most users are on a account, so they may not find it in their site’s root folder. In that case, you need to create a blank php.ini file using a plain text editor like Notepad and upload it to your website.

using an FTP client
shared hosting