I want to use wordpress as CMS for my new project with Google App Engine. I followed this guide: http://googlecloudplatform.github.io/appengine-php-wordpress-starter-project/ and now I'm testing it locally. However I noticed that there is no publish sidebar with the "publish" button when I add new page or edit the sample page.
There is not even a "save draft" button.
I think I followed the steps carefully and there is no error on browser console. I believe it should be on the right side as seen on the dashboard on wordpress.com when you add a new page:
I found a workaround tho on how to publish. Whenever I typed in the textbox my work is then being auto save as a draft. What I do is go to the "All Pages" listing and do a "Quick Edit" on the page, I can then change the status from "Draft" to "Published" to publish that page.
But it would be very convenient if I can directly publish it once I finished, without going to the page listing and doing a quick edit. Can anyone help me with this?
This seems to be the same issue as Google Appengine 1.9.3/4 and WordPress 3.9 Admin User not Fully Functional on Localhost
It only affects Windows and should be fixed in the 1.9.7 release of SDK.
Related
I have just downloaded wordpress from wordpress.org and installed it on my hosting. Then when my site has already saved and published, when I open it from another phone and computer I get the pop-up advertisement in top-right corner. I created the site without any free themes that might have ads. I use wordpress 5.2.3.
...So if someone had that problem too, please response.
I need the site immediately. I have never seen this problem before and on whole internet no answers about it.
That does not sound like a problem created by wordpress.
You could try renaming index.php to index.bak and create an empty index.php. If you open the new index.php an the ad still appears, at least you will know the problem does not lie within wordpress‘ code.
So our app has stopped working recently. Our "installation" process tries to create a custom page tab, which has been working since at least june of last year. Now when one of our customers attempts to start using our app, they get the "Add Page Tab" dialog, select the page wherein they want to install the app, click the "Add Page Tab" button, and instead of working, this error comes up:
"This page does not have permission to install the custom tab."
We are using the latest version of the php API. This successfully works installing the test version of our app on my own Facebook account... I am at a loss. Any suggestions?
Ok, so the deal is, Facebook took away something that was moderately useful - being able to install a Canvas (iframed-in webpage) app on a "Page" accessed via a "Page Tab", and doesn't seem to have any replacement for it. So far, anyway, our customers who have already installed our app will get to keep it, but nobody new can add it.
Two months ago I launched a wordpress website(www). It didn't do so well so I decided to create a subdomain (develop) and create a new site on there.
After completing development I was instructed to copy the files from the sub(develop) over to the main(www)
This worked fine and everything was displaying as it should on the new www site, however.
I've recently installed the facebook-for-woocommerce-1.2.4 on my WordPress shop. When I push my products to facebook they get listed with my develop domain.
From my limited wordpress/woocommerce/facebook knowledge I found that the URL is called via get_home_url(). I've contacted facebook, my ISP and WooCommerce if they know how I can correct this but they couldn't give me the answer.
It's most likely in the database (they said) but I have less knowledge with mySql than PHP. I've clicked through the tables but found nothing.
All my permalinks are set up correctly, unless there is a hidden one I missed.
Can anyone assist me with this?
Look in wp_options table, you will find your site url, home url there. Change that... that's all.
i need help on topic. I am using Joomla 2.5 for some security reason i need catcha on joomla administrator login panel. How i can implement it? Is there any extension available for it. i have tried it but Joomla session is created after the login of account. So it can not pass the value at time of login. Please help with possible solution
A third-party extenion jSecure Authentication allows you to add extra security layer to Joomla! administration area. You can download the plugin from http://www.joomlaserviceprovider.com/component/ambrasubs/file/view/5/7.html.
Once installed the plugin, follow the steps below:
From Joomla! administration panel, click Extensions | Plugin Manager. That shows Plugin Manager screen listing all installed plugins. From the list, click on System – jSecure Authentication link. That shows Plugin:[Edit] screen for the plugin.
Select Yes in Enabled field.
In Plugin Parameters section, type a secret key in Key field.
Check Redirect to index page in Redirect Options field.
Click Save button in the toolbar.
Now preview the site by clicking on Preview button. Type admin panel’s URL in the address bar. You will be redirected to home page of the site.
For accessing the administration panel, add the secret key at the end of the URL. For example, http://www.yourdomain.com/administrator/?secretkey.
Now you will be able to see the login box for administration area.
I have an application where I display a web view that connects to my website php file so I can offer up to date notes, so I'm trying to place a link in it so that the user can download other apps of mine, the problem I have faced is that when the links is clicked it opens google play inside the web view instead of opening the android market and so users have to login in to their google account first to download my app, if the android market opens everybody is log into it so they can just press the download button.
so here is the code I'm using in my php file
Get my other FREE App
reading the developer guide it says that when a link like this is clicked in a webpage from inside a Android device you can choose to open it with the browser or the market app, so why am I not able to choose.
Thanks for any advice.
EDIT:
here are a couple screen shots
It sounds like this is a device specific issue. You probably clicked on a market link before and set market links to open in the brower by default. To fix this open app settings and then click on your brower. There will be a section that says something like "you've set this app as the default app for somethings" below that text there will be a button that says something like "clear defaults". Clear your defaults and then try your link again. (Also, I should note that for play.google.com links to work your market app needs to up to date)
Edit: This question is probably actually what you are looking for.