Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@brown2235a: I don’t know why but I cam still seeing the wrong code which I told you to replace.
#secondary .widget { margin-bottom: 10 px; }If you have already added the right code then, can you clear your Cache in the setting for your Wp Super Cache plugin.
Sakin
Keymaster@karinschultz: yes the link http://www.writegreatcopy.com/?attachment_id=856 is not the image. I don’t see the image in this link. Please check for the image with your advertiser.
I also see that you have added the ads widgets thorough “wp125” plugin. So, I am not that aware of it.
I have already mentioned you the logic of sidebar. For archive page, you can use archive sidebar.
I think you need to consider hiring developer to work for you. You can get developers from http://jobs.wordpress.net/ and other site such as oDesk and Elance.
Sakin
KeymasterI see that you have already added the following css
h1#site-title{ font-style: none; font-weight: none; }Remove that and add the following
#site-title { font-weight: normal; }Sakin
Keymaster@brown2235a: I see that you have add the CSS code as below where there is space
#secondary .widget { margin-bottom: 10 px; }It needs to be
#secondary .widget { margin-bottom: 10px; }Sakin
KeymasterNice.
Sakin
KeymasterSorry your site is Under Construction and I cannot see it.
Sakin
Keymaster@dwood75: Just replace the above css to the following
#secondary .widget img { box-shadow: none; margin-right: 0; max-width: 100%; }Sakin
Keymaster@Lvcasss:
1. can I remove Author information from posts?
— Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-meta .by-author { display: none; }2. can I hide post’s featured image in category view? (“news” page in my site)
— For best option upgrade to pro and then there is option to remove it. But you can use the following CSS to hide it. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.3. I use an image for header but with responsive design when I change window size the image don’t resize and the logo disappear. How can I resolve?
—- Background in CSS is problematic in Responsive design. So, it’s better to add the large header image from “Appearance => Header”.
See the link which explain about background image in css.
http://css-tricks.com/forums/discussion/16274/css-tricks-full-page-responsive-background-cuts-off-some-of-the-pic/p1Sakin
Keymaster@kirsten0203: For that you need to upgrade to Catch Everest Pro version and use the “Featured Image Slider” instead of “Featured Post Slider”.
Sakin
Keymaster@kirsten0203: I think I already gave you CSS in previous thread and look like you have already implemented it. Nice.
Sakin
Keymaster@GAHC: I don’t know about the Justified Image Grid. Sorry, I won’t be able to help on this. We can help you only on theme related issues.
Also our link http://gildedagehistorychannel.com/videos/ is giving me page not found. Can you check your URL.
Sakin
Keymaster@Bazil Guerrero: Each individual post and page has option to close the comment. So, check your settings. see this for more help http://en.support.wordpress.com/enable-disable-comments/
Sakin
Keymaster@georgian2133: To reduce the size of margin top in the site. You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.site { margin-top: 28px; }
@markspend1: Thanks for the link.Sakin
Keymaster@helenage: Catch Everest free theme only have Featured Post Slider. But you will get more option in Pro version.
Here goes the instruction to add the Featured Post Slider
1. First create the Post and don’t forget to add in the Featured Image in the post as this image is used in the slider. To add featured image see this http://en.support.wordpress.com/featured-images/#setting-a-featured-image2. Then get the ID of the post. When you edit your post or write a post, you will see the id in your browser address bar. You will also be able to get the post ID from All Post in your WordPress Dashboard. But still if you cannot find it then you can use this plugin to view it http://wordpress.org/extend/plugins/catch-ids/
3. Then go to “Appearance => Theme Options => Featured Post Slider => Featured Post Slider Options”. Add in the post id. Make sure you only add in the ID number.
For other question. Yes thanks to @NyaKungen: The three small images is called Homepage Featured Content. Which you can change it from “Appearance => Theme Options => Homepage Settings => Homepage Featured Content Options”.
Sakin
Keymaster@elli: Do you mean to hide the footer widgets in other pages and only keep in homepage. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#footer-sidebar { display: none; } .home #footer-sidebar { display: block; }Don’t need to change settings in Reading. Keep it as the default the latest post only. If you are using latest version of Catch Everest theme then we have added “Blog” Template which you can assign it for any page. For that, just edit your News page and on right side you will see “Page Attribute” box from there you can select Template as blog.
Sakin
Keymaster@Mihaxxi: There are so many social icons and we have only kept few popular as the options. I don’t think you will use it all.
So, what you can do is that replace the image “social-profile.png” which you will find in the “image” directory of theme. After that you can just add the link to the image you have replaced in “Appearance => Theme Options => Social Links”
Sakin
Keymaster@Mihaxxi: This is not an issue with the theme. This is because you have set “Content Layout” as ” Excerpt/Blog Display” and then there is no excerpt text in that post. So, it is showing whole content.
If you want to show the whole content in category. Then go to “Appearance => Theme Options => Layout Options” and there choose “Full Content Display” in Content Layout.
Ok looks like you are asking for additional feature Excerpt Display Type 2, what do you mean by this. Can you explain to me.
Sakin
Keymaster@Potzas: Your site Title is not bold. I see that you have change the font to “Ubuntu” which looks little like bold.
When clicking on the parent it highlights all of the child pages, I only want it to highlight when it’s on hover.
— this is because you have choose the submenu background color in your “Appearance => Theme Options => Color Options”.I also need to change the size of the font in the drop down child pages please.
— For the adjust the size in the following css and then add it in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1190px) { #header-menu ul.menu ul a { font-size: 12px; } }Sakin
Keymastercan you post your site url?
-
AuthorPosts
