Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@cresskill1: Hello Michael,
Thanks for posting your issue here. There was Simple Catch Pro update version 3.6.1 released on 20th April, 2016, which fixed this issued.
So, I have updated your site with the latest version of Simple Catch Pro theme and it’s fixed now.
Regards,
SakinSakin
Keymaster@edusanz: This goes beyond our support scope. But there is guideline for you.
To create any custom template, first you need to build child theme, for child theme refer to https://catchthemes.com/blog/create-child-theme-wordpress/ and then create page template refer to https://developer.wordpress.org/themes/template-files-section/page-template-files/page-templates/Sakin
KeymasterThanks and Have a nice day Helen
Sakin
Keymaster@helen: It’s because of new custom logo feature in WordPress 4.5. Just go to “Appearance => Customize => Header Image” and then click in “Hide Image”
Sakin
Keymaster@pennytravelers:
1. The main space in header is there because of your logo image. See thishttp://pennytravelers.com/wp-content/uploads/2016/04/81504_Penny-Travelers_Logo_-1-e1461425309622.pngyour logo image has lot of spaces. So, you need to crop this and re-upload it.
2. You can remove the margin above menu by adding the following css in “Appearance => Theme Options => Custom CSS” box:
#header #mainmenu { margin-top: 0; }
3. About the mobile version, this theme is not responsive. So, it will be same in mobile as well. If you want then you can use our Simple Catch Pro theme. Check out demo at https://catchthemes.com/demo/simplecatch-pro/Sakin
Keymaster@AlbertVilella: Thanks for your appreciation and if you like my support and Catch Adaptive theme and please provide of positive review and rating at https://wordpress.org/support/view/theme-reviews/catch-adaptive?filter=5
Thanks 🙂
Sakin
Keymaster@mupa: But if you check your first post, you have mentioned about Primary nav.
So, can you post in your site URL and then I can check in what’s issue in your header of your site and why the header background color is not changing.Sakin
Keymaster@mupa: For transparency background color, we need to use RGBA color code. That’s why the color options in will not work. Color option uses hexadecimal color code, which is solid code.
So, if you want to change primary menu background color from black to white. You need to add the following css in “Appearance => Customize => Theme Options => Custom CSS” options box:
.nav-primary { background: #fff; background: rgba(255,255,255,0.7); }Sakin
Keymaster@AlbertVilella: Please delete your custom css and add the following css. Your css is only for fixed with. When you change the width, you need to change the width as per the screen size.
@media screen and (min-width: 783px) { .two-columns #primary { width: 900px; } .two-columns #secondary { width: 242px; } } @media screen and (max-width: 1280px) { .two-columns #primary { width: 830px; } } @media screen and (max-width: 1152px) { .two-columns #primary { width: 770px; } } @media screen and (max-width: 1100px) { .two-columns #primary { width: 690px; } } @media screen and (max-width: 1000px) { .two-columns #primary { width: 630px; } } @media screen and (max-width: 940px) { .two-columns #primary { width: 480px; } } @media screen and (max-width: 782px) { .two-columns #primary { width: 100%; } }Sakin
Keymaster@AlbertVilella: Can you post in your site URL and then I can check in your changes and why it’s not working. When you change the width, you need to use responsive css.
Sakin
Keymaster@pfms84: Yes, those multi-language plugin like qTranslate-X, Polylang and WPML are supported only in pro version.
Sakin
Keymaster@mupa: Yes, when you change color from “Color Options”, it will replace default color and it will will solid color. To make transparent color changes, you need to send us the color code and your site URL. Then we can check your site and send you custom css, so that you can add in your site.
Sakin
Keymaster@gettheinsideright: Just add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.home .entry-title { display: none; } .home #main { padding-top: 0; }Sakin
Keymaster@mrichwncc: It was solved by re-installing the theme. So, if anyone else have this issue then send us your detail by filling this form at https://catchthemes.com/blog/customizer-not-working-wordpress-update/
Sakin
Keymaster@mrichwncc: We need to check in your server to find out the issue. So, I will send you personal email. Please reply me there. Sorry for the trouble but we are not able to recreate issue in our server.
Sakin
Keymaster@mupa: You can increase the font size in the following css and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
.genericon.genericon-menu { font-size: 20px; }Sakin
KeymasterHi Stephane,
Ok for that you need to edit your custom css. Check out the css that I gave you earlier and then find the css:
.nav-footer .catchresponsive-nav-menu a { font-size: 14px; }
Replace this, css with the following css, where you have both font-size and line-height:
.nav-footer .catchresponsive-nav-menu a { font-size: 14px; line-height: 46px; }Regards,
Sakin -
AuthorPosts
