Droopie
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Posts linking to the media files, etc.Also – When I click on “Born in Sin” I only get the image versus the review of the book…
Forum: Themes and Templates
In reply to: [Customizr] Posts linking to the media files, etc.Sorry – Okay I have just changed the permalink back to the %postname% as My client & I would like it to be…
If you go to ireadthatbook.com/reviews/ – try opening the link “the chief”; it goes to the image instead of the review.
Forum: Themes and Templates
In reply to: [Customizr] Posts linking to the media files, etc.Hey,
Very sorry! I had to change the permalink setting to get SOME results for the client. The current page is ‘https://www.ireadthatbook.com/?page_id=16’ ; obviously I would like to use the post name and we have started to change the media files to be name the title of the book with a ‘-cover’ on it.
I can change it back for diagnosis…
Forum: Plugins
In reply to: [Display Posts - Easy lists, grids, navigation, and more] StylingI figured out the problem! I had to include the css –
.display-posts-listing .listing-item { clear: both; } .display-posts-listing img { float: left; margin: 0 10px 10px 0; }
Sorry for making this an issue. Great plugin.
Forum: Plugins
In reply to: [Shadowbox JS] Shadowbox JS does not play YouTube videoYUP! that was it, I forgot the separator. Thanks.
<a href="https://www.youtube.com/embed/YOURVIDEOCODE?autoplay=1" rel="shadowbox;width=6590;height=385"><img style="height: HEIGHT YOU WANT IMAGE BEFORE CLICKED !important; white-space: normal !important; width: WIDTH YOU WANT IMAGE BEFORE CLICKED !important; overflow-x: visible !important; overflow-y: visible !important;" title="WHAT YOU WANT WHEN THE MOUSEOVER" alt="TEXT IN PLACE OF IMAGE" src="/YOURIMAGE AS A PLACE HOLDER" data-key="youtube:YOURVIDEOCODE" /></a>
You are essentially using the css in the image. If you have lots of different videos, modify the css in your style.css file making individual classes for each group should help with that.
Forum: Plugins
In reply to: [Shadowbox JS] Shadowbox JS does not play YouTube videoThanks Han – that trick worked for me also. But now I am having an issue with the youtube videos playing the showing the related videos at the end. I have already inputed the ‘?rel=0’ coding, but no dice.
Example of work is https://puasummit.com/about#speakers
Thanks in advance.