Forum Replies Created
-
AuthorPosts
-
March 31, 2014 at 9:01 pm in reply to: Footer menu not displaying at smaller browser size / mobile devices #23692
Sakin
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.
Sakin
Keymaster@beren: If you make it all same size will be better. Otherwise, your slider will go up and down. As each image take it own height in slider.
Sakin
Keymaster@cpoli: Just add the following css in “Appearance => Theme Options => Custom CSS” box
#slider-wrap .featured-text:hover { background-color: transparent; }Sakin
Keymaster@Drewmikita: It’s ok. Thanks for your response back.
Sakin
Keymaster@beren: You can select the Slider Type as “Image Slider” from “Appearance => Theme Options => Featured Slider => Slider Options”. Then you can upload the image of any size. So, first edit the height of your images and upload it in “Appearance => Theme Options => Featured Slider => Featured Image Slider Options”
-
AuthorPosts
