Joomla 3.2 not working with template - joomla3.2

I have a joomla 3.2 site. Templates like eclipse,business,smartone are not working with my joomla site. Only 'home' shown, other menus are not shown in my page but default template works nice but i need to work with good template. Please help me!!

Templates are managed by Joomla! in the same way as any other extension. But sometimes you may occasionally run into a situation where you cannot install a template in your Joomla 2.5 site with Upload Package File in the Extension Manager. And again and again you see this same message that the system could not find xml setup file (“JInstaller: :Install: Cannot find XML setup file“). You have to use alternative template installation methods, for example, installation via FTP.
you can use use the following link to install it again manually:
https://www.gavick.com/documentation/general-questions/how-to-install-joomla-template-manually/

Related

Visual composer plugin seems to not working on localhost

I have a online web site with Visual Composer plugin, and all works fine.
Today I downloaded this site in local, but Seems That the VC plugin does not work because the page layout is wrong and some parts of the pages are no longer visible.
I think that these parts are used by VC.
Does anyone know what happened?
Thanks
-- UPLOAD --
I think I found the problem. Custom css files (of theme) are not loaded on pages.
For example on remote site pages load css/custom-f5s6da4f.css file, instead in local not.
Thanks
You have downloaded website from server to local you will need to update wordpress & website URL. Currently website is not able to load various assets CSS/JS check browser console. If you see short-codes for visual composer then its issue with Visual Composer plugin.
I found the solution, if someone could help.
The custom css were blocked. The first error may be that the folders do not have the permission.
The second (what is served to me) is to reset and restore the custom CSS: theme option / general / advanced (tab) -> 'disabled' and than 'enabled' responsive layout.
have a nice day

how to install Drupal 8 Librabries API module

I have downloaded the Libraries API https://www.drupal.org/project/libraries from here.. put in the Libraries folder under on the root
so it looks like this /libraries/libraries but it does not show up on the extend page for installation. the same thing with nivo slider put it under /modules/nivo_slider and still can see it so that i can install... Please help.
Im running drupal 8.1.8.
Libraries API is a module, so you should put it in the /modules directory in order to see it on the Extend page

How to use drupal modules Properly

Recently my website redesigned and after redesigning it is on Drupal before it was on WordPress and have i good command over the wordpress but now i am facing the problem with Drupal Modules .so can anybody tell me how to use Drupal Modules Properly.
In case you are using a custom installation profile you should place all modules under /prodofile/your_profile/moduels.
If you don't using a custom installation profile, the most common place to put the modules in is /sites/all/modules
How to use them:
Download the module from drupal.org
Put it in the module folder (see above)
Go to /admin/modules and enable the module.

Have wordpress as a module or extension in Yii

I would like to add a blog to a web site. Couldn't find any good blog extension for Yii, so I decided to just use Wordpress. (Please let me know if there's a better way)
I could just extract wordpress in the root folder and run it.
http://www.example.com/wordpress
However, the Yii framework has its index.php on root folder so I will have to make wordpress either a module or extension (I think) unless I put the Yii framework in a root/yiiFolder and use root/wordpress to separate the two. Also, the main layout will have to be different than the Yii default main layout. Otherwise, the blog will share the same header and footer structure of Yii.
Could someone give me an example on how Yii framework call a non-yiiframework site?
If you are having the following error:
include(Translation_Entry.php): failed to open stream: No such file or directory
then you need to disable Autoload, for example like this:
spl_autoload_unregister(array('YiiBase','autoload'));
$wp=dirname(__FILE__).'/../../../../wp-load.php';
require_once($wp);
spl_autoload_register(array('YiiBase','autoload'));
http://wpengineer.com/1038/embed-wordpress-functions-outside-wordpress/ - here is described how to call wordpress functions from outside wordpress. I tried the same thing from Yii layout and now I'm facing strange error. include(Translation_Entry.php): failed to open stream: No such file or directory. I need to look a little more into this.
Other than that - this solution (if you manage to configure it) should give you what you want.
You can include wordpress as a library, and require_once 'wp_config.php' in index.php. Then you can call wordpress function directly.

Magento CSS not Loading in New Template

I have posted on the template creator's site, as well as Magento support, but no one has responded.
The CSS is not loading at all on the custom theme I have installed, which is supposedly compatible with the current version of Magento.
You can view the page here: shop.dearearth.net
This is a fresh installation of Magento and the theme, with a fresh database.
I have a feeling it should be a relatively quick fix.
Thanks for looking.
All the links in your page referring to the
http://www.shop.dearearth.net/skin/frontend/base/
directory on your site returns 404. Make sure your css files are in fact in there. Also make sure your links aren't being broken by a .htaccess file.
Make sure your CSS is 777 rights by admin.
OR
Please copy the whole code from latest css and take it as a backup and create a new css file as same name and past the code.
Check in admin back-end, System > Configuration > General/Design if your theme is right specified. Also check if after you installed the new theme, the files have the proper rights (normally, they must be accessible by the web server with Write permissions)
For more info please also take a look at Magento Designers Guide for understanding of how Magento read and split template information. Maybe you have put the CSS and images in a wrong directory :)
Solved.. sort of. The version of the template turned out to be quite outdated, and the incompatible with the current version of Magento, which handles things differently in terms of calling styles in the page.xml file.
Thanks for your inputs.

Resources