Forum Replies Created
-
AuthorPosts
-
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; }Sakin
Keymaster@QuiGonJ: It happen only when your server is on maintenance. This is not the theme issues.
Sakin
Keymaster@Klaas: You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove home and posted on
.page .page-header { display: none; } .entry-header .entry-meta { display: none; }Then I see that you have added the following css “Appearance => Theme Options => Custom CSS”
.post p {margin:0px 0px 16px 0px;}
replace it with the following
.post p, .page p { margin: 0 0 16px; }Sakin
Keymaster@stamfordymca: Thanks.
Sakin
Keymaster@stamfordymca: Sorry for that you need to post in Plugin Forum and let us know if we need to change anything to make it compatible.
-
AuthorPosts
