Forum Replies Created
-
AuthorPosts
-
Mahesh
Participant@g1cube: Pro version is compatible with WPML and Qtranslate-X. Polylang may or may not be compatible with the theme.
Regards,
MaheshMahesh
Participant@benjo3: Bootstrap is not compatible with our theme. I recommend you to hire a customzier for the customization as this falls beyond theme support scope.
Regards,
MaheshMay 10, 2017 at 6:43 am in reply to: How do I alter the height of the line spacing for the "Clean Journal" theme #115546Mahesh
Participant@wordaz: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
body, button, input, select, textarea { line-height: 1.7; }You can directly change the value from 1.7 to 1.3 in the the editor but this is not recommended as you’ll lose this during theme update. Either use child theme for this. You can find more details on creating child theme HERE.
Regards,
MaheshMay 10, 2017 at 2:13 am in reply to: Woo Commerce Integration Issues and Font Sizes and Layout #115539Mahesh
Participant@vincent-pan: Okay, now the issue is solved in Fabulous Fluid Pro and the update has been released. Please update your copy of theme and check. Let me know if any issue.
Regards,
MaheshMahesh
Participant@phillycontemporary: You’ve put the CSS for Featured Grid Content only, use the following CSS (inclues both featured grid and featured content)
#featured-grid-content .entry-header h2.entry-title, #featured-content .entry-header h2.entry-title { text-transform: none; }Let me know if any problem.
Regards,
MaheshMahesh
Participant@dschwartzer: Yes, may be some caching issue.
Regards,
MaheshMay 10, 2017 at 1:51 am in reply to: Catch Responsive my images in posts are not appearing on mobile devices #115536Mahesh
Participant@lewb507: Can you please clarify more. I checked your site on mobile device (android) and the images are showing fine. Did I miss something? Let me know further.
Regards,
MaheshMahesh
Participant@abisbee: For any type of customization, it is strongly recommended that you use child theme so that you don’t lose any of your customization. You won’t lose any settings during upgrading, all your settings will be retained.
Regards,
MaheshMahesh
Participant@jamesmillerlifeology: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:
#menu-social-menu { position: fixed; }Regards,
MaheshMahesh
Participant@benjo3: No, the theme does not support bootstrap. Bootstrap is not recommended for WordPress. You may find similar plugin @ https://wordpress.org/plugins
Please check this https://code.tutsplus.com/tutorials/when-to-use-bootstrap-for-your-wordpress-theme-and-when-not-to–cms-23561Regards,
MaheshMay 9, 2017 at 11:47 pm in reply to: Unwanted: space in blog summary/excerpt & line in image caption #115532Mahesh
Participant@pjw:
1. The space there is from one of your plugins. Try deactivating the plugins and check if that resolves the issue.
2. Does the issue persist on parent theme as well. If not, its not a theme issue. Please check and let me know.Regards,
MaheshMahesh
Participant@nimadude: Create a child theme, you can find more details on creating child theme HERE. Then in your child theme’s
functions.php, add the following codes:function studio_child_header_on_homepage() { global $wp_query; $page_for_posts = get_option('page_for_posts'); $page_id = $wp_query->get_queried_object_id(); if ( !is_front_page() || ( !is_home() && $page_for_posts == $page_id ) ) { remove_action( 'studio_header', 'studio_site_branding_start', 30 ); remove_action( 'studio_header', 'studio_logo', 50 ); remove_action( 'studio_header', 'studio_site_title_description', 60 ); remove_action( 'studio_header', 'studio_site_branding_end', 70 ); } } add_action( 'studio_header', 'studio_child_header_on_homepage', 15 );Note: Displaying featured image on other pages as header image, free this doesn’t have this feature.
Regards,
MaheshMahesh
Participant@phillycontemporary:
text-transformis working correctly. What actually is the issue you are facing. Let me know further.Regards,
MaheshMay 9, 2017 at 2:30 am in reply to: Woo Commerce Integration Issues and Font Sizes and Layout #115492Mahesh
Participant@vincent-pan: The CSS for rating, I’ve corrected it in the above thread. Sorry, I got confused with Parallax Frame Pro and Fabulous Fluid Pro theme. Yes, the issue on login and register page do exist. And the gallery, slider and zoom, this will be resolved in the next update.
Sorry for my mistake.
Thank you for your patience. We’ll notify you as soon as we release the update.Regards,
MaheshMahesh
Participant@tripandtripsa-s-a: The menu is working fine on our server. Please check our demo:
https://catchthemes.com/demo/parallax-frame/
If you have any plugins installed, please disable them all and try again. Currently you have enabled Jetpack mobile view so current when someone visits your site on mobile, Jetpack’s mobile view is active.
Let me know further.Regards,
MaheshMahesh
Participant@nimadude: For this, you’ll need to customize the theme further. However, this feature is already built-in in Pro version. I recommend you to upgrade to Pro version.
Regards,
MaheshMahesh
Participant@fireflywebs: Yes, sure.
Regards,
MaheshMahesh
Participant@dschwartzer: I don’t quite really see what your issue is. Please check the image in the link below:
http://bit.ly/2ptIt4T
This is how the menu looks right now on your site.Regards,
MaheshMay 8, 2017 at 11:51 pm in reply to: Catch Responsive my images in posts are not appearing on mobile devices #115485 -
AuthorPosts
