Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@jp_grennier: You can check that from your responsive.css file.
@media screen and (min-width: 1190px) { } @media screen and (max-width: 1060px) { } @media screen and (max-width: 960px) { } @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { } @media screen and (max-width: 767px) { } @media only screen and (min-width: 480px) and (max-width: 767px) { } @media screen and (max-width: 480px) { } @media screen and (max-width: 320px) { }Sakin
Keymaster@Nancy: I don’t get it what you want do with this site. You can simply remove the social icon from Footer though “Appearance => Theme Options => Social Icons” and uncheck Enable Social Icons in Footer.
March 9, 2014 at 10:28 pm in reply to: Changed Column Width – Recommended size for Slider Images? #21118Sakin
Keymaster@Nancy: If you have already change your column width to 854px then you need to increase the size of image in the sizer to 854px. This will be difficult using default image form Feature Page or Post slider. But I see that you are using Catch Evolution Pro theme then you can just user Featured Image Slider and then upload the image as per your need.
Sakin
Keymaster@kissthegroom: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to add border top and below the menu.
#header-menu ul.menu { border-bottom: 1px solid #757575; border-top: 1px solid #757575; }Sakin
Keymaster@kissthegroom: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#header-left { display: block; float: none; width: 100%; } #site-logo { float: none; text-align: center; } #site-logo a { display: inline-block; }Sakin
Keymaster@Nancy: There is 2 ways to do that. 1. Is by adding the new div wrapper like below
<div class="table-noboder">Your Table Code and test</div>' and then we can add specific to that class table-noboder in "Appearance => Theme Options => Custom CSS" box..table-noboder .entry-content table,
.table-noboder .entry-content td { border: none; }`Or you can add page specific css directly. For example, your page http://www.ipcrew.com/SHSTest/admissions/whyshs/ is page id 139. So, just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page-id-139 .entry-content table, .page-id-139 .entry-content td { border: none; }Sakin
Keymaster@corvette: It’s because you have long menu in your header. You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#site-logo { padding-top: 15px; } #hgroup { padding-top: 30px; } #header-right { padding-top: 5px; } #hgroup-wrap { padding-bottom: 20px; }Note: If you want to reduces it more then you can reduce the padding as per your need.
Sakin
Keymaster@Mark Argentino: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box
.social-profile ul li.facebook a { background-position: 0 -44px; } .social-profile ul li.twitter a { background-position: -44px -44px; } .social-profile ul li.google-plus a { background-position: -528px -44px; } .social-profile ul li.linkedin a { background-position: -176px -44px; } .social-profile ul li.rss a { background-position: -88px -44px; }Sakin
Keymaster@craiginthebox: Sorry I don’t get it. Can you explain in reference to your site URI or make be share screenshot of what you want. Also to make changes to core theme files, you need to build child theme and work on it.
Sakin
Keymaster@ourag: Your all 3 question simple answer will be upgrade to Catch Evolution Pro version. See the theme instruction of pro version at http://catchthemes.com/theme-instructions/catch-evolution-pro/
1. You can remove Powered by :Wordpress and Theme: Catch Evolution from footer in Pro version through “Appearance => Theme Options => Footer Editor”
2. Yes, you can option to user Featured Image Slider in Pro version. Where you can upload your independent images.
3. In Pro version you can control comment for pages and posts from “Appearance => Theme Options => Comment Options”.Sakin
Keymaster@brewreviewcrew: It looks fine to me. Can you take screenshot when it’s not displaying and upload that image. Then you can send me that image URI so that I can see the issue. Right now it looks all good.
Sakin
Keymaster@Joost: That error is shown is someone try to hack in my directly accessing the file.
Sakin
Keymaster@FictionAddiction: It’s a responsive design theme. So, it will be difficult to fix the height. Best option it to upload the image of equal height. The recommended size for slider image is Width: 644px and Height: 320px
Sakin
Keymaster@MMchen: You cannot change the position in Catch Box Free Theme. You need to upgrade to pro version then you will get this Social Icon as widget.
But yes you can change to make it like the hover state from your custom css box. Just send me your site URI and then I will give you the css that you can add in.
Sakin
Keymaster@KathrynW: Thanks for your appreciation. But there is no option to add it. You can add photo credit in photo itself and upload it.
Sakin
Keymaster@jmb500: Yes you can add that CSS in your Child theme style.css file. Custom CSS box is there to help you do quick edit of css. The css added in Custom Css will not be lost. But if you want my opinion then I would suggest child theme.
Sakin
Keymaster@BenniemanZA: Bit confused. I hope you re trying to remove the box-shadow of the main body. Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
.site { box-shadow: none; }Sakin
Keymaster@MMchen: You need to add your google+ publisher link into SEO Yoast “Google Publisher Page:”. Then you will see Optons “Author for homepage:” There you can choose the author/user in your site. Then in that user profile, you need to add Google+ author link from “User => Your Profile” in your WordPress dashboard.
Sakin
Keymaster@kevin.murray: Yes, you meed to told them that the site cannot load fully sometime and you have to refresh your browser to bring the site to fully load. Then you can share your screenshot of what happen.
-
AuthorPosts
