Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@skynet: The problem is due to viewport. Please edit
jomsom-pro/inc/jomsom-structure.phpand go to line 44 and replace following line:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
with this.
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
This will fix the menu issue. This will be fixed in the upcoming version.Regards,
MaheshApril 12, 2016 at 3:10 pm in reply to: alignment of pictures so that they always appear in one line #89346Mahesh
Participant@mupa: For that, add the following Custom CSS:
.widget_text .textwidget img { float: left; width: 20%; }Let me know if any issue occurs.
Regards,
MaheshApril 12, 2016 at 3:04 pm in reply to: Not letting me change Sub-headline for Featured Content #89344Mahesh
Participant@fishingguy: Glat to know your issue is resolved. Have a nice day!
Regards,
MaheshMahesh
Participant@mupa: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#content .wrapper .widget { padding: 0; }Regards,
MaheshMahesh
Participant@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
Participant@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
ParticipantMahesh
Participant@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
Participant@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
Participant@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
Participant@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
Participant@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
Participant@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
Participant@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
Participant@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
Participant@rawikltd: Glad to know you’ve resolved the issue all by yourself. Have a nice day!
Regards,
MaheshMahesh
Participant@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
Participant@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,
Mahesh -
AuthorPosts
