I am very new to web development and teaching myself the basics through different courses.
My question is this:
I would like to change the Preset Style – Theme Option color to one that is not listed as an option, from the WP Bootstrap Starter Theme.
But I am unable to find it in the stylesheet.
Could someone help me out with this one?
Cheers, Moritz
]]>what else can I do
]]>There are some problems with the site, so i decided to restore with the backup files in Siteground.
After clicking restore, everything else restore, but the THEME OPTION are reverted back to default.
Please help.
]]>MetaBox + Theme Option combination is best to build with this plugin. are you planing for taxonomy meta create with this plugin ?
If yes – after you are KING for this framework because, every WordPress Theme Developer use this plugin after not redirecting to finding another plugin for help. after this feature developed by you. most developer complete solution with your plugin.
Thank you for the best creating plugins. i love it.
]]>This is my sample code
$wp_customize->add_section( 'the_event_secction_name' , array(
'title' => __( 'My Section Name', 'starter' ),
'priority' => 30
) );
$wp_customize->add_setting( 'starter_new_setting_name' , array(
'default' => '#000000',
'transport' => 'refresh',
) );
$wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'link_color', array(
'label' => __( 'Header Color', 'starter' ),
'section' => 'the_event_secction_name',
'settings' => 'starter_new_setting_name',
) ) );
]]>could please let me know what if i am wrong ?
Best regards
]]>I know the problem has already been discussed. But I have tried the already indicated solutions.
I am using the last version of Twenty Seventeen Theme. In the customize area, my “theme option” button is missing.
– I already have chosen a static page as a front page.
Is there any other advice/solution that can be tested ?
Thanks in advance !
]]>