deanfp
Forum Replies Created
-
Hi Joan
Out of interest do you have fullscreen-galleria plugin on your site? If so can you try deactivating that and refresh the link above to see if it affects the video?
If not reactivate it ??
Forum: Themes and Templates
In reply to: [Pinboard] Posts Not Appearing on BlogHi Joan
Out of interest do you have fullscreen-galleria plugin on your site? If so can you try deactivating that and refresh the link above to see if it affects the video?
If not reactivate it ??
Forum: Themes and Templates
In reply to: [Pinboard] Posts Not Appearing on BlogCould be a Permalinks issue. Backup (Tools Export) your site first and then try this
wp-admin > settings > permalinks page, and i set the permalinks to the Default setting and saved the changes.
set the permalinks back to the structure you originally had.
See if that works.
Forum: Themes and Templates
In reply to: [Pinboard] Infinite ScrollWhat version of Pinboard are you using?
Forum: Themes and Templates
In reply to: [Pinboard] Gap between some postsmaybe look within the css for the entry margins
Try finding code like this and reduce the size of the margins
.onecol .twocol .entry {
margin: 3.4%;
}.twocol .entry,
.onecol .threecol .entry,
#sidebar-boxes .widget,
.threecol .widget {
margin:5%;
}Forum: Themes and Templates
In reply to: [Pinboard] Images not inserting properlycould be due to the image link. Can you maybe send a screenshot here?
use https://imgur.com/ or something to host
Forum: Themes and Templates
In reply to: [Pinboard] Bbpress compatibilitywhoops! try here link
Forum: Themes and Templates
In reply to: [Pinboard] Blank edit page issue. 3.9.1 wp pinboard themeI would personally avoid downgrading with WP. If you raise a request then you are more than likely to get a fix.
I did read some users that had the same issue.
You can downgrade using this if you need to
https://www.betterhostreview.com/downgrade-wordpress-earlier-version.html
Are you selecting the post type as “video”?
Forum: Themes and Templates
In reply to: [Pinboard] Images not inserting properlyDo you have a website link to check?
Forum: Themes and Templates
In reply to: [Pinboard] Bbpress compatibilitythis may help bbpress Pinboard
Forum: Themes and Templates
In reply to: [Pinboard] Gap between some postsWithin your style.css can you try this
.twothirdcol {
width:66.7%;
}change to
.twothirdcol {
width:65.7%;
}Forum: Themes and Templates
In reply to: [Pinboard] Gap between some postsOk its the entry title that is causing the issue. If you manually shorten it the boxes are fixed, I will delve into the code later to see if I can find how to set it to a certain number of characters so that it appears something like
this text example is a header for an artilce….
same as the summary above, it maybe within the functions php file but until I get to a laptop I cannot check
Forum: Themes and Templates
In reply to: [Pinboard] Gap between some postsThis is just a stab in the dark as I am viewing this on a phone but it looks like the issue is related to the number of characters in the excerpt summary.
Go to Apperance>Editor and open Theme Functions (take a copy before the below change in case of problems)
Look for these lines
`if ( ! function_exists( ‘pinboard_excerpt_length’ ) ) :
/**
* Change the number of words shown in excerps
*
* @since Pinboard 1.0
*/
function pinboard_excerpt_length( $length ) {
if( pinboard_is_teaser() ) {
if( has_post_format( ‘aside’ ) )
return 36;
else
return 22;
} else
return 50;
}
endif;Try changng the return 36 to return 22 see if that helps, or play around with this to see if it makes a change.
Hi Joan
yes it looks like its defaulting to the width of your theme. Your code begins something like this
<embed id="player1" width="100%" height="100%" name="player1"
If you go to your Youtube video and click share and then embed the code you can use within your post is this
<
iframe width="420" height="315" src="//www.youtube.com/embed/SLKUNz78cK0" frameborder="0" allowfullscreen></iframe>
You can change the width and height accordingly
Nice music by the way!