I’m using Elessi Theme Version: 4.2.4 By NasaTheme.
I’m not able to update any theme options. only text is written and I'm unable to click any option please check screenshot
https://www.awesomescreenshot.com/image/21104616?key=4b22f69110d9042acb7e23c0186aa2ff
While in the theme documentation they said you can change the theme options.
documentation link
https://elessi-docs.nasatheme.com/single-product/single-product-images/carousel
I need to update theme options, any suggestions why it's happening like this?
You should update your Elessi theme.
Related
The theme "Conditional Menus" will not load in V5.1, reporting an issue with styles.css
There are requests in the WordPress forum for the author to fix since V5.0, but these have gone unanswered. I've tried adding an empty styles.css to the zip, but that didn't help.
What else can I try to make the theme V5.1 compatible?
Alternatively, is there another theme that can acheive hiding menu options depending on the open page?
Or perhaps better still, can I do this with CSS without using a theme?
I've looked at Conditionally display menu for page type in Wordpress and that doesn't help me.
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 am new in word press theme designing. I have created a new theme, but in appearance menu it shows only
Themes
Widgets
Editor
Like the pre-built wp themes (twentyten and twentyelevan), I want all other menu options.
Themes
Widgets
Menus
Theme Options
Header
Background
Editor
I make search on google and found only about how to add menu option, but didnèt find the solution for other options. Please help me and tell me its solution.
Updated answer
for Custom Background: http://codex.wordpress.org/Custom_Backgrounds
you need to add theme supports
http://codex.wordpress.org/Function_Reference/add_theme_support
for widgets http://codex.wordpress.org/Function_Reference/register_sidebar
Actually play around with twentyten or twentyeleven and you'll see the codes in there.
most are in the functions.php, then sidebar.php
Happy Coding :)
Are you sure you're currently logged user is an Administrator?
if yes, maybe there are some codes in your functions.php, or other php files, or some plugins are disabling those options.
Canyou check if there are any codes like this
remove_submenu_page('themes.php', 'theme_options');
Reference:
http://codex.wordpress.org/Function_Reference/remove_submenu_page
I am trying to see if I could change a plugin's admin options within my theme functions?
For example, the plugin allows you to upload a logo. Can I filter it somehow to remove that option from the plugin within my theme function.php?
Thanks...
It depends on if the plugin is hookable. Most of the time the answer to that question is no, unfortunately. I would approach the plugin author regarding that.
Has anyone noticed that in Version 2.9.2 of wordpress.org there is no facility to choose a page template?
Or has the tag used in the template file changed?
I hope someone can help.
Thanks.
Temporarily switch to another theme and then reactivate your original theme. This does some kind of "reset" in custom templates.
I've had this problem as well. Don't remember though which Wordpress version started with this bug.
Assuming you have more than one page template defined in your theme then you should be able to choose it from the 'Attributes' section on the page editing page. I can confirm that's the case on a couple of my sites that run on WP 2.9.2. What do you see when you expand the 'Attributes' section?