Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@jpbertram: You have separate sub-domain while browsing from mobile. When I check in your site http://www.commishcollege.com/. It redirects me to http://mobile.commishcollege.com/. So, check in your server setting for mobile. This is not done through our theme.
Sakin
Keymaster@paulinepkehoe: Can you post your footer editor code and the facebook like code in http://gist.github.com/ and send me the url. Then I can check in your code and suggest you the fix.
Sakin
Keymaster@Sarah: For widget spacing you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-right .widget_text { margin-bottom: 15px; } #header-right .widget_text p { margin-bottom: 0; }You cannot make it logo center with logo and right sidebar. It will need details customization and I think you should hire customizer.
About the logo what you can do it. You can just add the Text from “Site Title” and “Tagline” from “Settings => General” and then go to “Appearance => Theme Options => Header Options”. Check “Move Site Title and Description” and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#hgroup.with-logo { float: left; } #site-logo { clear: none; float: left; }Sakin
Keymaster@OtaKii: Font size and style option is only there in Catch Box Pro version.
For free version, I need to check in your site URL and then you need to explain exactly what you need to do it. Then I can check in the css.Further, you can hire developer if it’s difficult for you.
Sakin
Keymaster@poppy: For menu, you can build custom menus from “Appearance => Menus”. From there you can add your pages, posts, categories and even custom links. Then you can change the label of which you want to show different title. This is the best method for you.
But if you like to hide the page tile then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page .entry-title { display: none; }Sakin
Keymaster@GinaL: This is bit complex. So, I recommend you to hire customizer. I can guide you the process. Fist you need to build child theme and then in child theme you need to call the social icons function and hook it with catcheverest_before_site_info() action hook.
Sakin
Keymaster@@jpbertram: Sorry there is missing closing div. Check this one https://gist.github.com/anonymous/2d3300bd549074342fde/raw/b7e0446c6b04692d5f6bc7a33adea2c81fcff54b/gistfile1.txt
Sakin
Keymaster@cpuss: You can remove the top padding of header right sidebar by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-right { padding-top: 0; }Abut the Internet Explorer. I check in and it is working fine on my side. Which IE version you are browsing from.
Sakin
Keymaster@Kardaya: Can explain please. I don’t get it what you are talking about. Maybe you can share your screenshot.
Sakin
Keymaster@adminleah: It’s because you have added the width to 200px in your Custom CSS box. So, find the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1190px) { #header-right { float: left; } #secondary { width: 200px; } }And replace with the following, where I have remove 200px width.
@media screen and (min-width: 1190px) { #header-right { float: left; } }Sakin
Keymaster@Ralph177: I guess the plugin need the full content view to show it. So, go to “Appearance => Theme Options => Content layout” and set it to “Show full content”.
Sakin
Keymaster@jp_grennier: For individual image like http://jpgrennier.com/artwork/, I see that you have one image align left and another right with paragraph code. That is why it is not working properly. Image in paragraph with align left is supported to be with text paragraph. In a paragraph, you can only have one image. Try adding in the full image or large image with center align.
About your Gallery page http://jpgrennier.com/writing/, I see that you have added 2 column layout gallery. For which your image is small. Change the thumbnail image size from “Settings => Media”. Then after you change the size, you need to regenerate the images for old images, as you just changed the size. To do that you need to install plugin “Regenerate Thumbnail” and regenerate the image. This will make your image big as per you need in the layout. You current image size is only suitable for 4 column gallery.
There is another cool way to create Gallery. If you see the example at http://catchthemes.com/demo/catch-everest/gallery/. This is just a normal gallery after installing “Jetpack” plugin and activating Carousel and Tiled Galleries module of Jetpack plugin.
November 14, 2013 at 12:17 pm in reply to: Adjusting spacing below the Homepage Featured Content area #17212Sakin
Keymaster@ekemaorjet: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#featured-post .post { padding-bottom: 0; }Sakin
Keymaster@mrabang: That’s header right sidebar default. If you want to disable it, then go to “Appearance => Theme Options => Header Options” and then check “Disable Header Right Sidebar” and save it.
Sakin
Keymaster@Sarah: You can change the color code as per you need and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.entry-title, .entry-title a { color: #222; }Sakin
Keymaster@Ralph177: I don’t get it what you mean. Can you share with me your site URL and then I can check in and see what are you talking about.
Sakin
Keymaster@Steve: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.site, #masthead { background-color: transparent; } #main { background-color: #fff; } -
AuthorPosts
