I have installed Fishpig's Wordpress integration module (v 2.4.93) into Magento 1.7.0.2. Since then I have set it up correctly and posted multiple posts to it.
However, the integrated Wordpress menu in the the Magento admin back end started to not function anymore.
Any option I choose from the admin->Wordpress->Wordpress menu now prompts me to download a .php file instead of it rendering.
Does any one know why this would be?
Any help would be greatly appreciate.
Sincerely,
Steve
This is a setting on your server which causes the PHP file to be downloaded rather than executed. Contact your hosts who should be able to fix this for you.
Related
I came across a magento website
http://www.gidimall.com/
and
http://www.konga.com/
I really like and I've been trying to figure out which Magento theme its running on. I followed through with some techniques I found online but I didn't seem to get it.
With the following technique, I was able to determine its running on Magento Community Edition
http://www.gidimall.com/giftcard/customer : If you get a 404 Page Not Found error then that means they are NOT running MEE (Magento Enterprise Edition). If you get redirected to a login page that means they ARE most likely running MEE*
identifying its theme is a bit challenging.
You can get theme name by "view source" and find skin which general themes are stored in skin folder, so path would be
www.yoursitename.com/skin/frontend/default/theme-name/
and if it's package then it would be
www.yoursitename.com/skin/frontend/theme-name/default/
you can check in console if there is no caching
if there is caching then you can enable path hints
log into the magento back-end admin
Go to System -> Configuration in the main menu
Go to Developer on the bottom left under ADVANCED
Switch to the store view on the top left to your current website or store view.
Under the Debug tab of the same Developer config page you will see a new option appear that will allow you to turn on/off template path hints.
I have a website in Magento and I am relatively new to this platform and I have basic notions of HTML and PHP. I want to make an account on Google Webmasters tools and I need to confirm that the website is mine.
I have a metadata that I need to insert it in the header of the website, but I cannot find the header section. Can someone help me with this please?
You can add this code in Magento from backend. Here are the steps:
Login in Admin panel
From Top Navigation Click on System >> Configuration
From Left Click on Design Tab
In right Column Click on HTML Head Group.
You can add your script code in Miscellaneous Scripts textarea
I did a quick google search on where the header file in magento is located it came out with this
app/design/frontend/base/default/template/page/html/head.phtml
And i assume default is the default theme ,if you have your own custom theme just follow the path to your theme.
I hope that this is what you are looking for.
I have a plugin from Telarus called GeoQuote. It's a lead generation plugin for their agents, and I'm trying to help an agent get the plugin working on his WordPress site. I have all the php files and the css file in a separate folder.
My question is, how do I get it on the website now? I tried the WordPress plugin installer, but it didn't work.
I'm assuming I can upload the files to the hosting server with FTP and then use php code to call on the plugin in the widget area I created in WordPress. But I don't know what kind of code to use.
Can someone help walk me through this or at least point me in the right direction? Thanks for your help.
I m using this pause scrolling news module, which i got from the joomla extensions.
http://kksou.com/php-gtk2/Joomla/Pausing-up-down-Scroller-module.php
It also has a relevant plugin to be installed, When the both module and plugin are installed & enabled this works. Yes this works in my site !!
But my requirement is when i click the module heading it must lead to another article, unfortunately this module does not have this option. I need to play with the code. Please instruct me the steps to code in this module. Would be wonderful if you help me.
This is a content plugin.
You can edit the code in the folder : your_joomla_site\plugins\content\pausing_up_down_scroller
I'm on a current web project, on which there's a working PHPBB3 installation in
(root)/phpbb3
All other files of the page are directly on (root)/ and are manually programmed.
now I have to refactor the whole page with Joomla and want to integrate the PHPBB3 directly into the main page, so that header, menu and footer of the joomla page are still beeing displayed, only the content shall be the PHPBB.
There are no further log in mechansims on my page, so this is not an issue. It's just about an optical integration of the board into the page...is this possible?
If yes, how?
Could you please give me a hint?
greets, poeschlorn
I've done it before. There's a component/application called RokBridge that does basically this. Note that phpBB isn't running exactly "inside" of Joomla, since that would be disadvantages for performance reasons...