Forum Replies Created
-
Mod
Use custom menus to create the menus that you want.
Use the custom menu widget to insert the menu into the location on the page where you would like it to occur.
Use the Widget Logic plugin to control which custom menu widget shows up on which page:
Mod
You need to set a float on those four widget boxes. This CSS will do the trick:
#text-13, #text-14, #text-15, #text-16 {
float: left;
}And then to clear the float for the content below:
#sidebar2 {
clear: both;
}Tested in Firebug, YMMV. Cheers!
Mod
Try disabling your plugins to see if the problem resolves itself.
Mod
Link to site?
Mod
In reply to: I removed & reinstalled Jetpack (x5) now cannot post at all
February 24, 2015 at 6:39 pm #44206If you have FTP access to your site, you can delete the offending plugins from there, and then upload a new
setup-theme.phpfile as well. Just download a copy of the theme to your computer, unzip it, and upload that file.Mod
This is not the best way to achieve what you are trying to achieve, but this code should work:
.single .size-thumbnail {
display: none;
}You really should use the featured image option to get images on archive pages but not on posts.
Mod
Do mean a thumbnail that is in the post content? Or a thumbnail that is somewhere else on the page?
If you mean a thumbnail that is in the post content, all you need to do is edit the picture and select the size that you want it to appear, or delete the picture altogether.
If you mean thumbnails somewhere else on the page, then use this:
.single img.attachment-thumbnail,
.single img.size-thumbnail,
.single .wp-caption img {display:none;}The WP CSS class
.singledenotes a single post or page.If you want to delete it on only a certain post, you will need to use the post ID.
I’m not sure what you originally meant, so if this doesn’t do what you need to do, please be more specific and include a link.
Moved to Support. Please post in the correct section next time. BTW, the backtick (
Code:`) character is usually located above the Tab key on your keyboard. I’ve fixed this in your post.
Mod
Marking thread as resolved. You can do this yourself as well.
Mod
Quote:but unfortunately everything I have tried isn’t working.It would be helpful if you explained in more detail what problems you are trying to overcome and how you are trying to achieve that.
Mod
Link to site?
Moved to Support. Please post in the correct section next time.
