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.
Related
I need help in achieving the following:
Move the shoping cart infront of the search button.
fiting the menu items in the page, several are disapearing to the right
This is a very broad question. I'm unfamiliar with the theme but guessing it uses WooCommerce?
It sounds like you may want to create a Child Theme on this new theme and edit it that way - if you're adamant on using it.
https://developer.wordpress.org/themes/advanced-topics/child-themes/
WooCommerce offers lots of documentation on how to edit their themes by creating your own template files which overwrites the default ones they use.
https://docs.woocommerce.com/document/woocommerce-theme-developer-handbook/
I want to change admin theme in wordpress. I have created a simple admin theme plugin (including CSS and js files) to change some simple CSS, however, there are some layout page need to be totally changed. I am wondering if anyone can help me to find an easy to change the whole layout theme without changing source code. Is it possible to overwrite the layout in the admin theme plugin? If yes, how to do it?
You should create "Theme Option Page" instead of creating plugin for Theme setting like colors and other style in wordpress ! For reference :
https://codex.wordpress.org/Creating_Options_Pages
It will be best option as per my experience in wordpress !
I have a wordpress website which includes a member area to allow each user to edit his profile.
For this member area, I found these bootstrap templates that would be perfect for what I need.
http://themeforest.net/item/caplet-admin-responsive-html-theme-/6537086
http://themeforest.net/item/webarch-responsive-admin-dashboard-template/6157416
So, I wanted to know if it's possible to convert or use in some way these templates on wordpress ?
Since I already use a wordpress theme, it would be easier to include the bootstrap template as a plugin, do you think it's possible ?
I also heard of child themes features on wordpress but don't know much about it, do you know if it could be a solution ?
Thanks !
You would have to use those templates and custom make your own theme, which is not an easy task. Themeforest has some nice themes for wordpress based on bootstrap. I would check those out instead.
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.
I've been trying to develop my own theme and in need of some help regarding adding content to the footer.
I need to add some text to the footer which could be changed via the admin panel. I know about the Advanced Custom Fields Plugin, but I would like to learn how this can be done without using it.
I've seen theme's where the footer(or other) changes can be made via Appearance > Theme Options section in the wordpress dashboard and I too would like to do the same.
I would be grateful if anyone could provide me a link or help me start with the process of doing so.
Regards,
Vinith Almeida
You can install the OptionTree plugin for WordPress. Then you can set your theme settings via the plugin, and then when you come to the footer section, you can use the ot_get_option() function to use the user value.
You can also watch this video for more help : http://www.youtube.com/watch?v=wS0WlHITVfc or this http://www.youtube.com/watch?v=J9JQJAu0X30
You can always register your own code for an option page that can contains options for your theme, but this requires deeper knowledge of the WordPress.