Forum Replies Created
-
AuthorPosts
-
September 18, 2017 at 11:51 am in reply to: Slider text and scroll arrows appear as white box #122413
Sakin
KeymasterHi James,
It’s because of conflicting plugin. You need to disable “menu-icons” plugin and your site will work fine.
Regards,
SakinSakin
KeymasterHi Will,
We haven’t received any support ticket from your site. So, I will send you email in your register email with us.
We have update HTML structure with new HTML5 coding standards just now. You can update the site now. Also after you update the theme, please change settings in customizer to clear your transient cache
Regards,
SakinSakin
KeymasterYou can add the following css in “Dashboard=> Appearance=> Customize=> Additional CSS”
.menu-toggle { background-color: #D9BEB8; }
Sakin
Keymaster@marsha: You can add the following css in “Appearance => Customize => Additional CSS” box:
.site-content .page-title { color: #85a2bf; font-size: 34px; font-weight: bold; line-height: 45px; text-shadow: none; text-transform: none; border-bottom: none; }
Sakin
Keymaster@emata42: I see that you are not using our theme. We only support our theme here. The code above was just for our theme Catch Evolution Theme. So, please post in appropriate support forum.
Try adding following css.So, I will not be supporting more then this.
#featured .featured-description { display: none; }
Sakin
Keymaster@emata42: Please post in your site URL then I can check in why it’s not working for you.
Sakin
Keymaster@harshithmanda: You have posted question in wrong support forum. This is forum for Simple Catch Pro theme. Also, we only support theme by us, that is Catch Themes. But you are not using our theme. So, please post in your theme author support forum.
You might want to try adding following css in “Appearance => Customize => Additional CSS” box:
.page-id-1040 .page-content img { border: none; }
August 6, 2017 at 12:57 pm in reply to: Change position of 'read more' and how to add line breaks #120147Sakin
Keymaster@bjbarker: You are using Catch Adaptive Pro theme but this is Catch Responsive Support Forum. Form next time, please post in appropriate support forum. Catch Adaptive Pro support forum is https://catchthemes.com/support-forum/forum/catch-adaptive-pro-premium/
About Featured Image Content. Right now, it doesn’t take full html. So, it will take is as single paragraph without break. Only, Post, Page and Category featured content take full html when you select Display Content as “Full Content”.
But I have looks at your issue and we will come up with solution for Featured Image content in next version. To take HTML codes when using Full Content.
Thanks.
July 25, 2017 at 6:58 am in reply to: My Account has more than one download, all appear same, but different expiration #119597Sakin
KeymasterHi David,
I have asked our sales to fix this. Please let me know if you still have this issue. You can use anyone, all three will give you same download zip file.
Regards,
SakinSakin
Keymaster@bjbarker: Catch Adaptive Pro theme doesn’t support header right sidebar. So, please choose theme like Catch Responsive Pro, Decree Pro, Clean Journal Pro which has header right sidebar.
Sakin
Keymaster@bjbarker: You can add the following css in “Appearance => Customize => Additional CSS” box:
#site-logo { padding-bottom: 10px; }
Sakin
KeymasterHi Derek,
For your site doesn’t have slider title. Anyway, if you add back the tile like in our demo https://catchthemes.com/demo/catch-responsive/, then you can add the following css to hide that black transparent box:
#feature-slider .entry-container { background: transparent; }
Regards,
SakinSakin
KeymasterHi Derek,
To change the color of the search box border and color to black, you can add the following css in “Appearance => Customize => Additional CSS”, if you want any other color, then you can change the color code in the following css as per your need and add it.
.nav-primary .search-field { border-color: #000; color: #000; }
For slider background, you can just remove the padding by adding the following css in “Appearance => Customize => Additional CSS”
#feature-slider { padding-bottom: 0; }
Regards,
SakinSakin
KeymasterHi Derek,
I got your issued forwarded to me. To add the search in the primary menu, you can add the following css in “Appearance => Customize => Additional CSS” box:
@media screen and (min-width: 991px) { #search-toggle { display:none; } #search-container { clear: none; display: block; float: right; max-width: 300px; opacity:1; position: relative; bottom: auto; left: auto; } .nav-primary .search-form { padding: 0 20px 0 10px; } }
Regards,
SakinSakin
Keymaster@plabra: Catch Responsive free theme only have option to use “Featured Page Slider”. To setup this, check out screencast at https://www.youtube.com/watch?v=71fFoOZNv9g and theme instructions at https://catchthemes.com/theme-instructions/catch-responsive/
Sakin
Keymaster@jamalesahq: Yes, for adding custom link in menu. Go to “Appearance => Menus”, then you will see “Custom Links” and then add custom links. https://codex.wordpress.org/Appearance_Menus_Screen. You can search in youtube about adding adding custom links in WordPress menu.
Sakin
Keymaster@jamalesahq: There is no option in WordPress to change the logo link, it will link to homepage and is controlled via the WordPress core function
get_custom_logo()
So, if you want to change that then you need high level of customization. For that, first you need to create child theme and filterget_custom_logo
core function in your child themefunctions.php
file.I recommend you to use hire a customizer at https://catchthemes.com/hire-customizer/
Sakin
Keymaster@jamalesahq: Your logo is linked to your frontpage.
Sakin
Keymaster@andres: In you site, you can add the following css in “Appearance => Customize => Additional CSS” box to hide the slider content only.
#feature-slider .entry-content { display: none; }
Sakin
Keymaster@jamalesahq: Sorry but that option is there only in pro version. In Clean Education Pro version, you can change “Display Content” to “Show Full Content” for hero content.
-
AuthorPosts