opencart theme not changing - themes

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.

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 new theme with default data

I have installed Magento CE 1.9.1.0 with sample data. I have copied the default theme of interface rwd and rename it as test theme. Update the package and theme from the admin panel and Save the same. But when refresh the front panel from browser no data will be displayed including images etc. Please help me to know what are the tricks behind the same.
Why data is lost while new theme has been activated?
How to see the sample data?
What are the files am I need to configure more?
you want to Customize RWD theme.in your rwd package you can make a new theme like
design/frontend/rwd/yourtheme and start copying the files which you want to customize in yourtheme.
copy files from design/frontend/rwd/default to design/frontend/rwd/yourtheme and start customization.
and also check this link too
If my understanding is right, you already create your own theme package and set it in the System > Configuration > Design (and correctly followed the magento fallback system) Link
Next, if your working on locally, make sure to set the cache as disabled. Navigate to System > Cache management and select all, refresh and then disabled it.

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.

Magento Checkout Page content (not in CMS)

Can someone please explain the Magento directory structure in relation to URL? I'm using the community version I believe.
So I had someone ask me to update some content on a magento checkout page. I'm not familiar with the framework that much so trying to figure out the file/folder structure has been a challenge for me. That said, the checkout is located on http://domain.com/magento/checkout/onepage/
The only thing I'm trying to update is some "terms" that are showing up in the checkout tab, which I can't seem to find through the Magento CMS anywhere (pages, terms, etc), and the other thing I'm trying to add is the coupon code field display, which I checked (at least what I think) were the corresponding XML and PHTML files and the code isn't commented out for the coupon code, so I suspect my problem is with the fact that I'm just not looking in the right project folder/file, or there's some kind of inheritance from default that I'm missing.
Step 1 to debug this is to enable template path hints from the admin HTML console. This will show you what template files are being loaded. From there you should be able to resolve your problem.
System -> Configuration -> Developer -> Advanced -> Template hints
However I've looked at my local install of CE and on the one page checkout don't see any reference to terms. Perhaps this is an extra block being inserted?
Applies to all versions of Magento
Magento path hints
If you enable Template Path Hints on a site and refresh the cache, ALL site visitors will see the hints.
To avoid this, put you external ip address into:
System -> Configuration -> Developer -> Developer Client Restrictions -> Allowed IPs (comma separated)
Example: goto http://www.whatismyip.com/ and note down your ip address (for example 103.167.139.74). Enter the ip into the field and save.
Doing this will only show the path hints to visitors from the above mentioned ip address.
Path to template files
This will depend on the theme used. Let's pretend you're using the default magento theme on community edition. Then you will find all of the templates at app/design/frontend/base/default/template/checkout/
Checkout parts live in app/design/frontend/base/default/template/checkout/onepage
Magento Path hints for sure or if you can invest a few bucks buy commerce Bug 2. Now if this is your first time working with magento I strongly advice you to backup your database, copy all the files from your theme and set a development enviroment. Other thing you should do is to disable the cache and tell magento to display erros while workin (check your index.php ini_set('display_errors', 1);}

Joomla! VirtueMart - Unable to make changes locally

I'm using Joomla! 1.5.14 and VirtueMart 1.1.3
My codes are hosted on my website. But now that i wanna make changes, i put the codes into XAMPP so that i can run them locally and test it out first before i put them up into the internet.
The problem is, after i logged in as administrator (http://localhost/mysite/administrator/), whenever i click on any links (example: "Manage user fields", "Edit store", etc..), it redirects me to my live site.
If i edit from there, the changes will be made straightaway on my site (which i don't want to).
May i know which files and what are the codes that i should change so that when i click on the links that i want to make changes, it will still be in localhost?
Go to your configuration file in
administrator/com_virtuemart/virtuemart.cfg.php
Change the live-site URL from localhost to your live one.

Resources