PLuiken
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [discover] I can't change the images in the theme optionsI found the solution:
Go to the admin-map in your discover theme (in FTP), then open options-framework.php (in an html-editor) and find the following text:
function optionsframework_rolescheck () {
if ( current_user_can( ‘edit_theme_options’ ) ) {
// If the user can edit theme options, let the fun begin!
add_action( ‘admin_menu’, ‘optionsframework_add_page’);
add_action( ‘admin_init’, ‘optionsframework_init’ );add this line:
add_action( ‘admin_init’, ‘optionsframework_mlu_init’ );
That should do the trick 😉
Forum: Themes and Templates
In reply to: [discover] I can't change the images in the theme optionsHi, I have the same problems after the theme-update! Fix please!!!
Forum: Themes and Templates
In reply to: [discover] Still Can Not Seem To Make Logo Bigger and SharpIt also helps to use a *.png instead of *.jpg
At least, it did for me 😉
Forum: Themes and Templates
In reply to: [discover] "NOT FOUND" and search bar cant removeOkay, I found the solution:
The code is in loop.php
Remove the code above the text: <!–loop starts here–>HTH!
Forum: Themes and Templates
In reply to: [discover] side widgets on static front pageIn you Dashboard click on Widgets (under Appearance) and left you can choose between a lot of options to add. Choose Text (low in the list) and add your own text and/or HTML
Then put it in Sidebar Primary Widget Area.
Forum: Themes and Templates
In reply to: [discover] "NOT FOUND" and search bar cant removeSame problem here, so bump!