Forum Replies Created
-
AuthorPosts
-
May 6, 2022 at 3:54 am in reply to: Privacy Policy – requesting clarification for theme & plugins #304605
Sakin
Keymaster@59petals: No, we don’t collect data from your website. There is no tracking script in our themes and plugins.
Sakin
KeymasterHello Rohonny,
I already got your support ticket and reply to you. Please check your email.
Regards,
SakinSakin
Keymaster@lscatchme: Sorry we don’t have an unlimited license.
* If you want to use the theme in multiple sub-domain then you can install the theme and do “Network Enable”.
* So, you need 2 licenses. One for your main domain and another for your subdomain multi-site installation.
* Yes, the layout in one installation will not be translated in another installation.Sakin
Keymaster@luismelhernandez: Sorry for the late reply, I didn’t get a notification for this reply. Just change the width on the following CSS as per your need and add it in the “Appearance => Customize => Additional CSS” box:
.boxed-layout .site-inner { max-width: 1660px; }
Sakin
Keymaster@luismelhernandez: Has the issue with your footer Color been fixed? I see that you have added the following CSS on your site which change it to the blue color. If you want that to be changed to red then you need to change that color code from #3853a4 to #ed2226 on the following CSS:
#colophon { background-color: #3853a4; }
Sakin
Keymaster@maresrmo: Did you check “Notify me of follow-up replies via email”? Maybe you missed that option in this forum so you didn’t get notified.
let me check why it went to default. Maybe as you were using a child theme.
Sakin
Keymaster@luismelhernandez: You can add the following CSS in “Appearance => Customize => Additional CSS” box:
#colophon { background-color: #ed2226; } .site-info a { color: #ddd; } .site-info, .site-info a:hover, .site-info a:focus { color: #fff; }
Sakin
Keymaster@palosverdesmagazine: You can change the color code in the following CSS and add it in Appearance => Customize => Additional CSS” box:
.numbers-content-wrapper .hentry { background-color: #f4f4f5; }
Note: for color codes, you can refer to https://htmlcolorcodes.com/
Sakin
Keymaster@maresrmo: Thanks for purchasing the Photo Journal Pro theme. Please read this step by step instructions at https://catchthemes.com/faq/how-to-install-themefor-pro-theme/. But if you need help in installation then you can request us at https://catchthemes.com/contact-us/
Sakin
Keymaster@luismelhernandez: You can add the following CSS in “Appearance => Customize => Additional CSS” box:
#header-navigation-area { background-color: #4686cc; } .menu-toggle, .site-navigation a { color: #fff; } .menu-toggle:hover, .menu-toggle:focus, .menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus { color: #eee; } .site-navigation a:hover, .site-navigation a:focus { color: #ddd; } @media screen and (min-width: 64em) { .boxed-layout .site-inner { width: 96%; } .content-area { width: 90%; } .site-navigation li:hover > a, .site-navigation li.focus > a { color: #ddd; } }
Sakin
KeymasterThanks for your appreciation, Steve.
Sakin
KeymasterThanks Steve for responding.
Sakin
KeymasterHello Steve,
Thanks for purchasing the Catch Responsive Pro theme and sorry that it’s not working for you. I will check with you.
Regards,
SakinSakin
Keymaster1. Can you walk me to “have Header Video displayed on mobile devises”
– I just check from my iPhone and it shows the header video fine.2. How can I change the background of the contact page areas where
– Contact Page background, you can change the color code in the following CSS as per your need and then add it in the “Appearance => Customize => Additional CSS” box:/* Contact Page Background Color */ .page-id-19 #page { background-color: #151515; }
3. How to lower my name (Luis Mario Ochoa) in the Heather Image/Video, right now it shows in the middle of the page. Also how to make it either larger or smaller.
– The text you can change from “Appearance => Customize => Header Media”. Then if you change it in “Header Media Title” it should work fine. But if you want to change it with the CSS then add the following CSS in the “Appearance => Customize => Additional CSS” box:/* Change the Case of Header Title */ .custom-header-media .section-title { text-transform: lowercase; }
Now, to change the font size of the Header Title, you can change the font size in the following CSS as per your need and then add it in the the “Appearance => Customize => Additional CSS” box:
/* Header Title Font Size for Smaller Devices */ .custom-header-media .section-title { font-size: 34px; } /* Header Title Font Size for Larger Devices */ @media screen and (min-width: 75em) { .custom-header-media .section-title { font-size: 40px; } }
4. How to hide the name of the pages
– You can add the following CSS in the “Appearance => Customize => Additional CSS” box:/* Hide Page Name on the Individual Page */ .site-main .entry-header { display: none; }
5. How to change the background colors on the Contact Form page Fields? In dark mode, it is hard to see them.
– The following CSS will change the background color to white and the text color to black for the form field. You can change the color as per your need and the following CSS in the “Appearance => Customize => Additional CSS” box:/* Color of Contact Form 7 Fields */ .wpcf7-form input, .wpcf7-form input:focus, .wpcf7-form textarea, .wpcf7-form textarea:focus { background-color: #fff; color: #000; }
Sakin
Keymaster@zorter: Sorry for the issue. Look like the issue is after you upgrade to WordPress 5.8. So, can you install the Classic Widgets plugin and check it. https://catchthemes.com/frequently-asked-questions/#question-installation-how-can-i-get-the-classic-widgets-back-after-updating-to-wordpress-5-8
Sakin
KeymasterHi Martin,
It’s fine and thanks for trying. Maybe in the future, if you signup for a free account on WordPress.org then you can post at that time. Have a nice day. I will close this topic now as solved.
Regards,
SakinSakin
KeymasterHi Martin,
Thanks and sorry, I mean to say that can you leave a review at this link https://wordpress.org/support/theme/photofocus/reviews/#new-post
Regards,
SakinSakin
KeymasterHello Martin,
I hope you are satisfied with the theme and the support I gave you. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/photofocus/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂Kind Regards,
SakinSakin
KeymasterHello Alexanders,
I check your site and see that you have a custom child theme. It looks like you have edited the function
catchkathmandu_secondary_menu
in your child theme and the menu code is not being updated as the child theme takes priority. The best option will be to delete the file namecatchkathmandu-menus.php
from your child theme. Or you can search for that functions in your child theme and then delete the whole code or update it to make it like https://themes.svn.wordpress.org/catch-kathmandu/4.2.3/inc/catchkathmandu-menus.phpRegards,
SakinSakin
KeymasterHello Martin,
Sorry, there was an issue in the modern menu wrapper in Desktop view which we fixed in version 5.1.6. Please update and it will be fixed.
Regards,
Sakin -
AuthorPosts