Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Mark: Oh you cannot add conditions in your footer editor box. For that you need to build child theme and add wp_loginout(). The best option at this stage will be to add meta widget in Footer Areas from “Appearance => Widgets”.
Sakin
Keymaster@cpoli: If you are talking about the border in our image inside the caption box then you can add the following css in “Appearance => Theme Options => Custom CSS” box to remove it.
.wp-caption { background: none transparent; max-width: 100%; padding: 0; }Sakin
KeymasterToday we released Catch Everest Pro 2.0, Catch Evolution Pro 2.0 and Catch Evolution Pro 2.0 where we have made possible changes to make it compatible with WPML plugin and qTranslate plugin. If this goes well then we will be adding it in all our other themes.
@buscando-soluciones: Sorry now available for Free version at this stage. You need to upgrade to Catch Everest Pro theme.Sakin
Keymaster@Mark: You nee to add your manual html link like below
<a href="http://yoursiteloginurl.com" title="Login">Login</a>Sakin
Keymaster@James: Sorry I am not sure about that. Need to be online to get the avatar. For offline avatar, you need to install plugin and custom profile image.
Sakin
Keymaster@Klaas: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
.page-template-page-blog-php .entry-header { margin-bottom: 30px; } @media screen and (max-width: 1060px) { .page-template-page-blog-php .entry-header { margin-bottom: 20px; } }Sakin
Keymaster@paymyrant: There is no option to change the header image URL. It is supposed to be your homepage URL set in “Settings => General”. Did you customize the theme?
March 31, 2014 at 9:01 pm in reply to: Footer menu not displaying at smaller browser size / mobile devices #23692Sakin
Keymaster@jmb500: Oh this one is from responsive.css which loads after that is why your child theme style.css is not overwriting it. If you want to add in your child theme style.css then the css will be as below:
@media screen and (max-width: 767px) { #colophon #footer-menu .menu { display: block; } }March 31, 2014 at 8:29 pm in reply to: Footer menu not displaying at smaller browser size / mobile devices #23687Sakin
Keymaster@jmb500: First, you are not supposed to edit any core theme files as when you update the theme, our edits will be overwritten. So, either you need to add those css in Custom CSS box or build child theme and add in child theme style.css
Sakin
Keymaster@Melanie: It’s not possible just by css due to responsive design. But can remove the border and background. So, you don’t have to worry about height. Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
#supplementary .widget { background-color: transparent; border: none; } #supplementary .widget img { border: none; }March 31, 2014 at 7:34 pm in reply to: Footer menu not displaying at smaller browser size / mobile devices #23679Sakin
Keymaster@jmb500: If that is the case then you need to disable back the footer menu from mobile “Appearance => Theme Options => Responsive Design” and then add the following css in “Appearance => Theme Options => Custom CSS” box.
@media screen and (max-width: 767px) { #footer-menu .menu { display: block; } }Sakin
Keymaster@nadaadehn: Strange. I am able to download it from link. Anyway, I have shared with your email in your dropbox.
Sakin
Keymaster@nadaadehn: First try download the child theme that I gave you and install it. Then you will see your selectbox menu in div like in your screenshot.
If you want to hire customizer then request for quote at http://catchthemes.com/hire-customizer/Sakin
Keymaster@Sheree: You can remove the slider effect from “Appearance => Theme Options => Featured Slider => Slider Options” and then Disable Slider Background Effect.
Sakin
Keymaster@cperera1978: Can you them for static image with link. This can be added anywhere. If they want to provide the script then it has to be compatible script.
Sakin
Keymaster@nadaadehn: Hum for that you need to add extra jquery script and custom css. This might required you to hire a customizer to work for you.
I have created child theme which replace the old menu with new one. Install this child theme https://www.dropbox.com/s/t69xxjiihvy4qxr/catch-box-child-menu.zip
Sakin
Keymaster@James: For that you need to register your email in http://en.gravatar.com/
Sakin
Keymaster@cpoli: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
#colophon { background-color: transparent; } -
AuthorPosts
