Can anyone supply me a sample of customizing the django-cms menu template, please?
I have tried to look for the default menu.html in the cms package folder, but can't find anything.
Thanks.
It's in the menus package. See https://github.com/divio/django-cms/blob/develop/menus/templates/menu/menu.html
Related
I would like to add a couple of custom attributes to the link popup on the Gutenberg editor in wordpress. Would like to have something in the following lines:
There is currently a pending issue for the same on the Gutenberg's Github page: https://github.com/WordPress/gutenberg/issues/11599
Is there a way to achieve what I am looking for? Any help would be appreciated.
I'm also looking to extend with new controls the link panel. However, I did not found an easy to understand exemple yet. Here is how the Yoast Seo plugin is doing though.
I want to do something that is not offered in the basic theme options and would like to edit some backend code. Can someone tell me if this is possible to do via the online editor or if I need to create a local environment?
Here is the current menu showing articles on the site:
Current Dropdown Menu Image
What I am trying to do:
As you can see right now the menu is only displaying the title of the article. My goal is to display in excerpt from the article. This function is available for blog post on other parts of the site and I would like to make it available in the menu location.
Here is a list of the files I am able to edit online via Wordpress:
Available Wordpress Files Image
Is what I need to edit on this list? I know once I find where I need to be working I can figure this out. Since I am totally clueless about wordpress I don't know where to start.
Any help is greatly appreciated. Thanks
You can access the backend files. Here is an overview of what the different files are responsible for:
https://developer.wordpress.org/themes/basics/template-hierarchy/#the-template-hierarchy-in-detail
Here is a dedicate article for excerpts:
https://codex.wordpress.org/Excerpt
Hey so it is actually very easy to edit the theme files and view them through a plugin called Wp-Editor.
Just install it, activate it and go to Appearance > Theme Editor and then you will see your existing files in your theme.
I have created a second menu which I'd like to now use as my primary menu on the site (http://ima-mfa.hunter.cuny.edu). However, when I select the new menu it will not show up on the site. If I use another theme it works, so where might I find this problem? Some PHP file?
Here is your solution download ckeditor its very easy to install and use try to use this plugin if you have any trouble in using then let me know i will help you.
This is what i want to create in wordpress. I can create simple menu sub menu but not this type of structure. Any help would be appreciated.
if your're using WordPress's default templates, as i know this is not possible, but you can use other themes or templates for your site and check if they have this capability, or maybe you can find a plugin to do that for you and override this function your actual template,
i wish i could help.
hi to all
i am using wordpress for my site i wanna add accordian menu as a middle content of the index page how it possible plz help.
thanks in advance
Search for a plugin or widget.
If you can find a widget, search for how to make a extra widgetized area. Great tutorials and plugins are all over the web.
If you want further flexibility and you're familiar with code, search for jquery or javascript plugins. They'll give you the code and docs for implementation, and you can put it in your theme files, probably one of your page templates.