Forum Replies Created
-
AuthorPosts
-
Mahesh
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 #115485Mahesh
Participant@lewb507: The support is completely free. However, if you choose Premium support ticket, you do have to pay. And about the issue, please post in your site url so we can check for the issue.
Regards,
MaheshMay 8, 2017 at 11:37 pm in reply to: How can i have in front page all the post listed per category. #115483Mahesh
Participant@gianluca-degiorgio: For this you’ll need to customize the theme further with child theme. You can find more details on creating child theme HERE. I recommend you to hire a customizer.
Regards,
MaheshMahesh
Participant@justinillig: You can either first delete your current theme and then upload a new one(via FTP or Cpanel or change theme and delete the old one from admin) or use Catch Updater and upload the theme (it’ll be a fresh install).
Install Catch Web Tools plugin and activate Catch Updater Module.
https://wordpress.org/plugins/catch-web-tools/
Please check the video tutorial for using Catch Updater in the link below:
https://www.youtube.com/watch?v=W95SuabDZi8Regards,
MaheshMahesh
Participant@justinillig: If your database is hacked, then this is not possible. If just reinstalling the theme fixes your issue, your setting and data won’t be lost. But if not, you must install fresh copy of WordPress and begin from scratch. I recommend you to seek help from the professionals for this like Wordfence, Securi etc. They may help you with the issue.
Regards,
Mahesh -
AuthorPosts
