Add2Cart Magento Theme - magento

I have a Magento ecommerce created with "Add2Cart" (www.add2cart.com). I tried to install a new theme from ThemeForest bought but I had problems in the installation.
I followed step by step installation guide but apparently does not work. In the backend of magento are not at all or the name of the home page of the new theme or any new options related to the same topic. The version of Magento is 1.7.
What could be the problem? What am I wrong?
It's possible that this platform "Add2Cart" is not compatible with some particular topic?
It's possible that there are restrictions on file permissions in ftp?
I've never had to do so I do not know !!
Here are the steps I follow the guide to install the new theme:
Log out from Magento admin panel
Using your FTP client (like FileZilla) go to your Magento root directory (it is the
directory on your server where Magento is installed). Clear the store cache in
var/cache directory (delete all the files inside). Do not delete var/cache folder! It's
necessary since Magento uses cache heavily.
Next, delete all cookies for your store domain in your web browser. All these steps
will eliminate most of potential problems.
Navigate inside Theme directory. Using your FTP client upload content of Theme
directory to your Magento root directory.
That's all. Now you can log in to Magento admin panel to enable and configure your
new Magento theme.
If you can help I would be grateful. Thanks.

Related

My CSS in Joomla admin side is not running?

I have a joomla website (https://cctvforum.id). Last week, it has not issue at all. But, when I open the website, the CSS is not running, even in the joomla admin site. I have no idea what caused it. I use joomla 3.3.3 and hathor admin template.
I can't even change the template via admin panel. Any help is greatly appreciated.
Did you see the error at the top of the page: The template for this display is not available. Please contact a Site administrator.
Looks like your template folder is gone or if you were using an alternative template, that this no longer exists. Check your filesystem for the templates folder. If it is no longer there, restore it from a backup.
The admin template can be found in the folder administrator/templates and if that is not there, you can get a copy from a fresh Joomla download.
Furthermore, you should really update your Joomla to the latest release which is 3.9.25.

Magento white screen after disabling Mage Module output in Advanced Configuration

I'm developing a Magento store and there is a guy that manages the store, we were transferring the store to another domain but the old one was with all products.
The guy went in advanced configurations and disabled all modules in the old Magento installation, even the Mage ones and now the initial page is white and the admin is too, what could I do to solve this problem?
The version of Magento is 1.9.1.1.
So, he disabled all the Mage modules, including REMOVE ENGINE ie Mage Core?
Hmm...
Ok, here's what you do.
Use phpMyAdmin to open core_config_data, sort table by path and look for all the paths beginning with advanced/modules_disable_output/Mage_ and change the value from 1 to 0
Then delete all the mage--? subfolders in var/cache/ so Magento is forced to reload the configuration data out of the core_config_data table.
This should put your engine back in so the old jalopy will run.

Missing Moodle Admintration block in Afterburner

Please I changed my default theme to the Afterburner theme on my Bitnami Moodle 2.6 which in is installed on my laptop. My question is? Can any one help me find site administration Block? I cant find the site administration block again. How can I get it to show up and it cant how do I uninstall the Afterburner theme without site administration?
Try to change theme via direct link in administration panel: [moodle web path]/theme/index.php
Another way - simply delete "afterburner" folder from moodle "theme" directory (delete or move, not rename). Moodle automatically set another theme.

how to install a downloaded theme to magento?

I am using magento 1.8. I downloaded a theme,
http://www.templatemela.com/new-style-magento-theme.html
Now I have the theme zip file. I searched over the internet but I couldn’t find any solution. I replaced the folders app, js, skin of magento root folder with the folders from theme folder. After that to activate the theme I open the admn dashboard I got an error,
The page isn't redirecting properly
Which is the correct way to install a new theme to magento?
Any one provide the step by step installation.
After you install the theme, go to System -> Configuration -> Design.
For the Themes section, set everything to modern, since that’s the name of the theme.
The theme will now be applied.
If you’re running the default install, you can make the front page look how the demo store on here does. For that you’ll need to update the CMS blocks, so go to CMS -> Manage Pages. Click on the Home Page.
You’ll be in the General Information section. Under Content, put the following:
{{block type="core/template" template="sample/home.phtml"}}
You can either comment out what’s already there, or just remove it completely.
Then you need to go to Custom Design and set the Layout to 1 column.
That’s it! Hope It will help you.
there are 3 steps to install a downloaded Magento theme. I followed this tutorial: http://magentoexplorer.com/how-to-manually-install-a-downloaded-magento-theme and successfully to install ultimo theme downloaded from Themeforest
Step 1: Extract/unzip template file
Step 2: Upload theme to Magento root folder
Step 3: Activate your new Magento theme
see the screenshot
Hope this helps

opencart theme not changing

I installed opencart 1.5.6 on my localhost, and it's not possible for me to change the theme. The admin panel says the new theme is active, but the default theme always appears.
I made the same installation on a remote server, and everything is working well there.
I have no idea what's wrong on my localhost. I'm on a new installation on Ubuntu 12.4 with a default configuration for LAMP. I tried to compare the two phpinfo but there are so many things that are different that gives me no clue.
It was just a problem of rights on the theme folder. Very stupid ...
First, I would check your database to see if the change is registered. Use phpMyAdmin (or whatever included with your LAMP stack) and look at the "oc_setting" (prefix may differ) and see if the config_template is set to the template you've chosen via the admin. This will help identify if the issue is database related.
I have the solution, the ACTUAL solution. (For me anyway)
Extract the theme.
Login to your OpenCart website using FTP. Please read our article if
you need help using FTP.
Upload the catalog and images folders to the root of your OpenCart installation.
Once the upload is finished, log into your OpenCart Dashboard and go
to System > Settings
Choose your website from the list, check the box next to it, and select “Edit”
In the store tab you will now see your new theme option available under 'Template'
Click Save.
It has now been updated.
Many, many tutorials online at the moment incorrectly instruct people to upload their theme directly into the catalog > view > theme location as though it were a WordPress theme or similar. You actually need to put the appropriate resources where they need to be.

Resources