deanfp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pinboard] Audio player problem with pinboard themeJoan
Can you post a sample of the code you are entering for the MP3 file within the post. The error is js related for sure and seems to be a bug in 3.9 and 3.9.1 without a fix as yet. Can you try this though
For now you can try to manually fix it by removing the extra code and changing the path to a link. For example, you might see a code like this appear in the text box:
[audio https://yourblog.files.wordpress.com/2013/04/song-12-04-20131.mp3 ]
You should remove the brackets and the word audio so that only the direct file path remains:
[audio src="https://yourblog.files.wordpress.com/2013/04/song-12-04-20131.mp3" /]
Then highlight and copy that file path, and turn it into a working link by clicking the link icon and pasting in the file path.
Forum: Themes and Templates
In reply to: [Pinboard] Audio player problem with pinboard themeCan you try this. Under Audio Settings set the default value to audio/mp3 and refresh the page
Forum: Themes and Templates
In reply to: [Pinboard] Big problem with navbarWorking ok here as well. Try refreshing your browser cache
Forum: Themes and Templates
In reply to: [Pinboard] Sticky posts challengeOk…
Only thing I can suggest is altering the style css to what it is in the attachment (to the right hand side). Seems to alter the images to the size you need
Forum: Themes and Templates
In reply to: [Pinboard] Sticky posts challengeHave you tried resizing the images to 1140×395?
Forum: Themes and Templates
In reply to: [Pinboard] Infinite ScrollI knew this issue existed in versions 1.0.8 but they were fixed from the next release. It maybe worth just double checking thishttps://techhung.com/how-to-fix-infinite-scroll-issue-in-pinboard-theme-v1-0-8/
Also you could try installing this pluginhttps://www.kungfugrep.com/wp-content/uploads/2013/06/ck-pinboard-js-fix.zip that fixed issues with jquery and infinite scroll
But this really should be working. It sounds like it is another plugin causing the issues
Forum: Themes and Templates
In reply to: [Pinboard] Header paddingHi
As Andrew says you can use a plugin to amend your css if you are not familiar. If you have the plugin then look for this code at around line 631 within your style.css
#site-title img {
margin: 38px 0 0;
vertical-align: middle;
}You can change this to
#site-title img {
margin: 38px 0 0 0;
vertical-align: middle;
}Then look at changing the last two zeros to a value that you are happy with
an example is here using this code
#site-title img {
margin: 38px 0 0 -31px;
vertical-align: middle;
}Forum: Themes and Templates
In reply to: [Pinboard] Sticky posts challengeHi Sarit
They both have the same width (200) but the heights are different.
First image is 800px second is 1,140px
Forum: Themes and Templates
In reply to: [Pinboard] Header paddingwithin the style.css
Forum: Themes and Templates
In reply to: [Pinboard] post appear larger than original sizeIf you update to 1.1.4 your cusomisations will be fine as long as you upgrade from your Dashboard.
Forum: Themes and Templates
In reply to: [Pinboard] post appear larger than original sizeIf you have not made any customisations to the code I would reinstall the theme. If you purchased the theme you can install it from the zip file but I find the best way is to FTP it to your server.
Forum: Themes and Templates
In reply to: [Pinboard] post appear larger than original sizeCan you try this
Apperance>Theme Options >Blog Pages
Set the Full posts to display to 0
Forum: Themes and Templates
In reply to: [Pinboard] Gap between some postsI think changing the margin is the only way without sending a max limit for the entry summary.
Here is an example with a 0 margin
Forum: Themes and Templates
In reply to: [Pinboard] post appear larger than original sizeLooks like it is in the settings. Can you try adding another new post to see if the earliest one goes to a thumbnail display. It looks like you have two featured posts then the rest will be thumbnails.
I have to disagree ??
I run three WP themes using Pinboard and none have full width video.
Here are examples
https://www.lisadevanna11.com/
https://www.caseysjourney.com/
If you want to send me an email I am more than happy to login to your site and take a look
deanoinsweden at gmail dot com
Both running WP 3.9.1