Daniel Tara
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pinboard] dropdown menu colorThank you all for your feedback. In the latest version I have added the option to change the submenu background color. It’s just been synced in the repo:
Forum: Reviews
In reply to: [Pinboard] good theme – header image limitationsThank you for your feedback. Header image has been made flexible and theme overall compatible with WP 3.5 in the latest version:
Forum: Reviews
In reply to: [Pinboard] Basic header function doesn't workThank you for your feedback. The issue has been resolved in the latest version:
Forum: Plugins
In reply to: Display issues with W3 Total CacheAfter deactivating the plugin go in the folder wp-content and delete the folder w3tc-config and the files w3-total-cache-config.php, object-cache.php, db.php and advanced-cache.php
Forum: Fixing WordPress
In reply to: feature image upload errorForum: Themes and Templates
In reply to: [Minimatica] All Caps?All menu items have a unique class that looks like menu-item-xx where xx is the id of the item. It’s generated by WordPress and you don’t need any plugin or code snippet to activate it. Then you just write a rule like .menu-item-xx { text-transform: uppercase; } in style.css
Forum: Themes and Templates
In reply to: prevent sidebar from reloading on every page?In that case what you’re asking for is pretty advanced. It involves loading the content area with AJAX and involves quite a bit of programming.
Forum: Themes and Templates
In reply to: prevent sidebar from reloading on every page?Strike that. There’s actually a bug in the theme.
In functions.php line 2280 replace
is_page_template( 'template-content-sidebar.php' )
withis_page_template( 'template-content-sidebar-half.php' )
; then it should work.Forum: Themes and Templates
In reply to: prevent sidebar from reloading on every page?Try to select 3 layout columns.
Forum: Themes and Templates
In reply to: prevent sidebar from reloading on every page?Actually you can. You can select the Content/Sidebar template for the static front page and select the Full Width layout globally in theme options.
Forum: Fixing WordPress
In reply to: How to remove Powered by Pinboard Theme and WordPressYou have an option for that in Theme Options.
Forum: Themes and Templates
In reply to: [Minimatica] Issues with 3.5What you need to do to fix this issue is to open functions.php and find this line:
add_filter( 'ext2type', 'minimatica_mime_types' );
And replace it with this:
add_filter( 'ext2type', 'minimatica_file_types' );
That’s it; no other change is necessary.
Forum: Themes and Templates
In reply to: [Pinboard] [Theme: Pinboard] International version?@songdogtech, I believe it is implied that a thread tagged with a theme in the repo is referring to it, that’s how the system works, right? Also, the theme is translation-ready, you could have checked before posting, otherwise you just add confusion to the problem.
Forum: Themes and Templates
In reply to: [Pinboard] [Theme: Pinboard] International version?I have some user-contributed translations that may be included in the next version. Please tell me which language you need it in and I will see if I have it.
If you’re looking to translate the theme yourself, see this article.
Forum: Themes and Templates
In reply to: [Pinboard] Some functions stops working after logging outTry disabling Jetpack