Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@leonardo-martinez: If you are using Free version, then you need to search for advertisement plugin and add it. But if you are pro version then you will get Advertisement widget and you can add that in your sidebar.
Sakin
Keymaster@centaine: I just check in your custom css in your site. You still have following css. Can you go to “Appearance => Customize => Theme Options => Custom CSS Options” box and remove following css:
#branding { clip: rect(1px 1px 1px 1px); /* IE7 */ clip: rect(1px, 1px, 1px, 1px); position: absolute; }
I will email you to check in your server.
Sakin
Keymaster@j-mouretme-com: Hello Jpm, this looks more of WPML plugin issue. Can you post in their support forum at https://wpml.org/forums/forum/english-support/
Sakin
Keymaster@nickelaos: Your image
http://analiz-stihotvoreniya.ru/wp-content/themes/analiz-stihotvoreniya/images/requ.jpg
is heavy and also couldn’t find it. So, you need to fix that. See the issue posted in https://developers.facebook.com/tools/debug/sharing/?q=http%3A%2F%2Fanaliz-stihotvoreniya.ru%2FAlso, we only support theme developed by us. But you are not using our theme. Please contact your theme author support forum.
Sakin
Keymaster@eirikurva: I have received your email. Please check my reply.
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.png
your 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@knudkp: Both will have same color headline and sub-headline will have same color.
But if we want separate color for sub-headline, then change the color code in the following css as per your need and then add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#promotion-message p { color: #404040; }
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@knudkp: You shouldn’t add HTML code like h2, p is your Promotion headline. Please remove it.
1. For Color, in Catch Base Pro theme, you can go to “Appearance => Customize => Color Options => Promotion Headline Color Options” and change it as per your need.
2. For size, you need to edit the font size in the following css as per your need and add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:@media screen and (min-width: 768px) { /* Promotion Message Font Size */ #promotion-message { font-size: 15px; } /* Promotion Headline Font Size */ #promotion-message h2 { font-size: 30px; } }
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.
-
AuthorPosts