i try to install django-cms 3.0 beta 2 on python 3.3
according document tutorial. i set up all part,except one "add to a page", i can't find the sub menus(The admin interfaces shows you theses placeholders as sub menus).
that make me can't select plugin to use display content, my home page still blank.
anyone can help?
So starting with django-cms 3.0, the backend plugin editing was completely moved to the frontend. This means that you can only edit page information through the admin, but will have to use the cms frontend to modify plugins. This was a way to remove the limitations set by the admin and allow you to modify content more freely. Give it a shot :)
Related
I am editing a page with WP Bakery Page Builder but somehow the settings changed. I am unable to edit the page with WP Bakery Page Builder again. A WordPress page editor is active that I am seeing first time. Anyone who has seen this before and has idea how I can revert back to WP Bakery Page Builder?
Incorrect page editor
This is how it should look like:
correct page editor
Please help. Thanks
The reason is, you have upgraded to WordPress 5.0 and many plugin that custom editor will may not work correctly with the new editor version called Gutenberg.
Easy way
...is install, activate Classic Editor (https://wordpress.org/plugins/classic-editor/) plugin and everything become "normal".
If you still seeing Block Editor, click Switch to Classic editor like the screenshot below.
Or click to Classic editor when you are on Posts list page.
Harder way
Downgrade your WordPress site to 4.9.5 will make anything be fine without losing any data.
I uninstalled my WooCommerce plugin and chose to delete all data. When installed it back I cannot see the Introductory Onboarding Wizard. I need it to create my shop and all the pages again. I suspect this is because some traces were left from the first installation. How can I re-enable it again?
In the WooCommerce -> System Status admin page, under the Tools tab, there's the Create default WooCommerce pages tool that
will install all the missing WooCommerce pages. Pages already defined and set up will not be replaced.
WooCommerce now has a Help tab just to the right of the Screen Options tab in the Wordpress (v4.8) admin panel. Click on the tab and you will discover the Setup Wizard as a selectable item ... among many other helpful goodies ... including a setup video
WooCommerce Setup Wizard
You can restart setup wizard going to www.yoursite.com/wp-admin/?page=wc-setup. It worked for me!
/wp-admin/?page=wc-setup worked perfectly for me too.
Just login into wordpress and edit this in URL bar. Voila, it works!
Regrads
I have a system build using playframework 2.0. I want to have blog to run on with the system. Is there a way i can do that?, something like plugins available for use or can I use word press to do that?
Here's a blog engine for Play Framework: https://github.com/jroper/erqx.
Well you can create a new installation of wordpress, If you want to have 1 database for your playframework and wordpress then on the installation page it will ask you for a database, just enter the same database details that you have for playframework. Wordpress uses mysql so make sure you are using mysql for your playframework.
Its always better to have a different database but if you need to have some kind of integration between the two then it would be much better if you have them both on the same database.
Now in the sitename you can add something like
http://www.example.com/blog
OR
http://www.blog.example.com
Which ever you prefer. Once installed login to your wordpress admin area, install a blog theme and start creating your new blog posts. And in your main playframework website, create a new menu item and add this link to it.
I dont know of any plugins for playframework, but there is a plugin in wordpress that makes it work as an api, https://wordpress.org/plugins/json-api/. And then there is an addon to this plugin called https://github.com/mattberg/wp-json-api-auth.
You can install these 2 plugins in your wordpress and then from your playframework's registeration code make simple REST calls to the api. This will will be used to automatically register/login user's in wordpress. So when they login to playframework they will automatically get logged in to wordpress as well.
I'm running a WordPress website with a custom template that is showing me a blank screen when I have not viewed the site in a few days. I've cleared the browser cache and I've empited all cache using w3 total cache. Once I cleared the cache,I typed in the URL each time, and it loaded the website perfectly. I did not copy and paste the URL. The URL combinations are listed below;
I've also provided a list of plugins that are currently installed on the website.
all in one slideshow v1.3.1
ckeditor for wordpress v3.6.2.1
contact form 7 v2.2
contact form to db extension v2.2.4
duplicate post 2.0.2
easy picasa v1.1
events calendar pro 1.3.3
featured image widget v0.2
get the image v0.6.2
gravity forms v1.6.2
gravity forms + custom post types v3
gravity forms css ready class selector v1.0.1
latest news widget 1.0.1
mailchimp v1.2.4
members list v3.5.6
nextgen gallery v1.7.4
page restrict v2.03
picasa express x2 v1.5.3
really simple captcha
registration form widget v1.0
search everything v6.7
shortcode exec php v1.33
si captcha anti-spam v2.7.5
sidebar login v2.2.7
the excerpt re-loaded v0.3.2
w3 total cache 0.9.2.4
wordpress https v2.0.4
wp custom login logo v1.0
wp fade in text news v4.0
wpml cms nav v1.2.4
wpml multilingual cms v2.3.4
wpml string translation v1.2.2
wp user registration v2.4
Just wondering if there may be a plugin conflict or maybe a conflict between a plugin and wpml 2.3.4? I've got no issues disabling and re-enabling the plugins one by one, but if I cannot replicate the blank screen issue 100% of the time, disabling/enabling plugins will not be of any use.
I'm also running other websites on my server none of which are showing me this problem. The server I'm running is Ubuntu 10.04 with Apache and MySQL.
Any ideas on what might be causing this issue will be very much apppreciated.
by FTP - temporarly rename your plugin folder to something else (like plugin_new) AND your theme folder and css file (like mytheme.css.old) . that will revert to to the default theme and will disable all plugins . if you do not have default theme - install it.
If nothing terribly serious has happened (like some code hack) - It will give you access to the admin area to start troubleshooting.
Add this to your wp-config.php file:
#ini_set('log_errors','On');
#ini_set('display_errors','Off');
#ini_set('error_log','/home/example.com/logs/php_error.log');
Right after the following line:
/* That's all, stop editing! Happy blogging. */
Then you can check on the log after the white screen appears, and know for sure what happened.
Thank you for all of your suggestions. I somehow managed to repeat the blank screen with no information, which then allowed me to slowly disable and enable the plugins. Found out it had to do with the updating of WPML CMS Nav, WPML String Translation and WMPL Multilingual CMS. Once I updated them, the site worked fine, without the blank screen with no code.
Just in case anyone ever runs into this problem with W3 Total Cache, I found a fix for the random blank-page issue: just turn off ALL of the "Debug Options" under General Settings.
That fixed it for me after spending countless hours searching for the issue. Good luck!
I should create a private plone site.
I tried to read both the howto on plone.org
http://plone.org/documentation/kb/creating-private-plone-site
both of the responses already made an identical request for this channel
What is the best way to create a Plone private site
but I have not found a solution.
I do not want to use (if possible) as a product http://pypi.python.org/pypi/iw.rejectanonymous but I'd only change the workflow or permissions.
I thought "enough" to set as the default workflow "intranet_workflow" where state internally_published permits "View" and "Access contents information" only to authenticated but, so 'doing, connect to my site only see a blank page (I tried it on a basic install version 4.1.2) and the user isn't redirect to the login form.
Thanks for any help
Alex
it "just works"(TM) like this:
create a new plone site
go to /##types-controlpane and set the intrantet workflow as default workflow
and do not forget to apply changes.
after that, visiting the portal will redirect unauthenticated users to the login_form
(i tested it with a plain plone4.1.3 site)
no idea why you just see a blank page. any add-ons or themes installed?
For Plone 5 I followd fRiSi answer but I haven't found /##types-controlpane, however there's a way to get to that menu through ZMI.
Go to /<plone_site>/portal_workflow then under Workflows by type in (Default) field replace simple_publication_workflow with intranet_folder_worflow.
The list of available workflows can be found under /<plone_site>/portal_workflow/manage_main
Then click on Change and Update Security Settings. This should update workflow for all objects on the Plone site.