Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@karinschultz: When you click on insert into post for the image, I think you choose thumbnail. So for example you have added the following image
`http://www.iwritegreatcopy.com/wp-content/uploads/2013/04/iwritegreatcopyimage1-976×313-300×96.jpg`
instead of
`http://www.iwritegreatcopy.com/wp-content/uploads/2013/04/iwritegreatcopyimage1-976×313.jpg`So, you can either manually copy and paste the image url or when you click on insert into post, make sure you have selected “Full Size”.
Sakin
Keymaster@pt mannik: This is not theme related issue and it’s the issue with your server. So, please ask your server support.
Please check your .htaccess file and see this for more details http://codex.wordpress.org/Using_PermalinksSakin
Keymaster@aka10385: Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`#header-right #s { color: #fff; }`Sakin
Keymaster@Samson81: You can add like the following css in your “Appearance => Theme Options => Custom CSS” box.
`#hgroup-wrap { background: url(http://dev.webermfg.ca/wp-content/uploads/2013/04/carbon_fiber2.jpg) repeat scroll 0 0; }`Sakin
Keymaster@Emmanuel_J: I don’t see any problem in your site. It is showing same in Homepage http://www.emmanueljaime.com/ and singular post http://www.emmanueljaime.com/?p=16
Sakin
Keymaster@bobbafett: I check your site from my mobile device it is showing home as main.
Sakin
Keymaster@travellingking1: Ok I need to check your site admin section. So, I will email you privately. Please check your email.
Sakin
Keymaster@iJON: Yes every theme has different div id and classes. The css is controlled through ID and CSS. That is why always post your site URL when you ask question. I am giving you the following css supposing that you are using Simple Catch Free theme as you have used this forum.
Just add the following CSS in “Appearance => Theme Options => Custom CSS” box
`#main .entry-title a:hover { color: #f9854a; }`Sakin
Keymaster@obiokere: The option that you have asked in not supported by this theme. This theme is not designed like that. You should have choose theme like Simple Catch Pro.
Anyway, I can giving you the code but I am not 100% sure about it. So, if this doesn’t work then you might consider hiring css developer.
Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`.home .entry-summary img { display: inline-block; float: left; margin-right: 5%; max-width: 30%; }`Sakin
Keymaster@karinschultz: http://www.iwritegreatcopy.com
I have noticed on the upgrade that after the post but before the comment section, there is a line which gives the category information. As I have the breadcrumbs at top, I don’t need this at the bottom. How do I suppress this?
— Just add the following CSS in “Appearance => Theme Options => Custom CSS” box
`.single footer.entry-meta { display: none; }`Also, I would like to have the comment box left justified. How can i do this? As well, there is a “comment” tag outside the comment box. This is redundant, how can I remove this?
— Sorry, I don’t understand this what you mean.Sakin
Keymaster@Matteus: Header and Footer are always same in all pages. There is no option for footer widget to show only in homepage. But there is css from which you can hide it. So, send me your site url and tell me what exactly you don’t want to show in other pages.
Sakin
Keymaster@rawb_in: Yes you can decrease the white space between the Footer Widgets and Featured Post Slider. That is not a problem. But you cannot remove show footer widget only in homepage. Footer means it will be on all page. But there is a css trick that you can use to hide it.
So, first send me your site URL.
Sakin
Keymaster@Afsoon: Just add the following css in “Appearance => Theme Options => Custom CSS” box.
`#hgroup-wrap { padding-bottom: 0; }`Sakin
Keymaster@karinschultz: This Simple Catch Pro theme is responsive design. So, either you can disable responsive design from “Appearance => Theme Options => Responsive Design”. or you have to adjust for smaller screen. I think you scroll down your browser little bit or checked it from other devices. So, the complete set of css can be as following.
`
#access ul li a { padding: 0 23px; }
#access ul li:last-child { border-right: none;}
#access ul li:last-child a { padding: 0 20px 0 21px; }
/* For Smaller screen with max width 1100px */
@media screen and (max-width: 1100px) {
#access ul li a { padding: 0 14px; }
#access ul li:last-child a { padding: 0 15px 0 16px; }
}
`I also see the issue in search button. Please add the following css
#branding .searchform button { width: auto; }#branding .searchform button { width: auto; }
Sakin
Keymaster@travellingking1: I don’t see any bold text there. You can check in if you have any text in bold or not by viewing your post in text mode bold code should be wrapped with strong code which will be like this
`This is bold text`See this for more about visual editor http://en.support.wordpress.com/visual-editor/
Sakin
Keymaster@impresnet: Sorry I don’t understand this question.
Sakin
Keymaster@eric.suth: You just increase the font but didn’t increase the line height of the font. Add the following CSS code in “Appearance => Theme Options => Custom CSS” box
`h1#site-title a { line-height: 1.2em; }`Sakin
Keymaster@alisonmckellar: you can just add the following css in “Appearance => Theme Options => Custom CSS” box.
`#header-menu ul.menu a { text-transform: none; }`Sakin
Keymaster@bobbafett: What’s your site URL? Also did you use your menu as the default pages or you added with custom menu through “Appearance => Menus”.
Sakin
Keymasterive already deleted it coz i cannot make it behave normally. one person shows two faces. ao what can you suggest to use as a like box widget
— I have installed Jetpack plugin and though which i get widget Facebook. I just added that.-i also wanted to make a full header gfx background for my site but my problem is the size in pixel? can u please teach me the size?
— Just header content size is 978px width but if you are talking about the outer background where we have grey image in the demo site. Then for that, it depends on the screensize from which you are using. For those it’s better to use repeatable pattern.hover for the CONTINUE on content post color be change to orange
— Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
`#main a.readmore:hover { color: #f9854a; }` -
AuthorPosts
