Drupal : editing content theme broken? - drupal-8

When editing content in Drupal theme is broken ?
What could be the reason.
Urls like :
http://www.test1.com/admin/content
http://www.test1.com/node/add/article
http://www.test1.com/node/add/page
http://www.test1.com/admin/structure/block
are all broken.. but others like :
http://www.test1.com/admin/structure
http://www.test1.com/admin/appearance
are OK.

Changed the Admin theme and it seem OK so far.
Seems current Drupal 8 ships with broken theme or something !!

Related

customization of Drupal8 subtheme with left handside menu

I need help with changing a subtheme of drupal 8 based on a picture.
how it have to look like.
this is what I have nowwhat I have now
This is what I've done till now:
installed barrio subtheme
install "Responsive and off-canvas menu" Drupal 8 module. and followed the tutorial-> https://www.ostraining.com/blog/drupal/responsive-offcanvas-menu/
created a form webforms
The problem is that the menu appears at the bottom of the page and the website does not look visually good. I don't know what I've done wrong and why it is not working properly.
For the subtheme, I chose Bootstrap Barrio 8.x-4.22 and I made a custom one for my project.
I need someone to help me if possible.
Apparently the Drupal system was not able to find the mmenu-js library and that's why is performing that way. When I copy the library to the correct folder drupal/libraries it worked

Is django-ckeditor a truly wysiwyg editor?

When I'm editing content in ckeditor, it looks great with all the styling applied. For example, code snippet looks like:
and blockquote looks like:
But when django template(content) is rendered it doesn't preserve any of the styling.
Code snippets becomes :
and blockquote becomes :
You need to make sure that the styles in CKEditor are also available in your site's CSS files. See contents.css in CKEditor's main folder and adjust both it, and/or your site's CSS, to match each other.

Sitecore add here button not showing the Add rendering dialog

All of a sudden the Add here button in experience editor to add a rendering is not working. When clicked nothing happens. Do you have any idea where can I start look into? I already tried to remove the custom styles and scripts in my Editing theme. Sitecore version is 9 update 2 and SXA is 1.7
You have started from the right thing. Please make sure that you have the valid base themes defined in the Media Library: /sitecore/Media Library/Base Themes, especially, the Editing Theme with the logic used to edit components in Experience Editor.
Another idea is to check the order in which the layers load in Sitecore. The default order is defined in Website/App_Config/layers.config, make sure that SXA configuration loads last in the Modules layer, so that all custom modules are processed ahead of the SXA. It is recommended to create a custom patch file instead of modifying the standard configuration.
Hope this helps.
Did you check the console?
Maybe you have some error caused by some new custom script and that's preventing the add button to work
We had this issue for a specific set of placeholders, fortunately affecting only a single project in our solution. To fix the behavior, we had to manually set "editable" to false -> save item and then back to true -> save item for every affected placeholder.
[EDIT]
We finally found the culprit, it was related to a Sitecore bug documented here: https://kb.sitecore.net/articles/706490
Setting the value for Query.MaxSize from 100 to 400 permanently fixed the issue

opencart checkout not expand,just show the 6 steps

Hi i have problem with opencart 1.5.6.4,my checkout dont like to expand and to show register or login when you proces to buy the product just,show the 6 step whit out to expand,The buttons at the one-page checkout are not expanding. If u visit this link: http://imeibox.com/index.php?route=checkout/checkout u can see there is not button are not doing anything, so we cannot fill in any information or select any options. Is there a simple solution for this problem or is there bad coding behind those buttons?
kind regards
GEORGI
Well this looks like it could be anything.
First thing that comes to mind,have you added a Jquery library to the header.tpl file recetly? if you have,there's your problem.
Try some checkups to see where the issue is coming from
1:turn off the theme you are using and check the cart again
2:Turn off any new modules you have installed
3:check your error log,and see what you have there,dont forget to check the vqmod/logs
usually that area of opencart works without a problem.so its either some code you did,the theme you are using or a bad module
DO not forget to do a backup before you do anything

Joomla: how to insert frontend edit icon in template? [duplicate]

This question already has an answer here:
Closed 10 years ago.
Possible Duplicate:
Joomla 2.5 super administrator can't edit front end
I did install a template (not a joomla native one) that doesn't diplay the frontend icon.
Any idea where and how I could put it? If I knew I would copy past the code needed from a native joomla template. How would it look like? Just a link with some php? Any idea?
Well this depends if you are using K2 or Joomla Article Manager to display the articles. What you need is not code for the template itself.
If you are using K2 you will need to create a new user group in the K2 component, add your username to it, then give the use group editing permissions.
If you are using the default Joomla one, go to:
Joomla Bakcned >> Article Manager >> Options >> Editing Layout tab
Then ensure the first 2 parameters are set to "Yes".
Here's what I did to resolve.
I replaced the folder "article" in my custom template
/templates/templatename/html/com_content/article
I copy/pasted the original "article" files from one of Joomla's
templates (beez5) that come with install
There are two files in that folder (the path given above) and they include:
default.php
index.html