Forum Replies Created
-
Mod
That’s cool. In that case, maybe your CSS should become the default for the theme. Opinions?
Mod
This is not a bug, but most likely some sort of plugin conflict. Have you recently installed or updated a plugin? When did you first notice this happening?
I would try disabling plugins one at a time to see if this is actually the reason. If not, we will look at other factors.
Mod
That is very true. I don’t have an issue with that (I do podcasts, rather than videos, so I don’t use a special post format) so I am wondering if you just add a video without any text (with the changes to the CSS you’ve made above) what the final appearance will be. Pretty much the same as if you had no additional text and made no changes to the CSS, is that right?
Mod
Thanks. Good luck!
Mod
Well, using the Google translate is as simple as installing this plugin:
http://wordpress.org/extend/plugins/gtrans/
But like I said, I’m not sure how good a job it does between languages neither of which are English.
I still cannot get over how awesome your site is. I am impressed! Congratulations!
Mod
Well, the simplest way is to just create a blank html page:
<html>
<head><title></title></head>
<body>
</body>
</html>Save it as “file.htm” (or whatever) and then add your iframe information somewhere in the “body” portion.
Then, on your page, when you link to this html page, be sure to tick the box marked “open link in new window”. If you are using the HTML editor, add
target="blank"to the anchor tag:<a href="file.htm" target="blank">Space Unicorn!</a>This method is a bit clumsy, but at least people who set their browsers will still be able to see it. (And you should warn them it will open in a new window.)
You can use Javascript to create pop-up windows. I forget the exact method, but go over to my CV (http://cv.kjodle.net) and view the source code there, where I’ve used Javascript to create popups for some things. Using that method, you can actually control the size of the pop-up. Look at the code in the
<head>closely to see how.Have fun!
Mod
That is weird. Do they show up in the media gallery?
When I use “view image” on the one that actually shows up (the last one on the right), it’s there:
http://www.tkogfx.com/boccia_dev/wp-content/uploads/2011/12/computerbanking-150×171.jpg
But when I try the other three, say this one:
http://www.tkogfx.com/wp-content/uploads/2011/12/nativeamericantrade-150×171.jpg
I get a 404. So it would appear that they are just not there. You might want to FTP and see that they are really there.
The other two are:
http://www.tkogfx.com/wp-content/uploads/2011/12/coinage-150×171.jpg
http://www.tkogfx.com/wp-content/uploads/2011/12/westwardexpansion-150×171.jpg
But the full sized images are.
Mod
You can try putting this in an action hook widget area (using the PHP Widget) and then use the Widget Logic plugin to make it show up just on posts in that category.
If you can get this to work, please be sure to let us know because I think a lot of people are interested in this.
Mod
In reply to: Point a custom php page template to use/inherit OneColumn-No SideBar format???
December 30, 2011 at 3:34 am #21878You might also want to include a link to your site, if that will help.
If you are trying to create a list of posts by category, then use Kalin’s List Post plugin. You can create a separate shortcode for each category, and then just add that to a regular page.
The tutorial is here:
http://blog.kjodle.net/2011/10/30/kalins-post-list-a-brief-tutorial/
An example that I actually use on my blog is here:
Mod
In reply to: Point a custom php page template to use/inherit OneColumn-No SideBar format???
December 30, 2011 at 3:31 am #21877I am new to WordPress!
And yet still completely fearless.
My question is, what is this page of links actually linking to? Do you mean that you simply want a page that lists all your posts by category? If so, there is a much easier way to do that. If not, let me know what these links link to.
