Forum Replies Created
-
AuthorPosts
-
Mahesh
Member@fishingguy: I checked your site and the site is working fine in all devices (desktop, mobile and tablet->ipad). Everything seems to be working fine.
May be cache problem, try clearing cache. Let me know if the problem persists.Regards,
MaheshMahesh
Member@feliciano200: Go to Dashboard=> Appearance=> Customize=> Theme Option=> Custom CSS
Note: You have an error in your Custom CSS, there is a missing closing brace at the end. Please put a closing curly brace first.
Then add the following CSS:@media screen and ( min-width: 991px ) { #feature-slider { margin-top: 88px; } #menu-legalmenu { float: left; width: 85%; } #logo-icon { width: 15%; } }Regards,
MaheshMahesh
MemberMahesh
Member@feliciano200: Use the following link for Full Frame Free support.
https://catchthemes.com/support-forum/forum/full-frame-free/
1. Make Logo Bigger:
Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:#logo-icon img { max-height: 60px; }Note: Please adjust(increase or decrease) the max-height property in the above code as required.
2. Edit Footer:
This feature is only available in Pro version, I recommend you to upgrade to Full Frame Pro. However, you can use child theme and make some customization to change footer contents.Regards,
MaheshMahesh
Member@kigazw: There has been a small bug in the theme and always overriding color scheme with default color scheme, we’ll be releasing a quick fix update soon. Thank you for your patience.
Regards,
MaheshMahesh
Member@susiemoss: For that, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s
functions.php, add the code from the link below:
http://goo.gl/BYDsoV
Note: Please make sure you’ve cleared cache or transient.
Let me know if any problem.Regards,
MaheshMahesh
Member@mupa: I’m afraid this is not possible. Main menu items have flexible but all sub-menus have same width as you’ve mentioned, and gets messed up when set to flexible width.
Regards,
MaheshApril 11, 2016 at 12:46 pm in reply to: Not letting me change Sub-headline for Featured Content #89202Mahesh
Member@ottereli: You’ll have to edit a small typo in code. Go to gridilicious_theme_folder/inc/customizer_includes/ and open
gridalicious-customizer-featured-content-setting.phpgo to line 139 and change the existing code:
'sanitize_callback' => 'wp_kese_post',
to
'sanitize_callback' => 'wp_kses_post',
Note: Line number may vary with theme version. If so, search forwp_kese_postin that very file and replace withwp_kses_post
Then you’ll be good to go and change it via customizer.
Thank you for helping us finding the issue.Regards,
MaheshMahesh
Member@adunning: No, its the same in Pro version too. You’ll need to create a child theme and do some customization.
Please download the child theme from this blog link below
https://catchthemes.com/blog/create-child-theme-wordpress/Regards,
MaheshMahesh
Member@mupa: Sorry, my mistake, got little mixed up with codes. Use the following CSS:
@media screen and (max-width: 767px) { article.hentry { padding: 0; } }Regards,
MaheshMahesh
Member@mupa: Do you mean for content area in mobile devices? Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
@media screen and (max-width: 767px) { article.hentry { padding: none; } }Regards,
MaheshMahesh
Member@rawikltd: Glad to know you’ve resolved the issue all by yourself. Have a nice day!
Regards,
MaheshMahesh
Member@invisibleflame: Unchecking Display Header Text option should have worked fine. Working fine on my local server (removes both site title and title tagline). Another way you can use Custom CSS, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#site-header { display: none; }Regards,
MaheshMahesh
Member@taquin21: We haven’t really checked whether the theme is compatible with Polylang plugin. Please check this thread, may it helps.
https://catchthemes.com/support-forum/topic/problems-in-catchbase-featured-content-php/#post-53669
You can use plugins like WPML or qtanslate for translation.Regards,
MaheshMahesh
Member@dev-kasam: Thank you for using Clean Box Pro. Please use appropriate theme thread when posting a support. You are using using Clean Box Pro and the thread is in Catch Box Pro.
Please follow along steps:
1. Place a Logo & image in the header, also need to put an address on the header right side
I assume you’ve accomplished this.2. Menu strip Primary and secondary menu button text’s are not in the same position when scroll up, have a look at the website.
3. Menu strip text’s i need in bold.
Covers 2 and 3
Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:@media screen and (min-width: 991px) { .nav-secondary ul.clean-box-nav-menu { margin-left: 120px; } .nav-secondary { background-color: #c00000; } .nav-primary, .nav-secondary { font-weight: bold; } }4. Need content colors different from other pages
Please mention the pages and relative colors and I’ll provide you with the Custom CSS codes.5. Logo text color depending on heading text color, I need individually.
I don’t quite get this, can you please clarify further.Regards,
MaheshApril 10, 2016 at 10:28 am in reply to: Not letting me change Sub-headline for Featured Content #89142Mahesh
Member@ottereli: It is due to some bug in the theme, our team is already onto fixing the bug and will be fixed in the next update which will be released soon. Thank you for your patience.
Regards,
MaheshMahesh
Member@sziszi: Seems you are missing a closing curly brace (}) in the function
catchresponsive_child_add_links_in_footerbecause of this it is displaying the error.function catchresponsive_child_add_links_in_footer() { remove_action( 'catchresponsive_footer', 'catchresponsive_footer_content', 100 ); add_action( 'catchresponsive_footer', 'catchresponsive_child_footer_content', 100 );which should be like as follows:
function catchresponsive_child_add_links_in_footer() { remove_action( 'catchresponsive_footer', 'catchresponsive_footer_content', 100 ); add_action( 'catchresponsive_footer', 'catchresponsive_child_footer_content', 100 ); }Hope this helps.
Let me know if any problem.Regards,
MaheshMahesh
Member@mupa: The main logo that displays in the website is from option Dashboard=> Appearance=> Customize=> Site Identity‘s Logo option. By default the Check to disable logo in here is checked and you have to uncheck it to display the logo in your site.
The one you have mentioned above is the favicon that appears on the top in browser’s tab and above two are different options. Since from WordPress core provides favicon option from version 4.3, Icon Option has been removed. For favicon, go to Dashboard=> Appearance=> Customize=> Site Identity and use Site Icon option. Your previous image in Icon Option is migrated automatically to the Site Icon.Regards,
MaheshMahesh
Member@feliciano200: Please post the support in appropriate Theme Thread. It will be easier for both us and people who seeks help in support.
Please post in your site url, so that I can check and help you further.
For removing footer, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:#site-generator { display: none; }Regards,
Mahesh -
AuthorPosts
