Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Enrico: Looks like there is conflict with your plugin. Please check in you need to update any plugin. If it doesn’t get fixed after you update all the plugins, then try disabling plugins. Try with slider and image plugins like Next Gen and all.
Let me know it, if you need further help on this.
Sakin
Keymaster@donal.leader: It looks like you have added Featured Image in your post. You need to add featured image. See this on how to add featured image http://en.support.wordpress.com/featured-images/#setting-a-featured-image
Sakin
Keymaster@rbrt_bene: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page-id-1873 #main .entry-content img { box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }Sakin
Keymaster@rbrt_bene: I need those page urls.
Sakin
Keymaster@Fergie: You have lot of customization and for that you need to hire customizer.
— You cannot add solid line around the header as it covers the slider as well. If you want to add then you have to add for whole header area by adding the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* For Header */ #header .layout-978 { border: 1px solid #ccc; } /* For Blog Title */ h1#site-title { border: 1px solid #ccc; } /* For Sidebar */ #sidebar { border: 1px solid #ccc; width: 304px; }— You an add the custom menu and then you need to create empty parent link with just # or blank from “Appearance => Menus”
ProximaNova-Light is not a free font or google font to use in the theme. If you have license of the them then you have to add it manually.
Sakin
Keymaster@silentcall: Send me your site URl and then I will check in.
Sakin
Keymaster@peterson89: Add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-content { display: none; }Sakin
Keymaster@rbrt_bene: Yes, you can add page specific CSS in your Custom CSS box.
Sakin
Keymaster@ashrafashraf: No you cannot do it like the screenshot. You need to customize the Catch Everest. We don’t have that layout theme.
Sakin
Keymaster@ben_fernando: Just add the large image and show me your site URL. Then I can check in what I can do about it.
Sakin
Keymaster@xyzods: I am not sure about what you are talking about. Can you send me your site URl and let me in reference to your site for better understanding.
Sakin
Keymaster@xyzods: Catch Everest WordPress Theme is a clean responsive design with lot of white spaces. So, I don’t recommend you to change the spaces as we need to adjust for mobile devices as well.
You can adjust the margin between to paragraph by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box. This will reduce to half. But if you want to further reduce it then you can change 20px to 10px.
@media screen and (min-width: 960px) { p { margin-bottom: 20px; } }Sakin
Keymaster@poppy: Sorry there isn’t any default option in WordPress to change the order of the post categories. Maybe you can search for plugins at http://wordpress.org/plugins/
October 21, 2013 at 11:20 pm in reply to: Add Image Button Homepage Featured Content Not Working #16166Sakin
Keymaster@cliffdavidson: Not sure what is the issue as there is no issue in our side. I need get you WordPress site access to see what’s happening.
Are you able to upload the image from “Media => Add New” in WordPress Dashboard. If yes then you can copy the image URL and paste it in Featured Content URl box.
Let me know, if you want me to talk a look at your site. Then I will have to email you personally go get your site access.
Sakin
Keymaster@basak: It’s not possible to add text with CSS. You need to build child theme and then edit the code which is technical and will require you to hire a customizer. But for simple solution, you can just upgrade to Catch Everest Pro version, where you can just add widgets in Header Right Sidebar http://catchthemes.com/themes/catch-everest-pro
Sakin
KeymasterYou can add the following CSS in “Appearance => Theme Options => Custom CSS” box to add 1px solid line around the content
#main #content { border: 1px solid #ccc; width: 640px; }You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to center the page and post title
.single .entry-title, .page .entry-title { text-align: center; }You cannot add 2 social icons with different links. But there is simple solution. You can add one profile from our Theme Options panel whereas for another one you can just install the social icons plugins. There will be lot of social icons plugins at http://wordpress.org/plugins/
Sakin
Keymaster@EveryHome: Sorry I don’t get it which border you are talking about. Can you be more specific.
You can adjust the color code as per you need for Comment Box and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* For Comment box Background Color */ .commentlist > li.comment { background-color: #fff; } /* For Author Comment box Background Color */ .commentlist .children > li.bypostauthor { background-color: none repeat scroll 0 0 #ccc; }For title color and border color, you can adjust the color code as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
/* For Border color */ .page-header { border-color: #ccc; } /* For Page Title color */ .page-title { color: #666; } -
AuthorPosts
