Alexander
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pinboard] Content not foundTry to remove the theme from the dashboard before re-installing.
Forum: Themes and Templates
In reply to: [Pinboard] Search Bar Issue After MoveThe relative positioning of the icons can work for a larger width, but the will fail in the small media (>780px) display, because of lack of space for the icons in the menu bar. And it will also fail in the mobile device media display.
Try this just for experimental reasons:
a.social-media-icons, #social-media-icons {
position: relative;
margin-right: 10px;
margin-top: 0;
right: 0;
top: 45px;
z-index: 2;
}#header input#s {
position: relative;
margin-right: 20px;
margin-top: 0;
right: 0;
top: 45px;
z-index: 10;
float: right;
}Forum: Themes and Templates
In reply to: [Pinboard] What is included in the upgrade?Didn’t you explicitly changed back to ‘no-sidebars’ in your previous post?
Anyway, the #wrapper controls the width of the theme and can be adjusted accordingly, with or without sidebar.
Forum: Themes and Templates
In reply to: [Pinboard] Achieving the layout shown in the theme's screen shotAccording to the topic ‘Achieving the layout shown in the theme’s screen shot’ your site differs in both: layout and content. Other than that, what could be more different than layout and content?
I want to give a heads-up and prevent other user to follow your procedure and finally end up with different layout and content than the topic of this thread and themes screenshot.
No matter what the use of the result might be.
Forum: Themes and Templates
In reply to: [Pinboard] What is included in the upgrade?Try to add this to your css section:
.page-template-template-no-sidebars-php #wrapper,
.page-template-template-blog-no-sidebars-php #wrapper,
.page-template-template-portfolio-no-sidebars-php #wrapper { max-width:980px; }The max-width of 980px is just an example and can be adjusted to your like.
Forum: Themes and Templates
In reply to: [Pinboard] Article in home: featured image and font sizeTo move the titel on top of the feature image on the main blog page, in the content-*.php files you can try to copy another entry-container on top of the thumbnail function call and delete the title function call below it.
Forum: Themes and Templates
In reply to: [Pinboard] Design is Non-responsive in ExplorerLooking at your site https://www.myklippings.com/ with IE9 the theme is fully responsive.
Forum: Themes and Templates
In reply to: [Pinboard] Search Bar Issue After MoveHi ghundermark,
Try to give the search a higher z-index:
#header input#s {
z-index: 5;
}Please notice, that the responsive design of the theme is not supporting your idea.
Forum: Themes and Templates
In reply to: [Pinboard] Achieving the layout shown in the theme's screen shotrogeratsf,
You still haven’t created a site that looks exactly like the screen shot accompanying the theme. Referring to the screenshot shown with this theme it shows the main blog page with two posts and a right sidebar with a Flickr and a Tag Cloud widget. It doesn’t show three boxes and is very different from what you created:
1. Under Appearance / Theme Options / Layout : Content / Sidebar
2. Under Appearance / Theme Options / Layout : Columns to 3
3. Create 2 posts and add a featured images to them
4. Under Appearance / Widgets : add a Flickr widget (need a Flickr plugin) and a Tag Cloud widget in the Top Widget box
Forum: Themes and Templates
In reply to: [Pinboard] Sidebar jumping below contentThere is a straight forward step-by-step strategy to find the problem:
-
1) Remove your personal css definitions
2) Remove all widgets
3) Deactivate all plugins
4) Build changed code back5) At least: reinstall the theme using the dashboard
Try each step one-by-one and see if the problem persists.
Forum: Themes and Templates
In reply to: [Pinboard] What is included in the upgrade?In case you want to rollback,
here is the download link for the previous version.Forum: Themes and Templates
In reply to: [Pinboard] Slider is way too bigThe author of the theme recommended another way of adjusting the slider:
Forum: Themes and Templates
In reply to: [Pinboard] Google fonts plug inIn case you have problems with something overriding your css defintion, you can tyr to add ‘!important’ behind your definition, e.g.:
h1 { color: #ff0000 !important; }
That will override any other ‘!important’ definition of the theme or plugin.
Forum: Themes and Templates
In reply to: [Pinboard] Sidebar jumping below contentLooks like the problem is that the css was tweaked with the sidebar width by setting twocol to 50%.
If you choose a 2/3 column layout than the sidebar shouldn’t exceed 33%.
Forum: Themes and Templates
In reply to: [Pinboard] What is included in the upgrade?There is an update for the theme from 1.0.6 to 1.0.7.
Here is what have been changed:
* Fixed header image stretching full width
* Fixed title of first slide not displaying
* Theme option not present in database returns default value
* Enabled header image flexible height
* Updated color picker to WP Color Picker
* Enabled post thumbnails for all post types
* Made layout borders blend into custom color scheme
* Added background color option for submenus
* Changed default layout when sidebar is inactive from no-sidebars to full-width
* Added compatibility code for jQuery 1.9